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

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

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

=> Color
=> Common
=> Fonts
=> Icomoon
=> Custom Grid
=> Global Styles
=> buttons
=> Form Elements
=> Radio Small
=> Checkbox Small
=> Tooltip
=> Modal
=> Accordion
=> Footer

-------------------------------------------------------------------*/
/* line 21, _elements.less */
html,
body {
  font-family: "an-regular";
  line-height: normal;
  font-weight: 400;
  color: #000;
}
/*==========================================================================
=> Color
==========================================================================*/
/* line 33, _elements.less */
:root {
  --sidebarWidth: 430px;
  --clr: ;
  /* common */
  --clr0ff: #3c00ff;
  --clr4f4: #f4f4f4;
  --clrcff: #cff;
  --clrfff: #d8ffff;
  /* common end */
  /* input */
  --input-height: 60px;
  --input-fs-main: 14px;
  --input-fs-top: 14px;
  --input-icon-fs: 18px;
  --input-icon: #1baac4;
  --input-border: #aaa;
  --input-error: #ff2323;
  /* input end */
  /* button */
  --button-font: 700;
  --button-fill: #3c00ff;
  --button-line: #30223b;
  /* button end */
}
/*==========================================================================
=> Common
==========================================================================*/
/* Chrome, Safari, Edge, Opera */
/* line 65, _elements.less */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
/* line 72, _elements.less */
input[type="number"] {
  -moz-appearance: textfield;
}
/* line 76, _elements.less */
.variable {
  margin-bottom: 30px;
}
/* line 79, _elements.less */
.variable p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #4e68ea;
  margin-bottom: 8px;
}
/* line 87, _elements.less */
.variable span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #212529;
  margin-bottom: 5px;
}
/*==========================================================================
=> Fonts
==========================================================================*/
/* line 99, _elements.less */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin-bottom: 0;
}
@font-face {
  font-family: "an-thin";
  src: url("../font/AreaNormal-Thin.woff2") format("woff2"), url("../font/AreaNormal-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "an-regular";
  src: url("../font/AreaNormal-Regular.woff2") format("woff2"), url("../font/AreaNormal-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "an-semibold";
  src: url("../font/AreaNormal-SemiBold.woff2") format("woff2"), url("../font/AreaNormal-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "an-bold";
  src: url("../font/AreaNormal-Bold.woff2") format("woff2"), url("../font/AreaNormal-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "an-extrabold";
  src: url("../font/AreaNormal-ExtraBold.woff2") format("woff2"), url("../font/AreaNormal-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "an-black";
  src: url("../font/AreaNormal-Black.woff2") format("woff2"), url("../font/AreaNormal-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* line 165, _elements.less */
:root {
  --fs-64: 64px;
  --fs-48: 48px;
  --fs-36: 36px;
  --fs-32: 32px;
  --fs-28: 28px;
  --fs-24: 24px;
  --fs-22: 22px;
  --fs-20: 20px;
  --fs-18: 18px;
  --fs-16: 16px;
}
@media all and (max-width: 1600px) {
  /* line 179, _elements.less */
  :root {
    --fs-64: 54px;
    --fs-48: 46px;
    --fs-36: 32px;
    --fs-32: 30px;
    --fs-28: 26px;
    --fs-24: 22px;
    --fs-22: 20px;
  }
}
@media all and (max-width: 1440px) {
  /* line 191, _elements.less */
  :root {
    --fs-64: 44px;
    --fs-48: 40px;
  }
}
@media all and (max-width: 1366px) {
  /* line 198, _elements.less */
  :root {
    --fs-64: 40px;
    --fs-48: 38px;
    --fs-36: 30px;
    --fs-32: 28px;
    --fs-28: 24px;
    --fs-24: 20px;
  }
}
@media all and (max-width: 1280px) {
  /* line 209, _elements.less */
  :root {
    --fs-64: 38px;
    --fs-48: 36px;
    --fs-36: 28px;
    --fs-32: 24px;
    --fs-28: 22px;
    --fs-20: 18px;
    --fs-18: 16px;
  }
}
@media all and (max-width: 1024px) {
  /* line 221, _elements.less */
  :root {
    --fs-64: 32px;
    --fs-48: 30px;
  }
}
@media all and (max-width: 768px) {
  /* line 230, _elements.less */
  :root {
    --fs-36: 24px;
    --fs-32: 22px;
    --fs-28: 20px;
    --fs-24: 18px;
  }
}
@media all and (max-width: 576px) {
  /* line 241, _elements.less */
  :root {
    --fs-64: 28px;
    --fs-48: 26px;
    --fs-20: 16px;
  }
  /* line 247, _elements.less */
  .commInfoSwiper .comm-sec-hdn {
    font-size: var(--fs-48);
  }
}
/* line 258, _elements.less */
.white {
  color: #fff !important;
}
/* line 261, _elements.less */
.white p {
  color: #fff !important;
}
/* line 266, _elements.less */
.comm-pg-hdn {
  font-size: var(--fs-64);
  line-height: 1.4;
}
/* line 271, _elements.less */
.comm-sec-hdn {
  font-size: var(--fs-48);
}
/* line 277, _elements.less */
.comm-para p {
  color: #383838;
  font-size: var(--fs-20);
  line-height: 1.8;
}
/* line 284, _elements.less */
.mb25 {
  margin-bottom: 25px !important;
}
/* line 288, _elements.less */
.mb50 {
  margin-bottom: 50px !important;
}
/* line 292, _elements.less */
.mb12 {
  margin-bottom: 12px !important;
}
/* line 296, _elements.less */
.mb8 {
  margin-bottom: 8px !important;
}
/* line 300, _elements.less */
.mb15 {
  margin-bottom: 15px !important;
}
/*==========================================================================
=> Icomoon
==========================================================================*/
@font-face {
  font-family: "icomoon";
  src: url("../icomoon/fonts/icomoon.eot?765s3y");
  src: url("../icomoon/fonts/icomoon.eot?765s3y#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?765s3y") format("truetype"), url("../icomoon/fonts/icomoon.woff?765s3y") format("woff"), url("../icomoon/fonts/icomoon.svg?765s3y#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* line 321, _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 337, _elements.less */
.icon-bag:before {
  content: "\e900";
}
/* line 341, _elements.less */
.icon-clock:before {
  content: "\e901";
}
/* line 345, _elements.less */
.icon-download:before {
  content: "\e902";
}
/* line 349, _elements.less */
.icon-facebook:before {
  content: "\e903";
}
/* line 353, _elements.less */
.icon-instagram:before {
  content: "\e904";
}
/* line 357, _elements.less */
.icon-linkedin:before {
  content: "\e905";
}
/* line 361, _elements.less */
.icon-location:before {
  content: "\e906";
}
/* line 365, _elements.less */
.icon-mail:before {
  content: "\e907";
}
/* line 369, _elements.less */
.icon-phone:before {
  content: "\e908";
}
/* line 373, _elements.less */
.icon-search:before {
  content: "\e909";
}
/* line 377, _elements.less */
.icon-stack:before {
  content: "\e90a";
}
/* line 381, _elements.less */
.icon-twitter:before {
  content: "\e90b";
}
/* line 385, _elements.less */
.icon-user:before {
  content: "\e90c";
}
/* line 389, _elements.less */
.icon-arrow-right:before {
  content: "\e90d";
}
/*==========================================================================
=> Custom Grid
==========================================================================*/
/* Grid */
/* line 397, _elements.less */
.f-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
/* line 403, _elements.less */
.f-row.ac {
  align-items: center;
}
/* line 407, _elements.less */
.f-row.sb {
  justify-content: space-between;
}
/* line 411, _elements.less */
.f-row.gp30 {
  gap: 30px 0;
}
/* line 416, _elements.less */
.f-col {
  padding: 0 15px;
}
/* flex col */
/* line 424, _elements.less */
.f-10 .f-col {
  width: 10%;
}
/* line 424, _elements.less */
.f-9 .f-col {
  width: 11.11111111%;
}
/* line 424, _elements.less */
.f-8 .f-col {
  width: 12.5%;
}
/* line 424, _elements.less */
.f-7 .f-col {
  width: 14.28571429%;
}
/* line 424, _elements.less */
.f-6 .f-col {
  width: 16.66666667%;
}
/* line 424, _elements.less */
.f-5 .f-col {
  width: 20%;
}
/* line 424, _elements.less */
.f-4 .f-col {
  width: 25%;
}
/* line 424, _elements.less */
.f-3 .f-col {
  width: 33.33333333%;
}
/* line 424, _elements.less */
.f-2 .f-col {
  width: 50%;
}
/* line 424, _elements.less */
.f-1 .f-col {
  width: 100%;
}
/* flex col end */
/* Grid */
/* line 436, _elements.less */
.g-150 {
  grid-template-columns: repeat(150, 1fr);
}
/* line 436, _elements.less */
.g-149 {
  grid-template-columns: repeat(149, 1fr);
}
/* line 436, _elements.less */
.g-148 {
  grid-template-columns: repeat(148, 1fr);
}
/* line 436, _elements.less */
.g-147 {
  grid-template-columns: repeat(147, 1fr);
}
/* line 436, _elements.less */
.g-146 {
  grid-template-columns: repeat(146, 1fr);
}
/* line 436, _elements.less */
.g-145 {
  grid-template-columns: repeat(145, 1fr);
}
/* line 436, _elements.less */
.g-144 {
  grid-template-columns: repeat(144, 1fr);
}
/* line 436, _elements.less */
.g-143 {
  grid-template-columns: repeat(143, 1fr);
}
/* line 436, _elements.less */
.g-142 {
  grid-template-columns: repeat(142, 1fr);
}
/* line 436, _elements.less */
.g-141 {
  grid-template-columns: repeat(141, 1fr);
}
/* line 436, _elements.less */
.g-140 {
  grid-template-columns: repeat(140, 1fr);
}
/* line 436, _elements.less */
.g-139 {
  grid-template-columns: repeat(139, 1fr);
}
/* line 436, _elements.less */
.g-138 {
  grid-template-columns: repeat(138, 1fr);
}
/* line 436, _elements.less */
.g-137 {
  grid-template-columns: repeat(137, 1fr);
}
/* line 436, _elements.less */
.g-136 {
  grid-template-columns: repeat(136, 1fr);
}
/* line 436, _elements.less */
.g-135 {
  grid-template-columns: repeat(135, 1fr);
}
/* line 436, _elements.less */
.g-134 {
  grid-template-columns: repeat(134, 1fr);
}
/* line 436, _elements.less */
.g-133 {
  grid-template-columns: repeat(133, 1fr);
}
/* line 436, _elements.less */
.g-132 {
  grid-template-columns: repeat(132, 1fr);
}
/* line 436, _elements.less */
.g-131 {
  grid-template-columns: repeat(131, 1fr);
}
/* line 436, _elements.less */
.g-130 {
  grid-template-columns: repeat(130, 1fr);
}
/* line 436, _elements.less */
.g-129 {
  grid-template-columns: repeat(129, 1fr);
}
/* line 436, _elements.less */
.g-128 {
  grid-template-columns: repeat(128, 1fr);
}
/* line 436, _elements.less */
.g-127 {
  grid-template-columns: repeat(127, 1fr);
}
/* line 436, _elements.less */
.g-126 {
  grid-template-columns: repeat(126, 1fr);
}
/* line 436, _elements.less */
.g-125 {
  grid-template-columns: repeat(125, 1fr);
}
/* line 436, _elements.less */
.g-124 {
  grid-template-columns: repeat(124, 1fr);
}
/* line 436, _elements.less */
.g-123 {
  grid-template-columns: repeat(123, 1fr);
}
/* line 436, _elements.less */
.g-122 {
  grid-template-columns: repeat(122, 1fr);
}
/* line 436, _elements.less */
.g-121 {
  grid-template-columns: repeat(121, 1fr);
}
/* line 436, _elements.less */
.g-120 {
  grid-template-columns: repeat(120, 1fr);
}
/* line 436, _elements.less */
.g-119 {
  grid-template-columns: repeat(119, 1fr);
}
/* line 436, _elements.less */
.g-118 {
  grid-template-columns: repeat(118, 1fr);
}
/* line 436, _elements.less */
.g-117 {
  grid-template-columns: repeat(117, 1fr);
}
/* line 436, _elements.less */
.g-116 {
  grid-template-columns: repeat(116, 1fr);
}
/* line 436, _elements.less */
.g-115 {
  grid-template-columns: repeat(115, 1fr);
}
/* line 436, _elements.less */
.g-114 {
  grid-template-columns: repeat(114, 1fr);
}
/* line 436, _elements.less */
.g-113 {
  grid-template-columns: repeat(113, 1fr);
}
/* line 436, _elements.less */
.g-112 {
  grid-template-columns: repeat(112, 1fr);
}
/* line 436, _elements.less */
.g-111 {
  grid-template-columns: repeat(111, 1fr);
}
/* line 436, _elements.less */
.g-110 {
  grid-template-columns: repeat(110, 1fr);
}
/* line 436, _elements.less */
.g-109 {
  grid-template-columns: repeat(109, 1fr);
}
/* line 436, _elements.less */
.g-108 {
  grid-template-columns: repeat(108, 1fr);
}
/* line 436, _elements.less */
.g-107 {
  grid-template-columns: repeat(107, 1fr);
}
/* line 436, _elements.less */
.g-106 {
  grid-template-columns: repeat(106, 1fr);
}
/* line 436, _elements.less */
.g-105 {
  grid-template-columns: repeat(105, 1fr);
}
/* line 436, _elements.less */
.g-104 {
  grid-template-columns: repeat(104, 1fr);
}
/* line 436, _elements.less */
.g-103 {
  grid-template-columns: repeat(103, 1fr);
}
/* line 436, _elements.less */
.g-102 {
  grid-template-columns: repeat(102, 1fr);
}
/* line 436, _elements.less */
.g-101 {
  grid-template-columns: repeat(101, 1fr);
}
/* line 436, _elements.less */
.g-100 {
  grid-template-columns: repeat(100, 1fr);
}
/* line 436, _elements.less */
.g-99 {
  grid-template-columns: repeat(99, 1fr);
}
/* line 436, _elements.less */
.g-98 {
  grid-template-columns: repeat(98, 1fr);
}
/* line 436, _elements.less */
.g-97 {
  grid-template-columns: repeat(97, 1fr);
}
/* line 436, _elements.less */
.g-96 {
  grid-template-columns: repeat(96, 1fr);
}
/* line 436, _elements.less */
.g-95 {
  grid-template-columns: repeat(95, 1fr);
}
/* line 436, _elements.less */
.g-94 {
  grid-template-columns: repeat(94, 1fr);
}
/* line 436, _elements.less */
.g-93 {
  grid-template-columns: repeat(93, 1fr);
}
/* line 436, _elements.less */
.g-92 {
  grid-template-columns: repeat(92, 1fr);
}
/* line 436, _elements.less */
.g-91 {
  grid-template-columns: repeat(91, 1fr);
}
/* line 436, _elements.less */
.g-90 {
  grid-template-columns: repeat(90, 1fr);
}
/* line 436, _elements.less */
.g-89 {
  grid-template-columns: repeat(89, 1fr);
}
/* line 436, _elements.less */
.g-88 {
  grid-template-columns: repeat(88, 1fr);
}
/* line 436, _elements.less */
.g-87 {
  grid-template-columns: repeat(87, 1fr);
}
/* line 436, _elements.less */
.g-86 {
  grid-template-columns: repeat(86, 1fr);
}
/* line 436, _elements.less */
.g-85 {
  grid-template-columns: repeat(85, 1fr);
}
/* line 436, _elements.less */
.g-84 {
  grid-template-columns: repeat(84, 1fr);
}
/* line 436, _elements.less */
.g-83 {
  grid-template-columns: repeat(83, 1fr);
}
/* line 436, _elements.less */
.g-82 {
  grid-template-columns: repeat(82, 1fr);
}
/* line 436, _elements.less */
.g-81 {
  grid-template-columns: repeat(81, 1fr);
}
/* line 436, _elements.less */
.g-80 {
  grid-template-columns: repeat(80, 1fr);
}
/* line 436, _elements.less */
.g-79 {
  grid-template-columns: repeat(79, 1fr);
}
/* line 436, _elements.less */
.g-78 {
  grid-template-columns: repeat(78, 1fr);
}
/* line 436, _elements.less */
.g-77 {
  grid-template-columns: repeat(77, 1fr);
}
/* line 436, _elements.less */
.g-76 {
  grid-template-columns: repeat(76, 1fr);
}
/* line 436, _elements.less */
.g-75 {
  grid-template-columns: repeat(75, 1fr);
}
/* line 436, _elements.less */
.g-74 {
  grid-template-columns: repeat(74, 1fr);
}
/* line 436, _elements.less */
.g-73 {
  grid-template-columns: repeat(73, 1fr);
}
/* line 436, _elements.less */
.g-72 {
  grid-template-columns: repeat(72, 1fr);
}
/* line 436, _elements.less */
.g-71 {
  grid-template-columns: repeat(71, 1fr);
}
/* line 436, _elements.less */
.g-70 {
  grid-template-columns: repeat(70, 1fr);
}
/* line 436, _elements.less */
.g-69 {
  grid-template-columns: repeat(69, 1fr);
}
/* line 436, _elements.less */
.g-68 {
  grid-template-columns: repeat(68, 1fr);
}
/* line 436, _elements.less */
.g-67 {
  grid-template-columns: repeat(67, 1fr);
}
/* line 436, _elements.less */
.g-66 {
  grid-template-columns: repeat(66, 1fr);
}
/* line 436, _elements.less */
.g-65 {
  grid-template-columns: repeat(65, 1fr);
}
/* line 436, _elements.less */
.g-64 {
  grid-template-columns: repeat(64, 1fr);
}
/* line 436, _elements.less */
.g-63 {
  grid-template-columns: repeat(63, 1fr);
}
/* line 436, _elements.less */
.g-62 {
  grid-template-columns: repeat(62, 1fr);
}
/* line 436, _elements.less */
.g-61 {
  grid-template-columns: repeat(61, 1fr);
}
/* line 436, _elements.less */
.g-60 {
  grid-template-columns: repeat(60, 1fr);
}
/* line 436, _elements.less */
.g-59 {
  grid-template-columns: repeat(59, 1fr);
}
/* line 436, _elements.less */
.g-58 {
  grid-template-columns: repeat(58, 1fr);
}
/* line 436, _elements.less */
.g-57 {
  grid-template-columns: repeat(57, 1fr);
}
/* line 436, _elements.less */
.g-56 {
  grid-template-columns: repeat(56, 1fr);
}
/* line 436, _elements.less */
.g-55 {
  grid-template-columns: repeat(55, 1fr);
}
/* line 436, _elements.less */
.g-54 {
  grid-template-columns: repeat(54, 1fr);
}
/* line 436, _elements.less */
.g-53 {
  grid-template-columns: repeat(53, 1fr);
}
/* line 436, _elements.less */
.g-52 {
  grid-template-columns: repeat(52, 1fr);
}
/* line 436, _elements.less */
.g-51 {
  grid-template-columns: repeat(51, 1fr);
}
/* line 436, _elements.less */
.g-50 {
  grid-template-columns: repeat(50, 1fr);
}
/* line 436, _elements.less */
.g-49 {
  grid-template-columns: repeat(49, 1fr);
}
/* line 436, _elements.less */
.g-48 {
  grid-template-columns: repeat(48, 1fr);
}
/* line 436, _elements.less */
.g-47 {
  grid-template-columns: repeat(47, 1fr);
}
/* line 436, _elements.less */
.g-46 {
  grid-template-columns: repeat(46, 1fr);
}
/* line 436, _elements.less */
.g-45 {
  grid-template-columns: repeat(45, 1fr);
}
/* line 436, _elements.less */
.g-44 {
  grid-template-columns: repeat(44, 1fr);
}
/* line 436, _elements.less */
.g-43 {
  grid-template-columns: repeat(43, 1fr);
}
/* line 436, _elements.less */
.g-42 {
  grid-template-columns: repeat(42, 1fr);
}
/* line 436, _elements.less */
.g-41 {
  grid-template-columns: repeat(41, 1fr);
}
/* line 436, _elements.less */
.g-40 {
  grid-template-columns: repeat(40, 1fr);
}
/* line 436, _elements.less */
.g-39 {
  grid-template-columns: repeat(39, 1fr);
}
/* line 436, _elements.less */
.g-38 {
  grid-template-columns: repeat(38, 1fr);
}
/* line 436, _elements.less */
.g-37 {
  grid-template-columns: repeat(37, 1fr);
}
/* line 436, _elements.less */
.g-36 {
  grid-template-columns: repeat(36, 1fr);
}
/* line 436, _elements.less */
.g-35 {
  grid-template-columns: repeat(35, 1fr);
}
/* line 436, _elements.less */
.g-34 {
  grid-template-columns: repeat(34, 1fr);
}
/* line 436, _elements.less */
.g-33 {
  grid-template-columns: repeat(33, 1fr);
}
/* line 436, _elements.less */
.g-32 {
  grid-template-columns: repeat(32, 1fr);
}
/* line 436, _elements.less */
.g-31 {
  grid-template-columns: repeat(31, 1fr);
}
/* line 436, _elements.less */
.g-30 {
  grid-template-columns: repeat(30, 1fr);
}
/* line 436, _elements.less */
.g-29 {
  grid-template-columns: repeat(29, 1fr);
}
/* line 436, _elements.less */
.g-28 {
  grid-template-columns: repeat(28, 1fr);
}
/* line 436, _elements.less */
.g-27 {
  grid-template-columns: repeat(27, 1fr);
}
/* line 436, _elements.less */
.g-26 {
  grid-template-columns: repeat(26, 1fr);
}
/* line 436, _elements.less */
.g-25 {
  grid-template-columns: repeat(25, 1fr);
}
/* line 436, _elements.less */
.g-24 {
  grid-template-columns: repeat(24, 1fr);
}
/* line 436, _elements.less */
.g-23 {
  grid-template-columns: repeat(23, 1fr);
}
/* line 436, _elements.less */
.g-22 {
  grid-template-columns: repeat(22, 1fr);
}
/* line 436, _elements.less */
.g-21 {
  grid-template-columns: repeat(21, 1fr);
}
/* line 436, _elements.less */
.g-20 {
  grid-template-columns: repeat(20, 1fr);
}
/* line 436, _elements.less */
.g-19 {
  grid-template-columns: repeat(19, 1fr);
}
/* line 436, _elements.less */
.g-18 {
  grid-template-columns: repeat(18, 1fr);
}
/* line 436, _elements.less */
.g-17 {
  grid-template-columns: repeat(17, 1fr);
}
/* line 436, _elements.less */
.g-16 {
  grid-template-columns: repeat(16, 1fr);
}
/* line 436, _elements.less */
.g-15 {
  grid-template-columns: repeat(15, 1fr);
}
/* line 436, _elements.less */
.g-14 {
  grid-template-columns: repeat(14, 1fr);
}
/* line 436, _elements.less */
.g-13 {
  grid-template-columns: repeat(13, 1fr);
}
/* line 436, _elements.less */
.g-12 {
  grid-template-columns: repeat(12, 1fr);
}
/* line 436, _elements.less */
.g-11 {
  grid-template-columns: repeat(11, 1fr);
}
/* line 436, _elements.less */
.g-10 {
  grid-template-columns: repeat(10, 1fr);
}
/* line 436, _elements.less */
.g-9 {
  grid-template-columns: repeat(9, 1fr);
}
/* line 436, _elements.less */
.g-8 {
  grid-template-columns: repeat(8, 1fr);
}
/* line 436, _elements.less */
.g-7 {
  grid-template-columns: repeat(7, 1fr);
}
/* line 436, _elements.less */
.g-6 {
  grid-template-columns: repeat(6, 1fr);
}
/* line 436, _elements.less */
.g-5 {
  grid-template-columns: repeat(5, 1fr);
}
/* line 436, _elements.less */
.g-4 {
  grid-template-columns: repeat(4, 1fr);
}
/* line 436, _elements.less */
.g-3 {
  grid-template-columns: repeat(3, 1fr);
}
/* line 436, _elements.less */
.g-2 {
  grid-template-columns: repeat(2, 1fr);
}
/* line 436, _elements.less */
.g-1 {
  grid-template-columns: repeat(1, 1fr);
}
/* Grid */
/* line 447, _elements.less */
.gp-745 {
  gap: 745px;
}
/* line 447, _elements.less */
.gp-740 {
  gap: 740px;
}
/* line 447, _elements.less */
.gp-735 {
  gap: 735px;
}
/* line 447, _elements.less */
.gp-730 {
  gap: 730px;
}
/* line 447, _elements.less */
.gp-725 {
  gap: 725px;
}
/* line 447, _elements.less */
.gp-720 {
  gap: 720px;
}
/* line 447, _elements.less */
.gp-715 {
  gap: 715px;
}
/* line 447, _elements.less */
.gp-710 {
  gap: 710px;
}
/* line 447, _elements.less */
.gp-705 {
  gap: 705px;
}
/* line 447, _elements.less */
.gp-700 {
  gap: 700px;
}
/* line 447, _elements.less */
.gp-695 {
  gap: 695px;
}
/* line 447, _elements.less */
.gp-690 {
  gap: 690px;
}
/* line 447, _elements.less */
.gp-685 {
  gap: 685px;
}
/* line 447, _elements.less */
.gp-680 {
  gap: 680px;
}
/* line 447, _elements.less */
.gp-675 {
  gap: 675px;
}
/* line 447, _elements.less */
.gp-670 {
  gap: 670px;
}
/* line 447, _elements.less */
.gp-665 {
  gap: 665px;
}
/* line 447, _elements.less */
.gp-660 {
  gap: 660px;
}
/* line 447, _elements.less */
.gp-655 {
  gap: 655px;
}
/* line 447, _elements.less */
.gp-650 {
  gap: 650px;
}
/* line 447, _elements.less */
.gp-645 {
  gap: 645px;
}
/* line 447, _elements.less */
.gp-640 {
  gap: 640px;
}
/* line 447, _elements.less */
.gp-635 {
  gap: 635px;
}
/* line 447, _elements.less */
.gp-630 {
  gap: 630px;
}
/* line 447, _elements.less */
.gp-625 {
  gap: 625px;
}
/* line 447, _elements.less */
.gp-620 {
  gap: 620px;
}
/* line 447, _elements.less */
.gp-615 {
  gap: 615px;
}
/* line 447, _elements.less */
.gp-610 {
  gap: 610px;
}
/* line 447, _elements.less */
.gp-605 {
  gap: 605px;
}
/* line 447, _elements.less */
.gp-600 {
  gap: 600px;
}
/* line 447, _elements.less */
.gp-595 {
  gap: 595px;
}
/* line 447, _elements.less */
.gp-590 {
  gap: 590px;
}
/* line 447, _elements.less */
.gp-585 {
  gap: 585px;
}
/* line 447, _elements.less */
.gp-580 {
  gap: 580px;
}
/* line 447, _elements.less */
.gp-575 {
  gap: 575px;
}
/* line 447, _elements.less */
.gp-570 {
  gap: 570px;
}
/* line 447, _elements.less */
.gp-565 {
  gap: 565px;
}
/* line 447, _elements.less */
.gp-560 {
  gap: 560px;
}
/* line 447, _elements.less */
.gp-555 {
  gap: 555px;
}
/* line 447, _elements.less */
.gp-550 {
  gap: 550px;
}
/* line 447, _elements.less */
.gp-545 {
  gap: 545px;
}
/* line 447, _elements.less */
.gp-540 {
  gap: 540px;
}
/* line 447, _elements.less */
.gp-535 {
  gap: 535px;
}
/* line 447, _elements.less */
.gp-530 {
  gap: 530px;
}
/* line 447, _elements.less */
.gp-525 {
  gap: 525px;
}
/* line 447, _elements.less */
.gp-520 {
  gap: 520px;
}
/* line 447, _elements.less */
.gp-515 {
  gap: 515px;
}
/* line 447, _elements.less */
.gp-510 {
  gap: 510px;
}
/* line 447, _elements.less */
.gp-505 {
  gap: 505px;
}
/* line 447, _elements.less */
.gp-500 {
  gap: 500px;
}
/* line 447, _elements.less */
.gp-495 {
  gap: 495px;
}
/* line 447, _elements.less */
.gp-490 {
  gap: 490px;
}
/* line 447, _elements.less */
.gp-485 {
  gap: 485px;
}
/* line 447, _elements.less */
.gp-480 {
  gap: 480px;
}
/* line 447, _elements.less */
.gp-475 {
  gap: 475px;
}
/* line 447, _elements.less */
.gp-470 {
  gap: 470px;
}
/* line 447, _elements.less */
.gp-465 {
  gap: 465px;
}
/* line 447, _elements.less */
.gp-460 {
  gap: 460px;
}
/* line 447, _elements.less */
.gp-455 {
  gap: 455px;
}
/* line 447, _elements.less */
.gp-450 {
  gap: 450px;
}
/* line 447, _elements.less */
.gp-445 {
  gap: 445px;
}
/* line 447, _elements.less */
.gp-440 {
  gap: 440px;
}
/* line 447, _elements.less */
.gp-435 {
  gap: 435px;
}
/* line 447, _elements.less */
.gp-430 {
  gap: 430px;
}
/* line 447, _elements.less */
.gp-425 {
  gap: 425px;
}
/* line 447, _elements.less */
.gp-420 {
  gap: 420px;
}
/* line 447, _elements.less */
.gp-415 {
  gap: 415px;
}
/* line 447, _elements.less */
.gp-410 {
  gap: 410px;
}
/* line 447, _elements.less */
.gp-405 {
  gap: 405px;
}
/* line 447, _elements.less */
.gp-400 {
  gap: 400px;
}
/* line 447, _elements.less */
.gp-395 {
  gap: 395px;
}
/* line 447, _elements.less */
.gp-390 {
  gap: 390px;
}
/* line 447, _elements.less */
.gp-385 {
  gap: 385px;
}
/* line 447, _elements.less */
.gp-380 {
  gap: 380px;
}
/* line 447, _elements.less */
.gp-375 {
  gap: 375px;
}
/* line 447, _elements.less */
.gp-370 {
  gap: 370px;
}
/* line 447, _elements.less */
.gp-365 {
  gap: 365px;
}
/* line 447, _elements.less */
.gp-360 {
  gap: 360px;
}
/* line 447, _elements.less */
.gp-355 {
  gap: 355px;
}
/* line 447, _elements.less */
.gp-350 {
  gap: 350px;
}
/* line 447, _elements.less */
.gp-345 {
  gap: 345px;
}
/* line 447, _elements.less */
.gp-340 {
  gap: 340px;
}
/* line 447, _elements.less */
.gp-335 {
  gap: 335px;
}
/* line 447, _elements.less */
.gp-330 {
  gap: 330px;
}
/* line 447, _elements.less */
.gp-325 {
  gap: 325px;
}
/* line 447, _elements.less */
.gp-320 {
  gap: 320px;
}
/* line 447, _elements.less */
.gp-315 {
  gap: 315px;
}
/* line 447, _elements.less */
.gp-310 {
  gap: 310px;
}
/* line 447, _elements.less */
.gp-305 {
  gap: 305px;
}
/* line 447, _elements.less */
.gp-300 {
  gap: 300px;
}
/* line 447, _elements.less */
.gp-295 {
  gap: 295px;
}
/* line 447, _elements.less */
.gp-290 {
  gap: 290px;
}
/* line 447, _elements.less */
.gp-285 {
  gap: 285px;
}
/* line 447, _elements.less */
.gp-280 {
  gap: 280px;
}
/* line 447, _elements.less */
.gp-275 {
  gap: 275px;
}
/* line 447, _elements.less */
.gp-270 {
  gap: 270px;
}
/* line 447, _elements.less */
.gp-265 {
  gap: 265px;
}
/* line 447, _elements.less */
.gp-260 {
  gap: 260px;
}
/* line 447, _elements.less */
.gp-255 {
  gap: 255px;
}
/* line 447, _elements.less */
.gp-250 {
  gap: 250px;
}
/* line 447, _elements.less */
.gp-245 {
  gap: 245px;
}
/* line 447, _elements.less */
.gp-240 {
  gap: 240px;
}
/* line 447, _elements.less */
.gp-235 {
  gap: 235px;
}
/* line 447, _elements.less */
.gp-230 {
  gap: 230px;
}
/* line 447, _elements.less */
.gp-225 {
  gap: 225px;
}
/* line 447, _elements.less */
.gp-220 {
  gap: 220px;
}
/* line 447, _elements.less */
.gp-215 {
  gap: 215px;
}
/* line 447, _elements.less */
.gp-210 {
  gap: 210px;
}
/* line 447, _elements.less */
.gp-205 {
  gap: 205px;
}
/* line 447, _elements.less */
.gp-200 {
  gap: 200px;
}
/* line 447, _elements.less */
.gp-195 {
  gap: 195px;
}
/* line 447, _elements.less */
.gp-190 {
  gap: 190px;
}
/* line 447, _elements.less */
.gp-185 {
  gap: 185px;
}
/* line 447, _elements.less */
.gp-180 {
  gap: 180px;
}
/* line 447, _elements.less */
.gp-175 {
  gap: 175px;
}
/* line 447, _elements.less */
.gp-170 {
  gap: 170px;
}
/* line 447, _elements.less */
.gp-165 {
  gap: 165px;
}
/* line 447, _elements.less */
.gp-160 {
  gap: 160px;
}
/* line 447, _elements.less */
.gp-155 {
  gap: 155px;
}
/* line 447, _elements.less */
.gp-150 {
  gap: 150px;
}
/* line 447, _elements.less */
.gp-145 {
  gap: 145px;
}
/* line 447, _elements.less */
.gp-140 {
  gap: 140px;
}
/* line 447, _elements.less */
.gp-135 {
  gap: 135px;
}
/* line 447, _elements.less */
.gp-130 {
  gap: 130px;
}
/* line 447, _elements.less */
.gp-125 {
  gap: 125px;
}
/* line 447, _elements.less */
.gp-120 {
  gap: 120px;
}
/* line 447, _elements.less */
.gp-115 {
  gap: 115px;
}
/* line 447, _elements.less */
.gp-110 {
  gap: 110px;
}
/* line 447, _elements.less */
.gp-105 {
  gap: 105px;
}
/* line 447, _elements.less */
.gp-100 {
  gap: 100px;
}
/* line 447, _elements.less */
.gp-95 {
  gap: 95px;
}
/* line 447, _elements.less */
.gp-90 {
  gap: 90px;
}
/* line 447, _elements.less */
.gp-85 {
  gap: 85px;
}
/* line 447, _elements.less */
.gp-80 {
  gap: 80px;
}
/* line 447, _elements.less */
.gp-75 {
  gap: 75px;
}
/* line 447, _elements.less */
.gp-70 {
  gap: 70px;
}
/* line 447, _elements.less */
.gp-65 {
  gap: 65px;
}
/* line 447, _elements.less */
.gp-60 {
  gap: 60px;
}
/* line 447, _elements.less */
.gp-55 {
  gap: 55px;
}
/* line 447, _elements.less */
.gp-50 {
  gap: 50px;
}
/* line 447, _elements.less */
.gp-45 {
  gap: 45px;
}
/* line 447, _elements.less */
.gp-40 {
  gap: 40px;
}
/* line 447, _elements.less */
.gp-35 {
  gap: 35px;
}
/* line 447, _elements.less */
.gp-30 {
  gap: 30px;
}
/* line 447, _elements.less */
.gp-25 {
  gap: 25px;
}
/* line 447, _elements.less */
.gp-20 {
  gap: 20px;
}
/* line 447, _elements.less */
.gp-15 {
  gap: 15px;
}
/* line 447, _elements.less */
.gp-10 {
  gap: 10px;
}
/* line 447, _elements.less */
.gp-5 {
  gap: 5px;
}
/* line 447, _elements.less */
.gp-0 {
  gap: 0px;
}
/* line 454, _elements.less */
.comm-grid {
  display: grid;
  width: 100%;
}
/* line 458, _elements.less */
.comm-grid.ac {
  align-items: center;
}
/* Width */
/* line 467, _elements.less */
.w100 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 467, _elements.less */
.w95 {
  width: 95%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 467, _elements.less */
.w90 {
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 467, _elements.less */
.w85 {
  width: 85%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 467, _elements.less */
.w80 {
  width: 80%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 467, _elements.less */
.w75 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 467, _elements.less */
.w70 {
  width: 70%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 467, _elements.less */
.w65 {
  width: 65%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 467, _elements.less */
.w60 {
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 467, _elements.less */
.w55 {
  width: 55%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 467, _elements.less */
.w50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 467, _elements.less */
.w45 {
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 467, _elements.less */
.w40 {
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 467, _elements.less */
.w35 {
  width: 35%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 467, _elements.less */
.w30 {
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 467, _elements.less */
.w25 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 467, _elements.less */
.w20 {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 467, _elements.less */
.w15 {
  width: 15%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 467, _elements.less */
.w10 {
  width: 10%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 467, _elements.less */
.w5 {
  width: 5%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 476, _elements.less */
.w33 {
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 482, _elements.less */
.w16 {
  width: 16.666666%;
  padding-left: 15px;
  padding-right: 15px;
}
/* Margin */
/* line 493, _elements.less */
.mb-100 {
  margin-bottom: 100px;
}
/* line 493, _elements.less */
.mb-95 {
  margin-bottom: 95px;
}
/* line 493, _elements.less */
.mb-90 {
  margin-bottom: 90px;
}
/* line 493, _elements.less */
.mb-85 {
  margin-bottom: 85px;
}
/* line 493, _elements.less */
.mb-80 {
  margin-bottom: 80px;
}
/* line 493, _elements.less */
.mb-75 {
  margin-bottom: 75px;
}
/* line 493, _elements.less */
.mb-70 {
  margin-bottom: 70px;
}
/* line 493, _elements.less */
.mb-65 {
  margin-bottom: 65px;
}
/* line 493, _elements.less */
.mb-60 {
  margin-bottom: 60px;
}
/* line 493, _elements.less */
.mb-55 {
  margin-bottom: 55px;
}
/* line 493, _elements.less */
.mb-50 {
  margin-bottom: 50px;
}
/* line 493, _elements.less */
.mb-45 {
  margin-bottom: 45px;
}
/* line 493, _elements.less */
.mb-40 {
  margin-bottom: 40px;
}
/* line 493, _elements.less */
.mb-35 {
  margin-bottom: 35px;
}
/* line 493, _elements.less */
.mb-30 {
  margin-bottom: 30px;
}
/* line 493, _elements.less */
.mb-25 {
  margin-bottom: 25px;
}
/* line 493, _elements.less */
.mb-20 {
  margin-bottom: 20px;
}
/* line 493, _elements.less */
.mb-15 {
  margin-bottom: 15px;
}
/* line 493, _elements.less */
.mb-10 {
  margin-bottom: 10px;
}
/* line 493, _elements.less */
.mb-5 {
  margin-bottom: 5px;
}
/* line 493, _elements.less */
.mb-0 {
  margin-bottom: 0px;
}
@media all and (max-width: 1600px) {
  /* line 424, _elements.less */
  .f-1600-10 .f-col {
    width: 10%;
  }
  /* line 424, _elements.less */
  .f-1600-9 .f-col {
    width: 11.11111111%;
  }
  /* line 424, _elements.less */
  .f-1600-8 .f-col {
    width: 12.5%;
  }
  /* line 424, _elements.less */
  .f-1600-7 .f-col {
    width: 14.28571429%;
  }
  /* line 424, _elements.less */
  .f-1600-6 .f-col {
    width: 16.66666667%;
  }
  /* line 424, _elements.less */
  .f-1600-5 .f-col {
    width: 20%;
  }
  /* line 424, _elements.less */
  .f-1600-4 .f-col {
    width: 25%;
  }
  /* line 424, _elements.less */
  .f-1600-3 .f-col {
    width: 33.33333333%;
  }
  /* line 424, _elements.less */
  .f-1600-2 .f-col {
    width: 50%;
  }
  /* line 424, _elements.less */
  .f-1600-1 .f-col {
    width: 100%;
  }
  /* line 467, _elements.less */
  .w-1600-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1600-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1600-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1600-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1600-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1600-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1600-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1600-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1600-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1600-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1600-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1600-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1600-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1600-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1600-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1600-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1600-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1600-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1600-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1600-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 436, _elements.less */
  .g-1600-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 436, _elements.less */
  .g-1600-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 436, _elements.less */
  .g-1600-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 436, _elements.less */
  .g-1600-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 436, _elements.less */
  .g-1600-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 436, _elements.less */
  .g-1600-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 436, _elements.less */
  .g-1600-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 436, _elements.less */
  .g-1600-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 436, _elements.less */
  .g-1600-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 436, _elements.less */
  .g-1600-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 447, _elements.less */
  .gp-1600-70 {
    gap: 70px;
  }
  /* line 447, _elements.less */
  .gp-1600-65 {
    gap: 65px;
  }
  /* line 447, _elements.less */
  .gp-1600-60 {
    gap: 60px;
  }
  /* line 447, _elements.less */
  .gp-1600-55 {
    gap: 55px;
  }
  /* line 447, _elements.less */
  .gp-1600-50 {
    gap: 50px;
  }
  /* line 447, _elements.less */
  .gp-1600-45 {
    gap: 45px;
  }
  /* line 447, _elements.less */
  .gp-1600-40 {
    gap: 40px;
  }
  /* line 447, _elements.less */
  .gp-1600-35 {
    gap: 35px;
  }
  /* line 447, _elements.less */
  .gp-1600-30 {
    gap: 30px;
  }
  /* line 447, _elements.less */
  .gp-1600-25 {
    gap: 25px;
  }
  /* line 447, _elements.less */
  .gp-1600-20 {
    gap: 20px;
  }
  /* line 447, _elements.less */
  .gp-1600-15 {
    gap: 15px;
  }
  /* line 447, _elements.less */
  .gp-1600-10 {
    gap: 10px;
  }
  /* line 447, _elements.less */
  .gp-1600-5 {
    gap: 5px;
  }
  /* line 447, _elements.less */
  .gp-1600-0 {
    gap: 0px;
  }
  /* line 506, _elements.less */
  .w-1600-33 {
    width: 33%;
  }
  /* line 510, _elements.less */
  .w-1600-16 {
    width: 16.666666%;
  }
  /* line 493, _elements.less */
  .mb-1600-100 {
    margin-bottom: 100px;
  }
  /* line 493, _elements.less */
  .mb-1600-95 {
    margin-bottom: 95px;
  }
  /* line 493, _elements.less */
  .mb-1600-90 {
    margin-bottom: 90px;
  }
  /* line 493, _elements.less */
  .mb-1600-85 {
    margin-bottom: 85px;
  }
  /* line 493, _elements.less */
  .mb-1600-80 {
    margin-bottom: 80px;
  }
  /* line 493, _elements.less */
  .mb-1600-75 {
    margin-bottom: 75px;
  }
  /* line 493, _elements.less */
  .mb-1600-70 {
    margin-bottom: 70px;
  }
  /* line 493, _elements.less */
  .mb-1600-65 {
    margin-bottom: 65px;
  }
  /* line 493, _elements.less */
  .mb-1600-60 {
    margin-bottom: 60px;
  }
  /* line 493, _elements.less */
  .mb-1600-55 {
    margin-bottom: 55px;
  }
  /* line 493, _elements.less */
  .mb-1600-50 {
    margin-bottom: 50px;
  }
  /* line 493, _elements.less */
  .mb-1600-45 {
    margin-bottom: 45px;
  }
  /* line 493, _elements.less */
  .mb-1600-40 {
    margin-bottom: 40px;
  }
  /* line 493, _elements.less */
  .mb-1600-35 {
    margin-bottom: 35px;
  }
  /* line 493, _elements.less */
  .mb-1600-30 {
    margin-bottom: 30px;
  }
  /* line 493, _elements.less */
  .mb-1600-25 {
    margin-bottom: 25px;
  }
  /* line 493, _elements.less */
  .mb-1600-20 {
    margin-bottom: 20px;
  }
  /* line 493, _elements.less */
  .mb-1600-15 {
    margin-bottom: 15px;
  }
  /* line 493, _elements.less */
  .mb-1600-10 {
    margin-bottom: 10px;
  }
  /* line 493, _elements.less */
  .mb-1600-5 {
    margin-bottom: 5px;
  }
  /* line 493, _elements.less */
  .mb-1600-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1440px) {
  /* line 424, _elements.less */
  .f-1440-10 .f-col {
    width: 10%;
  }
  /* line 424, _elements.less */
  .f-1440-9 .f-col {
    width: 11.11111111%;
  }
  /* line 424, _elements.less */
  .f-1440-8 .f-col {
    width: 12.5%;
  }
  /* line 424, _elements.less */
  .f-1440-7 .f-col {
    width: 14.28571429%;
  }
  /* line 424, _elements.less */
  .f-1440-6 .f-col {
    width: 16.66666667%;
  }
  /* line 424, _elements.less */
  .f-1440-5 .f-col {
    width: 20%;
  }
  /* line 424, _elements.less */
  .f-1440-4 .f-col {
    width: 25%;
  }
  /* line 424, _elements.less */
  .f-1440-3 .f-col {
    width: 33.33333333%;
  }
  /* line 424, _elements.less */
  .f-1440-2 .f-col {
    width: 50%;
  }
  /* line 424, _elements.less */
  .f-1440-1 .f-col {
    width: 100%;
  }
  /* line 467, _elements.less */
  .w-1440-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1440-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1440-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1440-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1440-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1440-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1440-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1440-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1440-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1440-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1440-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1440-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1440-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1440-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1440-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1440-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1440-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1440-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1440-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1440-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 436, _elements.less */
  .g-1440-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 436, _elements.less */
  .g-1440-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 436, _elements.less */
  .g-1440-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 436, _elements.less */
  .g-1440-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 436, _elements.less */
  .g-1440-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 436, _elements.less */
  .g-1440-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 436, _elements.less */
  .g-1440-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 436, _elements.less */
  .g-1440-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 436, _elements.less */
  .g-1440-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 436, _elements.less */
  .g-1440-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 447, _elements.less */
  .gp-1440-70 {
    gap: 70px;
  }
  /* line 447, _elements.less */
  .gp-1440-65 {
    gap: 65px;
  }
  /* line 447, _elements.less */
  .gp-1440-60 {
    gap: 60px;
  }
  /* line 447, _elements.less */
  .gp-1440-55 {
    gap: 55px;
  }
  /* line 447, _elements.less */
  .gp-1440-50 {
    gap: 50px;
  }
  /* line 447, _elements.less */
  .gp-1440-45 {
    gap: 45px;
  }
  /* line 447, _elements.less */
  .gp-1440-40 {
    gap: 40px;
  }
  /* line 447, _elements.less */
  .gp-1440-35 {
    gap: 35px;
  }
  /* line 447, _elements.less */
  .gp-1440-30 {
    gap: 30px;
  }
  /* line 447, _elements.less */
  .gp-1440-25 {
    gap: 25px;
  }
  /* line 447, _elements.less */
  .gp-1440-20 {
    gap: 20px;
  }
  /* line 447, _elements.less */
  .gp-1440-15 {
    gap: 15px;
  }
  /* line 447, _elements.less */
  .gp-1440-10 {
    gap: 10px;
  }
  /* line 447, _elements.less */
  .gp-1440-5 {
    gap: 5px;
  }
  /* line 447, _elements.less */
  .gp-1440-0 {
    gap: 0px;
  }
  /* line 523, _elements.less */
  .w-1440-40 {
    width: 40%;
  }
  /* line 527, _elements.less */
  .w-1440-60 {
    width: 60%;
  }
  /* line 493, _elements.less */
  .mb-1440-100 {
    margin-bottom: 100px;
  }
  /* line 493, _elements.less */
  .mb-1440-95 {
    margin-bottom: 95px;
  }
  /* line 493, _elements.less */
  .mb-1440-90 {
    margin-bottom: 90px;
  }
  /* line 493, _elements.less */
  .mb-1440-85 {
    margin-bottom: 85px;
  }
  /* line 493, _elements.less */
  .mb-1440-80 {
    margin-bottom: 80px;
  }
  /* line 493, _elements.less */
  .mb-1440-75 {
    margin-bottom: 75px;
  }
  /* line 493, _elements.less */
  .mb-1440-70 {
    margin-bottom: 70px;
  }
  /* line 493, _elements.less */
  .mb-1440-65 {
    margin-bottom: 65px;
  }
  /* line 493, _elements.less */
  .mb-1440-60 {
    margin-bottom: 60px;
  }
  /* line 493, _elements.less */
  .mb-1440-55 {
    margin-bottom: 55px;
  }
  /* line 493, _elements.less */
  .mb-1440-50 {
    margin-bottom: 50px;
  }
  /* line 493, _elements.less */
  .mb-1440-45 {
    margin-bottom: 45px;
  }
  /* line 493, _elements.less */
  .mb-1440-40 {
    margin-bottom: 40px;
  }
  /* line 493, _elements.less */
  .mb-1440-35 {
    margin-bottom: 35px;
  }
  /* line 493, _elements.less */
  .mb-1440-30 {
    margin-bottom: 30px;
  }
  /* line 493, _elements.less */
  .mb-1440-25 {
    margin-bottom: 25px;
  }
  /* line 493, _elements.less */
  .mb-1440-20 {
    margin-bottom: 20px;
  }
  /* line 493, _elements.less */
  .mb-1440-15 {
    margin-bottom: 15px;
  }
  /* line 493, _elements.less */
  .mb-1440-10 {
    margin-bottom: 10px;
  }
  /* line 493, _elements.less */
  .mb-1440-5 {
    margin-bottom: 5px;
  }
  /* line 493, _elements.less */
  .mb-1440-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1366px) {
  /* line 424, _elements.less */
  .f-1366-10 .f-col {
    width: 10%;
  }
  /* line 424, _elements.less */
  .f-1366-9 .f-col {
    width: 11.11111111%;
  }
  /* line 424, _elements.less */
  .f-1366-8 .f-col {
    width: 12.5%;
  }
  /* line 424, _elements.less */
  .f-1366-7 .f-col {
    width: 14.28571429%;
  }
  /* line 424, _elements.less */
  .f-1366-6 .f-col {
    width: 16.66666667%;
  }
  /* line 424, _elements.less */
  .f-1366-5 .f-col {
    width: 20%;
  }
  /* line 424, _elements.less */
  .f-1366-4 .f-col {
    width: 25%;
  }
  /* line 424, _elements.less */
  .f-1366-3 .f-col {
    width: 33.33333333%;
  }
  /* line 424, _elements.less */
  .f-1366-2 .f-col {
    width: 50%;
  }
  /* line 424, _elements.less */
  .f-1366-1 .f-col {
    width: 100%;
  }
  /* line 467, _elements.less */
  .w-1366-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1366-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1366-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1366-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1366-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1366-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1366-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1366-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1366-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1366-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1366-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1366-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1366-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1366-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1366-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1366-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1366-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1366-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1366-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1366-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 436, _elements.less */
  .g-1366-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 436, _elements.less */
  .g-1366-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 436, _elements.less */
  .g-1366-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 436, _elements.less */
  .g-1366-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 436, _elements.less */
  .g-1366-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 436, _elements.less */
  .g-1366-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 436, _elements.less */
  .g-1366-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 436, _elements.less */
  .g-1366-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 436, _elements.less */
  .g-1366-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 436, _elements.less */
  .g-1366-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 447, _elements.less */
  .gp-1366-70 {
    gap: 70px;
  }
  /* line 447, _elements.less */
  .gp-1366-65 {
    gap: 65px;
  }
  /* line 447, _elements.less */
  .gp-1366-60 {
    gap: 60px;
  }
  /* line 447, _elements.less */
  .gp-1366-55 {
    gap: 55px;
  }
  /* line 447, _elements.less */
  .gp-1366-50 {
    gap: 50px;
  }
  /* line 447, _elements.less */
  .gp-1366-45 {
    gap: 45px;
  }
  /* line 447, _elements.less */
  .gp-1366-40 {
    gap: 40px;
  }
  /* line 447, _elements.less */
  .gp-1366-35 {
    gap: 35px;
  }
  /* line 447, _elements.less */
  .gp-1366-30 {
    gap: 30px;
  }
  /* line 447, _elements.less */
  .gp-1366-25 {
    gap: 25px;
  }
  /* line 447, _elements.less */
  .gp-1366-20 {
    gap: 20px;
  }
  /* line 447, _elements.less */
  .gp-1366-15 {
    gap: 15px;
  }
  /* line 447, _elements.less */
  .gp-1366-10 {
    gap: 10px;
  }
  /* line 447, _elements.less */
  .gp-1366-5 {
    gap: 5px;
  }
  /* line 447, _elements.less */
  .gp-1366-0 {
    gap: 0px;
  }
  /* line 540, _elements.less */
  .w-1366-33 {
    width: 33%;
  }
  /* line 544, _elements.less */
  .w-1366-16 {
    width: 16.666666%;
  }
  /* line 493, _elements.less */
  .mb-1366-100 {
    margin-bottom: 100px;
  }
  /* line 493, _elements.less */
  .mb-1366-95 {
    margin-bottom: 95px;
  }
  /* line 493, _elements.less */
  .mb-1366-90 {
    margin-bottom: 90px;
  }
  /* line 493, _elements.less */
  .mb-1366-85 {
    margin-bottom: 85px;
  }
  /* line 493, _elements.less */
  .mb-1366-80 {
    margin-bottom: 80px;
  }
  /* line 493, _elements.less */
  .mb-1366-75 {
    margin-bottom: 75px;
  }
  /* line 493, _elements.less */
  .mb-1366-70 {
    margin-bottom: 70px;
  }
  /* line 493, _elements.less */
  .mb-1366-65 {
    margin-bottom: 65px;
  }
  /* line 493, _elements.less */
  .mb-1366-60 {
    margin-bottom: 60px;
  }
  /* line 493, _elements.less */
  .mb-1366-55 {
    margin-bottom: 55px;
  }
  /* line 493, _elements.less */
  .mb-1366-50 {
    margin-bottom: 50px;
  }
  /* line 493, _elements.less */
  .mb-1366-45 {
    margin-bottom: 45px;
  }
  /* line 493, _elements.less */
  .mb-1366-40 {
    margin-bottom: 40px;
  }
  /* line 493, _elements.less */
  .mb-1366-35 {
    margin-bottom: 35px;
  }
  /* line 493, _elements.less */
  .mb-1366-30 {
    margin-bottom: 30px;
  }
  /* line 493, _elements.less */
  .mb-1366-25 {
    margin-bottom: 25px;
  }
  /* line 493, _elements.less */
  .mb-1366-20 {
    margin-bottom: 20px;
  }
  /* line 493, _elements.less */
  .mb-1366-15 {
    margin-bottom: 15px;
  }
  /* line 493, _elements.less */
  .mb-1366-10 {
    margin-bottom: 10px;
  }
  /* line 493, _elements.less */
  .mb-1366-5 {
    margin-bottom: 5px;
  }
  /* line 493, _elements.less */
  .mb-1366-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1200px) {
  /* line 424, _elements.less */
  .f-1200-10 .f-col {
    width: 10%;
  }
  /* line 424, _elements.less */
  .f-1200-9 .f-col {
    width: 11.11111111%;
  }
  /* line 424, _elements.less */
  .f-1200-8 .f-col {
    width: 12.5%;
  }
  /* line 424, _elements.less */
  .f-1200-7 .f-col {
    width: 14.28571429%;
  }
  /* line 424, _elements.less */
  .f-1200-6 .f-col {
    width: 16.66666667%;
  }
  /* line 424, _elements.less */
  .f-1200-5 .f-col {
    width: 20%;
  }
  /* line 424, _elements.less */
  .f-1200-4 .f-col {
    width: 25%;
  }
  /* line 424, _elements.less */
  .f-1200-3 .f-col {
    width: 33.33333333%;
  }
  /* line 424, _elements.less */
  .f-1200-2 .f-col {
    width: 50%;
  }
  /* line 424, _elements.less */
  .f-1200-1 .f-col {
    width: 100%;
  }
  /* line 467, _elements.less */
  .w-1200-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1200-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1200-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1200-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1200-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1200-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1200-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1200-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1200-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1200-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1200-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1200-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1200-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1200-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1200-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1200-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1200-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1200-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1200-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1200-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 436, _elements.less */
  .g-1200-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 436, _elements.less */
  .g-1200-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 436, _elements.less */
  .g-1200-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 436, _elements.less */
  .g-1200-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 436, _elements.less */
  .g-1200-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 436, _elements.less */
  .g-1200-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 436, _elements.less */
  .g-1200-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 436, _elements.less */
  .g-1200-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 436, _elements.less */
  .g-1200-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 436, _elements.less */
  .g-1200-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 447, _elements.less */
  .gp-1200-70 {
    gap: 70px;
  }
  /* line 447, _elements.less */
  .gp-1200-65 {
    gap: 65px;
  }
  /* line 447, _elements.less */
  .gp-1200-60 {
    gap: 60px;
  }
  /* line 447, _elements.less */
  .gp-1200-55 {
    gap: 55px;
  }
  /* line 447, _elements.less */
  .gp-1200-50 {
    gap: 50px;
  }
  /* line 447, _elements.less */
  .gp-1200-45 {
    gap: 45px;
  }
  /* line 447, _elements.less */
  .gp-1200-40 {
    gap: 40px;
  }
  /* line 447, _elements.less */
  .gp-1200-35 {
    gap: 35px;
  }
  /* line 447, _elements.less */
  .gp-1200-30 {
    gap: 30px;
  }
  /* line 447, _elements.less */
  .gp-1200-25 {
    gap: 25px;
  }
  /* line 447, _elements.less */
  .gp-1200-20 {
    gap: 20px;
  }
  /* line 447, _elements.less */
  .gp-1200-15 {
    gap: 15px;
  }
  /* line 447, _elements.less */
  .gp-1200-10 {
    gap: 10px;
  }
  /* line 447, _elements.less */
  .gp-1200-5 {
    gap: 5px;
  }
  /* line 447, _elements.less */
  .gp-1200-0 {
    gap: 0px;
  }
  /* line 557, _elements.less */
  .w-1200-33 {
    width: 33%;
  }
  /* line 561, _elements.less */
  .w-1200-16 {
    width: 16.666666%;
  }
  /* line 493, _elements.less */
  .mb-1200-100 {
    margin-bottom: 100px;
  }
  /* line 493, _elements.less */
  .mb-1200-95 {
    margin-bottom: 95px;
  }
  /* line 493, _elements.less */
  .mb-1200-90 {
    margin-bottom: 90px;
  }
  /* line 493, _elements.less */
  .mb-1200-85 {
    margin-bottom: 85px;
  }
  /* line 493, _elements.less */
  .mb-1200-80 {
    margin-bottom: 80px;
  }
  /* line 493, _elements.less */
  .mb-1200-75 {
    margin-bottom: 75px;
  }
  /* line 493, _elements.less */
  .mb-1200-70 {
    margin-bottom: 70px;
  }
  /* line 493, _elements.less */
  .mb-1200-65 {
    margin-bottom: 65px;
  }
  /* line 493, _elements.less */
  .mb-1200-60 {
    margin-bottom: 60px;
  }
  /* line 493, _elements.less */
  .mb-1200-55 {
    margin-bottom: 55px;
  }
  /* line 493, _elements.less */
  .mb-1200-50 {
    margin-bottom: 50px;
  }
  /* line 493, _elements.less */
  .mb-1200-45 {
    margin-bottom: 45px;
  }
  /* line 493, _elements.less */
  .mb-1200-40 {
    margin-bottom: 40px;
  }
  /* line 493, _elements.less */
  .mb-1200-35 {
    margin-bottom: 35px;
  }
  /* line 493, _elements.less */
  .mb-1200-30 {
    margin-bottom: 30px;
  }
  /* line 493, _elements.less */
  .mb-1200-25 {
    margin-bottom: 25px;
  }
  /* line 493, _elements.less */
  .mb-1200-20 {
    margin-bottom: 20px;
  }
  /* line 493, _elements.less */
  .mb-1200-15 {
    margin-bottom: 15px;
  }
  /* line 493, _elements.less */
  .mb-1200-10 {
    margin-bottom: 10px;
  }
  /* line 493, _elements.less */
  .mb-1200-5 {
    margin-bottom: 5px;
  }
  /* line 493, _elements.less */
  .mb-1200-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1024px) {
  /* line 424, _elements.less */
  .f-1024-10 .f-col {
    width: 10%;
  }
  /* line 424, _elements.less */
  .f-1024-9 .f-col {
    width: 11.11111111%;
  }
  /* line 424, _elements.less */
  .f-1024-8 .f-col {
    width: 12.5%;
  }
  /* line 424, _elements.less */
  .f-1024-7 .f-col {
    width: 14.28571429%;
  }
  /* line 424, _elements.less */
  .f-1024-6 .f-col {
    width: 16.66666667%;
  }
  /* line 424, _elements.less */
  .f-1024-5 .f-col {
    width: 20%;
  }
  /* line 424, _elements.less */
  .f-1024-4 .f-col {
    width: 25%;
  }
  /* line 424, _elements.less */
  .f-1024-3 .f-col {
    width: 33.33333333%;
  }
  /* line 424, _elements.less */
  .f-1024-2 .f-col {
    width: 50%;
  }
  /* line 424, _elements.less */
  .f-1024-1 .f-col {
    width: 100%;
  }
  /* line 436, _elements.less */
  .g-1024-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 436, _elements.less */
  .g-1024-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 436, _elements.less */
  .g-1024-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 436, _elements.less */
  .g-1024-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 436, _elements.less */
  .g-1024-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 436, _elements.less */
  .g-1024-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 436, _elements.less */
  .g-1024-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 436, _elements.less */
  .g-1024-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 436, _elements.less */
  .g-1024-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 436, _elements.less */
  .g-1024-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 447, _elements.less */
  .gp-1024-70 {
    gap: 70px;
  }
  /* line 447, _elements.less */
  .gp-1024-65 {
    gap: 65px;
  }
  /* line 447, _elements.less */
  .gp-1024-60 {
    gap: 60px;
  }
  /* line 447, _elements.less */
  .gp-1024-55 {
    gap: 55px;
  }
  /* line 447, _elements.less */
  .gp-1024-50 {
    gap: 50px;
  }
  /* line 447, _elements.less */
  .gp-1024-45 {
    gap: 45px;
  }
  /* line 447, _elements.less */
  .gp-1024-40 {
    gap: 40px;
  }
  /* line 447, _elements.less */
  .gp-1024-35 {
    gap: 35px;
  }
  /* line 447, _elements.less */
  .gp-1024-30 {
    gap: 30px;
  }
  /* line 447, _elements.less */
  .gp-1024-25 {
    gap: 25px;
  }
  /* line 447, _elements.less */
  .gp-1024-20 {
    gap: 20px;
  }
  /* line 447, _elements.less */
  .gp-1024-15 {
    gap: 15px;
  }
  /* line 447, _elements.less */
  .gp-1024-10 {
    gap: 10px;
  }
  /* line 447, _elements.less */
  .gp-1024-5 {
    gap: 5px;
  }
  /* line 447, _elements.less */
  .gp-1024-0 {
    gap: 0px;
  }
  /* line 467, _elements.less */
  .w-1024-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1024-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1024-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1024-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1024-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1024-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1024-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1024-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1024-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1024-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1024-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1024-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1024-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1024-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1024-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1024-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1024-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1024-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1024-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-1024-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 574, _elements.less */
  .w-1024-33 {
    width: 33%;
  }
  /* line 578, _elements.less */
  .w-1024-16 {
    width: 16.666666%;
  }
  /* line 493, _elements.less */
  .mb-1024-100 {
    margin-bottom: 100px;
  }
  /* line 493, _elements.less */
  .mb-1024-95 {
    margin-bottom: 95px;
  }
  /* line 493, _elements.less */
  .mb-1024-90 {
    margin-bottom: 90px;
  }
  /* line 493, _elements.less */
  .mb-1024-85 {
    margin-bottom: 85px;
  }
  /* line 493, _elements.less */
  .mb-1024-80 {
    margin-bottom: 80px;
  }
  /* line 493, _elements.less */
  .mb-1024-75 {
    margin-bottom: 75px;
  }
  /* line 493, _elements.less */
  .mb-1024-70 {
    margin-bottom: 70px;
  }
  /* line 493, _elements.less */
  .mb-1024-65 {
    margin-bottom: 65px;
  }
  /* line 493, _elements.less */
  .mb-1024-60 {
    margin-bottom: 60px;
  }
  /* line 493, _elements.less */
  .mb-1024-55 {
    margin-bottom: 55px;
  }
  /* line 493, _elements.less */
  .mb-1024-50 {
    margin-bottom: 50px;
  }
  /* line 493, _elements.less */
  .mb-1024-45 {
    margin-bottom: 45px;
  }
  /* line 493, _elements.less */
  .mb-1024-40 {
    margin-bottom: 40px;
  }
  /* line 493, _elements.less */
  .mb-1024-35 {
    margin-bottom: 35px;
  }
  /* line 493, _elements.less */
  .mb-1024-30 {
    margin-bottom: 30px;
  }
  /* line 493, _elements.less */
  .mb-1024-25 {
    margin-bottom: 25px;
  }
  /* line 493, _elements.less */
  .mb-1024-20 {
    margin-bottom: 20px;
  }
  /* line 493, _elements.less */
  .mb-1024-15 {
    margin-bottom: 15px;
  }
  /* line 493, _elements.less */
  .mb-1024-10 {
    margin-bottom: 10px;
  }
  /* line 493, _elements.less */
  .mb-1024-5 {
    margin-bottom: 5px;
  }
  /* line 493, _elements.less */
  .mb-1024-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 990px) {
  /* line 424, _elements.less */
  .f-990-10 .f-col {
    width: 10%;
  }
  /* line 424, _elements.less */
  .f-990-9 .f-col {
    width: 11.11111111%;
  }
  /* line 424, _elements.less */
  .f-990-8 .f-col {
    width: 12.5%;
  }
  /* line 424, _elements.less */
  .f-990-7 .f-col {
    width: 14.28571429%;
  }
  /* line 424, _elements.less */
  .f-990-6 .f-col {
    width: 16.66666667%;
  }
  /* line 424, _elements.less */
  .f-990-5 .f-col {
    width: 20%;
  }
  /* line 424, _elements.less */
  .f-990-4 .f-col {
    width: 25%;
  }
  /* line 424, _elements.less */
  .f-990-3 .f-col {
    width: 33.33333333%;
  }
  /* line 424, _elements.less */
  .f-990-2 .f-col {
    width: 50%;
  }
  /* line 424, _elements.less */
  .f-990-1 .f-col {
    width: 100%;
  }
  /* line 467, _elements.less */
  .w-990-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-990-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-990-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-990-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-990-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-990-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-990-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-990-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-990-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-990-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-990-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-990-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-990-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-990-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-990-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-990-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-990-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-990-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-990-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-990-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 436, _elements.less */
  .g-990-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 436, _elements.less */
  .g-990-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 436, _elements.less */
  .g-990-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 436, _elements.less */
  .g-990-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 436, _elements.less */
  .g-990-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 436, _elements.less */
  .g-990-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 436, _elements.less */
  .g-990-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 436, _elements.less */
  .g-990-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 436, _elements.less */
  .g-990-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 436, _elements.less */
  .g-990-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 447, _elements.less */
  .gp-990-70 {
    gap: 70px;
  }
  /* line 447, _elements.less */
  .gp-990-65 {
    gap: 65px;
  }
  /* line 447, _elements.less */
  .gp-990-60 {
    gap: 60px;
  }
  /* line 447, _elements.less */
  .gp-990-55 {
    gap: 55px;
  }
  /* line 447, _elements.less */
  .gp-990-50 {
    gap: 50px;
  }
  /* line 447, _elements.less */
  .gp-990-45 {
    gap: 45px;
  }
  /* line 447, _elements.less */
  .gp-990-40 {
    gap: 40px;
  }
  /* line 447, _elements.less */
  .gp-990-35 {
    gap: 35px;
  }
  /* line 447, _elements.less */
  .gp-990-30 {
    gap: 30px;
  }
  /* line 447, _elements.less */
  .gp-990-25 {
    gap: 25px;
  }
  /* line 447, _elements.less */
  .gp-990-20 {
    gap: 20px;
  }
  /* line 447, _elements.less */
  .gp-990-15 {
    gap: 15px;
  }
  /* line 447, _elements.less */
  .gp-990-10 {
    gap: 10px;
  }
  /* line 447, _elements.less */
  .gp-990-5 {
    gap: 5px;
  }
  /* line 447, _elements.less */
  .gp-990-0 {
    gap: 0px;
  }
  /* line 591, _elements.less */
  .w-990-33 {
    width: 33%;
  }
  /* line 595, _elements.less */
  .w-990-16 {
    width: 16.666666%;
  }
  /* line 493, _elements.less */
  .mb-990-100 {
    margin-bottom: 100px;
  }
  /* line 493, _elements.less */
  .mb-990-95 {
    margin-bottom: 95px;
  }
  /* line 493, _elements.less */
  .mb-990-90 {
    margin-bottom: 90px;
  }
  /* line 493, _elements.less */
  .mb-990-85 {
    margin-bottom: 85px;
  }
  /* line 493, _elements.less */
  .mb-990-80 {
    margin-bottom: 80px;
  }
  /* line 493, _elements.less */
  .mb-990-75 {
    margin-bottom: 75px;
  }
  /* line 493, _elements.less */
  .mb-990-70 {
    margin-bottom: 70px;
  }
  /* line 493, _elements.less */
  .mb-990-65 {
    margin-bottom: 65px;
  }
  /* line 493, _elements.less */
  .mb-990-60 {
    margin-bottom: 60px;
  }
  /* line 493, _elements.less */
  .mb-990-55 {
    margin-bottom: 55px;
  }
  /* line 493, _elements.less */
  .mb-990-50 {
    margin-bottom: 50px;
  }
  /* line 493, _elements.less */
  .mb-990-45 {
    margin-bottom: 45px;
  }
  /* line 493, _elements.less */
  .mb-990-40 {
    margin-bottom: 40px;
  }
  /* line 493, _elements.less */
  .mb-990-35 {
    margin-bottom: 35px;
  }
  /* line 493, _elements.less */
  .mb-990-30 {
    margin-bottom: 30px;
  }
  /* line 493, _elements.less */
  .mb-990-25 {
    margin-bottom: 25px;
  }
  /* line 493, _elements.less */
  .mb-990-20 {
    margin-bottom: 20px;
  }
  /* line 493, _elements.less */
  .mb-990-15 {
    margin-bottom: 15px;
  }
  /* line 493, _elements.less */
  .mb-990-10 {
    margin-bottom: 10px;
  }
  /* line 493, _elements.less */
  .mb-990-5 {
    margin-bottom: 5px;
  }
  /* line 493, _elements.less */
  .mb-990-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 768px) {
  /* line 424, _elements.less */
  .f-768-10 .f-col {
    width: 10%;
  }
  /* line 424, _elements.less */
  .f-768-9 .f-col {
    width: 11.11111111%;
  }
  /* line 424, _elements.less */
  .f-768-8 .f-col {
    width: 12.5%;
  }
  /* line 424, _elements.less */
  .f-768-7 .f-col {
    width: 14.28571429%;
  }
  /* line 424, _elements.less */
  .f-768-6 .f-col {
    width: 16.66666667%;
  }
  /* line 424, _elements.less */
  .f-768-5 .f-col {
    width: 20%;
  }
  /* line 424, _elements.less */
  .f-768-4 .f-col {
    width: 25%;
  }
  /* line 424, _elements.less */
  .f-768-3 .f-col {
    width: 33.33333333%;
  }
  /* line 424, _elements.less */
  .f-768-2 .f-col {
    width: 50%;
  }
  /* line 424, _elements.less */
  .f-768-1 .f-col {
    width: 100%;
  }
  /* line 467, _elements.less */
  .w-768-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-768-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-768-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-768-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-768-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-768-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-768-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-768-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-768-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-768-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-768-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-768-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-768-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-768-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-768-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-768-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-768-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-768-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-768-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-768-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 436, _elements.less */
  .g-768-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 436, _elements.less */
  .g-768-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 436, _elements.less */
  .g-768-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 436, _elements.less */
  .g-768-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 436, _elements.less */
  .g-768-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 436, _elements.less */
  .g-768-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 436, _elements.less */
  .g-768-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 436, _elements.less */
  .g-768-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 436, _elements.less */
  .g-768-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 436, _elements.less */
  .g-768-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 447, _elements.less */
  .gp-768-70 {
    gap: 70px;
  }
  /* line 447, _elements.less */
  .gp-768-65 {
    gap: 65px;
  }
  /* line 447, _elements.less */
  .gp-768-60 {
    gap: 60px;
  }
  /* line 447, _elements.less */
  .gp-768-55 {
    gap: 55px;
  }
  /* line 447, _elements.less */
  .gp-768-50 {
    gap: 50px;
  }
  /* line 447, _elements.less */
  .gp-768-45 {
    gap: 45px;
  }
  /* line 447, _elements.less */
  .gp-768-40 {
    gap: 40px;
  }
  /* line 447, _elements.less */
  .gp-768-35 {
    gap: 35px;
  }
  /* line 447, _elements.less */
  .gp-768-30 {
    gap: 30px;
  }
  /* line 447, _elements.less */
  .gp-768-25 {
    gap: 25px;
  }
  /* line 447, _elements.less */
  .gp-768-20 {
    gap: 20px;
  }
  /* line 447, _elements.less */
  .gp-768-15 {
    gap: 15px;
  }
  /* line 447, _elements.less */
  .gp-768-10 {
    gap: 10px;
  }
  /* line 447, _elements.less */
  .gp-768-5 {
    gap: 5px;
  }
  /* line 447, _elements.less */
  .gp-768-0 {
    gap: 0px;
  }
  /* line 608, _elements.less */
  .w-768-33 {
    width: 33%;
  }
  /* line 612, _elements.less */
  .w-768-16 {
    width: 16.666666%;
  }
  /* line 493, _elements.less */
  .mb-768-100 {
    margin-bottom: 100px;
  }
  /* line 493, _elements.less */
  .mb-768-95 {
    margin-bottom: 95px;
  }
  /* line 493, _elements.less */
  .mb-768-90 {
    margin-bottom: 90px;
  }
  /* line 493, _elements.less */
  .mb-768-85 {
    margin-bottom: 85px;
  }
  /* line 493, _elements.less */
  .mb-768-80 {
    margin-bottom: 80px;
  }
  /* line 493, _elements.less */
  .mb-768-75 {
    margin-bottom: 75px;
  }
  /* line 493, _elements.less */
  .mb-768-70 {
    margin-bottom: 70px;
  }
  /* line 493, _elements.less */
  .mb-768-65 {
    margin-bottom: 65px;
  }
  /* line 493, _elements.less */
  .mb-768-60 {
    margin-bottom: 60px;
  }
  /* line 493, _elements.less */
  .mb-768-55 {
    margin-bottom: 55px;
  }
  /* line 493, _elements.less */
  .mb-768-50 {
    margin-bottom: 50px;
  }
  /* line 493, _elements.less */
  .mb-768-45 {
    margin-bottom: 45px;
  }
  /* line 493, _elements.less */
  .mb-768-40 {
    margin-bottom: 40px;
  }
  /* line 493, _elements.less */
  .mb-768-35 {
    margin-bottom: 35px;
  }
  /* line 493, _elements.less */
  .mb-768-30 {
    margin-bottom: 30px;
  }
  /* line 493, _elements.less */
  .mb-768-25 {
    margin-bottom: 25px;
  }
  /* line 493, _elements.less */
  .mb-768-20 {
    margin-bottom: 20px;
  }
  /* line 493, _elements.less */
  .mb-768-15 {
    margin-bottom: 15px;
  }
  /* line 493, _elements.less */
  .mb-768-10 {
    margin-bottom: 10px;
  }
  /* line 493, _elements.less */
  .mb-768-5 {
    margin-bottom: 5px;
  }
  /* line 493, _elements.less */
  .mb-768-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 576px) {
  /* line 424, _elements.less */
  .f-576-10 .f-col {
    width: 10%;
  }
  /* line 424, _elements.less */
  .f-576-9 .f-col {
    width: 11.11111111%;
  }
  /* line 424, _elements.less */
  .f-576-8 .f-col {
    width: 12.5%;
  }
  /* line 424, _elements.less */
  .f-576-7 .f-col {
    width: 14.28571429%;
  }
  /* line 424, _elements.less */
  .f-576-6 .f-col {
    width: 16.66666667%;
  }
  /* line 424, _elements.less */
  .f-576-5 .f-col {
    width: 20%;
  }
  /* line 424, _elements.less */
  .f-576-4 .f-col {
    width: 25%;
  }
  /* line 424, _elements.less */
  .f-576-3 .f-col {
    width: 33.33333333%;
  }
  /* line 424, _elements.less */
  .f-576-2 .f-col {
    width: 50%;
  }
  /* line 424, _elements.less */
  .f-576-1 .f-col {
    width: 100%;
  }
  /* line 467, _elements.less */
  .w-576-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 436, _elements.less */
  .g-576-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 436, _elements.less */
  .g-576-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 436, _elements.less */
  .g-576-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 436, _elements.less */
  .g-576-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 436, _elements.less */
  .g-576-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 436, _elements.less */
  .g-576-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 436, _elements.less */
  .g-576-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 436, _elements.less */
  .g-576-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 436, _elements.less */
  .g-576-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 436, _elements.less */
  .g-576-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 447, _elements.less */
  .gp-576-70 {
    gap: 70px;
  }
  /* line 447, _elements.less */
  .gp-576-65 {
    gap: 65px;
  }
  /* line 447, _elements.less */
  .gp-576-60 {
    gap: 60px;
  }
  /* line 447, _elements.less */
  .gp-576-55 {
    gap: 55px;
  }
  /* line 447, _elements.less */
  .gp-576-50 {
    gap: 50px;
  }
  /* line 447, _elements.less */
  .gp-576-45 {
    gap: 45px;
  }
  /* line 447, _elements.less */
  .gp-576-40 {
    gap: 40px;
  }
  /* line 447, _elements.less */
  .gp-576-35 {
    gap: 35px;
  }
  /* line 447, _elements.less */
  .gp-576-30 {
    gap: 30px;
  }
  /* line 447, _elements.less */
  .gp-576-25 {
    gap: 25px;
  }
  /* line 447, _elements.less */
  .gp-576-20 {
    gap: 20px;
  }
  /* line 447, _elements.less */
  .gp-576-15 {
    gap: 15px;
  }
  /* line 447, _elements.less */
  .gp-576-10 {
    gap: 10px;
  }
  /* line 447, _elements.less */
  .gp-576-5 {
    gap: 5px;
  }
  /* line 447, _elements.less */
  .gp-576-0 {
    gap: 0px;
  }
  /* line 625, _elements.less */
  .w-576-33 {
    width: 33%;
  }
  /* line 629, _elements.less */
  .w-576-16 {
    width: 16.666666%;
  }
  /* line 493, _elements.less */
  .mb-576-100 {
    margin-bottom: 100px;
  }
  /* line 493, _elements.less */
  .mb-576-95 {
    margin-bottom: 95px;
  }
  /* line 493, _elements.less */
  .mb-576-90 {
    margin-bottom: 90px;
  }
  /* line 493, _elements.less */
  .mb-576-85 {
    margin-bottom: 85px;
  }
  /* line 493, _elements.less */
  .mb-576-80 {
    margin-bottom: 80px;
  }
  /* line 493, _elements.less */
  .mb-576-75 {
    margin-bottom: 75px;
  }
  /* line 493, _elements.less */
  .mb-576-70 {
    margin-bottom: 70px;
  }
  /* line 493, _elements.less */
  .mb-576-65 {
    margin-bottom: 65px;
  }
  /* line 493, _elements.less */
  .mb-576-60 {
    margin-bottom: 60px;
  }
  /* line 493, _elements.less */
  .mb-576-55 {
    margin-bottom: 55px;
  }
  /* line 493, _elements.less */
  .mb-576-50 {
    margin-bottom: 50px;
  }
  /* line 493, _elements.less */
  .mb-576-45 {
    margin-bottom: 45px;
  }
  /* line 493, _elements.less */
  .mb-576-40 {
    margin-bottom: 40px;
  }
  /* line 493, _elements.less */
  .mb-576-35 {
    margin-bottom: 35px;
  }
  /* line 493, _elements.less */
  .mb-576-30 {
    margin-bottom: 30px;
  }
  /* line 493, _elements.less */
  .mb-576-25 {
    margin-bottom: 25px;
  }
  /* line 493, _elements.less */
  .mb-576-20 {
    margin-bottom: 20px;
  }
  /* line 493, _elements.less */
  .mb-576-15 {
    margin-bottom: 15px;
  }
  /* line 493, _elements.less */
  .mb-576-10 {
    margin-bottom: 10px;
  }
  /* line 493, _elements.less */
  .mb-576-5 {
    margin-bottom: 5px;
  }
  /* line 493, _elements.less */
  .mb-576-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 640px) {
  /* line 424, _elements.less */
  .f-640-10 .f-col {
    width: 10%;
  }
  /* line 424, _elements.less */
  .f-640-9 .f-col {
    width: 11.11111111%;
  }
  /* line 424, _elements.less */
  .f-640-8 .f-col {
    width: 12.5%;
  }
  /* line 424, _elements.less */
  .f-640-7 .f-col {
    width: 14.28571429%;
  }
  /* line 424, _elements.less */
  .f-640-6 .f-col {
    width: 16.66666667%;
  }
  /* line 424, _elements.less */
  .f-640-5 .f-col {
    width: 20%;
  }
  /* line 424, _elements.less */
  .f-640-4 .f-col {
    width: 25%;
  }
  /* line 424, _elements.less */
  .f-640-3 .f-col {
    width: 33.33333333%;
  }
  /* line 424, _elements.less */
  .f-640-2 .f-col {
    width: 50%;
  }
  /* line 424, _elements.less */
  .f-640-1 .f-col {
    width: 100%;
  }
  /* line 467, _elements.less */
  .w-640-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-640-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-640-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-640-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-640-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-640-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-640-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-640-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-640-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-640-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-640-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-640-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-640-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-640-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-640-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-640-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-640-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-640-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-640-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-640-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 436, _elements.less */
  .g-640-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 436, _elements.less */
  .g-640-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 436, _elements.less */
  .g-640-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 436, _elements.less */
  .g-640-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 436, _elements.less */
  .g-640-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 436, _elements.less */
  .g-640-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 436, _elements.less */
  .g-640-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 436, _elements.less */
  .g-640-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 436, _elements.less */
  .g-640-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 436, _elements.less */
  .g-640-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 447, _elements.less */
  .gp-640-70 {
    gap: 70px;
  }
  /* line 447, _elements.less */
  .gp-640-65 {
    gap: 65px;
  }
  /* line 447, _elements.less */
  .gp-640-60 {
    gap: 60px;
  }
  /* line 447, _elements.less */
  .gp-640-55 {
    gap: 55px;
  }
  /* line 447, _elements.less */
  .gp-640-50 {
    gap: 50px;
  }
  /* line 447, _elements.less */
  .gp-640-45 {
    gap: 45px;
  }
  /* line 447, _elements.less */
  .gp-640-40 {
    gap: 40px;
  }
  /* line 447, _elements.less */
  .gp-640-35 {
    gap: 35px;
  }
  /* line 447, _elements.less */
  .gp-640-30 {
    gap: 30px;
  }
  /* line 447, _elements.less */
  .gp-640-25 {
    gap: 25px;
  }
  /* line 447, _elements.less */
  .gp-640-20 {
    gap: 20px;
  }
  /* line 447, _elements.less */
  .gp-640-15 {
    gap: 15px;
  }
  /* line 447, _elements.less */
  .gp-640-10 {
    gap: 10px;
  }
  /* line 447, _elements.less */
  .gp-640-5 {
    gap: 5px;
  }
  /* line 447, _elements.less */
  .gp-640-0 {
    gap: 0px;
  }
  /* line 642, _elements.less */
  .w-640-33 {
    width: 33%;
  }
  /* line 646, _elements.less */
  .w-640-16 {
    width: 16.666666%;
  }
  /* line 493, _elements.less */
  .mb-640-100 {
    margin-bottom: 100px;
  }
  /* line 493, _elements.less */
  .mb-640-95 {
    margin-bottom: 95px;
  }
  /* line 493, _elements.less */
  .mb-640-90 {
    margin-bottom: 90px;
  }
  /* line 493, _elements.less */
  .mb-640-85 {
    margin-bottom: 85px;
  }
  /* line 493, _elements.less */
  .mb-640-80 {
    margin-bottom: 80px;
  }
  /* line 493, _elements.less */
  .mb-640-75 {
    margin-bottom: 75px;
  }
  /* line 493, _elements.less */
  .mb-640-70 {
    margin-bottom: 70px;
  }
  /* line 493, _elements.less */
  .mb-640-65 {
    margin-bottom: 65px;
  }
  /* line 493, _elements.less */
  .mb-640-60 {
    margin-bottom: 60px;
  }
  /* line 493, _elements.less */
  .mb-640-55 {
    margin-bottom: 55px;
  }
  /* line 493, _elements.less */
  .mb-640-50 {
    margin-bottom: 50px;
  }
  /* line 493, _elements.less */
  .mb-640-45 {
    margin-bottom: 45px;
  }
  /* line 493, _elements.less */
  .mb-640-40 {
    margin-bottom: 40px;
  }
  /* line 493, _elements.less */
  .mb-640-35 {
    margin-bottom: 35px;
  }
  /* line 493, _elements.less */
  .mb-640-30 {
    margin-bottom: 30px;
  }
  /* line 493, _elements.less */
  .mb-640-25 {
    margin-bottom: 25px;
  }
  /* line 493, _elements.less */
  .mb-640-20 {
    margin-bottom: 20px;
  }
  /* line 493, _elements.less */
  .mb-640-15 {
    margin-bottom: 15px;
  }
  /* line 493, _elements.less */
  .mb-640-10 {
    margin-bottom: 10px;
  }
  /* line 493, _elements.less */
  .mb-640-5 {
    margin-bottom: 5px;
  }
  /* line 493, _elements.less */
  .mb-640-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 576px) {
  /* line 424, _elements.less */
  .f-576-10 .f-col {
    width: 10%;
  }
  /* line 424, _elements.less */
  .f-576-9 .f-col {
    width: 11.11111111%;
  }
  /* line 424, _elements.less */
  .f-576-8 .f-col {
    width: 12.5%;
  }
  /* line 424, _elements.less */
  .f-576-7 .f-col {
    width: 14.28571429%;
  }
  /* line 424, _elements.less */
  .f-576-6 .f-col {
    width: 16.66666667%;
  }
  /* line 424, _elements.less */
  .f-576-5 .f-col {
    width: 20%;
  }
  /* line 424, _elements.less */
  .f-576-4 .f-col {
    width: 25%;
  }
  /* line 424, _elements.less */
  .f-576-3 .f-col {
    width: 33.33333333%;
  }
  /* line 424, _elements.less */
  .f-576-2 .f-col {
    width: 50%;
  }
  /* line 424, _elements.less */
  .f-576-1 .f-col {
    width: 100%;
  }
  /* line 436, _elements.less */
  .g-576-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 436, _elements.less */
  .g-576-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 436, _elements.less */
  .g-576-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 436, _elements.less */
  .g-576-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 436, _elements.less */
  .g-576-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 436, _elements.less */
  .g-576-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 436, _elements.less */
  .g-576-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 436, _elements.less */
  .g-576-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 436, _elements.less */
  .g-576-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 436, _elements.less */
  .g-576-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 447, _elements.less */
  .gp-576-70 {
    gap: 70px;
  }
  /* line 447, _elements.less */
  .gp-576-65 {
    gap: 65px;
  }
  /* line 447, _elements.less */
  .gp-576-60 {
    gap: 60px;
  }
  /* line 447, _elements.less */
  .gp-576-55 {
    gap: 55px;
  }
  /* line 447, _elements.less */
  .gp-576-50 {
    gap: 50px;
  }
  /* line 447, _elements.less */
  .gp-576-45 {
    gap: 45px;
  }
  /* line 447, _elements.less */
  .gp-576-40 {
    gap: 40px;
  }
  /* line 447, _elements.less */
  .gp-576-35 {
    gap: 35px;
  }
  /* line 447, _elements.less */
  .gp-576-30 {
    gap: 30px;
  }
  /* line 447, _elements.less */
  .gp-576-25 {
    gap: 25px;
  }
  /* line 447, _elements.less */
  .gp-576-20 {
    gap: 20px;
  }
  /* line 447, _elements.less */
  .gp-576-15 {
    gap: 15px;
  }
  /* line 447, _elements.less */
  .gp-576-10 {
    gap: 10px;
  }
  /* line 447, _elements.less */
  .gp-576-5 {
    gap: 5px;
  }
  /* line 447, _elements.less */
  .gp-576-0 {
    gap: 0px;
  }
  /* line 467, _elements.less */
  .w-576-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-576-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 659, _elements.less */
  .w-576-33 {
    width: 33%;
  }
  /* line 663, _elements.less */
  .w-576-16 {
    width: 16.666666%;
  }
  /* line 493, _elements.less */
  .mb-576-100 {
    margin-bottom: 100px;
  }
  /* line 493, _elements.less */
  .mb-576-95 {
    margin-bottom: 95px;
  }
  /* line 493, _elements.less */
  .mb-576-90 {
    margin-bottom: 90px;
  }
  /* line 493, _elements.less */
  .mb-576-85 {
    margin-bottom: 85px;
  }
  /* line 493, _elements.less */
  .mb-576-80 {
    margin-bottom: 80px;
  }
  /* line 493, _elements.less */
  .mb-576-75 {
    margin-bottom: 75px;
  }
  /* line 493, _elements.less */
  .mb-576-70 {
    margin-bottom: 70px;
  }
  /* line 493, _elements.less */
  .mb-576-65 {
    margin-bottom: 65px;
  }
  /* line 493, _elements.less */
  .mb-576-60 {
    margin-bottom: 60px;
  }
  /* line 493, _elements.less */
  .mb-576-55 {
    margin-bottom: 55px;
  }
  /* line 493, _elements.less */
  .mb-576-50 {
    margin-bottom: 50px;
  }
  /* line 493, _elements.less */
  .mb-576-45 {
    margin-bottom: 45px;
  }
  /* line 493, _elements.less */
  .mb-576-40 {
    margin-bottom: 40px;
  }
  /* line 493, _elements.less */
  .mb-576-35 {
    margin-bottom: 35px;
  }
  /* line 493, _elements.less */
  .mb-576-30 {
    margin-bottom: 30px;
  }
  /* line 493, _elements.less */
  .mb-576-25 {
    margin-bottom: 25px;
  }
  /* line 493, _elements.less */
  .mb-576-20 {
    margin-bottom: 20px;
  }
  /* line 493, _elements.less */
  .mb-576-15 {
    margin-bottom: 15px;
  }
  /* line 493, _elements.less */
  .mb-576-10 {
    margin-bottom: 10px;
  }
  /* line 493, _elements.less */
  .mb-576-5 {
    margin-bottom: 5px;
  }
  /* line 493, _elements.less */
  .mb-576-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 480px) {
  /* line 424, _elements.less */
  .f-480-10 .f-col {
    width: 10%;
  }
  /* line 424, _elements.less */
  .f-480-9 .f-col {
    width: 11.11111111%;
  }
  /* line 424, _elements.less */
  .f-480-8 .f-col {
    width: 12.5%;
  }
  /* line 424, _elements.less */
  .f-480-7 .f-col {
    width: 14.28571429%;
  }
  /* line 424, _elements.less */
  .f-480-6 .f-col {
    width: 16.66666667%;
  }
  /* line 424, _elements.less */
  .f-480-5 .f-col {
    width: 20%;
  }
  /* line 424, _elements.less */
  .f-480-4 .f-col {
    width: 25%;
  }
  /* line 424, _elements.less */
  .f-480-3 .f-col {
    width: 33.33333333%;
  }
  /* line 424, _elements.less */
  .f-480-2 .f-col {
    width: 50%;
  }
  /* line 424, _elements.less */
  .f-480-1 .f-col {
    width: 100%;
  }
  /* line 467, _elements.less */
  .w-480-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-480-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-480-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-480-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-480-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-480-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-480-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-480-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-480-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-480-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-480-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-480-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-480-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-480-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-480-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-480-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-480-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-480-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-480-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-480-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 436, _elements.less */
  .g-480-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 436, _elements.less */
  .g-480-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 436, _elements.less */
  .g-480-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 436, _elements.less */
  .g-480-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 436, _elements.less */
  .g-480-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 436, _elements.less */
  .g-480-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 436, _elements.less */
  .g-480-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 436, _elements.less */
  .g-480-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 436, _elements.less */
  .g-480-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 436, _elements.less */
  .g-480-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 447, _elements.less */
  .gp-480-70 {
    gap: 70px;
  }
  /* line 447, _elements.less */
  .gp-480-65 {
    gap: 65px;
  }
  /* line 447, _elements.less */
  .gp-480-60 {
    gap: 60px;
  }
  /* line 447, _elements.less */
  .gp-480-55 {
    gap: 55px;
  }
  /* line 447, _elements.less */
  .gp-480-50 {
    gap: 50px;
  }
  /* line 447, _elements.less */
  .gp-480-45 {
    gap: 45px;
  }
  /* line 447, _elements.less */
  .gp-480-40 {
    gap: 40px;
  }
  /* line 447, _elements.less */
  .gp-480-35 {
    gap: 35px;
  }
  /* line 447, _elements.less */
  .gp-480-30 {
    gap: 30px;
  }
  /* line 447, _elements.less */
  .gp-480-25 {
    gap: 25px;
  }
  /* line 447, _elements.less */
  .gp-480-20 {
    gap: 20px;
  }
  /* line 447, _elements.less */
  .gp-480-15 {
    gap: 15px;
  }
  /* line 447, _elements.less */
  .gp-480-10 {
    gap: 10px;
  }
  /* line 447, _elements.less */
  .gp-480-5 {
    gap: 5px;
  }
  /* line 447, _elements.less */
  .gp-480-0 {
    gap: 0px;
  }
  /* line 676, _elements.less */
  .w-480-33 {
    width: 33%;
  }
  /* line 680, _elements.less */
  .w-480-16 {
    width: 16.666666%;
  }
  /* line 493, _elements.less */
  .mb-480-100 {
    margin-bottom: 100px;
  }
  /* line 493, _elements.less */
  .mb-480-95 {
    margin-bottom: 95px;
  }
  /* line 493, _elements.less */
  .mb-480-90 {
    margin-bottom: 90px;
  }
  /* line 493, _elements.less */
  .mb-480-85 {
    margin-bottom: 85px;
  }
  /* line 493, _elements.less */
  .mb-480-80 {
    margin-bottom: 80px;
  }
  /* line 493, _elements.less */
  .mb-480-75 {
    margin-bottom: 75px;
  }
  /* line 493, _elements.less */
  .mb-480-70 {
    margin-bottom: 70px;
  }
  /* line 493, _elements.less */
  .mb-480-65 {
    margin-bottom: 65px;
  }
  /* line 493, _elements.less */
  .mb-480-60 {
    margin-bottom: 60px;
  }
  /* line 493, _elements.less */
  .mb-480-55 {
    margin-bottom: 55px;
  }
  /* line 493, _elements.less */
  .mb-480-50 {
    margin-bottom: 50px;
  }
  /* line 493, _elements.less */
  .mb-480-45 {
    margin-bottom: 45px;
  }
  /* line 493, _elements.less */
  .mb-480-40 {
    margin-bottom: 40px;
  }
  /* line 493, _elements.less */
  .mb-480-35 {
    margin-bottom: 35px;
  }
  /* line 493, _elements.less */
  .mb-480-30 {
    margin-bottom: 30px;
  }
  /* line 493, _elements.less */
  .mb-480-25 {
    margin-bottom: 25px;
  }
  /* line 493, _elements.less */
  .mb-480-20 {
    margin-bottom: 20px;
  }
  /* line 493, _elements.less */
  .mb-480-15 {
    margin-bottom: 15px;
  }
  /* line 493, _elements.less */
  .mb-480-10 {
    margin-bottom: 10px;
  }
  /* line 493, _elements.less */
  .mb-480-5 {
    margin-bottom: 5px;
  }
  /* line 493, _elements.less */
  .mb-480-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 400px) {
  /* line 424, _elements.less */
  .f-400-10 .f-col {
    width: 10%;
  }
  /* line 424, _elements.less */
  .f-400-9 .f-col {
    width: 11.11111111%;
  }
  /* line 424, _elements.less */
  .f-400-8 .f-col {
    width: 12.5%;
  }
  /* line 424, _elements.less */
  .f-400-7 .f-col {
    width: 14.28571429%;
  }
  /* line 424, _elements.less */
  .f-400-6 .f-col {
    width: 16.66666667%;
  }
  /* line 424, _elements.less */
  .f-400-5 .f-col {
    width: 20%;
  }
  /* line 424, _elements.less */
  .f-400-4 .f-col {
    width: 25%;
  }
  /* line 424, _elements.less */
  .f-400-3 .f-col {
    width: 33.33333333%;
  }
  /* line 424, _elements.less */
  .f-400-2 .f-col {
    width: 50%;
  }
  /* line 424, _elements.less */
  .f-400-1 .f-col {
    width: 100%;
  }
  /* line 467, _elements.less */
  .w-400-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-400-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-400-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-400-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-400-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-400-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-400-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-400-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-400-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-400-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-400-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-400-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-400-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-400-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-400-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-400-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-400-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-400-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-400-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 467, _elements.less */
  .w-400-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 436, _elements.less */
  .g-400-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 436, _elements.less */
  .g-400-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 436, _elements.less */
  .g-400-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 436, _elements.less */
  .g-400-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 436, _elements.less */
  .g-400-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 436, _elements.less */
  .g-400-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 436, _elements.less */
  .g-400-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 436, _elements.less */
  .g-400-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 436, _elements.less */
  .g-400-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 436, _elements.less */
  .g-400-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 447, _elements.less */
  .gp-400-70 {
    gap: 70px;
  }
  /* line 447, _elements.less */
  .gp-400-65 {
    gap: 65px;
  }
  /* line 447, _elements.less */
  .gp-400-60 {
    gap: 60px;
  }
  /* line 447, _elements.less */
  .gp-400-55 {
    gap: 55px;
  }
  /* line 447, _elements.less */
  .gp-400-50 {
    gap: 50px;
  }
  /* line 447, _elements.less */
  .gp-400-45 {
    gap: 45px;
  }
  /* line 447, _elements.less */
  .gp-400-40 {
    gap: 40px;
  }
  /* line 447, _elements.less */
  .gp-400-35 {
    gap: 35px;
  }
  /* line 447, _elements.less */
  .gp-400-30 {
    gap: 30px;
  }
  /* line 447, _elements.less */
  .gp-400-25 {
    gap: 25px;
  }
  /* line 447, _elements.less */
  .gp-400-20 {
    gap: 20px;
  }
  /* line 447, _elements.less */
  .gp-400-15 {
    gap: 15px;
  }
  /* line 447, _elements.less */
  .gp-400-10 {
    gap: 10px;
  }
  /* line 447, _elements.less */
  .gp-400-5 {
    gap: 5px;
  }
  /* line 447, _elements.less */
  .gp-400-0 {
    gap: 0px;
  }
  /* line 693, _elements.less */
  .w-400-33 {
    width: 33%;
  }
  /* line 697, _elements.less */
  .w-400-16 {
    width: 16.666666%;
  }
  /* line 493, _elements.less */
  .mb-400-100 {
    margin-bottom: 100px;
  }
  /* line 493, _elements.less */
  .mb-400-95 {
    margin-bottom: 95px;
  }
  /* line 493, _elements.less */
  .mb-400-90 {
    margin-bottom: 90px;
  }
  /* line 493, _elements.less */
  .mb-400-85 {
    margin-bottom: 85px;
  }
  /* line 493, _elements.less */
  .mb-400-80 {
    margin-bottom: 80px;
  }
  /* line 493, _elements.less */
  .mb-400-75 {
    margin-bottom: 75px;
  }
  /* line 493, _elements.less */
  .mb-400-70 {
    margin-bottom: 70px;
  }
  /* line 493, _elements.less */
  .mb-400-65 {
    margin-bottom: 65px;
  }
  /* line 493, _elements.less */
  .mb-400-60 {
    margin-bottom: 60px;
  }
  /* line 493, _elements.less */
  .mb-400-55 {
    margin-bottom: 55px;
  }
  /* line 493, _elements.less */
  .mb-400-50 {
    margin-bottom: 50px;
  }
  /* line 493, _elements.less */
  .mb-400-45 {
    margin-bottom: 45px;
  }
  /* line 493, _elements.less */
  .mb-400-40 {
    margin-bottom: 40px;
  }
  /* line 493, _elements.less */
  .mb-400-35 {
    margin-bottom: 35px;
  }
  /* line 493, _elements.less */
  .mb-400-30 {
    margin-bottom: 30px;
  }
  /* line 493, _elements.less */
  .mb-400-25 {
    margin-bottom: 25px;
  }
  /* line 493, _elements.less */
  .mb-400-20 {
    margin-bottom: 20px;
  }
  /* line 493, _elements.less */
  .mb-400-15 {
    margin-bottom: 15px;
  }
  /* line 493, _elements.less */
  .mb-400-10 {
    margin-bottom: 10px;
  }
  /* line 493, _elements.less */
  .mb-400-5 {
    margin-bottom: 5px;
  }
  /* line 493, _elements.less */
  .mb-400-0 {
    margin-bottom: 0px;
  }
}
/*==========================================================================
=> Global Styles
========================================================================== */
/* line 707, _elements.less */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 717, _elements.less */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/* line 732, _elements.less */
audio,
canvas,
video {
  display: inline-block;
}
/* line 738, _elements.less */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* line 743, _elements.less */
[hidden] {
  display: none;
}
/* line 747, _elements.less */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}
/* line 753, _elements.less */
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
/* line 760, _elements.less */
abbr[title] {
  border-bottom: 1px dotted;
}
/* line 764, _elements.less */
b,
strong {
  font-weight: bold;
}
/* line 769, _elements.less */
dfn {
  font-style: italic;
}
/* line 773, _elements.less */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/* line 779, _elements.less */
mark {
  background: #ff0;
  color: #000;
}
/* line 784, _elements.less */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/* line 792, _elements.less */
pre {
  white-space: pre-wrap;
}
/* line 796, _elements.less */
small {
  font-size: 80%;
}
/* line 800, _elements.less */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* line 808, _elements.less */
sup {
  top: -0.5em;
}
/* line 812, _elements.less */
sub {
  bottom: -0.25em;
}
/* line 816, _elements.less */
svg:not(:root) {
  overflow: hidden;
}
/* line 820, _elements.less */
figure {
  margin: 0;
}
/* line 824, _elements.less */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/* line 830, _elements.less */
legend {
  border: 0;
  padding: 0;
}
/* line 835, _elements.less */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
/* line 844, _elements.less */
button,
input {
  line-height: normal;
}
/* line 849, _elements.less */
button,
select {
  text-transform: none;
}
/* line 854, _elements.less */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/* line 862, _elements.less */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* line 867, _elements.less */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/* line 873, _elements.less */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 880, _elements.less */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* line 885, _elements.less */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 891, _elements.less */
textarea {
  overflow: auto;
  vertical-align: top;
}
/* line 896, _elements.less */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 901, _elements.less */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* line 910, _elements.less */
button,
input,
select[multiple],
textarea {
  background-image: none;
}
/* line 917, _elements.less */
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
}
/* line 921, _elements.less */
a:hover {
  text-decoration: none;
}
/* line 926, _elements.less */
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
/* line 933, _elements.less */
img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}
/* line 942, _elements.less */
img.obj-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 948, _elements.less */
img.obj-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 954, _elements.less */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 960, _elements.less */
ul,
ol,
dl {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
/* line 967, _elements.less */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cfd1d4;
}
/*==========================================================================
=> checkbox contact form 7
========================================================================== */
/* line 978, _elements.less */
span.wpcf7-list-item {
  display: block;
}
/* line 982, _elements.less */
.wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0 0 40px 0;
}
/* line 988, _elements.less */
.wpcf7-list-item input {
  display: none;
}
/* line 992, _elements.less */
.wpcf7-list-item-label {
  color: #fff;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  padding-left: 42px;
  display: block;
}
/* line 1001, _elements.less */
.wpcf7-list-item input[type="checkbox"] ~ span::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
  width: 26px;
  height: 26px;
  border-radius: 6px;
}
/* line 1017, _elements.less */
.wpcf7-list-item input[type="checkbox"]:checked ~ span::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 7px;
  height: 14px;
  border: 1px solid #3c00ff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-bottom-right-radius: 2px;
}
/* line 1031, _elements.less */
.wpcf7-list-item input[type="checkbox"]:checked ~ span::before {
  background: #fff;
  border: 1px solid #fff;
}
/* line 1036, _elements.less */
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
  display: none;
}
/* line 1042, _elements.less */
.wpcf7-form .button {
  margin-right: 10px;
}
/* line 1046, _elements.less */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #ff6900;
}
/*==========================================================================
=> buttons
========================================================================== */
/* line 1056, _elements.less */
.wp-block-button.is-style-outline--1 .wp-block-button__link,
.button {
  background: var(--button-fill);
  border: none;
  outline: none;
  border: 1px solid transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  line-height: 53px;
  padding: 0 32px;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
/* line 1074, _elements.less */
.wp-block-button.is-style-outline--1 .wp-block-button__link:hover,
.button:hover {
  background: #fff;
  border: 1px solid var(--button-fill);
  color: var(--button-fill);
}
/* line 1080, _elements.less */
.wp-block-button.is-style-outline--1 .wp-block-button__link.line,
.button.line {
  background: transparent;
  border: 1px solid var(--button-line);
  color: var(--button-line);
}
/* line 1085, _elements.less */
.wp-block-button.is-style-outline--1 .wp-block-button__link.line:hover,
.button.line:hover {
  background: var(--button-line);
  border: 1px solid var(--button-line);
  color: #fff;
}
/* line 1092, _elements.less */
.wp-block-button.is-style-outline--1 .wp-block-button__link.wh,
.button.wh {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  font-family: "an-bold";
}
/* line 1099, _elements.less */
.wp-block-button.is-style-outline--1 .wp-block-button__link.wh:hover,
.button.wh:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
/* line 1111, _elements.less */
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  outline: none;
}
/* line 1118, _elements.less */
button:focus {
  outline: none;
}
/* line 1122, _elements.less */
.button--block {
  width: 100%;
}
/* line 1126, _elements.less */
.button svg {
  position: relative;
  top: -2px;
}
/* line 1130, _elements.less */
.button svg path {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 1135, _elements.less */
.button .phone {
  margin-right: 5px;
}
/*==========================================================================
=> Form Elements
========================================================================== */
/* line 1142, _elements.less */
.element-section {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
/* line 1147, _elements.less */
.element-section .ehdn1 {
  margin-bottom: 30px;
}
/* line 1151, _elements.less */
.element-section .ehdn2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}
/* line 1157, _elements.less */
.myElem {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
/* line 1164, _elements.less */
.form-grp,
.form-textarea-group {
  position: relative;
  margin-top: 8px;
  margin-bottom: 30px;
}
/* line 1172, _elements.less */
.form-grp .inputError {
  border-bottom: 1px solid var(--input-error);
}
/* line 1177, _elements.less */
.error-msg {
  font-size: 12px;
  color: var(--input-error);
  margin: 0;
}
/* line 1183, _elements.less */
.error-msg2 {
  font-size: 12px;
  color: var(--input-error);
  margin-bottom: 20px;
}
/* line 1189, _elements.less */
.whatsapp {
  margin-right: 0;
}
/* line 1193, _elements.less */
.form-field {
  height: var(--input-height);
  font-size: var(--input-fs-main);
  border: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 20px 24px;
  z-index: 2;
  position: relative;
  color: #fff;
  outline: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 1208, _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 1216, _elements.less */
.form-field:focus,
.form-field.field--not-empty {
  border: 0;
}
/* line 1222, _elements.less */
.form-label {
  margin-bottom: 16px;
  color: #fff;
  font-size: var(--input-fs-main);
  font-family: "an-bold";
  padding: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 1236, _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 1245, _elements.less */
.form-textarea-group .form-field {
  height: 150px;
  line-height: 1.3;
  padding: 15px 16px;
  resize: none;
}
/* Password View */
/* line 1257, _elements.less */
.form-grp.int-padl input,
.form-grp.form-grp-var input {
  padding-left: 40px;
}
/* line 1263, _elements.less */
.form-grp.int-padr input {
  padding-right: 40px;
}
/* line 1269, _elements.less */
.form-grp .view-pass {
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 0;
  font-size: 22px;
  cursor: pointer;
  z-index: 9;
}
/* line 1279, _elements.less */
.form-grp.disabled-field {
  background: #f5f5f5;
}
/* line 1282, _elements.less */
.form-grp.disabled-field .form-field {
  border-color: #f5f5f5;
}
/* line 1286, _elements.less */
.form-grp.disabled-field .form-label {
  color: #fff;
  background: transparent;
  width: 100%;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
/* Password View end */
/* date Picker */
/* line 1298, _elements.less */
.datetimepicker-input ~ i {
  position: absolute;
  right: 20px;
  top: 25px;
  line-height: 0;
  font-size: 22px;
  color: #a7b3c4;
}
/* line 1307, _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 1326, _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 1336, _elements.less */
.daterangepicker td.start-date {
  border-radius: 50% 0 0 50%;
}
/* line 1340, _elements.less */
.daterangepicker td.end-date {
  border-radius: 0 50% 50% 0;
}
/* line 1344, _elements.less */
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #a7b3c4;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 1351, _elements.less */
.daterangepicker .calendar-table .next span:hover,
.daterangepicker .calendar-table .prev span:hover {
  color: #3592cf;
}
/* line 1356, _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 1368, _elements.less */
.daterangepicker .calendar-table .next span:hover:before,
.daterangepicker .calendar-table .prev span:hover:before {
  border: 1px solid #3490cf;
}
/* line 1373, _elements.less */
.daterangepicker .calendar-table .next span:before {
  content: "\e918";
  font-family: "icomoon" !important;
}
/* line 1378, _elements.less */
.daterangepicker .calendar-table .prev span:before {
  content: "\e912";
  font-family: "icomoon" !important;
}
/* line 1383, _elements.less */
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  height: 32px;
}
/* line 1388, _elements.less */
.daterangepicker .btn-primary {
  font-family: "medium";
  border-color: transparent;
  background: #1baac4;
  color: #fff;
  box-shadow: none !important;
}
/* line 1396, _elements.less */
.daterangepicker:before {
  border-bottom: 0;
}
/* line 1400, _elements.less */
.daterangepicker .calendar-table th {
  font-family: "bold";
  font-size: 14px;
  color: #000000;
}
/* line 1406, _elements.less */
.daterangepicker th.month {
  font-family: "medium";
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000;
}
/* line 1413, _elements.less */
.daterangepicker td.in-range {
  background-color: #3592cf;
  color: #fff;
}
/* line 1418, _elements.less */
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #3592cf;
}
/* line 1423, _elements.less */
.daterangepicker .calendar-table td {
  font-family: "regular";
  font-size: 14px;
}
/* line 1428, _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 1435, _elements.less */
.daterangepicker th.available:hover {
  background-color: transparent;
}
/* line 1439, _elements.less */
.daterangepicker.show-calendar .drp-buttons {
  border-top: 0;
}
/* line 1444, _elements.less */
.daterangepicker.show-calendar .drp-buttons .drp-selected,
.daterangepicker.show-calendar .drp-buttons .cancelBtn {
  display: none;
}
/* line 1449, _elements.less */
.daterangepicker .drp-buttons .btn {
  margin-left: 0;
  width: 100%;
  padding: 6px 8px;
}
/* line 1455, _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 1463, _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 1470, _elements.less */
.select-field option {
  color: #9fa4a9;
}
/* line 1475, _elements.less */
.select-field option:checked,
.select-field option:hover {
  background: #7cb2f6;
  color: #fff;
}
/* // Select */
/* Placeholder */
/* line 1484, _elements.less */
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  font-size: 14px;
  font-family: "an-bold";
  line-height: normal;
  text-transform: capitalize;
}
/* line 1495, _elements.less */
input::-webkit-input-placeholder,
textarea::placeholder {
  color: #ffffff50;
  font-size: 14px;
  font-family: "an-bold";
  line-height: normal;
  text-transform: capitalize;
}
/* line 1504, _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 1517, _elements.less */
.radio-box {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
}
/* line 1524, _elements.less */
.radio-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
/* line 1530, _elements.less */
.radio-box label {
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
}
/* line 1540, _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 1554, _elements.less */
.radio-box input:checked ~ label::before {
  border: 7px solid #a24eea;
}
/* line 1558, _elements.less */
.radio-box label.error {
  display: none !important;
}
/* line 1562, _elements.less */
.radio-box input.error ~ label {
  color: #ff2323;
}
/* line 1566, _elements.less */
.radio-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Radio Box */
/*==========================================================================
=> Checkbox Small
========================================================================== */
/* line 1575, _elements.less */
.checkbox-box {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
/* line 1581, _elements.less */
.checkbox-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
/* line 1587, _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 1598, _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 1609, _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 1623, _elements.less */
.checkbox-box .chk-label:after {
  content: "";
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 7px;
}
/* line 1642, _elements.less */
.checkbox-box input:checked ~ .chk-label::after {
  font-family: "icomoon" !important;
  content: "\e92d";
  color: #a24eea;
  font-size: 12px;
}
/* line 1651, _elements.less */
.checkbox-box label.error {
  display: none !important;
}
/* line 1655, _elements.less */
.checkbox-box input.error ~ .chk-label {
  color: #ff2323;
}
/* line 1659, _elements.less */
.checkbox-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Checkbox */
/* checkbox 2 */
/* line 1668, _elements.less */
.checkbox-box.chk-rd .chk-label:before {
  border-radius: 100%;
}
/* line 1676, _elements.less */
.checkbox-box input:checked ~ .chk-label::before {
  background: #a24eea;
}
/* line 1680, _elements.less */
.checkbox-box input:checked ~ .chk-label::after {
  color: #ffffff;
}
/* checkbox 2 end */
/* checkbox 3 */
/* line 1689, _elements.less */
.checkbox-box.check-three {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
}
/* line 1694, _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 1706, _elements.less */
.checkbox-box.check-three label i {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
  color: #8594af;
}
/* line 1713, _elements.less */
.checkbox-box.check-three label span {
  border-radius: 8px;
  font-size: 18px;
  color: #8594af;
}
/* line 1719, _elements.less */
.checkbox-box.check-three label:before {
  border-radius: 100%;
  border: 1px solid #a24eea;
}
/* line 1724, _elements.less */
.checkbox-box.check-three label:before,
.checkbox-box.check-three label:after {
  left: inherit;
  right: 15px;
  top: 15px;
}
/* line 1734, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
/* line 1737, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label span {
  font-family: 700;
  color: #30223b;
}
/* line 1742, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label i {
  color: #a24eea;
}
/* line 1746, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label .home-img {
  filter: none;
}
/* line 1750, _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 1765, _elements.less */
.checkbox-box.chk-four {
  margin-right: 10px;
}
/* line 1768, _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 1774, _elements.less */
.checkbox-box.chk-four label i {
  font-size: 18px;
  color: #8594af;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}
/* line 1782, _elements.less */
.checkbox-box.chk-four label span {
  font-family: 500;
  font-size: 14px;
  color: #000;
  margin-left: 25px;
}
/* line 1789, _elements.less */
.checkbox-box.chk-four label:before,
.checkbox-box.chk-four label:after {
  display: none;
}
/* line 1799, _elements.less */
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label {
  border: 1px solid var(--clr-red);
}
/* line 1802, _elements.less */
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label i {
  color: var(--clr-red);
}
/* line 1810, _elements.less */
.checkbox-box.chk-four input:checked ~ .chk-label {
  border: 1px solid var(--clr-grn);
}
/* line 1813, _elements.less */
.checkbox-box.chk-four input:checked ~ .chk-label i {
  color: var(--clr-grn);
}
/* checkbox 4 end */
/* checkbox 5 */
/* line 1824, _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 1830, _elements.less */
.checkbox-box.check-five .chk-label span {
  font-family: 500;
  font-size: 16px;
  color: #8594af;
}
/* line 1836, _elements.less */
.checkbox-box.check-five .chk-label:before {
  border-radius: 100%;
  border: none;
}
/* line 1841, _elements.less */
.checkbox-box.check-five .chk-label:before,
.checkbox-box.check-five .chk-label:after {
  left: inherit;
  right: -11px;
  top: -11px;
}
/* line 1851, _elements.less */
.checkbox-box.check-five input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
/* line 1854, _elements.less */
.checkbox-box.check-five input:checked ~ .chk-label span {
  color: #000000;
}
/* line 1858, _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 */
/*==========================================================================
=> Tooltip
========================================================================== */
/* line 1876, _elements.less */
[tooltip-title] {
  position: relative;
  text-decoration: none;
}
/* line 1881, _elements.less */
[tooltip-title]::before {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  /* top: -999; */
}
/* line 1888, _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 1903, _elements.less */
[tooltip-title]::after {
  content: "";
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
/* line 1911, _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 1919, _elements.less */
[data-placement="right"]:hover {
  position: relative;
  z-index: 1;
}
/* line 1924, _elements.less */
[tooltip-title]:is([data-placement="top"])::before {
  bottom: 100%;
  left: 0%;
  margin-bottom: 16px;
}
/* line 1930, _elements.less */
[tooltip-title]:is([data-placement="right"])::before {
  bottom: -10%;
  left: 100%;
  margin-left: 16px;
}
/* line 1936, _elements.less */
[tooltip-title]:is([data-placement="bottom"])::before {
  top: 100%;
  left: 0%;
  margin-top: 16px;
}
/* line 1942, _elements.less */
[tooltip-title]:is([data-placement="left"])::before {
  bottom: -10%;
  right: 100%;
  margin-right: 16px;
}
/* Arrow */
/* line 1950, _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 1965, _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 1979, _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 1993, _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 2010, _elements.less */
.modal-subTitle {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 4px;
}
/* line 2017, _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 2028, _elements.less */
.modal-para p {
  font-size: 16px;
  line-height: 1.6;
  color: #8793a2;
  margin-bottom: 8px;
}
/* line 2035, _elements.less */
.modal-para p:last-child {
  margin-bottom: 0;
}
/* line 2040, _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 2053, _elements.less */
.modal-cross {
  display: flex;
  font-size: 22px;
  margin: 0 auto 12px;
  margin-right: 0;
  color: #000000;
  width: fit-content;
  cursor: pointer;
}
/* line 2062, _elements.less */
.modal-cross i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 2067, _elements.less */
.modal-cross:hover i {
  transform: rotate(90deg);
}
/* line 2073, _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 2081, _elements.less */
.window-1440 {
  max-width: 1440px;
  padding: 0 15px;
}
/* line 2086, _elements.less */
.window-990 {
  max-width: 990px;
  padding: 0 15px;
}
/* line 2091, _elements.less */
.window-500 {
  max-width: 500px;
  padding: 0 15px;
}
/* line 2096, _elements.less */
.static-cont {
  margin-bottom: 32px;
}
/* line 2099, _elements.less */
.static-cont li {
  font-size: 14px;
  color: #233037;
  padding-left: 20px;
  margin-bottom: 6px;
  position: relative;
}
/* line 2106, _elements.less */
.static-cont li p {
  margin-bottom: 10px;
}
/* line 2110, _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 2123, _elements.less */
.static-cont p {
  font-size: 14px;
  color: #233037;
  margin-bottom: 20px;
}
/* line 2130, _elements.less */
.modal-backdrop.show {
  opacity: 0.9;
}
/* line 2134, _elements.less */
.modal-backdrop {
  background-color: #fff;
}
/* line 2138, _elements.less */
.modal-cancel:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* Swiper Slider */
/* line 2143, _elements.less */
.swiper-container {
  width: 100%;
  height: 100%;
}
/* line 2158, _elements.less */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 2162, _elements.less */
.ellipsis2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 2166, _elements.less */
.ellipsis3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 2170, _elements.less */
.ellipsis4 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 2174, _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 2178, _elements.less */
.element-head {
  font-size: 40px;
  font-weight: bold;
}
/* content page */
/* line 2184, _elements.less */
.content-hdn {
  font-weight: 700;
  font-size: 42px;
  color: #171717;
  text-align: center;
  margin-bottom: 48px;
}
/* line 2193, _elements.less */
.content-body img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 24px;
}
/* line 2200, _elements.less */
.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
  color: #000;
  margin: 32px 0 30px;
  font-family: "an-bold";
}
/* line 2210, _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 2215, _elements.less */
.content-body h1 {
  font-size: var(--fs-38);
}
/* line 2219, _elements.less */
.content-body h2 {
  font-size: var(--fs-36);
}
/* line 2223, _elements.less */
.content-body h3 {
  font-size: var(--fs-28);
}
/* line 2227, _elements.less */
.content-body h4 {
  font-size: var(--fs-24);
}
/* line 2231, _elements.less */
.content-body h5,
.content-body h6 {
  font-size: var(--fs-20);
}
/* line 2236, _elements.less */
.content-body p {
  font-size: 16px;
  line-height: 1.6;
  color: #383838;
  margin-bottom: 26px;
}
/* line 2244, _elements.less */
.content-body ul {
  margin-bottom: 16px;
}
/* line 2247, _elements.less */
.content-body ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 15px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #383838;
}
/* line 2256, _elements.less */
.content-body ul li a {
  color: #000;
}
/* line 2260, _elements.less */
.content-body ul li a {
  color: #ee163d;
}
/* line 2264, _elements.less */
.content-body ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  top: 8px;
  left: 0;
  background: #000;
}
/* line 2276, _elements.less */
.content-body ul li:last-child {
  margin-bottom: 0;
}
/* line 2282, _elements.less */
.content-body .wp-block-button.is-style-outline--1 .wp-block-button__link {
  background: var(--button-fill);
  border: none;
  outline: none;
  border: 1px solid transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  line-height: 53px;
  padding: 0 32px;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
/* line 2299, _elements.less */
.content-body .wp-block-button.is-style-outline--1 .wp-block-button__link:hover {
  background: #fff;
  border: 1px solid var(--button-fill);
  color: var(--button-fill);
}
@media all and (max-width: 990px) {
  /* line 2308, _elements.less */
  .content-hdn {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  /* line 2315, _elements.less */
  .content-hdn {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
/* content page end */
/* Thankyou page */
/* line 2324, _elements.less */
.thankyou-contain {
  height: 100dvh;
  display: flex;
  align-items: center;
}
/* line 2330, _elements.less */
.thankyou-card {
  text-align: center;
  margin: auto;
  max-width: 780px;
}
/* line 2336, _elements.less */
.thankyou-img {
  aspect-ratio: 1;
  width: 200px;
  margin: 0 auto 32px;
}
/* line 176, _mixin.less */
.thankyou-img img {
  object-fit: contain;
}
/* line 2343, _elements.less */
.thankyou-hdn {
  margin-bottom: 18px;
  color: #000;
  font-size: var(--fs-32);
  font-family: "an-semibold";
  line-height: 1.25;
}
/* line 2352, _elements.less */
.thankyou-para p {
  color: #818181;
  text-align: center;
  font-size: var(--fs-20);
  line-height: 1.8;
}
/* line 2359, _elements.less */
.thankyou-para p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  /* line 2365, _elements.less */
  .thankyou-hdn {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 576px) {
  /* line 2372, _elements.less */
  .thankyou-hdn {
    font-size: 26px;
  }
}
@media all and (max-width: 480px) {
  /* line 2378, _elements.less */
  .thankyou-hdn {
    margin-bottom: 8px;
  }
}
/* Thankyou page end */
/*==========================================================================
=> Accordion
==========================================================================*/
/* line 2389, _elements.less */
.accordion {
  background: transparent;
  cursor: pointer;
  padding: 32px 60px 32px 100px;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  position: relative;
  color: #000;
  font-size: var(--fs-24);
  font-family: "an-bold";
  line-height: 2;
  text-align: left;
}
/* line 2406, _elements.less */
.accordion::after,
.accordion:before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
  display: inline-block;
  position: absolute;
  right: 36px;
  top: 50%;
}
/* line 2418, _elements.less */
.accordion::before {
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 2424, _elements.less */
.panel {
  display: none;
  padding: 0 32px 32px;
}
/* line 2428, _elements.less */
.panel p {
  font-size: 16px;
  line-height: 1.9;
  color: #fff;
}
/* line 2435, _elements.less */
.acc-container {
  width: 100%;
}
/* line 2441, _elements.less */
.acc-item {
  margin-bottom: 24px;
  overflow: hidden;
  width: 100%;
}
/* line 2447, _elements.less */
.acc-item p {
  margin-bottom: 20px;
}
/* line 2450, _elements.less */
.acc-item p:last-child {
  margin-bottom: 0;
}
/* line 2455, _elements.less */
.acc-item:last-child {
  margin-bottom: 0;
}
/* line 2459, _elements.less */
.acc-item.active {
  background: var(--button-fill);
}
/* line 2462, _elements.less */
.acc-item.active .accordion {
  color: #fff;
}
/* line 2466, _elements.less */
.acc-item.active .accordion::before {
  transform: rotate(180deg);
}
/* line 2470, _elements.less */
.acc-item.active .accordion::after,
.acc-item.active .accordion:before {
  background-color: #fff;
}
/*==========================================================================
=> Footer
==========================================================================*/
/* line 2482, _elements.less */
.footer-box {
  padding: 64px 0 48px;
  background: #fff;
}
/* line 2487, _elements.less */
.footer-wrap {
  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;
  gap: 24px;
  margin-bottom: 64px;
}
/* line 2493, _elements.less */
.social-wrap a.social-link {
  text-decoration: none;
  margin-bottom: 0;
}
/* line 2499, _elements.less */
.social-wrap a.social-link:hover i:hover {
  color: var(--button-fill);
}
/* line 2505, _elements.less */
.social-wrap a.social-link i {
  color: #383838;
  font-size: var(--fs-22);
  display: block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 2513, _elements.less */
.footer-left {
  max-width: 250px;
  width: 100%;
}
/* line 2517, _elements.less */
.footer-left p {
  color: #383838;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 16px;
}
/* line 2524, _elements.less */
.footer-left a {
  color: #000;
  font-size: 18px;
  line-height: 2;
  font-family: "an-bold";
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-bottom: 24px;
  display: block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 2535, _elements.less */
.footer-left a:hover {
  color: var(--button-fill);
}
/* line 2541, _elements.less */
.social-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
}
/* line 2546, _elements.less */
.footer-logo {
  width: 150px;
  margin-bottom: 24px;
  display: block;
}
/* line 2552, _elements.less */
.footer-right {
  max-width: 990px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px;
}
/* line 2560, _elements.less */
.footer-hdn {
  color: #000;
  font-family: "an-bold";
  font-size: var(--fs-18);
  line-height: 2;
  margin-bottom: 16px;
}
/* line 2569, _elements.less */
.internal-page-box a {
  color: #383838;
  font-size: 16px;
  line-height: 2.5;
  margin-bottom: 8px;
  display: block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 2577, _elements.less */
.internal-page-box a:hover {
  color: #3c00ff;
}
/* line 2581, _elements.less */
.internal-page-box a:last-child {
  margin-bottom: 0;
}
/* line 2587, _elements.less */
.internal-page-wrap {
  width: calc(33.333% - 16px);
}
/* line 2591, _elements.less */
.footer-btm {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
/* line 2596, _elements.less */
.footer-btm p {
  color: #5b5b5b;
  font-size: 14px;
  line-height: 1.5;
}
/* line 2602, _elements.less */
.footer-btm a {
  color: #383838;
  font-size: 16px;
  line-height: 2.5;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 2608, _elements.less */
.footer-btm a:hover {
  color: #3c00ff;
}
/* line 2614, _elements.less */
.footer-btm-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 48px;
}
/* line 1, _global.less */
:root {
  --header-height: 100px;
  --header-scroll-height: 70px;
  --commSpace: 60px;
}
/* line 7, _global.less */
html,
body {
  width: 100%;
}
/* line 18, _global.less */
.container {
  max-width: 1640px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 27, _global.less */
.main-container {
  padding-top: var(--header-height);
}
/* line 31, _global.less */
.comm-section {
  padding: var(--commSpace) 0;
  position: relative;
}
/* line 36, _global.less */
.comm-section-wip {
  position: relative;
  padding: calc(var(--commSpace) + 30px) 0;
  margin: var(--commSpace) 0;
}
/* line 42, _global.less */
.mb16 {
  margin-bottom: 16px !important;
}
/* line 46, _global.less */
.mb40 {
  margin-bottom: 40px !important;
}
/* line 50, _global.less */
.mb0 {
  margin-bottom: 0px !important;
}
/* line 54, _global.less */
.mt0 {
  margin-top: 0px !important;
}
/* line 58, _global.less */
.pt0 {
  padding-top: 0 !important;
}
/* line 62, _global.less */
.pb0 {
  padding-bottom: 0;
}
/* line 66, _global.less */
.pr0 {
  padding-right: 0 !important;
}
/* line 70, _global.less */
.sec-hdn {
  margin-bottom: 48px;
}
/* line 73, _global.less */
.sec-hdn.center {
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 48px;
}
/* line 80, _global.less */
.sec-hdn.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;
}
/* line 84, _global.less */
.sec-hdn.wrap .comm-sec-hdn {
  margin-bottom: 0;
}
/* line 89, _global.less */
.sec-hdn .comm-sec-hdn {
  margin-bottom: 26px;
}
/* line 95, _global.less */
.comm-para p {
  margin-bottom: 24px;
}
/* line 98, _global.less */
.comm-para p:last-child {
  margin-bottom: 0px;
}
/* Home Page Starts */
/* line 105, _global.less */
.banner-section {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
/* line 111, _global.less */
.banner-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  animation: fadeUp 0.6s ease-in-out;
}
/* line 120, _global.less */
.banner-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fadeIn 0.6s ease-in-out;
}
/* line 128, _global.less */
.banner-swiper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 142, _global.less */
.banner-swiper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 149, _global.less */
.banner-info-swiper {
  max-width: 630px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin: 0;
}
/* line 157, _global.less */
.banner-info-swiper .swiper-pagination {
  position: static;
  width: fit-content;
}
/* line 163, _global.less */
.banner-hdn {
  color: #fff;
  font-size: var(--fs-64);
  line-height: 1.2;
  margin-bottom: 16px;
}
/* line 171, _global.less */
.banner-info p {
  color: #fff;
  font-size: var(--fs-20);
  line-height: 1.5;
  margin-bottom: 32px;
}
@keyframes fadeIn {
  /* line 180, _global.less */
  0% {
    opacity: 0;
  }
  /* line 184, _global.less */
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  /* line 190, _global.less */
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  /* line 195, _global.less */
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
/* line 253, _global.less */
.banner-video {
  width: 100%;
  height: 100%;
}
/* line 257, _global.less */
.banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 264, _global.less */
.text-anim-section {
  padding: 120px 0 150px;
}
/* line 268, _global.less */
.text-anim-height {
  height: 300vh;
  width: 100%;
}
/* line 273, _global.less */
.text-anim-sticky {
  position: sticky;
  top: calc(var(--header-height) + 16%);
  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: 180px;
}
/* line 279, _global.less */
.text-anim-sticky p {
  max-width: 1100px;
  width: 100%;
  color: #3c00ff;
  font-size: var(--fs-64);
  line-height: 1.4;
  flex: 1;
}
/* line 289, _global.less */
.text-anim-img {
  width: 184px;
  height: 184px;
  transform: translateY(-25%);
}
/* line 295, _global.less */
.comm-swiper-sticky {
  position: sticky;
  top: var(--header-height);
  overflow: hidden;
}
/* line 301, _global.less */
.comm-swiper-wrap {
  width: 100%;
  height: calc(100vh - var(--header-height));
}
/* line 306, _global.less */
.commInfoSwiper {
  max-width: 644px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}
/* line 314, _global.less */
.commInfoSwiper .comm-sec-hdn,
.commInfoSwiper .comm-para {
  margin-bottom: 16px;
}
/* line 320, _global.less */
.commImgSwiper {
  width: 70%;
  height: 100%;
  margin: 0 0 0 auto;
  position: relative;
}
/* line 326, _global.less */
.commImgSwiper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/comm-swiper-elem.png") no-repeat;
  background-size: contain;
  z-index: 2;
}
/* line 338, _global.less */
.commImgSwiper .comm-pagination {
  bottom: 6%;
  left: 60%;
  transform: translate(-50%, 0);
  top: unset;
  width: fit-content;
}
/* line 349, _global.less */
.comm-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 5px;
  border-radius: 0;
  background: #fff;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 357, _global.less */
.comm-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: #d7ff3c;
  opacity: 1;
}
/* line 364, _global.less */
.comm-swiper-img {
  width: 100%;
  height: 100%;
}
/* line 368, _global.less */
.comm-swiper-img img {
  height: 100%;
}
/* line 373, _global.less */
.comm-img-box {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 378, _global.less */
.comm-img-box p {
  position: absolute;
  bottom: 12%;
  left: 60%;
  transform: translate(-50%, 0);
  color: #fff;
  text-align: center;
  font-family: "an-bold";
  font-size: var(--fs-36);
  line-height: 1.3;
  z-index: 3;
  max-width: 740px;
  width: 100%;
}
/* line 393, _global.less */
.comm-img-box::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.87%, #000000 91.72%);
  position: absolute;
  top: 0;
  left: 0;
}
/* line 404, _global.less */
.comm-swiper-height {
  position: relative;
}
/* line 408, _global.less */
.trust-hdn-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 60px;
}
/* line 413, _global.less */
.trust-hdn-wrap .comm-sec-hdn {
  max-width: 652px;
  width: 100%;
}
/* line 418, _global.less */
.trust-hdn-wrap .comm-para {
  max-width: 614px;
  width: 100%;
}
/* line 424, _global.less */
.trust-box {
  padding: 60px;
  position: relative;
  width: 100%;
  background: rgba(212, 212, 212, 0.2);
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 432, _global.less */
.trust-box:hover {
  background: #3c00ff;
}
/* line 435, _global.less */
.trust-box:hover .trust-hdn,
.trust-box:hover .comm-para p {
  color: #fff;
}
/* line 440, _global.less */
.trust-box:hover .car-elem,
.trust-box:hover .car-img {
  transform: translate(0);
}
/* line 445, _global.less */
.trust-box:hover .button {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  font-family: "an-bold";
}
/* line 451, _global.less */
.trust-box:hover .button:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
/* line 460, _global.less */
.car-img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 922px;
  width: 100%;
  transform: translateX(25%);
  z-index: 2;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 471, _global.less */
.car-elem {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 452px;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 481, _global.less */
.trust-hdn {
  color: #3c00ff;
  font-family: "an-semibold";
  font-size: var(--fs-32);
  line-height: 1.3;
  margin-bottom: 24px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 490, _global.less */
.trust-info {
  max-width: 450px;
  width: 100%;
  z-index: 5;
  position: relative;
}
/* line 496, _global.less */
.trust-info .comm-para {
  margin-bottom: 48px;
}
/* line 499, _global.less */
.trust-info .comm-para p {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 505, _global.less */
.drive-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(212, 212, 212, 0.2) 0%, rgba(212, 212, 212, 0.2) 100%), #ffffff;
  margin-bottom: 0;
}
/* line 515, _global.less */
.drive-elem {
  position: absolute;
  right: 0;
  top: 10px;
}
/* line 521, _global.less */
.driving-hdn-box {
  max-width: 640px;
  width: 100%;
  margin-bottom: 80px;
}
/* line 526, _global.less */
.driving-hdn-box .comm-sec-hdn {
  margin-bottom: 12px;
}
/* line 530, _global.less */
.driving-hdn-box .comm-para p {
  margin-bottom: 36px;
}
/* line 536, _global.less */
.drive-para p {
  color: #383838;
  font-family: "an-bold";
  font-size: var(--fs-22);
  line-height: 1.5;
}
/* line 544, _global.less */
.drive-box {
  background: #fff;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 320px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 553, _global.less */
.drive-box a {
  color: #3c00ff;
  font-family: "an-bold";
  font-size: var(--fs-16);
  line-height: 1.2;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  width: fit-content;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 564, _global.less */
.drive-box:hover {
  background: #3c00ff;
}
/* line 567, _global.less */
.drive-box:hover .drive-hdn,
.drive-box:hover a {
  color: #fff;
}
/* line 572, _global.less */
.drive-box:hover .drive-img {
  opacity: 0;
  visibility: hidden;
}
/* line 576, _global.less */
.drive-box:hover .drive-img.gr-img {
  opacity: 1;
  visibility: visible;
}
/* line 584, _global.less */
.drive-hdn-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;
}
/* line 589, _global.less */
.drive-hdn {
  color: #000;
  font-family: "an-semibold";
  font-size: var(--fs-28);
  line-height: 1.2;
  max-width: 160px;
  width: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 599, _global.less */
.drive-img-box {
  width: 80px;
  height: 80px;
  position: relative;
}
/* line 605, _global.less */
.drive-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 613, _global.less */
.drive-img.gr-img {
  opacity: 0;
  visibility: hidden;
}
/* line 619, _global.less */
.drive-swiper {
  overflow: visible;
  position: relative;
}
/* line 623, _global.less */
.drive-swiper .swiper-wrapper {
  padding-bottom: 60px;
}
/* line 628, _global.less */
.lead-section {
  margin-top: 0;
}
/* line 631, _global.less */
.lead-section .container {
  width: 100%;
  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;
}
/* line 638, _global.less */
.lead-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
/* line 645, _global.less */
.lead-left {
  max-width: 530px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 24px;
}
/* line 656, _global.less */
.lead-info .comm-sec-hdn {
  margin-bottom: 12px;
}
/* line 661, _global.less */
.lead-right {
  max-width: 930px;
  width: 100%;
}
/* line 665, _global.less */
.lead-right .f-row {
  gap: 30px 0;
}
/* line 669, _global.less */
.lead-right .f-col {
  display: flex;
  height: auto;
}
/* line 675, _global.less */
.lead-box {
  padding: 24px 32px 32px 32px;
  background: #fff;
  width: 100%;
  height: 100%;
}
/* line 681, _global.less */
.lead-box p {
  color: #5b5b5b;
  font-size: var(--fs-16);
  line-height: 1.5;
  margin-bottom: 20px;
}
/* line 688, _global.less */
.lead-box a {
  color: #3c00ff;
  font-family: "an-bold";
  font-size: var(--fs-16);
  line-height: 1.2;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  width: fit-content;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 698, _global.less */
.lead-box a:hover {
  color: #000;
}
/* line 704, _global.less */
.lead-img {
  width: fit-content;
  margin-bottom: 20px;
  height: 30px;
}
/* line 709, _global.less */
.lead-img img {
  object-fit: contain;
}
/* line 714, _global.less */
.lead-hdn {
  color: #000;
  font-family: "an-semibold";
  font-size: var(--fs-24);
  line-height: 1.2;
  margin-bottom: 12px;
}
/* line 722, _global.less */
.lead-elem {
  width: 180px;
}
/* line 726, _global.less */
.build-section {
  overflow: hidden;
  position: relative;
  height: calc(100vh - var(--header-height));
  margin: calc(var(--commSpace) + 30px) 0;
}
/* line 732, _global.less */
.build-section .container {
  width: 100%;
  height: 100%;
  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 739, _global.less */
.build-box {
  max-width: 600px;
  width: 100%;
  z-index: 1;
}
/* line 744, _global.less */
.build-box span {
  color: #3c00ff;
  font-family: "an-bold";
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}
/* line 755, _global.less */
.build-box .comm-sec-hdn {
  margin-bottom: 12px;
}
/* line 759, _global.less */
.build-box p {
  color: #5b5b5b;
  font-size: var(--fs-20);
  line-height: 1.5;
  margin-bottom: 30px;
}
/* line 767, _global.less */
.build-img {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 774, _global.less */
.build-img img {
  height: 100%;
}
/* line 778, _global.less */
.build-img::before {
  content: "";
  width: 100%;
  height: 101%;
  position: absolute;
  left: -1px;
  top: -1px;
  background: url("../img/build-elem.png") no-repeat;
  background-size: contain;
}
/* Home Page Ends */
/* News Starts */
/* line 793, _global.less */
.latest-section {
  overflow: hidden;
}
/* line 797, _global.less */
.latest-swiper {
  overflow: visible;
}
/* line 800, _global.less */
.latest-swiper .swiper-wrapper {
  padding-bottom: 60px;
}
/* line 804, _global.less */
.latest-swiper .swiper-slide {
  display: flex;
  height: auto;
}
/* line 810, _global.less */
.latest-box {
  background: #f4f4f4;
  padding: 12px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 80px;
  width: 100%;
  height: 100%;
}
/* line 819, _global.less */
.latest-img {
  width: 774px;
  height: 100%;
}
/* line 823, _global.less */
.latest-img img {
  object-fit: unset;
}
/* line 828, _global.less */
.latest-info {
  max-width: 620px;
  width: 100%;
  flex: 1;
}
/* line 833, _global.less */
.latest-info span {
  color: #000;
  font-family: "an-semibold";
  font-size: var(--fs-16);
  line-height: 1.2;
  margin-bottom: 16px;
  display: block;
}
/* line 842, _global.less */
.latest-info p {
  color: #383838;
  font-family: "an-semibold";
  font-size: var(--fs-32);
  line-height: 1.5;
  margin-bottom: 30px;
}
/* line 851, _global.less */
.filter-select {
  border: 1px solid #343434;
  padding: 0 40px 0 10px;
  background: #fff;
  background: transparent url(../img/drop-down-arrow.svg) no-repeat calc(100% - 10px) center / 18px;
  -webkit-appearance: none;
  outline: none;
  color: #3c00ff;
  height: 56px;
  cursor: pointer;
}
/* line 864, _global.less */
.press-box {
  background: rgba(217, 217, 217, 0.3);
  padding: 12px 12px 32px 12px;
  height: 100%;
}
/* line 870, _global.less */
.press-img {
  width: 100%;
  height: 300px;
  margin-bottom: 16px;
}
/* line 875, _global.less */
.press-img img {
  object-fit: unset;
}
/* line 881, _global.less */
.press-info span {
  color: #000;
  font-family: "an-semibold";
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
  display: block;
}
/* line 890, _global.less */
.press-info p {
  color: #383838;
  font-size: var(--fs-16);
  line-height: 1.5;
  margin-bottom: 24px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 898, _global.less */
.press-info a {
  color: #3c00ff;
  font-family: "an-semibold";
  font-size: var(--fs-16);
  line-height: 1.2;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  width: fit-content;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 908, _global.less */
.press-info a:hover {
  color: #000;
}
/* line 915, _global.less */
.press-wrap .f-col {
  display: flex;
  height: auto;
  margin-bottom: 30px;
}
/* line 922, _global.less */
.isotope-pagination {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
/* line 926, _global.less */
.isotope-pagination button {
  outline: none;
  border: none;
  background: transparent;
  color: #818181;
  font-size: var(--fs-20);
  line-height: 1.8;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 935, _global.less */
.isotope-pagination button:hover {
  color: #000;
}
/* line 939, _global.less */
.isotope-pagination button.active {
  color: #3c00ff;
}
/* line 945, _global.less */
.news-btm-box {
  background: #3c00ff;
  padding: 56px 64px;
  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: 100px;
  position: relative;
}
/* line 953, _global.less */
.news-btm-left {
  max-width: 730px;
  width: 100%;
}
/* line 957, _global.less */
.news-btm-left p {
  color: #fff;
  font-size: var(--fs-32);
  line-height: 1.5;
  margin-bottom: 16px;
}
/* line 963, _global.less */
.news-btm-left p:last-child {
  margin-bottom: 0;
  font-size: var(--fs-24);
}
/* line 970, _global.less */
.news-btm-right {
  max-width: 330px;
  width: 100%;
}
/* line 975, _global.less */
.news-brm-detail {
  margin-bottom: 32px;
}
/* line 978, _global.less */
.news-brm-detail p {
  color: #fff;
  font-size: var(--fs-20);
  line-height: 1.5;
}
/* line 985, _global.less */
.news-btm-hdn {
  color: var(--WHITE, #ffffff);
  font-family: "an-bold";
  font-size: var(--fs-32);
  line-height: 1;
  margin-bottom: 8px;
}
/* line 993, _global.less */
.news-btm-info {
  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: 40px;
}
/* line 998, _global.less */
.news-btm-info a {
  color: #fff;
  font-size: var(--fs-20);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 1003, _global.less */
.news-btm-info a:hover {
  color: #000;
}
/* line 1009, _global.less */
.news-btm-icon {
  line-height: 1.8;
}
/* line 1012, _global.less */
.news-btm-icon i {
  font-size: var(--fs-24);
  color: #fff;
}
/* line 1018, _global.less */
.contact-person {
  color: #fff;
  font-size: var(--fs-20);
  line-height: 1.2;
  margin-bottom: 8px;
}
/* line 1025, _global.less */
.contact-designation {
  color: #d7ff3c;
  font-size: var(--fs-16);
  font-family: "an-semibold";
  line-height: 2;
}
/* News Ends */
/* About Starts */
/* line 1035, _global.less */
.about-content {
  max-width: 660px;
  width: 100%;
  z-index: 2;
  position: relative;
}
/* line 1042, _global.less */
.abt-elem {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
/* line 1049, _global.less */
.overview-warp {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
/* line 1054, _global.less */
.overview-warp .comm-para {
  max-width: 956px;
  width: 100%;
}
/* line 1060, _global.less */
.overview-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
}
/* line 1067, _global.less */
.overview-elem {
  width: 120px;
}
/* line 1071, _global.less */
.vision-wrap {
  margin-bottom: 30px;
}
/* line 1074, _global.less */
.vision-wrap:nth-child(2n) {
  flex-direction: row-reverse;
}
/* line 1078, _global.less */
.vision-wrap:last-child {
  margin-bottom: 0;
}
/* line 1083, _global.less */
.vision-img {
  width: 100%;
  height: 100%;
}
/* line 1088, _global.less */
.vision-box {
  background: #3c00ff;
  padding: 48px;
}
/* line 1092, _global.less */
.vision-box .comm-sec-hdn {
  margin-bottom: 16px;
}
/* line 1097, _global.less */
.vision-elem {
  width: 72px;
  height: 72px;
  margin-bottom: 32px;
}
/* line 1103, _global.less */
.excellence-wrap {
  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;
  gap: 12px;
}
/* line 1108, _global.less */
.excellence-elem {
  width: 150px;
  height: 150px;
}
/* line 1113, _global.less */
.excellence-info {
  max-width: 1186px;
  width: 100%;
  flex: 1;
}
/* line 1118, _global.less */
.excellence-info .comm-sec-hdn {
  margin-bottom: 28px;
}
/* line 1122, _global.less */
.excellence-info .comm-sec-hdn,
.excellence-info .comm-para p {
  text-align: center;
}
/* About Ends */
/* Contact Starts */
/* line 1131, _global.less */
.contact-box {
  background: #3c00ff;
  padding: 48px;
  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;
  gap: 48px;
}
/* line 1138, _global.less */
.contact-info-box {
  background: #fff;
  padding: 56px 32px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}
/* line 1145, _global.less */
.contact-info-box:last-child {
  margin-bottom: 0;
}
/* line 1150, _global.less */
.contact-img {
  width: 76px;
  height: 76px;
}
/* line 1155, _global.less */
.contact-hdn {
  color: #000;
  font-family: "an-semibold";
  font-size: var(--fs-24);
  line-height: 1.2;
  margin-bottom: 12px;
}
/* line 1163, _global.less */
.contact-info {
  flex: 1;
}
/* line 1166, _global.less */
.contact-info a {
  color: #000;
  font-size: var(--fs-16);
  line-height: 2;
}
/* line 1172, _global.less */
.contact-info i {
  font-size: var(--fs-24);
}
/* line 1177, _global.less */
.contact-right {
  background: #fff;
  padding: 40px;
}
/* line 1181, _global.less */
.contact-right .form-label {
  color: #000;
}
/* line 1185, _global.less */
.contact-right .form-field {
  background: rgba(212, 212, 212, 0.2);
  color: #000;
}
/* line 1190, _global.less */
.contact-right input::-webkit-input-placeholder,
.contact-right textarea::placeholder {
  color: #8b8b8b;
}
/* line 1196, _global.less */
.faq-box {
  max-width: 1336px;
  width: 100%;
  margin: 0 auto;
}
/* line 1201, _global.less */
.faq-box .accordion {
  padding: 36px 60px 36px 32px;
  color: #000;
}
/* line 1206, _global.less */
.faq-box .accordion::before {
  display: none;
}
/* line 1210, _global.less */
.faq-box .accordion::after {
  width: 14px;
  height: 14px;
  top: 54px;
  background: transparent;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
/* line 1221, _global.less */
.faq-box .acc-item {
  background: #fff;
}
/* line 1225, _global.less */
.faq-box .acc-item.active .accordion {
  padding: 36px 60px 36px 32px;
  padding-bottom: 16px;
  color: #000;
}
/* line 1231, _global.less */
.faq-box .acc-item.active .accordion::after {
  border-left: 2px solid #3c00ff;
  border-bottom: 2px solid #3c00ff;
  transform: rotate(135deg);
  background: transparent;
}
/* line 1240, _global.less */
.faq-box .panel p {
  color: #5b5b5b;
}
/* Contact Ends */
/* Events Starts */
/* line 1248, _global.less */
.soft-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;
  padding: 12px 12px 12px 60px;
  background: rgba(217, 217, 217, 0.3);
  overflow: hidden;
}
/* line 1256, _global.less */
.soft-img {
  width: 853px;
  height: 506px;
}
/* line 1261, _global.less */
.soft-info {
  max-width: 456px;
  width: 100%;
  flex: 1;
}
/* line 1266, _global.less */
.soft-info .comm-sec-hdn {
  margin-bottom: 8px;
}
/* line 1271, _global.less */
.event-box {
  padding: 12px 12px 28px 12px;
  background: rgba(217, 217, 217, 0.3);
}
/* line 1275, _global.less */
.event-box p {
  color: #383838;
  font-size: 16px;
  line-height: 2;
}
/* line 1282, _global.less */
.event-img {
  width: 100%;
  height: 300px;
  margin-bottom: 16px;
}
/* line 1288, _global.less */
.event-hdn {
  color: #000;
  font-family: "an-bold";
  font-size: var(--fs-24);
  line-height: 1.2;
  margin-bottom: 8px;
}
/* line 1298, _global.less */
.event-wrap .f-row {
  gap: 30px 0;
  margin-bottom: 40px;
}
/* line 1303, _global.less */
.event-wrap .f-col {
  display: none;
  height: auto;
}
/* line 1307, _global.less */
.event-wrap .f-col.visible {
  display: flex;
}
/* line 1313, _global.less */
.event-btm-box {
  width: 100%;
  height: 416px;
  padding: 36px 24px;
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 48px;
  background: #3c00ff;
}
/* line 1323, _global.less */
.event-btm-box .comm-sec-hdn {
  max-width: 685px;
  width: 100%;
  text-align: center;
}
/* line 1330, _global.less */
.event-btm-elem {
  width: 290px;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* Events Ends */
/* Paper Network Starts */
/* line 1340, _global.less */
.client-box {
  background: rgba(212, 212, 212, 0.2);
  padding: 50px 44px;
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition-property: opacity, transform, background !important;
}
/* line 1349, _global.less */
.client-box:last-child {
  margin-bottom: 0;
}
/* line 1353, _global.less */
.client-box p {
  color: #383838;
  font-size: var(--fs-20);
  line-height: 1.8;
  max-width: 950px;
  width: 100%;
  z-index: 2;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 1365, _global.less */
.client-box a {
  color: #3c00ff;
  font-family: "an-semibold";
  font-size: var(--fs-16);
  line-height: 1.2;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  width: fit-content;
  margin-top: 48px;
  display: block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 1378, _global.less */
.client-box:hover {
  background: #3c00ff;
}
/* line 1381, _global.less */
.client-box:hover p {
  color: #fff;
}
/* line 1385, _global.less */
.client-box:hover .client-elem {
  transform: translate(0);
}
/* line 1389, _global.less */
.client-box:hover .more-hdn,
.client-box:hover a {
  color: #fff;
}
/* line 1396, _global.less */
.more-hdn {
  color: #000;
  font-family: "an-semibold";
  font-size: var(--fs-32);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 1407, _global.less */
.more-section .client-box p {
  max-width: 1200px;
}
/* line 1412, _global.less */
.client-elem {
  position: absolute;
  right: 0;
  top: 0;
  height: 129px;
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 1421, _global.less */
.year-wrap {
  width: 100%;
  height: 750px;
  background: #cff;
  padding: 0 60px;
  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;
}
/* line 1429, _global.less */
.year-wrap .comm-sec-hdn {
  max-width: 366px;
  width: 100%;
}
/* line 1435, _global.less */
.year-swiper-wrap {
  max-width: 750px;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 24px;
}
/* line 1443, _global.less */
.year-swiper {
  width: calc(50% - 12px);
}
/* line 1446, _global.less */
.year-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
/* line 1451, _global.less */
.year-box {
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 1457, _global.less */
.year-box img {
  width: 216px;
  height: auto;
}
/* line 1464, _global.less */
.trust-wrap .year-box {
  height: 150px;
}
/* line 1470, _global.less */
.trust-wrap .f-row {
  gap: 30px 0;
  justify-content: center;
}
/* line 1476, _global.less */
.story-wrap {
  display: flex;
}
/* line 1480, _global.less */
.story-line {
  width: 104px;
  position: relative;
}
/* line 1484, _global.less */
.story-line::before {
  content: "";
  background: #d4d4d4;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 24px;
}
/* line 1494, _global.less */
.story-line span {
  width: 48px;
  height: 48px;
  background: #3c00ff;
  border: 12px solid #fff;
  border-radius: 100%;
  overflow: hidden;
  position: sticky;
  top: 20%;
  display: block;
}
/* line 1507, _global.less */
.story-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 150px;
  margin-bottom: 120px;
}
/* line 1512, _global.less */
.story-box:last-child {
  margin-bottom: 0;
}
/* line 1517, _global.less */
.story-img {
  width: 711px;
  height: 477px;
}
/* line 1522, _global.less */
.story-info {
  max-width: 660px;
  width: 100%;
  flex: 1;
}
/* line 1527, _global.less */
.story-info .comm-sec-hdn {
  margin-bottom: 32px;
}
/* line 1532, _global.less */
.story-info ul li {
  position: relative;
  color: #383838;
  font-size: var(--fs-20);
  line-height: 1.8;
  margin-bottom: 24px;
  padding-left: 54px;
}
/* line 1540, _global.less */
.story-info ul li::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../img/tick.svg") no-repeat;
  background-size: 28px;
  position: absolute;
  top: 5px;
  left: 0;
}
/* line 1551, _global.less */
.story-info ul li:last-child {
  margin-bottom: 0;
}
/* Paper Network Ends */
/* Event Detail Starts */
/* line 1561, _global.less */
.event-detail-box {
  max-width: 84%;
  width: 100%;
  margin: 0 auto;
}
/* Event Detail Ends */
/* New CSS Starts */
/* line 1570, _global.less */
.comm-nav-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: 40px;
  width: 100%;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translate(0, 0);
  z-index: 11;
}
/* line 1581, _global.less */
.comm-nav {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  opacity: 0.8;
  backdrop-filter: blur(40px);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 1592, _global.less */
.comm-nav img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 1598, _global.less */
.comm-nav:hover {
  opacity: 1;
}
/* line 1603, _global.less */
.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* line 1608, _global.less */
.solution-swiper {
  padding-bottom: 60px;
}
/* line 1613, _global.less */
.stack-sticky .f-row {
  position: relative;
}
/* line 1616, _global.less */
.stack-sticky .f-row .w50:first-child {
  position: sticky;
  top: calc(var(--header-height) + 3%);
  height: fit-content;
}
/* line 1624, _global.less */
.insight-swiper .swiper-slide,
.solution-swiper .swiper-slide {
  display: flex;
  height: auto;
}
/* line 1630, _global.less */
.insight-swiper .comm-nav-wrap,
.solution-swiper .comm-nav-wrap {
  top: 36%;
}
/* line 1635, _global.less */
.play-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  cursor: pointer;
}
/* line 1645, _global.less */
.innovation-illustration {
  position: relative;
}
/* New CSS Ends */
/* line 1652, _global.less */
.cky-btn-revisit-wrapper {
  display: none !important;
}
/* line 1656, _global.less */
.wpcf7 form .wpcf7-response-output {
  color: #fff;
}
/* line 1, _nj.less */
.ov-hidden {
  overflow: hidden;
}
/* line 5, _nj.less */
.bg-lblue {
  background: #cff !important;
}
/* line 9, _nj.less */
.bg-blue {
  background: #3c00ff;
}
/* line 12, _nj.less */
.bg-blue .comm-sec-hdn,
.bg-blue .glance-hdn {
  color: #fff !important;
}
/* line 17, _nj.less */
.bg-blue .comm-para p {
  color: #d4d4d4 !important;
}
/* line 22, _nj.less */
.bg-grey {
  background: rgba(212, 212, 212, 0.2);
}
/* line 26, _nj.less */
.t-cen,
.t-cen p {
  text-align: center;
}
/* line 31, _nj.less */
.ov-visible {
  overflow: visible;
}
/* line 35, _nj.less */
.relative {
  position: relative;
}
/* line 39, _nj.less */
.btn-cen {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}
/* line 45, _nj.less */
.card24-hdn {
  font-size: var(--fs-24);
  font-family: "an-bold";
  line-height: 1.6;
}
/* line 52, _nj.less */
.card32-hdn {
  font-size: var(--fs-32);
  font-family: "an-semibold";
  line-height: 1.25;
}
/* line 59, _nj.less */
.automotive p {
  color: #383838;
  font-size: var(--fs-16);
  line-height: 2;
}
/* line 67, _nj.less */
.breadcrumb li {
  position: relative;
}
/* line 70, _nj.less */
.breadcrumb li::before {
  content: "";
  background: url(../img/right-arrow.svg) no-repeat;
  width: 8px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
/* line 82, _nj.less */
.breadcrumb li:last-child::before {
  content: none;
}
/* line 87, _nj.less */
.breadcrumb li a {
  color: #383838;
}
/* line 91, _nj.less */
.breadcrumb li p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}
/* line 99, _nj.less */
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
/* line 106, _nj.less */
.banner-content {
  width: 60%;
}
/* line 110, _nj.less */
.banner-particles {
  width: 600px;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* line 119, _nj.less */
.img-wrap {
  aspect-ratio: 1602/600;
}
/* line 123, _nj.less */
.overview-wrap {
  padding: 32px;
}
/* line 127, _nj.less */
.compatibility-card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 28px;
  aspect-ratio: 440/420;
  background: #fff;
}
/* line 138, _nj.less */
.com-anim:hover .compatibility-hdn {
  bottom: calc(100% - 28px);
  transform: translateY(100%);
}
/* line 143, _nj.less */
.com-anim:hover .compatibility-img {
  transform: rotate(90deg);
}
/* line 147, _nj.less */
.com-anim:hover .compatibility-para {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0px);
}
/* line 155, _nj.less */
.compatibility-para {
  color: var(--60, #5b5b5b);
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 2;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9) translateY(30px);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
/* line 166, _nj.less */
.compatibility-top {
  display: flex;
  justify-content: flex-end;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
/* line 172, _nj.less */
.compatibility-img {
  width: 54px;
  height: 54px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
/* line 178, _nj.less */
.compatibility-hdn {
  font-size: var(--fs-28);
  font-family: "an-semibold";
  max-width: 240px;
  line-height: 1.4;
  position: absolute;
  left: 28px;
  bottom: 28px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
/* line 189, _nj.less */
.glance-hdn {
  font-size: var(--fs-24);
  font-family: "an-semibold";
  line-height: 1.3;
  margin-bottom: 6px;
  max-width: 80%;
}
/* line 197, _nj.less */
.compatibility-tag p {
  color: #5b5b5b;
  font-size: var(--fs-16);
  line-height: 2;
  margin-top: 16px;
}
/* line 204, _nj.less */
.dark-logo {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/* line 208, _nj.less */
.light-logo {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/* line 214, _nj.less */
.glance-card {
  aspect-ratio: 372/260;
  padding: 24px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/* line 176, _mixin.less */
.glance-card img {
  object-fit: contain;
}
/* line 220, _nj.less */
.glance-card img {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 64px;
  height: 64px;
}
/* line 228, _nj.less */
.glance-card:hover {
  background: #3c00ff;
}
/* line 231, _nj.less */
.glance-card:hover .dark-logo {
  opacity: 0;
  visibility: hidden;
}
/* line 236, _nj.less */
.glance-card:hover .light-logo {
  opacity: 1;
  visibility: visible;
}
/* line 241, _nj.less */
.glance-card:hover .glance-hdn {
  color: #fff;
}
/* line 245, _nj.less */
.glance-card:hover .compatibility-tag p {
  color: #fff;
}
/* line 251, _nj.less */
.download-card {
  padding: 40px 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;
  gap: 20px;
}
/* line 257, _nj.less */
.download-hdn {
  font-size: var(--fs-24);
  font-family: "an-semibold";
  color: #000;
  flex: 1;
}
/* line 265, _nj.less */
.download-wrap .comm-sec-hdn {
  margin-bottom: 12px;
}
/* line 269, _nj.less */
.download-wrap .comm-para {
  width: 55%;
}
/* line 274, _nj.less */
.solution-card {
  padding: 12px;
  display: flex;
  flex-direction: column;
}
/* line 279, _nj.less */
.solution-card .card24-hdn {
  margin-bottom: 8px;
}
/* line 284, _nj.less */
.sol-img {
  aspect-ratio: 754/302;
  margin-bottom: 24px;
  overflow: hidden;
}
/* line 290, _nj.less */
.insight-img {
  align-self: 480/300;
}
/* line 294, _nj.less */
.insight-card {
  padding: 12px;
  display: flex;
  flex-direction: column;
}
/* line 300, _nj.less */
.img-content {
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
/* line 307, _nj.less */
.img-content .button {
  width: fit-content;
}
/* line 313, _nj.less */
.innovation-wrap .f-row {
  justify-content: space-between;
  align-items: center;
}
/* line 318, _nj.less */
.innovation-wrap .card32-hdn {
  margin-bottom: 12px;
}
/* line 323, _nj.less */
.stack-img {
  width: 100%;
  height: 680px;
  overflow: hidden;
  position: relative;
}
/* line 329, _nj.less */
.stack-img img {
  object-fit: contain;
}
/* line 334, _nj.less */
.acc-icon {
  display: inline;
}
/* line 337, _nj.less */
.acc-icon img {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 346, _nj.less */
.acc-icon .light-logo {
  opacity: 1;
  visibility: visible;
}
/* line 354, _nj.less */
.acc-item.active .light-logo {
  z-index: 5;
}
/* line 365, _nj.less */
.offering-content {
  flex: 1;
}
/* line 369, _nj.less */
.offering-particle {
  aspect-ratio: 322/92;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
/* line 376, _nj.less */
.offering-particle img {
  object-position: right center;
  object-fit: contain;
}
/* line 382, _nj.less */
.offering-card {
  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: 56px;
  padding: 40px;
  padding-left: 80px;
  background: rgba(212, 212, 212, 0.2);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/* line 391, _nj.less */
.offering-img {
  aspect-ratio: 1;
  width: 310px;
  position: relative;
  z-index: 5;
}
/* line 399, _nj.less */
.offering-wrap .comm-sec-hdn {
  margin-bottom: 100px;
}
/* line 403, _nj.less */
.offering-wrap .card32-hdn,
.offering-wrap .comm-para p {
  transition: all 1.4s ease-in-out;
  -webkit-transition: all 1.4s ease-in-out;
}
/* line 408, _nj.less */
.offering-wrap .swiper-slide {
  transition: all 1.8s ease-in-out;
  -webkit-transition: all 1.8s ease-in-out;
}
/* line 412, _nj.less */
.offering-wrap .swiper-slide-active {
  transform: translateY(-60px);
}
/* line 415, _nj.less */
.offering-wrap .swiper-slide-active .offering-card {
  background: #3c00ff;
}
/* line 418, _nj.less */
.offering-wrap .swiper-slide-active .offering-card .card32-hdn,
.offering-wrap .swiper-slide-active .offering-card .comm-para p {
  color: #fff;
}
/* line 426, _nj.less */
.cen-head {
  max-width: 60%;
  margin: 0 auto 60px;
}
/* line 431, _nj.less */
.contact-box-wrap {
  padding: 56px 135px 56px 72px;
}
/* line 435, _nj.less */
.controls {
  display: flex;
  gap: 24px;
}
/* line 440, _nj.less */
.filter-button {
  color: #343434;
  text-align: center;
  font-size: var(--fs-16);
  line-height: 2.25;
  padding: 8px 10px;
  background: #fff;
  border: none;
  padding: 7px 30px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/* line 451, _nj.less */
.filter-button.active {
  background: #3c00ff;
  color: #fff;
}
/* line 457, _nj.less */
.job-row {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 28px;
}
/* line 463, _nj.less */
.job-row:last-child {
  margin-bottom: 0;
}
/* line 467, _nj.less */
.job-row p {
  flex: 1;
}
/* line 472, _nj.less */
.job-icon {
  width: 24px;
  height: 24px;
}
/* line 176, _mixin.less */
.job-icon img {
  object-fit: contain;
}
/* line 478, _nj.less */
.job-btm {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* line 482, _nj.less */
.job-link {
  width: 56px;
  height: 56px;
  padding: 16px;
  background: #3c00ff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/* line 490, _nj.less */
.job-link i {
  color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/* line 496, _nj.less */
.job-card {
  background: #fff;
  padding: 24px;
  display: block;
  border: 1px solid #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/* line 503, _nj.less */
.job-card .card24-hdn {
  padding-bottom: 16px;
  border-bottom: 1px solid #d4d4d4;
  color: #3c00ff;
  font-family: "an-semibold";
}
/* line 510, _nj.less */
.job-card:hover {
  border: 1px solid #3c00ff;
  box-shadow: 1px 1px 10px #3c00ff;
}
/* line 524, _nj.less */
.element-item {
  margin-bottom: 30px;
}
/* line 528, _nj.less */
.emp-card {
  padding: 32px 36px;
  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;
  flex-direction: column;
  gap: 64px;
}
/* line 535, _nj.less */
.emp-img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  overflow: hidden;
}
/* line 542, _nj.less */
.emp-data {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
/* line 547, _nj.less */
.emp-name {
  color: #383838;
  font-size: var(--fs-20);
  font-family: "an-semibold";
}
/* line 553, _nj.less */
.emp-profile {
  color: #3c00ff;
  font-size: var(--fs-16);
  font-style: normal;
  font-family: "an-bold";
  line-height: 1.3;
}
/* line 561, _nj.less */
.empSwiper {
  padding-bottom: 50px;
}
/* line 564, _nj.less */
.empSwiper .swiper-slide {
  scale: 0.9;
  opacity: 0.5;
  transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
}
/* line 570, _nj.less */
.empSwiper .swiper-slide-active {
  scale: 1;
  opacity: 1;
}
/* line 576, _nj.less */
.contact-particle {
  width: 367px;
  height: 105px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
/* line 176, _mixin.less */
.contact-particle img {
  object-fit: contain;
}
/* line 585, _nj.less */
.contact-particle img {
  object-position: left center;
}
/* line 590, _nj.less */
.career-img-wrap {
  height: 600px;
}
/* line 593, _nj.less */
.career-img-wrap .f-row {
  height: 100%;
}
/* line 596, _nj.less */
.career-img-wrap .f-row > div {
  height: 100%;
}
/* line 602, _nj.less */
.swiper-pagination-bullet-active {
  background: #383838;
}
/* line 606, _nj.less */
.detail-icon {
  width: 24px;
  height: 24px;
}
/* line 176, _mixin.less */
.detail-icon img {
  object-fit: contain;
}
/* line 613, _nj.less */
.detail-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
/* line 618, _nj.less */
.detail-row {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
/* line 623, _nj.less */
.detail-title {
  font-size: var(--fs-20);
  font-family: "an-semibold";
  line-height: 1.8;
}
/* line 629, _nj.less */
.form-banner {
  padding: 32px;
}
/* line 632, _nj.less */
.form-banner .card32-hdn {
  color: #3c00ff;
}
/* line 637, _nj.less */
.career-list-hdn {
  font-family: "an-semibold";
  font-size: var(--fs-20);
  line-height: 2.1;
  padding-left: 48px;
  position: relative;
}
/* line 644, _nj.less */
.career-list-hdn::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url("../img/career-list.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 5px;
}
/* line 656, _nj.less */
.career-content {
  padding-left: 32px;
  padding-right: 32px;
}
/* line 660, _nj.less */
.career-content li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 25px;
}
/* line 665, _nj.less */
.career-content li:last-child {
  margin-bottom: 0;
}
/* line 669, _nj.less */
.career-content li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #3c00ff;
  position: absolute;
  left: 5px;
  top: 10px;
}
/* line 682, _nj.less */
.career-text {
  padding-bottom: 40px;
}
/* line 686, _nj.less */
.career-list-wrap {
  padding-top: 32px;
  border-top: 1px solid #d4d4d4;
  padding-bottom: 40px;
}
/* line 692, _nj.less */
.overview-img {
  aspect-ratio: 1;
  width: 550px;
}
/* line 697, _nj.less */
.download-img {
  width: 36px;
  height: 36px;
}
/* line 702, _nj.less */
.auto-width {
  width: 100%;
  overflow: auto;
  margin-bottom: 20px;
}
/* line 707, _nj.less */
.auto-width .controls {
  margin-bottom: 20px !important;
}
/* line 711, _nj.less */
.auto-width > * {
  width: max-content;
}
/* line 717, _nj.less */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 727, _nj.less */
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
/* line 731, _nj.less */
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* line 735, _nj.less */
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
/* line 740, _nj.less */
.zoom-icon {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 24px;
  top: 24px;
  background: #000;
}
/* line 176, _mixin.less */
.zoom-icon img {
  object-fit: contain;
}
/* line 750, _nj.less */
.seacrh-field-wrap {
  display: flex;
  gap: 15px;
}
/* line 754, _nj.less */
.seacrh-field-wrap .form-field {
  background: #fff;
  border: 1px solid #d4d4d4;
  width: 660px;
  color: #383838;
  font-size: var(--fs-16);
  font-weight: 600;
  line-height: normal;
}
/* line 763, _nj.less */
.seacrh-field-wrap .form-field::placeholder {
  color: #383838;
  font-size: var(--fs-16);
  font-weight: 600;
  line-height: normal;
  opacity: 0.5;
}
/* line 772, _nj.less */
.seacrh-field-wrap .form-grp {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 777, _nj.less */
.seacrh-field-wrap .button {
  height: 60px;
}
/* line 782, _nj.less */
.popular-search {
  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: 16px;
}
/* line 787, _nj.less */
.search-list {
  flex: 1;
}
/* line 790, _nj.less */
.search-list ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
/* line 796, _nj.less */
.search-list a {
  color: #000;
  font-size: var(--fs-16);
  line-height: 2;
  text-decoration-line: underline;
}
/* line 804, _nj.less */
.search-hdn {
  color: #3c00ff;
  font-family: "an-semibold";
  font-size: var(--fs-16);
  font-weight: 600;
  line-height: 2;
}
/* line 813, _nj.less */
.result-box a {
  text-decoration-line: underline;
  color: #000;
  font-size: var(--fs-16);
  line-height: 2;
  margin-bottom: 24px;
  display: block;
}
/* line 822, _nj.less */
.result-box p {
  color: #383838;
  font-size: var(--fs-16);
  line-height: 1.5;
  margin-top: -24px;
  margin-bottom: 24px;
}
/* line 831, _nj.less */
.parti-img {
  position: absolute;
  width: 500px;
  height: auto;
  bottom: 0;
}
/* line 838, _nj.less */
.left-particle {
  left: -220px;
}
/* line 842, _nj.less */
.right-particle {
  right: -220px;
  transform: scaleX(-1);
}
/* line 847, _nj.less */
.error-img {
  aspect-ratio: 409/200;
  width: 409px;
}
/* line 852, _nj.less */
.single-parti {
  aspect-ratio: 1;
  width: 120px;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 860, _nj.less */
.grey-wrap {
  padding-bottom: 60px;
  position: relative;
}
/* line 865, _nj.less */
.blog-tag {
  color: #3c00ff;
  font-size: 12px;
  font-family: "an-bold";
  line-height: 2.6;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
/* line 874, _nj.less */
.sol-blog {
  aspect-ratio: 733/485;
  position: relative;
}
/* line 879, _nj.less */
.three-img {
  aspect-ratio: 140/160;
  height: 33%;
  position: absolute;
  right: 0;
}
/* line 176, _mixin.less */
.three-img img {
  object-fit: contain;
}
/* line 887, _nj.less */
.three-top {
  top: 0;
}
/* line 891, _nj.less */
.three-btm {
  bottom: 0;
  transform: scaleY(-1);
}
/* line 896, _nj.less */
.ensure-wrap {
  max-width: 1386px;
  margin: 0 auto;
}
/* line 902, _nj.less */
.text-img-wrap .f-row {
  margin-bottom: 50px;
}
/* line 905, _nj.less */
.text-img-wrap .f-row:last-child {
  margin-bottom: 0;
}
/* line 911, _nj.less */
.feature-card {
  padding: 16px;
}
/* line 915, _nj.less */
.ensure-img {
  width: 100%;
}
/* line 920, _nj.less */
.innovation-img {
  width: 100%;
  height: 100%;
}
/* line 925, _nj.less */
.artiSwiper {
  padding-bottom: 50px;
}
/* line 929, _nj.less */
.lineup-card {
  background: #f4f4f4;
  aspect-ratio: 787/431;
  overflow: hidden;
}
/* line 934, _nj.less */
.lineup-card .compatibility-top {
  justify-content: flex-start;
}
/* line 938, _nj.less */
.lineup-card img {
  position: static;
}
/* line 943, _nj.less */
.lineup-card:hover .lineup-active {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
/* line 949, _nj.less */
.lineup-card:hover .lineup-parti {
  top: 0;
}
/* line 953, _nj.less */
.lineup-card:hover .lineup-grey {
  background: #3c00ff;
}
/* line 957, _nj.less */
.lineup-card:hover .compatilibity-btm {
  bottom: calc(100% - 28px);
  transform: translateY(100%);
  color: #fff;
}
/* line 963, _nj.less */
.lineup-card:hover .compatibility-top {
  transform: translateY(-200%);
}
/* line 969, _nj.less */
.lineup-active {
  position: absolute;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  bottom: -100%;
  left: 0;
  padding: 32px;
  height: calc(100% - 120px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
/* line 983, _nj.less */
.lineup-active a {
  color: #d7ff3c;
  font-family: "an-bold";
  font-size: var(--fs-16);
  line-height: 2;
  text-decoration-line: underline;
}
/* line 992, _nj.less */
.lineup-grey {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
  padding: 32px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
/* line 1001, _nj.less */
.lineup-grey .glance-hdn {
  max-width: 70%;
}
/* line 1005, _nj.less */
.lineup-grey .compatilibity-btm {
  position: absolute;
  bottom: 28px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
/* line 1012, _nj.less */
.lineup-parti {
  max-width: 176px;
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  top: -100%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  z-index: 5;
}
/* line 1023, _nj.less */
.member-card {
  padding: 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;
  gap: 40px;
}
/* line 1029, _nj.less */
.member-img {
  aspect-ratio: 366/516;
  width: 366px;
  display: flex;
  align-items: flex-end;
  padding-top: 88px;
}
/* line 1042, _nj.less */
.member-content {
  flex: 1;
}
/* line 1046, _nj.less */
.member-parti {
  width: 198px;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0;
}
/* line 1054, _nj.less */
.member-name {
  font-family: "an-bold";
  font-size: var(--fs-32);
  line-height: 1.5;
}
/* line 1061, _nj.less */
.li-img i {
  font-size: 40px;
  color: #383838;
}
/* line 1067, _nj.less */
.member-title-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
/* line 1072, _nj.less */
.member-profile {
  color: #3c00ff;
  font-family: "an-semibold";
  font-size: var(--fs-20);
  line-height: 1.8;
}
/* line 1079, _nj.less */
.advisor-img {
  aspect-ratio: 366/405;
  margin-bottom: 20px;
}
/* line 1084, _nj.less */
.card24-hdn {
  margin-bottom: 4px;
}
/* line 1089, _nj.less */
.advisor-para p {
  color: #5b5b5b;
  font-family: "an-semibold";
  font-size: var(--fs-18);
  font-weight: 600;
  line-height: 1.8;
}
/* line 1099, _nj.less */
.grey-btn .filter-button {
  background: #d4d4d4;
  font-family: "an-semibold";
}
/* line 1103, _nj.less */
.grey-btn .filter-button.active {
  background: #3c00ff;
}
/* line 1109, _nj.less */
.why-card {
  height: 100%;
}
/* line 1112, _nj.less */
.why-card .card24-hdn {
  color: #fff;
  font-family: "an-bold";
  font-size: var(--fs-24);
  font-weight: 700;
  line-height: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 44px;
}
/* line 1125, _nj.less */
.counter-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
/* line 1130, _nj.less */
.counter-wrap > * {
  height: 50%;
}
/* line 1135, _nj.less */
.counter-card {
  padding: 28px;
}
/* line 1139, _nj.less */
.counter-value {
  color: #000;
  font-size: var(--fs-64);
  line-height: 1.4;
  margin-bottom: 24px;
}
/* line 1146, _nj.less */
.whySwiper {
  height: 100%;
}
/* line 1149, _nj.less */
.whySwiper .swiper-pagination {
  width: 60% !important;
  left: 50% !important;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-around;
  bottom: 24px !important;
}
/* line 1158, _nj.less */
.whySwiper .swiper-pagination-bullet {
  height: 5px;
  background: #d7ff3c;
  width: 100%;
  border-radius: 0;
}
/* line 1166, _nj.less */
.member-card {
  margin-bottom: 120px;
}
/* line 1169, _nj.less */
.member-card:last-child {
  margin-bottom: 0;
}
/* line 1174, _nj.less */
.drop-zone {
  cursor: pointer;
  position: relative;
}
/* line 1179, _nj.less */
.drop-zone__prompt {
  color: #fff;
  opacity: 0.5;
  font-family: "an-semibold";
  font-size: 14px;
  line-height: normal;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/* line 1192, _nj.less */
.drop-zone__input {
  display: none;
}
/* line 1196, _nj.less */
.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
/* line 1204, _nj.less */
.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: var(--input-fs-main);
  font-size: 20x;
}
/* line 1215, _nj.less */
.upload-icon {
  position: absolute;
  right: 24px;
  top: 18px;
  width: 24px;
  height: 24px;
}
/* header */
/* line 2, _megamenu.less */
:root {
  --menuWidth: 300px;
}
/* line 6, _megamenu.less */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
/* line 14, _megamenu.less */
.home-header {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 18, _megamenu.less */
.home-header .header-list li a {
  color: #ffffff;
}
/* line 22, _megamenu.less */
.home-header .drop > a:after {
  background: url(../img/wh-menu-drop.svg) no-repeat center center / contain;
}
/* line 26, _megamenu.less */
.home-header .search-btn {
  color: #ffffff;
}
/* line 30, _megamenu.less */
.home-header .drop ul li a {
  color: #000;
}
/* line 34, _megamenu.less */
.home-header .js-nav-toggle span:before,
.home-header .js-nav-toggle span:after {
  background: #ffffff;
}
/* line 39, _megamenu.less */
.home-header .js-nav-toggle span {
  background-color: #ffffff;
}
/* line 44, _megamenu.less */
.head-right {
  display: flex;
  align-items: center;
}
/* line 49, _megamenu.less */
.search-btn {
  color: #383838;
  font-size: 24px;
}
/* line 54, _megamenu.less */
.logo {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
}
/* line 62, _megamenu.less */
.header-box .container {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--headerHeight);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 69, _megamenu.less */
.drop {
  position: relative;
}
/* line 72, _megamenu.less */
.drop > a:after {
  content: "";
  margin-left: 7px;
  width: 11px;
  height: 7px;
  background: url(../img/menu-drop.svg) no-repeat center center / contain;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
}
/* line 83, _megamenu.less */
.drop ul {
  position: absolute;
  background: #D8FFFF;
  top: 40px;
  padding: 12px 24px;
  left: 12%;
  width: 320px;
  margin-left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 95, _megamenu.less */
.drop ul li {
  padding: 0;
}
/* line 98, _megamenu.less */
.drop ul li:last-of-type {
  border-bottom: 0;
}
/* line 102, _megamenu.less */
.drop ul li a {
  display: block;
  font-size: 14px;
  padding: 12px 0;
  color: #000;
}
/* line 108, _megamenu.less */
.drop ul li a:hover {
  color: #3C00FF;
}
/* line 112, _megamenu.less */
.drop ul li a.active {
  color: #3C00FF;
  font-family: "an-semibold";
}
/* line 121, _megamenu.less */
.drop:hover ul {
  opacity: 1;
  visibility: visible;
}
/* line 126, _megamenu.less */
.drop:hover > a:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
/* line 133, _megamenu.less */
.header-wrap {
  display: flex;
}
/* line 137, _megamenu.less */
.header-box {
  display: flex;
  height: var(--header-height);
}
/* line 142, _megamenu.less */
.menuBtn {
  display: flex;
  align-items: center;
}
/* line 147, _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 150, _megamenu.less */
.header-list li {
  padding: 7px 24px;
}
/* line 153, _megamenu.less */
.header-list li a {
  font-size: 16px;
  color: #000;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 158, _megamenu.less */
.header-list li a.active {
  font-family: "an-semibold";
}
/* line 165, _megamenu.less */
.fixHeader {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(19, 28, 162, 0.1);
}
/* line 169, _megamenu.less */
.fixHeader .header-box .container {
  height: var(--headerFixedHeight);
}
/* line 175, _megamenu.less */
.menuBtn .button {
  margin-left: 20px;
}
/* side menu */
/* line 181, _megamenu.less */
.menu {
  display: none;
  position: relative;
}
/* side menu */
/* line 187, _megamenu.less */
.menu {
  display: none;
  position: relative;
  margin-left: 16px;
  z-index: 2;
}
/* line 194, _megamenu.less */
.menuOverlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 209, _megamenu.less */
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
/* line 213, _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 229, _megamenu.less */
.nav-wrapper.show-menu {
  -webkit-transform: none;
  transform: none;
}
/* line 234, _megamenu.less */
.js-nav-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  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 248, _megamenu.less */
.js-nav-toggle span {
  position: relative;
  background-color: #000;
  height: 2px;
  display: block;
  width: 22px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 260, _megamenu.less */
.js-nav-toggle span:before,
.js-nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  left: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
/* line 275, _megamenu.less */
.js-nav-toggle span:before {
  margin-top: 5px;
}
/* line 281, _megamenu.less */
.show-menu .js-nav-toggle {
  z-index: 99999;
}
/* line 285, _megamenu.less */
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  background: #fff;
}
/* line 291, _megamenu.less */
.show-menu .js-nav-toggle span {
  background-color: transparent;
}
/* line 295, _megamenu.less */
.show-menu .js-nav-toggle span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 300, _megamenu.less */
.show-menu .js-nav-toggle span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 305, _megamenu.less */
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  margin-top: 0;
}
/* line 311, _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: #3c00ff;
}
/* line 323, _megamenu.less */
.mob-navigation .nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1em 0.6em;
  background-color: transparent;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: backgroun-color 0.2s;
  transition: backgroun-color 0.2s;
}
/* line 337, _megamenu.less */
.mob-navigation .nav-toggle:hover {
  background-color: transparent;
}
/* line 341, _megamenu.less */
.mob-navigation .nav-toggle.back-visible .nav-back {
  opacity: 1;
}
/* line 345, _megamenu.less */
.mob-navigation .nav-toggle.back-visible .nav-title {
  -webkit-transform: translateX(32px);
  transform: translateX(32px);
}
/* line 350, _megamenu.less */
.mob-navigation .nav-title {
  position: absolute;
  left: 0;
  top: 25px;
  padding-left: 0.6em;
  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: #ffffff;
  font-family: "an-semibold";
}
/* line 364, _megamenu.less */
.mob-navigation .nav-back {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 30px;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
  color: #ffffff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  top: 8px;
}
/* line 378, _megamenu.less */
.mob-navigation .nav-back:before,
.mob-navigation .nav-back:after {
  content: "";
  position: absolute;
  top: 50%;
}
/* line 385, _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 396, _megamenu.less */
.mob-navigation .nav-back:after {
  left: 28%;
  width: 15px;
  height: 2px;
  background-color: currentcolor;
  margin-top: -1px;
}
/* line 404, _megamenu.less */
.mob-navigation a {
  display: block;
  position: relative;
  padding: 0.8em 0.6em;
  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 415, _megamenu.less */
.mob-navigation a.button {
  display: none;
  margin: 0.8em 0.6em;
}
/* line 421, _megamenu.less */
.mob-navigation a:hover {
  color: #aaa;
  background-color: var(--nblue);
}
/* line 426, _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: #3c00ff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* line 441, _megamenu.less */
.mob-navigation ul ul {
  display: none;
  left: 100%;
}
/* line 446, _megamenu.less */
.mob-navigation li.has-dropdown > a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 453, _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 473, _megamenu.less */
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
@media all and (max-width: 1600px) {
  /* line 478, _megamenu.less */
  .header-list li a {
    font-size: 14px;
  }
  /* line 483, _megamenu.less */
  .header-list li {
    padding: 7px 14px;
  }
}
@media all and (max-width: 1366px) {
  /* line 490, _megamenu.less */
  .navigation {
    display: none;
  }
  /* line 494, _megamenu.less */
  .nav-wrapper {
    display: block;
  }
  /* line 498, _megamenu.less */
  .header-list {
    display: none;
  }
  /* line 502, _megamenu.less */
  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 508, _megamenu.less */
  .menuBtn .button {
    margin: 0 30px 0 20px;
  }
}
@media all and (max-width: 1366px) {
  /* line 514, _megamenu.less */
  .logo {
    width: 130px;
  }
}
@media all and (max-width: 768px) {
  /* line 520, _megamenu.less */
  .logo {
    width: 110px;
  }
}
@media all and (max-width: 480px) {
  /* line 526, _megamenu.less */
  .logo {
    width: 90px;
  }
}
@media all and (max-width: 1920px) {
  /* line 2, _responsive.less */
  .abt-elem {
    width: 50%;
  }
}
@media all and (max-width: 1600px) {
  /* line 8, _responsive.less */
  :root {
    --header-height: 80px;
    --commSpace: 55px;
  }
  /* line 13, _responsive.less */
  .container {
    max-width: 90%;
  }
  /* line 17, _responsive.less */
  .button {
    font-size: 14px;
  }
  /* line 21, _responsive.less */
  .commInfoSwiper .comm-sec-hdn {
    font-size: calc(var(--fs-48) - 10px);
  }
  /* line 25, _responsive.less */
  .commInfoSwiper {
    max-width: 432px;
  }
  /* line 29, _responsive.less */
  .comm-pagination.swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 3px;
  }
  /* line 34, _responsive.less */
  .comm-img-box p {
    font-size: 22px;
    max-width: 450px;
  }
  /* line 39, _responsive.less */
  .abt-elem {
    top: 50%;
    transform: translate(0, -50%);
  }
  /* line 44, _responsive.less */
  .soft-img {
    width: 760px;
    height: 100%;
  }
  /* line 49, _responsive.less */
  .client-box {
    padding: 36px 30px;
  }
  /* line 53, _responsive.less */
  .client-elem {
    height: 90px;
  }
  /* line 57, _responsive.less */
  .year-wrap {
    height: 630px;
    padding: 0 40px;
  }
  /* line 62, _responsive.less */
  .trust-wrap .year-box {
    height: 130px;
  }
  /* line 66, _responsive.less */
  .story-box {
    gap: 70px;
    margin-bottom: 80px;
  }
  /* line 71, _responsive.less */
  .story-img {
    width: 520px;
  }
  /* line 75, _responsive.less */
  .text-anim-img {
    width: 120px;
    height: 120px;
  }
}
@media all and (max-width: 1440px) {
  /* line 82, _responsive.less */
  .text-anim-sticky {
    gap: 140px;
  }
  /* line 86, _responsive.less */
  .drive-box {
    padding: 22px;
  }
  /* line 90, _responsive.less */
  .drive-img-box {
    width: 60px;
    height: 60px;
  }
  /* line 95, _responsive.less */
  .lead-box {
    padding: 20px 16px;
  }
  /* line 99, _responsive.less */
  .lead-section .container {
    height: 100%;
  }
  /* line 103, _responsive.less */
  .car-img {
    max-width: 820px;
  }
  /* line 107, _responsive.less */
  .lead-elem {
    width: 150px;
  }
  /* line 111, _responsive.less */
  .latest-box {
    gap: 40px;
  }
  /* line 115, _responsive.less */
  .latest-img {
    width: 570px;
  }
  /* line 119, _responsive.less */
  .press-img {
    height: 230px;
  }
  /* line 123, _responsive.less */
  .news-btm-left {
    max-width: 530px;
  }
  /* line 127, _responsive.less */
  .news-btm-box {
    padding: 36px 44px;
  }
  /* line 131, _responsive.less */
  .abt-elem {
    width: 45%;
  }
  /* line 135, _responsive.less */
  .vision-box {
    padding: 30px 26px;
  }
  /* line 139, _responsive.less */
  .vision-elem {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  /* line 145, _responsive.less */
  .contact-box {
    padding: 36px 24px;
  }
  /* line 149, _responsive.less */
  .contact-info-box {
    padding: 36px 20px;
    gap: 26px;
  }
  /* line 154, _responsive.less */
  .contact-img {
    width: 50px;
    height: 50px;
  }
  /* line 159, _responsive.less */
  .contact-hdn {
    margin-bottom: 4px;
  }
  /* line 163, _responsive.less */
  .contact-right {
    padding: 30px 20px;
  }
  /* line 167, _responsive.less */
  .soft-img {
    width: 680px;
  }
  /* line 171, _responsive.less */
  .year-wrap {
    height: 600px;
  }
  /* line 175, _responsive.less */
  .trust-wrap .year-box {
    height: 110px;
  }
}
@media all and (max-width: 1366px) {
  /* line 185, _responsive.less */
  :root {
    --header-height: 60px;
    --commSpace: 50px;
  }
  /* line 190, _responsive.less */
  .header-list li a {
    font-size: 14px;
  }
  /* line 194, _responsive.less */
  .banner-info-swiper {
    gap: 70px;
  }
  /* line 198, _responsive.less */
  .lead-left {
    max-width: 460px;
  }
  /* line 202, _responsive.less */
  .trust-box {
    padding: 40px;
  }
  /* line 206, _responsive.less */
  .car-elem {
    max-width: 370px;
  }
  /* line 210, _responsive.less */
  .car-img {
    max-width: 720px;
  }
  /* line 214, _responsive.less */
  .build-box {
    max-width: 430px;
  }
  /* line 218, _responsive.less */
  .button {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }
  /* line 224, _responsive.less */
  .latest-img {
    width: 530px;
  }
  /* line 228, _responsive.less */
  .about-content {
    max-width: 460px;
  }
  /* line 232, _responsive.less */
  .excellence-elem {
    width: 110px;
    height: 110px;
  }
  /* line 237, _responsive.less */
  .soft-img {
    width: 600px;
  }
  /* line 241, _responsive.less */
  .event-img {
    height: 230px;
  }
  /* line 245, _responsive.less */
  .sec-hdn.center {
    margin: 0 auto 36px;
  }
  /* line 249, _responsive.less */
  .client-box {
    padding: 26px 20px;
  }
  /* line 253, _responsive.less */
  .client-elem {
    height: 70px;
  }
  /* line 257, _responsive.less */
  .year-wrap {
    height: 500px;
  }
  /* line 261, _responsive.less */
  .year-box img {
    width: 160px;
  }
  /* line 265, _responsive.less */
  .story-img {
    width: 450px;
    height: 460px;
  }
  /* line 270, _responsive.less */
  .story-box {
    gap: 40px;
  }
  /* line 274, _responsive.less */
  .drive-box {
    height: 280px;
  }
  /* line 278, _responsive.less */
  .comm-nav {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 1280px) {
  /* line 285, _responsive.less */
  .lead-left {
    max-width: 420px;
  }
  /* line 289, _responsive.less */
  .text-anim-img {
    width: 130px;
    height: 130px;
  }
  /* line 294, _responsive.less */
  .text-anim-sticky {
    gap: 90px;
  }
  /* line 298, _responsive.less */
  .client-elem {
    position: static;
    height: 60px;
    width: fit-content;
    transform: translateY(0);
    margin: 0 0 16px auto;
  }
  /* line 306, _responsive.less */
  .client-box {
    padding: 0 24px 20px;
    background: #3c00ff;
  }
  /* line 310, _responsive.less */
  .client-box p {
    color: #fff;
  }
  /* line 315, _responsive.less */
  .more-hdn {
    color: #ffffff;
  }
  /* line 319, _responsive.less */
  .client-box a {
    color: #ffffff;
    margin-top: 30px;
  }
}
@media all and (max-width: 1200px) {
  /* line 326, _responsive.less */
  .car-img {
    max-width: 560px;
  }
  /* line 330, _responsive.less */
  .car-elem {
    max-width: 230px;
  }
  /* line 334, _responsive.less */
  .drive-box {
    padding: 18px;
    height: 270px;
  }
  /* line 339, _responsive.less */
  .lead-wrap {
    flex-direction: column;
  }
  /* line 343, _responsive.less */
  .lead-left {
    max-width: 100%;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
  }
  /* line 350, _responsive.less */
  .lead-info {
    max-width: 500px;
    flex: 1;
  }
  /* line 355, _responsive.less */
  .lead-right {
    max-width: 100%;
  }
  /* line 359, _responsive.less */
  .lead-elem {
    width: 100px;
  }
  /* line 363, _responsive.less */
  .build-box {
    max-width: 345px;
  }
  /* line 367, _responsive.less */
  .comm-swiper-wrap {
    height: 80vh;
  }
  /* line 371, _responsive.less */
  .trust-hdn-wrap {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 377, _responsive.less */
  .trust-box {
    padding: 30px;
  }
  /* line 381, _responsive.less */
  .trust-info {
    max-width: 340px;
  }
  /* line 385, _responsive.less */
  .driving-hdn-box {
    max-width: 430px;
    margin-bottom: 50px;
  }
  /* line 390, _responsive.less */
  .latest-img {
    width: 480px;
  }
  /* line 394, _responsive.less */
  .latest-box {
    gap: 30px;
  }
  /* line 398, _responsive.less */
  .press-img {
    height: 200px;
  }
  /* line 402, _responsive.less */
  .press-box {
    padding: 12px 12px 22px 12px;
  }
  /* line 406, _responsive.less */
  .filter-select {
    padding: 12px 40px 12px 12px;
    height: auto;
  }
  /* line 411, _responsive.less */
  .news-btm-box {
    padding: 30px 32px;
  }
  /* line 415, _responsive.less */
  .contact-info-box {
    padding: 26px 16px;
    gap: 20px;
  }
  /* line 420, _responsive.less */
  .contact-img {
    width: 40px;
    height: 40px;
  }
  /* line 426, _responsive.less */
  .contact-box .f-row {
    gap: 30px;
  }
  /* line 432, _responsive.less */
  .contact-right .f-row {
    gap: 0px;
  }
  /* line 437, _responsive.less */
  .faq-box .acc-item.active .accordion,
  .faq-box .acc-item .accordion {
    padding: 26px 50px 26px 22px;
  }
  /* line 442, _responsive.less */
  .faq-box .accordion::after {
    top: 37px;
  }
  /* line 446, _responsive.less */
  .soft-img {
    width: 530px;
  }
  /* line 450, _responsive.less */
  .soft-wrap {
    padding: 12px 12px 12px 36px;
  }
  /* line 454, _responsive.less */
  .footer-wrap {
    gap: 40px;
    margin-bottom: 40px;
    flex-direction: column;
  }
  /* line 462, _responsive.less */
  .stack-sticky .f-row .w50:first-child {
    position: static;
  }
}
@media all and (max-width: 1024px) {
  /* line 470, _responsive.less */
  .banner-swiper::after {
    content: "";
    width: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 30%, #000000 100%);
  }
  /* line 479, _responsive.less */
  .latest-box {
    flex-direction: column;
  }
  /* line 483, _responsive.less */
  .latest-img {
    width: 100%;
    height: 230px;
  }
  /* line 488, _responsive.less */
  .news-btm-box {
    gap: 50px;
  }
  /* line 492, _responsive.less */
  .soft-wrap {
    padding: 14px;
    flex-direction: column-reverse;
    max-width: 530px;
    margin: 0 auto;
    padding: 12px;
  }
  /* line 500, _responsive.less */
  .soft-info {
    max-width: 100%;
  }
  /* line 504, _responsive.less */
  .soft-img {
    width: 100%;
  }
  /* line 508, _responsive.less */
  .event-img {
    height: 200px;
  }
  /* line 512, _responsive.less */
  .event-btm-box {
    height: 400px;
    padding: 26px 16px;
  }
  /* line 517, _responsive.less */
  .story-line {
    display: none;
  }
}
@media all and (max-width: 990px) {
  /* line 523, _responsive.less */
  :root {
    --input-height: 45px;
  }
  /* line 527, _responsive.less */
  .commImgSwiper::after {
    background: url(../img/comm-swiper-elem-mob.svg) no-repeat;
    background-size: contain;
    transform: translateY(-53%);
  }
  /* line 533, _responsive.less */
  .comm-swiper-wrap {
    height: 100%;
  }
  /* line 537, _responsive.less */
  .commInfoSwiper {
    max-width: 80%;
    position: static;
    transform: none;
    margin: 0 auto 40px;
  }
  /* line 544, _responsive.less */
  .commImgSwiper {
    width: 100%;
  }
  /* line 548, _responsive.less */
  .comm-img-box p,
  .commImgSwiper .comm-pagination {
    left: 50%;
  }
  /* line 553, _responsive.less */
  .build-box {
    max-width: 80%;
    margin-bottom: 40px;
  }
  /* line 558, _responsive.less */
  .build-section {
    height: 100%;
  }
  /* line 562, _responsive.less */
  .build-img {
    width: 100%;
    position: relative;
  }
  /* line 567, _responsive.less */
  .build-img::before {
    background: url(../img/build-elem-mob.svg) no-repeat;
    background-size: contain;
    top: -24%;
    left: -1px;
    width: 101%;
    height: 100%;
  }
  /* line 576, _responsive.less */
  .build-section .container {
    flex-direction: column;
  }
  /* line 580, _responsive.less */
  .text-anim-height {
    height: 100%;
  }
  /* line 584, _responsive.less */
  .text-anim-section {
    padding: 90px 0 110px;
  }
  /* line 588, _responsive.less */
  .car-img {
    position: static;
  }
  /* line 592, _responsive.less */
  .car-elem {
    opacity: 0.7;
  }
  /* line 596, _responsive.less */
  .trust-box {
    padding: 30px 16px;
  }
  /* line 600, _responsive.less */
  .text-anim-sticky {
    gap: 30px;
    flex-direction: column;
  }
  /* line 605, _responsive.less */
  .text-anim-img {
    width: 80px;
    height: 80px;
    transform: none;
  }
  /* line 611, _responsive.less */
  .abt-elem {
    width: 100%;
    position: static;
    transform: none;
    margin-top: 40px;
  }
  /* line 618, _responsive.less */
  .overview-warp {
    gap: 34px;
    flex-direction: column;
  }
  /* line 623, _responsive.less */
  .overview-elem {
    width: 100px;
  }
  /* line 627, _responsive.less */
  .overview-info {
    flex-direction: row;
  }
  /* line 630, _responsive.less */
  .overview-info .comm-sec-hdn {
    flex: 1;
  }
  /* line 635, _responsive.less */
  .vision-wrap {
    margin-bottom: 80px;
  }
  /* line 639, _responsive.less */
  .year-wrap {
    height: 100%;
    flex-direction: column;
    padding: 30px 24px;
  }
  /* line 645, _responsive.less */
  .year-swiper {
    width: 100%;
  }
  /* line 649, _responsive.less */
  .year-swiper-wrap {
    max-width: 100%;
    flex-direction: column;
  }
  /* line 653, _responsive.less */
  .year-swiper-wrap .year-box {
    height: 100px;
  }
  /* line 658, _responsive.less */
  .year-wrap .comm-sec-hdn {
    max-width: 100%;
    text-align: center;
    margin-bottom: 44px;
  }
  /* line 664, _responsive.less */
  .story-box {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 669, _responsive.less */
  .event-detail-box {
    max-width: 100%;
  }
  /* line 678, _responsive.less */
  .commImgSwiper .comm-pagination {
    pointer-events: all;
  }
  /* line 683, _responsive.less */
  .comm-img-box p {
    padding: 0 16px;
  }
}
@media all and (max-width: 800px) {
  /* line 689, _responsive.less */
  .news-btm-box {
    gap: 40px;
    flex-direction: column;
  }
  /* line 694, _responsive.less */
  .news-btm-right {
    z-index: 2;
  }
  /* line 698, _responsive.less */
  .excellence-elem {
    display: none;
  }
  /* line 702, _responsive.less */
  .play-video-btn {
    width: 50px;
    height: 50px;
  }
}
@media all and (max-width: 768px) {
  /* line 709, _responsive.less */
  .comm-section-wip {
    padding: calc(var(--commSpace) + 10px) 0;
  }
  /* line 713, _responsive.less */
  .sec-hdn {
    margin-bottom: 34px;
  }
  /* line 717, _responsive.less */
  .container {
    max-width: 100%;
  }
  /* line 721, _responsive.less */
  .footer-logo {
    width: 130px;
    margin-bottom: 18px;
  }
  /* line 726, _responsive.less */
  .internal-page-box:first-child {
    display: block;
    margin-bottom: 20px;
  }
  /* line 731, _responsive.less */
  .footer-hdn {
    margin-bottom: 10px;
  }
  /* line 735, _responsive.less */
  .social-link i {
    margin-bottom: 0;
  }
  /* line 739, _responsive.less */
  .footer-wrap {
    gap: 30px;
    margin-bottom: 30px;
  }
  /* line 744, _responsive.less */
  .internal-page-link a {
    font-size: 16px;
  }
  /* line 748, _responsive.less */
  .footer-box {
    padding: 44px 0 28px;
  }
  /* line 752, _responsive.less */
  .footer-left p {
    font-size: 15px;
  }
  /* line 756, _responsive.less */
  .footer-left a {
    font-size: 16px;
  }
  /* line 760, _responsive.less */
  .internal-page-wrap {
    width: calc(50% - 12px);
  }
  /* line 764, _responsive.less */
  .footer-logo {
    width: 110px;
  }
  /* line 768, _responsive.less */
  .drive-elem {
    width: 50%;
    position: static;
    margin: 0 0 30px auto;
  }
  /* line 774, _responsive.less */
  .trust-info {
    margin-bottom: 30px;
  }
  /* line 778, _responsive.less */
  .sec-hdn.center {
    margin: 0 auto 30px;
  }
  /* line 783, _responsive.less */
  .event-detail-wrap .f-row {
    gap: 24px;
  }
  /* line 788, _responsive.less */
  .cen-head {
    margin: 0 auto 30px;
  }
}
@media all and (max-width: 640px) {
  /* line 794, _responsive.less */
  .text-anim-section {
    padding: 60px 0;
  }
  /* line 798, _responsive.less */
  .text-anim-sticky p {
    font-size: 26px;
  }
  /* line 802, _responsive.less */
  .latest-img {
    height: 280px;
  }
  /* line 806, _responsive.less */
  .overview-warp {
    padding-top: 50px;
  }
  /* line 810, _responsive.less */
  .overview-elem {
    width: 50px;
    position: absolute;
    right: 0;
    top: -50px;
    opacity: 0.5;
  }
  /* line 818, _responsive.less */
  .vision-box {
    padding: 24px 16px;
  }
  /* line 822, _responsive.less */
  .contact-box {
    padding: 26px 15px;
  }
  /* line 826, _responsive.less */
  .contact-right {
    padding: 20px 16px;
  }
  /* line 830, _responsive.less */
  .internal-page-box a {
    line-height: 1.8;
    margin-bottom: 14px;
  }
  /* line 835, _responsive.less */
  .year-box img {
    width: 140px;
  }
  /* line 839, _responsive.less */
  .trust-wrap .f-row {
    gap: 20px 0;
  }
  /* line 844, _responsive.less */
  .solution-swiper .comm-nav-wrap {
    top: 90%;
  }
  /* line 849, _responsive.less */
  .comm-nav {
    width: 34px;
    height: 34px;
  }
  /* line 854, _responsive.less */
  .play-video-btn {
    width: 45px;
    height: 45px;
  }
  /* line 859, _responsive.less */
  .insight-swiper .comm-nav-wrap,
  .solution-swiper .comm-nav-wrap {
    top: unset;
  }
  /* line 864, _responsive.less */
  .comm-nav-wrap {
    top: unset;
    bottom: 0;
  }
  /* line 870, _responsive.less */
  .insight-swiper .swiper-wrapper {
    padding-bottom: 60px;
  }
  /* line 876, _responsive.less */
  .compatibility-wrap .swiper-wrapper {
    padding-bottom: 60px;
  }
  /* line 881, _responsive.less */
  .career-img-wrap {
    padding: 0 15px;
    overflow: hidden;
  }
  /* line 886, _responsive.less */
  .img-wrap {
    padding: 0 15px;
  }
  /* line 889, _responsive.less */
  .img-wrap img {
    object-fit: contain;
  }
  /* line 894, _responsive.less */
  .wp-block-media-text > .wp-block-media-text__content {
    padding: 0;
  }
  /* line 898, _responsive.less */
  .glanceSwiper {
    padding-bottom: 60px;
  }
  /* line 902, _responsive.less */
  .offeringSwiper {
    padding-bottom: 60px;
  }
  /* line 906, _responsive.less */
  .commImgSwiper::after {
    display: none;
  }
  /* line 910, _responsive.less */
  .client-box {
    padding: 0 16px 30px;
  }
}
@media all and (max-width: 576px) {
  /* line 916, _responsive.less */
  .commInfoSwiper {
    max-width: 100%;
    padding: 0 15px;
  }
  /* line 921, _responsive.less */
  .lead-elem {
    width: 60px;
    position: absolute;
    right: 0;
    opacity: 0.4;
    top: -60px;
  }
  /* line 929, _responsive.less */
  .news-btm-box {
    padding: 20px 16px 90px;
  }
  /* line 933, _responsive.less */
  .news-brm-detail {
    margin-bottom: 22px;
  }
  /* line 937, _responsive.less */
  .news-btm-info {
    margin-bottom: 30px;
  }
  /* line 941, _responsive.less */
  .event-btm-elem {
    width: 240px;
    opacity: 0.8;
  }
  /* line 946, _responsive.less */
  .internal-page-wrap {
    width: 100%;
  }
  /* line 950, _responsive.less */
  .footer-right {
    gap: 24px;
  }
  /* line 954, _responsive.less */
  .footer-btm {
    gap: 14px;
    flex-direction: column-reverse;
  }
  /* line 959, _responsive.less */
  .footer-btm-wrap {
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 965, _responsive.less */
  .footer-btm a {
    line-height: 1.2;
    font-size: 14px;
  }
  /* line 970, _responsive.less */
  .solution-swiper .comm-nav-wrap {
    top: unset;
    bottom: 0;
  }
  /* line 975, _responsive.less */
  .contact-box-wrap {
    padding: 20px 16px 60px;
  }
  /* line 979, _responsive.less */
  .offering-wrap .swiper-slide {
    display: flex;
    height: auto;
  }
}
@media all and (max-width: 480px) {
  /* line 987, _responsive.less */
  .menuBtn .button {
    display: none;
  }
  /* line 991, _responsive.less */
  .mob-navigation a.button {
    display: flex;
  }
  /* line 995, _responsive.less */
  .search-btn {
    font-size: 20px;
    margin-right: 30px;
  }
  /* line 1000, _responsive.less */
  .comm-pagination.swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
  }
  /* line 1005, _responsive.less */
  .build-box {
    max-width: 100%;
  }
  /* line 1009, _responsive.less */
  .latest-info p {
    font-size: 18px;
  }
  /* line 1013, _responsive.less */
  .faq-box .acc-item.active .accordion,
  .faq-box .acc-item .accordion {
    padding: 20px 44px 12px 20px;
  }
  /* line 1018, _responsive.less */
  .faq-box .accordion::after {
    top: 30px;
  }
  /* line 1022, _responsive.less */
  .year-wrap {
    padding: 30px 16px;
  }
  /* line 1030, _responsive.less */
  .latest-img {
    height: 200px;
  }
}
@media all and (max-width: 440px) {
  /* line 1036, _responsive.less */
  .commImgSwiper {
    height: 400px;
  }
  /* line 1040, _responsive.less */
  .commImgSwiper::after {
    transform: translateY(-62px);
  }
  /* line 1044, _responsive.less */
  .drive-elem {
    width: 60%;
  }
  /* line 1048, _responsive.less */
  .vision-elem {
    width: 50px;
    height: 50px;
  }
  /* line 1053, _responsive.less */
  .story-img {
    width: 100%;
    height: 350px;
  }
}
@media all and (max-width: 1600px) {
  /* line 3, _nj-resp.less */
  .member-content .comm-para p {
    font-size: 18px;
    line-height: 1.5;
  }
  /* line 9, _nj-resp.less */
  .member-card {
    gap: 24px;
  }
}
@media all and (max-width: 1440px) {
  /* line 15, _nj-resp.less */
  .banner-particles {
    width: 500px;
  }
  /* line 23, _nj-resp.less */
  .lineup-grey .glance-hdn {
    max-width: 80%;
  }
}
@media all and (max-width: 1366px) {
  /* line 40, _nj-resp.less */
  .download-card {
    padding: 28px;
  }
  /* line 44, _nj-resp.less */
  .contact-box-wrap {
    padding: 56px 72px;
  }
  /* line 48, _nj-resp.less */
  .contact-particle {
    width: 250px;
    height: auto;
  }
  /* line 53, _nj-resp.less */
  .career-img-wrap {
    height: 500px;
  }
  /* line 57, _nj-resp.less */
  .thankyou-img {
    width: 150px;
  }
  /* line 61, _nj-resp.less */
  .error-img {
    width: 200px;
  }
  /* line 65, _nj-resp.less */
  .member-parti {
    width: 160px;
  }
  /* line 69, _nj-resp.less */
  .member-card {
    padding: 24px;
  }
  /* line 73, _nj-resp.less */
  .li-img i {
    font-size: 30px;
  }
  /* line 77, _nj-resp.less */
  .member-card {
    margin-bottom: 60px;
  }
  /* line 80, _nj-resp.less */
  .member-card:last-child {
    margin-bottom: 0;
  }
  /* line 85, _nj-resp.less */
  .counter-value {
    font-size: 50px;
  }
  /* line 89, _nj-resp.less */
  .overview-wrap {
    padding: 20px;
  }
  /* line 93, _nj-resp.less */
  .overview-img {
    max-width: 550px;
    width: 100%;
  }
  /* line 98, _nj-resp.less */
  .stack-img {
    height: auto;
  }
  /* line 102, _nj-resp.less */
  .zoom-icon {
    width: 30px;
    height: 30px;
    right: 14px;
    top: 14px;
  }
}
@media all and (max-width: 1280px) {
  /* line 115, _nj-resp.less */
  .parti-img {
    opacity: 0.5;
    width: 35vw;
  }
  /* line 120, _nj-resp.less */
  .left-particle {
    left: -15%;
  }
  /* line 124, _nj-resp.less */
  .right-particle {
    right: -15%;
  }
  /* line 128, _nj-resp.less */
  .lineup-card {
    aspect-ratio: 787/600;
  }
}
@media all and (max-width: 1200px) {
  /* line 134, _nj-resp.less */
  .banner-content {
    width: 60%;
  }
  /* line 138, _nj-resp.less */
  .banner-particles {
    width: 400px;
  }
  /* line 142, _nj-resp.less */
  .mb50 {
    margin-bottom: 40px !important;
  }
  /* line 146, _nj-resp.less */
  .download-wrap .comm-para {
    width: 100%;
  }
  /* line 150, _nj-resp.less */
  .cen-head {
    max-width: 100%;
  }
  /* line 154, _nj-resp.less */
  .acc-icon img {
    width: 30px;
    height: 30px;
    left: 20px;
  }
  /* line 160, _nj-resp.less */
  .accordion {
    padding: 20px 60px 20px 70px;
  }
  /* line 164, _nj-resp.less */
  .panel {
    padding: 0 20px 20px;
  }
  /* line 168, _nj-resp.less */
  .career-content {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 172, _nj-resp.less */
  .career-content .automotive,
  .career-content ul {
    padding-left: 0;
  }
  /* line 178, _nj-resp.less */
  .compatibility-img,
  .glance-card img {
    width: 40px;
    height: auto;
  }
  /* line 184, _nj-resp.less */
  .member-content .comm-para p {
    font-size: 16px;
  }
  /* line 191, _nj-resp.less */
  .com-anim .compatibility-hdn {
    bottom: calc(100% - 28px);
    transform: translateY(100%);
    max-width: calc(100% - 26px);
    position: static;
    transform: none;
  }
  /* line 199, _nj-resp.less */
  .com-anim .compatibility-img {
    transform: rotate(90deg);
    display: none;
  }
  /* line 204, _nj-resp.less */
  .com-anim .compatibility-para {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0px);
  }
  /* line 213, _nj-resp.less */
  .compatibility-top {
    display: none;
  }
  /* line 222, _nj-resp.less */
  .com-anim:hover .compatibility-hdn {
    transform: translateY(0);
  }
  /* line 227, _nj-resp.less */
  .compatibility-wrap .swiper-slide {
    display: flex;
    height: auto;
  }
  /* line 232, _nj-resp.less */
  .compatibility-wrap .compatibility-card {
    aspect-ratio: unset;
    justify-content: flex-start;
    gap: 20px;
  }
}
@media all and (max-width: 1024px) {
  /* line 241, _nj-resp.less */
  .overview-img {
    aspect-ratio: unset;
    width: 100%;
    height: 500px;
  }
  /* line 247, _nj-resp.less */
  .contact-box-wrap {
    padding: 40px;
  }
  /* line 251, _nj-resp.less */
  .thankyou-img {
    width: 100px;
  }
  /* line 255, _nj-resp.less */
  .error-img {
    width: 150px;
  }
  /* line 259, _nj-resp.less */
  .lineup-card {
    aspect-ratio: unset;
    height: 350px;
  }
  /* line 264, _nj-resp.less */
  .lineup-active {
    opacity: 1;
    visibility: visible;
  }
  /* line 269, _nj-resp.less */
  .member-card {
    flex-direction: column;
  }
  /* line 273, _nj-resp.less */
  .member-img {
    max-width: 366px;
    width: 100%;
  }
  /* line 278, _nj-resp.less */
  .lineup-active {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
  /* line 284, _nj-resp.less */
  .lineup-grey {
    background: #3c00ff;
  }
  /* line 288, _nj-resp.less */
  .lineup-grey .compatilibity-btm {
    bottom: calc(100% - 28px);
    transform: translateY(100%);
    color: #fff;
    left: 20px;
  }
  /* line 295, _nj-resp.less */
  .lineup-parti {
    top: 0;
  }
}
@media all and (max-width: 990px) {
  /* line 301, _nj-resp.less */
  .bnr-sec {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 24px;
  }
  /* line 308, _nj-resp.less */
  .banner-particles {
    position: static;
    transform: none;
  }
  /* line 313, _nj-resp.less */
  .banner-content {
    width: 100%;
  }
  /* line 317, _nj-resp.less */
  .offering-card {
    padding: 30px;
  }
  /* line 321, _nj-resp.less */
  .offering-particle {
    aspect-ratio: unset;
    width: 150px;
    height: auto;
  }
  /* line 327, _nj-resp.less */
  .contact-particle {
    width: 150px;
  }
  /* line 336, _nj-resp.less */
  .career-img-wrap {
    height: 400px;
  }
  /* line 340, _nj-resp.less */
  .emp-card {
    gap: 30px;
  }
  /* line 344, _nj-resp.less */
  .seacrh-field-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 348, _nj-resp.less */
  .seacrh-field-wrap .form-field,
  .seacrh-field-wrap .form-grp {
    width: 100%;
  }
  /* line 353, _nj-resp.less */
  .seacrh-field-wrap .form-field {
    padding: 16px;
  }
  /* line 357, _nj-resp.less */
  .seacrh-field-wrap .button {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }
  /* line 364, _nj-resp.less */
  .popular-search {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 369, _nj-resp.less */
  .grey-wrap {
    position: static;
  }
  /* line 373, _nj-resp.less */
  .single-parti {
    width: 70px;
  }
  /* line 377, _nj-resp.less */
  .upload-icon {
    top: 12px;
    width: 16px;
    height: 16px;
  }
  /* line 383, _nj-resp.less */
  .form-field {
    padding: 12px;
    padding-right: 55px;
  }
}
@media all and (max-width: 768px) {
  /* line 390, _nj-resp.less */
  .banner-particles {
    padding-right: 15px;
    width: 70%;
  }
  /* line 395, _nj-resp.less */
  .mb50 {
    margin-bottom: 30px !important;
  }
  /* line 399, _nj-resp.less */
  .contact-box-wrap {
    padding: 20px 20px 60px;
  }
  /* line 403, _nj-resp.less */
  .overview-wrap {
    padding: 22px;
  }
  /* line 407, _nj-resp.less */
  .compatibility-card {
    padding: 16px;
  }
  /* line 411, _nj-resp.less */
  .download-card,
  .emp-card,
  .form-banner {
    padding: 20px;
  }
  /* line 417, _nj-resp.less */
  .offering-card {
    padding: 20px;
    gap: 30px;
  }
  /* line 423, _nj-resp.less */
  .offering-wrap .swiper-slide-active {
    transform: translateY(-20px);
  }
  /* line 427, _nj-resp.less */
  .offering-wrap .comm-sec-hdn {
    margin-bottom: 60px;
  }
  /* line 432, _nj-resp.less */
  .form-grp,
  .form-textarea-group {
    margin-bottom: 20px;
  }
  /* line 443, _nj-resp.less */
  .download-img {
    width: 25px;
    height: 25px;
  }
  /* line 448, _nj-resp.less */
  .overview-img {
    width: auto;
  }
  /* line 452, _nj-resp.less */
  .com-anim .compatibility-hdn {
    width: calc(100% - 32px);
  }
}
@media all and (max-width: 640px) {
  /* line 458, _nj-resp.less */
  .overview-wrap {
    padding: 16px;
  }
  /* line 462, _nj-resp.less */
  .offering-card {
    flex-direction: column-reverse;
    padding: 16px;
  }
  /* line 467, _nj-resp.less */
  .comm-para p {
    line-height: 1.6;
  }
  /* line 471, _nj-resp.less */
  .img-content {
    padding: 0;
  }
  /* line 475, _nj-resp.less */
  .offering-card {
    gap: 20px;
  }
  /* line 479, _nj-resp.less */
  .f-row.gp30 {
    gap: 20px 0;
  }
  /* line 483, _nj-resp.less */
  .career-img-wrap {
    height: auto;
  }
  /* line 487, _nj-resp.less */
  .accordion::after,
  .accordion:before {
    right: 20px;
  }
  /* line 492, _nj-resp.less */
  .parti-img {
    width: 45vw;
  }
  /* line 498, _nj-resp.less */
  .text-img-wrap .f-row:nth-child(even) {
    flex-direction: column-reverse;
  }
  /* line 504, _nj-resp.less */
  .lineup-active {
    padding: 20px;
  }
  /* line 508, _nj-resp.less */
  .lineup-parti {
    width: 120px;
  }
  /* line 512, _nj-resp.less */
  .lineup-grey .glance-hdn {
    max-width: 70%;
  }
  /* line 516, _nj-resp.less */
  .member-parti {
    width: 120px;
  }
  /* line 520, _nj-resp.less */
  .member-card {
    margin-bottom: 40px;
  }
  /* line 523, _nj-resp.less */
  .member-card:last-child {
    margin-bottom: 0;
  }
  /* line 528, _nj-resp.less */
  .counter-card {
    padding: 24px;
  }
  /* line 532, _nj-resp.less */
  .why-card .card24-hdn {
    padding: 24px;
    padding-bottom: 44px;
  }
  /* line 538, _nj-resp.less */
  .offering-wrap .swiper-slide-active {
    transform: translateY(0px);
  }
  /* line 543, _nj-resp.less */
  .offering-content .card32-hdn {
    font-size: 18px;
  }
  /* line 548, _nj-resp.less */
  .offering-wrap .comm-sec-hdn {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 576px) {
  /* line 554, _nj-resp.less */
  .offering-img {
    width: 100%;
  }
  /* line 558, _nj-resp.less */
  .job-link {
    width: 40px;
    height: 40px;
  }
  /* line 562, _nj-resp.less */
  .job-link i {
    font-size: 14px;
  }
  /* line 567, _nj-resp.less */
  .controls {
    gap: 15px;
  }
  /* line 571, _nj-resp.less */
  .career-list-hdn {
    padding-left: 35px;
  }
  /* line 574, _nj-resp.less */
  .career-list-hdn::before {
    width: 20px;
    height: 20px;
  }
  /* line 580, _nj-resp.less */
  .overview-img {
    height: auto;
  }
  /* line 584, _nj-resp.less */
  .feature-card {
    padding: 10px;
  }
  /* line 588, _nj-resp.less */
  .member-card {
    padding: 14px;
  }
  /* line 592, _nj-resp.less */
  .member-img {
    max-width: 100%;
    padding-top: 55px;
  }
}
@media all and (max-width: 480px) {
  /* line 599, _nj-resp.less */
  .img-wrap {
    aspect-ratio: 1170 / 670;
  }
  /* line 603, _nj-resp.less */
  .breadcrumb {
    display: none;
  }
  /* line 607, _nj-resp.less */
  .detail-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
/*# sourceMappingURL=main.css.map */