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

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

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

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

-------------------------------------------------------------------*/
@font-face {
  font-family: "as";
  src: url("../font/argentumsans-thin-webfont.woff2") format("woff2"), url("../font/argentumsans-thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "as";
  src: url("../font/argentumsans-light-webfont.woff2") format("woff2"), url("../font/argentumsans-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "as";
  src: url("../font/argentumsans-extralight-webfont.woff2") format("woff2"), url("../font/argentumsans-extralight-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "as";
  src: url("../font/argentumsans-regular-webfont.woff2") format("woff2"), url("../font/argentumsans-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "as";
  src: url("../font/argentumsans-medium-webfont.woff2") format("woff2"), url("../font/argentumsans-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "as";
  src: url("../font/argentumsans-semibold-webfont.woff2") format("woff2"), url("../font/argentumsans-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "as";
  src: url("../font/argentumsans-bold-webfont.woff2") format("woff2"), url("../font/argentumsans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "as";
  src: url("../font/argentumsans-extrabold-webfont.woff2") format("woff2"), url("../font/argentumsans-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "as";
  src: url("../font/argentumsans-black-webfont.woff2") format("woff2"), url("../font/argentumsans-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-h4-1UA.ttf) format('truetype');
}
html,
body {
  font-family: "as", sans-serif;
  font-weight: 400;
}
/*==========================================================================
=> Color
==========================================================================*/
:root {
  --sidebarWidth: 430px;
  --clr: #1b91de;
  /* common */
  --clr-red: #f00;
  --clr-grn: #1e7e34;
  --clr-blue: #1b91de;
  --clr-white: #ffffff;
  --clr-blk: #010101;
  --clr-grey: #707d86;
  /* common end */
  /* input */
  --input-font: 500;
  --input-height: 50px;
  --input-fs-main: 18px;
  --input-fs-top: 14px;
  --input-icon-fs: 18px;
  --input-icon: #1baac4;
  --input-border: #bcbcbc;
  --input-error: #ff2323;
  /* input end */
  /* button */
  --button-font: 700;
  --button-fill: #1b91de;
  --button-line: #ffffff;
  /* button end */
}
/*==========================================================================
=> Common
==========================================================================*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.variable {
  margin-bottom: 30px;
}
.variable p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #4e68ea;
  margin-bottom: 8px;
}
.variable span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #212529;
  margin-bottom: 5px;
}
/*==========================================================================
=> Fonts
==========================================================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin-bottom: 0;
  will-change: transform;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 25, 2023 */
@font-face {
  font-family: "icomoon";
  src: url("../icomoon/fonts/icomoon.eot?aj8swc");
  src: url("../icomoon/fonts/icomoon.eot?aj8swc#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?aj8swc") format("truetype"), url("../icomoon/fonts/icomoon.woff?aj8swc") format("woff"), url("../icomoon/fonts/icomoon.svg?aj8swc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[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;
}
.icon-building:before {
  content: "\e900";
}
.icon-call:before {
  content: "\e901";
}
.icon-cloud:before {
  content: "\e902";
}
.icon-data:before {
  content: "\e903";
}
.icon-email:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-graph:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-linkedin:before {
  content: "\e908";
}
.icon-people:before {
  content: "\e909";
}
.icon-planet:before {
  content: "\e90a";
}
.icon-productivity:before {
  content: "\e90b";
}
.icon-search:before {
  content: "\e90c";
}
.icon-tick-circle:before {
  content: "\e90d";
}
.icon-twitter:before {
  content: "\e90e";
}
.icon-youtube:before {
  content: "\e90f";
}
.icon-add-circle:before {
  content: "\e910";
}
.icon-arror-left:before {
  content: "\e911";
}
.icon-arrow-right:before {
  content: "\e912";
}
/*==========================================================================
=> Custom Grid
==========================================================================*/
/* Grid */
.f-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.f-col {
  padding: 0 15px;
}
.f-10 .f-col {
  width: 10%;
}
.f-9 .f-col {
  width: 11.11111111%;
}
.f-8 .f-col {
  width: 12.5%;
}
.f-7 .f-col {
  width: 14.28571429%;
}
.f-6 .f-col {
  width: 16.66666667%;
}
.f-5 .f-col {
  width: 20%;
}
.f-4 .f-col {
  width: 25%;
}
.f-3 .f-col {
  width: 33.33333333%;
}
.f-2 .f-col {
  width: 50%;
}
.f-1 .f-col {
  width: 100%;
}
/* Width */
.w100 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.w95 {
  width: 95%;
  padding-left: 15px;
  padding-right: 15px;
}
.w90 {
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}
.w85 {
  width: 85%;
  padding-left: 15px;
  padding-right: 15px;
}
.w80 {
  width: 80%;
  padding-left: 15px;
  padding-right: 15px;
}
.w75 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
.w70 {
  width: 70%;
  padding-left: 15px;
  padding-right: 15px;
}
.w65 {
  width: 65%;
  padding-left: 15px;
  padding-right: 15px;
}
.w60 {
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}
.w55 {
  width: 55%;
  padding-left: 15px;
  padding-right: 15px;
}
.w50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.w45 {
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}
.w40 {
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}
.w35 {
  width: 35%;
  padding-left: 15px;
  padding-right: 15px;
}
.w30 {
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
}
.w25 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.w20 {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.w15 {
  width: 15%;
  padding-left: 15px;
  padding-right: 15px;
}
.w10 {
  width: 10%;
  padding-left: 15px;
  padding-right: 15px;
}
.w5 {
  width: 5%;
  padding-left: 15px;
  padding-right: 15px;
}
.w33 {
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
}
.w16 {
  width: 16.666666%;
  padding-left: 15px;
  padding-right: 15px;
}
/* Margin */
.mb-100 {
  margin-bottom: 100px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-0 {
  margin-bottom: 0px;
}
@media all and (max-width: 1440px) {
  .w-1440-40 {
    width: 40%;
  }
  .w-1440-60 {
    width: 60%;
  }
}
@media all and (max-width: 1366px) {
  .f-1366-10 .f-col {
    width: 10%;
  }
  .f-1366-9 .f-col {
    width: 11.11111111%;
  }
  .f-1366-8 .f-col {
    width: 12.5%;
  }
  .f-1366-7 .f-col {
    width: 14.28571429%;
  }
  .f-1366-6 .f-col {
    width: 16.66666667%;
  }
  .f-1366-5 .f-col {
    width: 20%;
  }
  .f-1366-4 .f-col {
    width: 25%;
  }
  .f-1366-3 .f-col {
    width: 33.33333333%;
  }
  .f-1366-2 .f-col {
    width: 50%;
  }
  .f-1366-1 .f-col {
    width: 100%;
  }
  .w-1366-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-33 {
    width: 33%;
  }
  .w-1366-16 {
    width: 16.666666%;
  }
  .mb-1366-100 {
    margin-bottom: 100px;
  }
  .mb-1366-95 {
    margin-bottom: 95px;
  }
  .mb-1366-90 {
    margin-bottom: 90px;
  }
  .mb-1366-85 {
    margin-bottom: 85px;
  }
  .mb-1366-80 {
    margin-bottom: 80px;
  }
  .mb-1366-75 {
    margin-bottom: 75px;
  }
  .mb-1366-70 {
    margin-bottom: 70px;
  }
  .mb-1366-65 {
    margin-bottom: 65px;
  }
  .mb-1366-60 {
    margin-bottom: 60px;
  }
  .mb-1366-55 {
    margin-bottom: 55px;
  }
  .mb-1366-50 {
    margin-bottom: 50px;
  }
  .mb-1366-45 {
    margin-bottom: 45px;
  }
  .mb-1366-40 {
    margin-bottom: 40px;
  }
  .mb-1366-35 {
    margin-bottom: 35px;
  }
  .mb-1366-30 {
    margin-bottom: 30px;
  }
  .mb-1366-25 {
    margin-bottom: 25px;
  }
  .mb-1366-20 {
    margin-bottom: 20px;
  }
  .mb-1366-15 {
    margin-bottom: 15px;
  }
  .mb-1366-10 {
    margin-bottom: 10px;
  }
  .mb-1366-5 {
    margin-bottom: 5px;
  }
  .mb-1366-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1280px) {
  .f-1280-10 .f-col {
    width: 10%;
  }
  .f-1280-9 .f-col {
    width: 11.11111111%;
  }
  .f-1280-8 .f-col {
    width: 12.5%;
  }
  .f-1280-7 .f-col {
    width: 14.28571429%;
  }
  .f-1280-6 .f-col {
    width: 16.66666667%;
  }
  .f-1280-5 .f-col {
    width: 20%;
  }
  .f-1280-4 .f-col {
    width: 25%;
  }
  .f-1280-3 .f-col {
    width: 33.33333333%;
  }
  .f-1280-2 .f-col {
    width: 50%;
  }
  .f-1280-1 .f-col {
    width: 100%;
  }
  .w-1280-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-33 {
    width: 33%;
  }
  .w-1280-16 {
    width: 16.666666%;
  }
  .mb-1280-100 {
    margin-bottom: 100px;
  }
  .mb-1280-95 {
    margin-bottom: 95px;
  }
  .mb-1280-90 {
    margin-bottom: 90px;
  }
  .mb-1280-85 {
    margin-bottom: 85px;
  }
  .mb-1280-80 {
    margin-bottom: 80px;
  }
  .mb-1280-75 {
    margin-bottom: 75px;
  }
  .mb-1280-70 {
    margin-bottom: 70px;
  }
  .mb-1280-65 {
    margin-bottom: 65px;
  }
  .mb-1280-60 {
    margin-bottom: 60px;
  }
  .mb-1280-55 {
    margin-bottom: 55px;
  }
  .mb-1280-50 {
    margin-bottom: 50px;
  }
  .mb-1280-45 {
    margin-bottom: 45px;
  }
  .mb-1280-40 {
    margin-bottom: 40px;
  }
  .mb-1280-35 {
    margin-bottom: 35px;
  }
  .mb-1280-30 {
    margin-bottom: 30px;
  }
  .mb-1280-25 {
    margin-bottom: 25px;
  }
  .mb-1280-20 {
    margin-bottom: 20px;
  }
  .mb-1280-15 {
    margin-bottom: 15px;
  }
  .mb-1280-10 {
    margin-bottom: 10px;
  }
  .mb-1280-5 {
    margin-bottom: 5px;
  }
  .mb-1280-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1200px) {
  .f-1200-10 .f-col {
    width: 10%;
  }
  .f-1200-9 .f-col {
    width: 11.11111111%;
  }
  .f-1200-8 .f-col {
    width: 12.5%;
  }
  .f-1200-7 .f-col {
    width: 14.28571429%;
  }
  .f-1200-6 .f-col {
    width: 16.66666667%;
  }
  .f-1200-5 .f-col {
    width: 20%;
  }
  .f-1200-4 .f-col {
    width: 25%;
  }
  .f-1200-3 .f-col {
    width: 33.33333333%;
  }
  .f-1200-2 .f-col {
    width: 50%;
  }
  .f-1200-1 .f-col {
    width: 100%;
  }
  .w-1200-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-33 {
    width: 33%;
  }
  .w-1200-16 {
    width: 16.666666%;
  }
  .mb-1200-100 {
    margin-bottom: 100px;
  }
  .mb-1200-95 {
    margin-bottom: 95px;
  }
  .mb-1200-90 {
    margin-bottom: 90px;
  }
  .mb-1200-85 {
    margin-bottom: 85px;
  }
  .mb-1200-80 {
    margin-bottom: 80px;
  }
  .mb-1200-75 {
    margin-bottom: 75px;
  }
  .mb-1200-70 {
    margin-bottom: 70px;
  }
  .mb-1200-65 {
    margin-bottom: 65px;
  }
  .mb-1200-60 {
    margin-bottom: 60px;
  }
  .mb-1200-55 {
    margin-bottom: 55px;
  }
  .mb-1200-50 {
    margin-bottom: 50px;
  }
  .mb-1200-45 {
    margin-bottom: 45px;
  }
  .mb-1200-40 {
    margin-bottom: 40px;
  }
  .mb-1200-35 {
    margin-bottom: 35px;
  }
  .mb-1200-30 {
    margin-bottom: 30px;
  }
  .mb-1200-25 {
    margin-bottom: 25px;
  }
  .mb-1200-20 {
    margin-bottom: 20px;
  }
  .mb-1200-15 {
    margin-bottom: 15px;
  }
  .mb-1200-10 {
    margin-bottom: 10px;
  }
  .mb-1200-5 {
    margin-bottom: 5px;
  }
  .mb-1200-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 990px) {
  .f-990-10 .f-col {
    width: 10%;
  }
  .f-990-9 .f-col {
    width: 11.11111111%;
  }
  .f-990-8 .f-col {
    width: 12.5%;
  }
  .f-990-7 .f-col {
    width: 14.28571429%;
  }
  .f-990-6 .f-col {
    width: 16.66666667%;
  }
  .f-990-5 .f-col {
    width: 20%;
  }
  .f-990-4 .f-col {
    width: 25%;
  }
  .f-990-3 .f-col {
    width: 33.33333333%;
  }
  .f-990-2 .f-col {
    width: 50%;
  }
  .f-990-1 .f-col {
    width: 100%;
  }
  .w-990-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-33 {
    width: 33%;
  }
  .w-990-16 {
    width: 16.666666%;
  }
  .mb-990-100 {
    margin-bottom: 100px;
  }
  .mb-990-95 {
    margin-bottom: 95px;
  }
  .mb-990-90 {
    margin-bottom: 90px;
  }
  .mb-990-85 {
    margin-bottom: 85px;
  }
  .mb-990-80 {
    margin-bottom: 80px;
  }
  .mb-990-75 {
    margin-bottom: 75px;
  }
  .mb-990-70 {
    margin-bottom: 70px;
  }
  .mb-990-65 {
    margin-bottom: 65px;
  }
  .mb-990-60 {
    margin-bottom: 60px;
  }
  .mb-990-55 {
    margin-bottom: 55px;
  }
  .mb-990-50 {
    margin-bottom: 50px;
  }
  .mb-990-45 {
    margin-bottom: 45px;
  }
  .mb-990-40 {
    margin-bottom: 40px;
  }
  .mb-990-35 {
    margin-bottom: 35px;
  }
  .mb-990-30 {
    margin-bottom: 30px;
  }
  .mb-990-25 {
    margin-bottom: 25px;
  }
  .mb-990-20 {
    margin-bottom: 20px;
  }
  .mb-990-15 {
    margin-bottom: 15px;
  }
  .mb-990-10 {
    margin-bottom: 10px;
  }
  .mb-990-5 {
    margin-bottom: 5px;
  }
  .mb-990-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 768px) {
  .f-768-10 .f-col {
    width: 10%;
  }
  .f-768-9 .f-col {
    width: 11.11111111%;
  }
  .f-768-8 .f-col {
    width: 12.5%;
  }
  .f-768-7 .f-col {
    width: 14.28571429%;
  }
  .f-768-6 .f-col {
    width: 16.66666667%;
  }
  .f-768-5 .f-col {
    width: 20%;
  }
  .f-768-4 .f-col {
    width: 25%;
  }
  .f-768-3 .f-col {
    width: 33.33333333%;
  }
  .f-768-2 .f-col {
    width: 50%;
  }
  .f-768-1 .f-col {
    width: 100%;
  }
  .w-768-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-33 {
    width: 33%;
  }
  .w-768-16 {
    width: 16.666666%;
  }
  .mb-768-100 {
    margin-bottom: 100px;
  }
  .mb-768-95 {
    margin-bottom: 95px;
  }
  .mb-768-90 {
    margin-bottom: 90px;
  }
  .mb-768-85 {
    margin-bottom: 85px;
  }
  .mb-768-80 {
    margin-bottom: 80px;
  }
  .mb-768-75 {
    margin-bottom: 75px;
  }
  .mb-768-70 {
    margin-bottom: 70px;
  }
  .mb-768-65 {
    margin-bottom: 65px;
  }
  .mb-768-60 {
    margin-bottom: 60px;
  }
  .mb-768-55 {
    margin-bottom: 55px;
  }
  .mb-768-50 {
    margin-bottom: 50px;
  }
  .mb-768-45 {
    margin-bottom: 45px;
  }
  .mb-768-40 {
    margin-bottom: 40px;
  }
  .mb-768-35 {
    margin-bottom: 35px;
  }
  .mb-768-30 {
    margin-bottom: 30px;
  }
  .mb-768-25 {
    margin-bottom: 25px;
  }
  .mb-768-20 {
    margin-bottom: 20px;
  }
  .mb-768-15 {
    margin-bottom: 15px;
  }
  .mb-768-10 {
    margin-bottom: 10px;
  }
  .mb-768-5 {
    margin-bottom: 5px;
  }
  .mb-768-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 640px) {
  .f-640-10 .f-col {
    width: 10%;
  }
  .f-640-9 .f-col {
    width: 11.11111111%;
  }
  .f-640-8 .f-col {
    width: 12.5%;
  }
  .f-640-7 .f-col {
    width: 14.28571429%;
  }
  .f-640-6 .f-col {
    width: 16.66666667%;
  }
  .f-640-5 .f-col {
    width: 20%;
  }
  .f-640-4 .f-col {
    width: 25%;
  }
  .f-640-3 .f-col {
    width: 33.33333333%;
  }
  .f-640-2 .f-col {
    width: 50%;
  }
  .f-640-1 .f-col {
    width: 100%;
  }
  .w-640-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-33 {
    width: 33%;
  }
  .w-640-16 {
    width: 16.666666%;
  }
  .mb-640-100 {
    margin-bottom: 100px;
  }
  .mb-640-95 {
    margin-bottom: 95px;
  }
  .mb-640-90 {
    margin-bottom: 90px;
  }
  .mb-640-85 {
    margin-bottom: 85px;
  }
  .mb-640-80 {
    margin-bottom: 80px;
  }
  .mb-640-75 {
    margin-bottom: 75px;
  }
  .mb-640-70 {
    margin-bottom: 70px;
  }
  .mb-640-65 {
    margin-bottom: 65px;
  }
  .mb-640-60 {
    margin-bottom: 60px;
  }
  .mb-640-55 {
    margin-bottom: 55px;
  }
  .mb-640-50 {
    margin-bottom: 50px;
  }
  .mb-640-45 {
    margin-bottom: 45px;
  }
  .mb-640-40 {
    margin-bottom: 40px;
  }
  .mb-640-35 {
    margin-bottom: 35px;
  }
  .mb-640-30 {
    margin-bottom: 30px;
  }
  .mb-640-25 {
    margin-bottom: 25px;
  }
  .mb-640-20 {
    margin-bottom: 20px;
  }
  .mb-640-15 {
    margin-bottom: 15px;
  }
  .mb-640-10 {
    margin-bottom: 10px;
  }
  .mb-640-5 {
    margin-bottom: 5px;
  }
  .mb-640-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 576px) {
  .f-576-10 .f-col {
    width: 10%;
  }
  .f-576-9 .f-col {
    width: 11.11111111%;
  }
  .f-576-8 .f-col {
    width: 12.5%;
  }
  .f-576-7 .f-col {
    width: 14.28571429%;
  }
  .f-576-6 .f-col {
    width: 16.66666667%;
  }
  .f-576-5 .f-col {
    width: 20%;
  }
  .f-576-4 .f-col {
    width: 25%;
  }
  .f-576-3 .f-col {
    width: 33.33333333%;
  }
  .f-576-2 .f-col {
    width: 50%;
  }
  .f-576-1 .f-col {
    width: 100%;
  }
  .w-576-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-33 {
    width: 33%;
  }
  .w-576-16 {
    width: 16.666666%;
  }
  .mb-576-100 {
    margin-bottom: 100px;
  }
  .mb-576-95 {
    margin-bottom: 95px;
  }
  .mb-576-90 {
    margin-bottom: 90px;
  }
  .mb-576-85 {
    margin-bottom: 85px;
  }
  .mb-576-80 {
    margin-bottom: 80px;
  }
  .mb-576-75 {
    margin-bottom: 75px;
  }
  .mb-576-70 {
    margin-bottom: 70px;
  }
  .mb-576-65 {
    margin-bottom: 65px;
  }
  .mb-576-60 {
    margin-bottom: 60px;
  }
  .mb-576-55 {
    margin-bottom: 55px;
  }
  .mb-576-50 {
    margin-bottom: 50px;
  }
  .mb-576-45 {
    margin-bottom: 45px;
  }
  .mb-576-40 {
    margin-bottom: 40px;
  }
  .mb-576-35 {
    margin-bottom: 35px;
  }
  .mb-576-30 {
    margin-bottom: 30px;
  }
  .mb-576-25 {
    margin-bottom: 25px;
  }
  .mb-576-20 {
    margin-bottom: 20px;
  }
  .mb-576-15 {
    margin-bottom: 15px;
  }
  .mb-576-10 {
    margin-bottom: 10px;
  }
  .mb-576-5 {
    margin-bottom: 5px;
  }
  .mb-576-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 480px) {
  .f-480-10 .f-col {
    width: 10%;
  }
  .f-480-9 .f-col {
    width: 11.11111111%;
  }
  .f-480-8 .f-col {
    width: 12.5%;
  }
  .f-480-7 .f-col {
    width: 14.28571429%;
  }
  .f-480-6 .f-col {
    width: 16.66666667%;
  }
  .f-480-5 .f-col {
    width: 20%;
  }
  .f-480-4 .f-col {
    width: 25%;
  }
  .f-480-3 .f-col {
    width: 33.33333333%;
  }
  .f-480-2 .f-col {
    width: 50%;
  }
  .f-480-1 .f-col {
    width: 100%;
  }
  .w-480-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-33 {
    width: 33%;
  }
  .w-480-16 {
    width: 16.666666%;
  }
  .mb-480-100 {
    margin-bottom: 100px;
  }
  .mb-480-95 {
    margin-bottom: 95px;
  }
  .mb-480-90 {
    margin-bottom: 90px;
  }
  .mb-480-85 {
    margin-bottom: 85px;
  }
  .mb-480-80 {
    margin-bottom: 80px;
  }
  .mb-480-75 {
    margin-bottom: 75px;
  }
  .mb-480-70 {
    margin-bottom: 70px;
  }
  .mb-480-65 {
    margin-bottom: 65px;
  }
  .mb-480-60 {
    margin-bottom: 60px;
  }
  .mb-480-55 {
    margin-bottom: 55px;
  }
  .mb-480-50 {
    margin-bottom: 50px;
  }
  .mb-480-45 {
    margin-bottom: 45px;
  }
  .mb-480-40 {
    margin-bottom: 40px;
  }
  .mb-480-35 {
    margin-bottom: 35px;
  }
  .mb-480-30 {
    margin-bottom: 30px;
  }
  .mb-480-25 {
    margin-bottom: 25px;
  }
  .mb-480-20 {
    margin-bottom: 20px;
  }
  .mb-480-15 {
    margin-bottom: 15px;
  }
  .mb-480-10 {
    margin-bottom: 10px;
  }
  .mb-480-5 {
    margin-bottom: 5px;
  }
  .mb-480-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 400px) {
  .f-400-10 .f-col {
    width: 10%;
  }
  .f-400-9 .f-col {
    width: 11.11111111%;
  }
  .f-400-8 .f-col {
    width: 12.5%;
  }
  .f-400-7 .f-col {
    width: 14.28571429%;
  }
  .f-400-6 .f-col {
    width: 16.66666667%;
  }
  .f-400-5 .f-col {
    width: 20%;
  }
  .f-400-4 .f-col {
    width: 25%;
  }
  .f-400-3 .f-col {
    width: 33.33333333%;
  }
  .f-400-2 .f-col {
    width: 50%;
  }
  .f-400-1 .f-col {
    width: 100%;
  }
  .w-400-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-33 {
    width: 33%;
  }
  .w-400-16 {
    width: 16.666666%;
  }
  .mb-400-100 {
    margin-bottom: 100px;
  }
  .mb-400-95 {
    margin-bottom: 95px;
  }
  .mb-400-90 {
    margin-bottom: 90px;
  }
  .mb-400-85 {
    margin-bottom: 85px;
  }
  .mb-400-80 {
    margin-bottom: 80px;
  }
  .mb-400-75 {
    margin-bottom: 75px;
  }
  .mb-400-70 {
    margin-bottom: 70px;
  }
  .mb-400-65 {
    margin-bottom: 65px;
  }
  .mb-400-60 {
    margin-bottom: 60px;
  }
  .mb-400-55 {
    margin-bottom: 55px;
  }
  .mb-400-50 {
    margin-bottom: 50px;
  }
  .mb-400-45 {
    margin-bottom: 45px;
  }
  .mb-400-40 {
    margin-bottom: 40px;
  }
  .mb-400-35 {
    margin-bottom: 35px;
  }
  .mb-400-30 {
    margin-bottom: 30px;
  }
  .mb-400-25 {
    margin-bottom: 25px;
  }
  .mb-400-20 {
    margin-bottom: 20px;
  }
  .mb-400-15 {
    margin-bottom: 15px;
  }
  .mb-400-10 {
    margin-bottom: 10px;
  }
  .mb-400-5 {
    margin-bottom: 5px;
  }
  .mb-400-0 {
    margin-bottom: 0px;
  }
}
/*==========================================================================
=> Global Styles
========================================================================== */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
img.obj-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.obj-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul,
ol,
dl {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cfd1d4;
}
/*==========================================================================
=> buttons
========================================================================== */
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  outline: none;
}
button:focus {
  outline: none;
}
.button--block {
  width: 100%;
}
.button svg {
  position: relative;
  top: -2px;
}
.button svg path {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.button .phone {
  margin-right: 5px;
}
/*==========================================================================
=> Form Elements
========================================================================== */
.element-section {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
.element-section .ehdn1 {
  margin-bottom: 30px;
}
.element-section .ehdn2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.myElem {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
.form-grp,
.form-textarea-group {
  position: relative;
  margin-top: 8px;
  margin-bottom: 32px;
}
.form-grp .inputError {
  border-bottom: 1px solid var(--input-error);
}
.error-msg {
  font-size: 12px;
  color: var(--input-error);
  margin: 0;
}
.error-msg2 {
  font-size: 12px;
  color: var(--input-error);
  margin-bottom: 20px;
}
.whatsapp {
  margin-right: 0;
}
.form-field {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  height: var(--input-height);
  font-size: var(--input-fs-main);
  border: 1px solid var(--input-border);
  padding: 13px 24px;
  border-radius: 30px;
  width: 100%;
  z-index: 2;
  position: relative;
  background: transparent;
  color: var(--clr-grey);
  outline: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.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;
}
.form-field:focus,
.form-field.field--not-empty {
  border: 0;
  border: 1px solid var(--clr-blue);
}
.form-label {
  color: var(--clr-grey);
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  margin-bottom: 8px;
}
.form-textarea-group .form-field {
  height: 120px;
  line-height: 1.3;
  padding: 15px 16px;
  resize: none;
  border-radius: 10px;
}
/* Password View */
.form-grp.int-padl input,
.form-grp.form-grp-var input {
  padding-left: 40px;
}
.form-grp.int-padr input {
  padding-right: 40px;
}
.form-grp .view-pass {
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 0;
  font-size: 22px;
  cursor: pointer;
  z-index: 9;
}
.form-grp.disabled-field {
  background: #f5f5f5;
}
.form-grp.disabled-field .form-field {
  border-color: #f5f5f5;
}
.form-grp.disabled-field .form-label {
  color: #999;
  background: transparent;
  width: 100%;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
/* Select */
.select-field {
  background: url("../img/drop-down-arrow.svg") no-repeat calc(100% - 20px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-field option {
  color: #9fa4a9;
}
.select-field option:checked {
  color: #bcbcbc;
}
/* Placeholder */
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  color: #707d86;
}
input::-webkit-input-placeholder {
  color: #707d86;
}
label.error {
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  line-height: 2;
  font-size: 14px;
  color: #f71336;
  position: relative;
}
.static-cont {
  margin-bottom: 32px;
}
.static-cont li {
  font-size: 14px;
  color: #233037;
  padding-left: 20px;
  margin-bottom: 6px;
  position: relative;
}
.static-cont li p {
  margin-bottom: 10px;
}
.static-cont li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 7px;
  background: #fd9933;
  border-radius: 50%;
  top: 7px;
}
.static-cont p {
  font-size: 14px;
  color: #233037;
  margin-bottom: 20px;
}
.modal-backdrop.show {
  opacity: 0.9;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-cancel:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* Swiper Slider */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  font-size: 18px;
}
.swiper-pagination-bullet-active {
  background: #39e5be;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis4 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.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;
}
.element-head {
  font-size: 40px;
  font-weight: bold;
}
/* content page */
.content-hdn {
  font-weight: 700;
  font-size: 42px;
  color: #171717;
  text-align: center;
  margin-bottom: 48px;
}
.content-body {
  margin-bottom: 80px;
}
.content-body img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 24px;
}
.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
  font-weight: 700;
  font-size: 26px;
  color: #171717;
  margin: 32px 0 16px;
}
.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;
}
.content-body p {
  font-size: 16px;
  line-height: 1.6;
  color: #767676;
  margin-bottom: 16px;
}
.content-body ul {
  margin-bottom: 16px;
}
.content-body ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 15px;
}
.content-body ul li p,
.content-body ul li a {
  font-size: 16px;
  line-height: 1.6;
  color: #767676;
  margin-bottom: 0;
}
.content-body ul li a {
  color: #ee163d;
}
.content-body ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  top: 8px;
  left: 0;
  background: #ee163d;
}
.content-body ul li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .content-hdn {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  .content-hdn {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .content-body h1,
  .content-body h2,
  .content-body h3,
  .content-body h4,
  .content-body h5,
  .content-body h6 {
    font-size: 24px;
    margin: 32px 0 12px;
  }
}
/* content page end */
/*==========================================================================
=> Accordion
==========================================================================*/
.accordion {
  background-color: #eee;
  color: #444;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.accordion.active,
.accordion:hover {
  background-color: #ccc;
}
.panel {
  display: none;
  padding: 0 18px;
  background-color: white;
}
.footer-wrap {
  background: var(--clr-blue);
  padding: 60px 0 44px;
  position: relative;
}
.footer-wrap .container {
  position: relative;
  z-index: 2;
}
.footer-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0) url("../img/footer-shadow-bg.png") no-repeat top;
  background-size: contain;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 1;
}
.horizontal-line {
  width: 100%;
  height: 1px;
  margin: 36px 0;
  background: var(--clr-white);
  opacity: 0.2;
}
.footer-top {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-logo {
  width: 150px;
  height: 32px;
  overflow: hidden;
}
.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-link-wrap ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-link-wrap ul li {
  padding: 0 15px;
}
.footer-link-wrap ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--clr-white);
}
.footer-link-wrap ul li a:hover {
  color: #000000;
}
.footer-link-wrap ul li:first-child {
  padding-left: 0;
}
.footer-link-wrap ul li:last-child {
  padding-right: 0;
}
.social-link-wrap ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-link-wrap ul li {
  padding: 0 16px;
}
.social-link-wrap ul li a {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(3, 3, 99, 0.1);
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-link-wrap ul li a i {
  font-size: 15px;
  color: var(--clr-white);
}
.social-link-wrap ul li a:hover {
  background: #ffffff;
}
.social-link-wrap ul li a:hover i {
  color: var(--clr-blue);
}
.social-link-wrap ul li:first-child {
  padding-left: 0;
}
.social-link-wrap ul li:last-child {
  padding-right: 0;
}
.footer-btm {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-btm p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
.comm-hdn-box {
  background: var(--clr-blue);
  height: 500px;
  width: 100%;
  position: relative;
  padding: var(--header-height) 0 24px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comm-hdn-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0) url("../img/anim-bg.png") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.comm-hdn-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0) url("../img/btm-shadow.png") no-repeat bottom;
  background-size: 100%;
  background-size: contain;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 1;
}
.comm-hdn-box .button {
  display: flex;
  margin: 24px auto 0;
  width: fit-content;
}
.comm-hdn-box .comm-para {
  max-width: 310px;
  margin: 0 auto;
}
.comm-info {
  max-width: 778px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
.center .comm-para p,
.center .comm-hdn,
.center .comm-sec-hdn {
  text-align: center;
}
.white .comm-hdn,
.white .comm-sec-hdn,
.white .comm-para p {
  color: var(--clr-white);
}
.comm-hdn {
  color: var(--clr-blk);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
  overflow: hidden;
}
.comm-sec-hdn {
  color: var(--clr-blk);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}
.comm-para p {
  font-family: "Rubik", sans-serif;
  color: #707d86;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.comm-para p:last-child {
  margin-bottom: 0;
}
.comm-partner-sec {
  position: relative;
  height: 350px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-info {
  position: relative;
  z-index: 1;
  text-align: center;
}
.partner-info .comm-sec-hdn {
  margin-bottom: 34px;
}
.partner-info .button {
  display: flex;
  margin: 0 auto;
  width: fit-content;
}
.button {
  position: relative;
  text-align: center;
  cursor: pointer;
  height: 50px;
  display: flex;
  align-items: center;
  width: max-content;
  margin: auto;
  padding: 0 32px;
  color: #fff;
  z-index: 1;
  border: none;
  background: none;
}
.button:hover {
  color: var(--button-fill);
}
.button:hover span::after {
  border: 1px solid var(--button-fill);
  background: transparent;
}
.button.line span {
  border: 1px solid #fff;
}
.button.line:hover {
  color: var(--button-fill);
}
.button.line:hover span::after {
  border: none;
  background: #fff;
}
.button.line-black {
  color: #010101;
}
.button.line-black span {
  border: 1px solid #010101;
}
.button.line-black span::after {
  background: #fff;
}
.button.line-black:hover {
  color: #fff;
}
.button.line-black:hover span::after {
  border: none;
  background: #000;
}
.button span {
  z-index: -1;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  border: none;
  outline: none;
  border: 1px solid transparent;
  border-radius: 100px;
  overflow: hidden;
  transition: transform 0.15s linear;
}
.button span::after {
  content: "";
  position: absolute;
  background: var(--button-fill);
  border-radius: 100px;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: -2;
}
.contact-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: 0 16px;
}
.contact-left {
  max-width: 420px;
  width: 100%;
}
.contact-left .comm-sec-hdn {
  margin-bottom: 44px;
}
.contact-right {
  max-width: 946px;
  width: 100%;
}
.contact-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 16px;
  margin-bottom: 34px;
}
.contact-box:last-child {
  margin-bottom: 0;
}
.contact-box i {
  color: var(--clr-blue);
  font-size: 24px;
}
.contact-box p {
  color: var(--clr-blk);
}
.contact-box a {
  color: var(--clr-blk);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: "Rubik", sans-serif;
}
.contact-box a:hover {
  color: var(--clr-blue);
}
.contact-hdn {
  color: var(--clr-grey);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.our-story-wrap .comm-sec-txt p {
  margin-bottom: 36px;
}
/* COUNTER */
.counter-box {
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 30px;
  max-width: 350px;
}
#counter {
  background: transparent;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-family: "as";
  font-weight: 300;
  font-size: 64px;
}
#counter span.plus:after {
  content: "+";
  display: inline-block;
}
#counter span.mul:after {
  content: "x";
  display: inline-block;
}
.count-title {
  font-family: "as";
  font-weight: 400;
  font-size: 24px;
}
#counter .f-col:nth-child(2) .counter-box {
  margin: auto;
}
#counter .f-col:nth-child(3) .counter-box {
  margin-left: auto;
}
/* COUNTER */
/* Mision Vission  */
.mi-vi-wrap img {
  border-radius: 10px;
}
.mi-vi-txt {
  max-width: 522px;
  margin-left: 110px;
}
.mi-vi-wrap .f-row:nth-last-child(even) {
  flex-direction: row-reverse;
  margin-bottom: 60px;
}
.mi-vi-wrap .f-row:nth-last-child(even) .mi-vi-txt {
  margin-left: 0px;
}
.a-center {
  align-items: center;
}
/* Awards and Recognition */
.recognition-slider {
  position: relative;
}
.recognition {
  padding-bottom: 64px;
}
.recognition-txt {
  max-width: 430px;
  width: 100%;
}
.recognition-slider .swiper-slide {
  background-position: center;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
  max-height: 350px;
  height: 100%;
}
.recognition-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comm-sec-title {
  font-family: "as";
  font-weight: 500;
  font-size: 24px;
  color: #010101;
}
.recognition-slider .swiper-button-prev,
.recognition-slider .swiper-button-next {
  width: 64px;
  height: 64px;
  top: 0;
  margin-top: 0;
}
.recognition-slider .swiper-button-prev {
  transform: rotate(-180deg);
}
.recognition-slider .swiper-button-prev:after,
.recognition-slider .swiper-button-next:after {
  display: none;
}
.recognition-slider .swiper-button-prev:before,
.recognition-slider .swiper-button-next:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/arrow-down.svg) no-repeat;
  background-size: cover;
}
.slider-nav {
  width: 160px;
  position: relative;
  top: -70px;
}
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-left {
  display: none;
  background-image: none;
}
.lgt-blue {
  background: rgba(27, 145, 222, 0.05);
}
.leader-box {
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 16px;
  background-color: #fff;
  margin-top: 40px;
}
.leader-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 16px;
}
.leader-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leader-brife {
  display: flex;
  align-items: end;
}
.leader-info {
  flex: 1;
}
.name {
  font-family: "as";
  font-weight: 500;
  color: #010101;
  font-size: 18px;
}
.designation {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: #707D86;
  font-size: 18px;
  margin-top: 12px;
}
.social-l {
  width: 26px;
}
/* ================== careers-cta ================== */
.careers-cta {
  background: #FFFFFF;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 60px;
  display: flex;
  align-items: center;
}
.careers-cta .comm-sec-head {
  margin-bottom: 0;
  flex: 1;
  margin-right: 24px;
}
.pets-title .leader-box {
  margin-top: 0;
}
.pets-title .leader-img {
  height: 400px;
}
.partners-slider {
  margin-top: 40px;
}
.myPartners img {
  filter: grayscale(100%);
}
.swiper-pagination-bullet-active {
  background: var(--button-fill);
}
.partners-slider .swiper-slide {
  text-align: center;
}
.recognitionthumb {
  width: 80%;
}
/* header */
:root {
  --menuWidth: 300px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#header .button.line:hover {
  color: #fff;
}
#header.home-header .button.line:hover {
  color: #000;
}
#header .button span::after {
  background: transparent;
}
#header:hover .fixHeader {
  top: 0;
  background: var(--clr);
}
#header:hover .fixHeader .logo.blue {
  display: none;
}
#header:hover .fixHeader .logo.white {
  display: block;
}
#header:hover .fixHeader .header-list li a {
  color: #fff;
}
#header:hover .fixHeader .drop > a:after {
  background: url(../img/menu-drop-white.svg) no-repeat center center / contain;
}
#header:hover .fixHeader .header-list li.drop ul li a {
  color: #000;
}
#header:hover .fixHeader .button.line {
  color: #fff;
}
#header:hover .fixHeader .button.line span {
  border: 1px solid #fff;
}
#header:hover .fixHeader .button.line:hover {
  color: #fff;
}
#header.home-header .drop > a:after {
  background: url(../img/menu-drop.svg) no-repeat center center / contain;
}
#header.home-header .headerColor .logo.blue {
  display: none;
}
#header.home-header .headerColor .logo.white {
  display: block;
}
#header.home-header .headerColor .header-list li a {
  color: #fff;
}
#header.home-header .headerColor .header-list li.drop ul li a {
  color: #000;
}
#header.home-header .headerColor .drop > a:after {
  background: url(../img/menu-drop-white.svg) no-repeat center center / contain;
}
#header.home-header .headerColor .button.line {
  color: #fff;
}
#header.home-header .headerColor .button.line span {
  border: 1px solid #fff;
}
#header.home-header .headerColor .button.line:hover {
  color: #fff;
}
#header.scrollHeader {
  top: -80px !important;
}
.head-right {
  display: flex;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  width: 131px;
  height: 28px;
}
.logo.blue {
  display: none;
}
.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);
}
.drop {
  position: relative;
}
.drop > a:after {
  content: "";
  margin-left: 8px;
  width: 12px;
  height: 12px;
  background: url(../img/menu-drop-white.svg) no-repeat center center / contain;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
}
.drop ul {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  top: 40px;
  padding: 10px;
  left: 50%;
  width: 270px;
  margin-left: -150px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.drop ul li {
  padding: 0;
}
.drop ul li:last-of-type {
  border-bottom: 0;
}
.drop ul li a {
  display: block;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 5px;
  color: #000;
}
.drop ul li a::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.drop ul li a::after {
  content: '';
  top: calc(100% + 4px);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
}
.drop ul li a:hover {
  background: #eee;
  color: #000;
}
.drop ul li a:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 2, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.drop ul li a:hover::after {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.drop:hover ul {
  opacity: 1;
  visibility: visible;
}
.drop:hover > a:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.header-wrap {
  display: flex;
}
.header-box {
  display: flex;
  height: var(--header-height);
  position: relative;
  transition: 0.3s;
  top: 0;
  background: transparent;
}
.menuBtn {
  display: flex;
  align-items: center;
}
.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;
}
.header-list li {
  padding: 7px 20px;
}
.header-list li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}
.header-list li a:hover {
  color: #010101;
}
.header-list li a.active {
  color: #010101;
}
.headerColor {
  background: var(--clr);
}
.home-header.headerColor {
  background: #fff;
}
.home-header .header-list li a:hover {
  color: var(--clr);
}
.menuBtn {
  border-radius: 100px;
}
.menuBtn .button {
  border-radius: 100px;
}
#header.fixHeader {
  top: calc(-1 * var(--header-height));
}
#header.fixHeader .logo.white {
  display: none;
}
#header.fixHeader .logo.blue {
  display: block;
}
#header.fixHeader .header-list li a {
  color: var(--clr-blue);
}
#header.fixHeader .header-list li a:hover {
  color: var(--clr-blk);
}
#header.fixHeader .button.line {
  border: 1px solid var(--clr-blue);
  color: var(--clr-blue);
}
#header.fixHeader .button.line:hover {
  background: var(--clr-blue);
  color: var(--clr-white);
}
#header.fixHeader .js-nav-toggle span,
#header.fixHeader .js-nav-toggle span:before,
#header.fixHeader .js-nav-toggle span:after {
  background-color: var(--clr-blue);
}
/* side menu */
.menu {
  display: none;
  position: relative;
}
/* side menu */
.menu {
  display: none;
  position: relative;
  margin-left: 16px;
  z-index: 2;
}
.menuOverlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.6;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.menuOverlay.active {
  visibility: visible;
}
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
.nav-wrapper {
  position: fixed;
  width: 400px;
  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;
}
.nav-wrapper.show-menu {
  -webkit-transform: none;
  transform: none;
}
.js-nav-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #000;
  border: 0px solid #000;
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.js-nav-toggle span {
  position: relative;
  background-color: var(--clr-white);
  height: 2px;
  display: block;
  width: 22px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.js-nav-toggle span:before,
.js-nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background: var(--clr-white);
  left: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
.js-nav-toggle span:before {
  margin-top: 5px;
}
.show-menu .js-nav-toggle {
  z-index: 99999;
}
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  background: var(--clr-blue);
}
.show-menu .js-nav-toggle span {
  background-color: transparent;
}
.show-menu .js-nav-toggle span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.show-menu .js-nav-toggle span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  margin-top: 0;
}
.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: #fff;
}
.mob-navigation .nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background-color: transparent;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: backgroun-color 0.2s;
  transition: backgroun-color 0.2s;
}
.mob-navigation .nav-toggle:hover {
  background-color: transparent;
}
.mob-navigation .nav-toggle.back-visible .nav-back {
  opacity: 1;
}
.mob-navigation .nav-toggle.back-visible .nav-title {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.mob-navigation .nav-title {
  position: absolute;
  left: 0;
  top: 30px;
  padding-left: 1.3em;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: rgba(255, 255, 255, 0.5);
}
.mob-navigation .nav-back {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 30px;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  top: 8px;
}
.mob-navigation .nav-back:before,
.mob-navigation .nav-back:after {
  content: "";
  position: absolute;
  top: 50%;
}
.mob-navigation .nav-back:before {
  left: 40%;
  width: 9px;
  height: 9px;
  border: 2px solid #1b91de;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.mob-navigation .nav-back:after {
  left: 28%;
  width: 15px;
  height: 2px;
  background-color: #1b91de;
  margin-top: -1px;
}
.mob-navigation .mob-list {
  display: block;
  position: relative;
  padding: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: var(--clr-blue);
  text-decoration: none;
  -webkit-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  font-size: 20px;
}
.mob-navigation .mob-list:hover {
  color: var(--clr-blk);
}
.mob-navigation ul {
  list-style: none;
  padding: 60px 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: var(--clr-white);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.mob-navigation ul ul {
  display: none;
  left: 100%;
}
.mob-navigation li.has-dropdown > a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.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%;
}
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
.home-header .header-list li a {
  color: var(--clr-blk);
}
.home-header .button.line {
  background: transparent;
  color: var(--clr-blk);
}
.home-header .button.line span {
  border: 1px solid var(--clr-blk);
  background: transparent;
}
.home-header .button.line span::after {
  background: transparent;
}
.home-header .logo.white {
  display: none;
}
.home-header .logo.blue {
  display: block;
}
.home-header .js-nav-toggle span:before,
.home-header .js-nav-toggle span:after,
.home-header .js-nav-toggle span {
  background-color: var(--clr);
}
.home-header .show-menu .js-nav-toggle span {
  background-color: transparent;
}
.mob-navigation .button {
  margin-top: 20px;
  margin-left: 10px;
}
@media all and (max-width: 990px) {
  .navigation {
    display: none;
  }
  .nav-wrapper {
    display: block;
  }
  .menuBtn .button,
  .header-list {
    display: none;
  }
  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media all and (max-width: 480px) {
  .logo {
    width: 90px;
  }
}
.black-bg {
  background: #000;
}
.industries-bnr .comm-hdn-box:before {
  display: none;
}
.industries-bnr .button span::after {
  background: none;
}
.revolutionize-wrap .comm-sec-head {
  max-width: 845px;
  width: 100%;
  margin: 0 auto;
}
.revolutionize-wrap #counter {
  padding: 25px 25px 90px;
}
.rev-sec {
  position: relative;
  overflow: hidden;
}
.rev-sec:after {
  content: "";
  width: 160px;
  height: 355px;
  background: url("../img/counter-pattern.png") no-repeat;
  background-size: contain;
  background-position: right center;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: -1;
}
.rev-sec-2 {
  position: relative;
  overflow: hidden;
}
.rev-sec-2:after {
  content: "";
  width: 160px;
  height: 355px;
  background: url("../img/counter-pattern-2.png") no-repeat;
  background-size: contain;
  position: absolute;
  background-position: left center;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: -1;
}
.rev-card-title {
  font-family: "as";
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.rev-content {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blue-tick li {
  color: var(--clr-blk);
  margin-bottom: 16px;
  position: relative;
  padding-left: 40px;
}
.blue-tick li:last-child {
  margin-bottom: 0;
}
.blue-tick li:before {
  content: "";
  background: url(../img/tick-circle.svg);
  display: flex;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
}
.rev-img {
  height: 0;
  padding-top: 95.5%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.rev-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rev-card-wrap {
  background: #fff9f8;
}
.rev-card-comm {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.rev-card-comm .container {
  position: relative;
}
.rev-card-comm .container:before {
  content: "";
  width: 2px;
  height: 25%;
  display: inline-block;
  background: var(--clr-blue);
  position: absolute;
  left: 0%;
  top: 0%;
}
.mine-trigger,
.mine-trigger1 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rev-card-wrap {
  height: 500vh;
  position: relative;
  overflow: hidden;
}
.rev-card-sticky {
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mine-trigger-1 {
  top: 0vh;
}
.mine-trigger-2 {
  top: 100vh;
}
.mine-trigger-3 {
  top: 200vh;
}
.mine-trigger-4 {
  top: 300vh;
}
.mine-trigger-pin {
  top: 100vh;
}
.center-swiper {
  height: 550px;
  padding-left: 85px;
  align-items: center;
  overflow: hidden;
}
.rev-mob-img {
  display: none;
  max-height: 250px;
  max-width: 250px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.rev-mob-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intel-left {
  max-width: 433px;
  width: 100%;
}
.intel-left .comm-sec-hdn {
  margin-bottom: 6px;
}
.intel-left-para p {
  font-family: "as";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
}
.intel-right {
  color: #fff;
  max-width: 522px;
}
.intel-right p {
  color: #fff;
}
.intel-right .button {
  margin: unset;
  margin-top: 40px;
}
.intel-right .button span::after {
  background: unset;
}
.rel {
  position: relative;
}
.intelligence-wrap {
  display: flex;
  align-items: flex-end;
  position: relative;
  color: #fff;
  width: 100%;
  height: 100%;
}
.intelligence-wrap video {
  height: 100%;
  width: 100%;
}
.intelligence-wrap .comm-sec-hdn {
  color: #fff;
}
.intel-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-bottom: 60px;
}
.txt-ctr {
  text-align: center;
}
.video-wrap {
  width: 100%;
  height: 100%;
}
.video-wrap video,
.video-wrap iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.arial-video-btn .button span::after {
  background-color: transparent;
}
.comp-wrap .comm-info {
  margin-bottom: 40px;
}
.comp-card-wrap {
  padding: 30px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}
.comp-card-wrap:hover .card-cover {
  top: 0;
}
.lblue-bg {
  background-color: rgba(27, 145, 222, 0.2);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 38px 0 54px;
  margin-bottom: 28px;
}
.comp-title {
  font-family: "as";
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
}
.comp-content {
  display: flex;
  justify-content: space-between;
}
.comp-plus {
  width: 32px;
  height: 32px;
  border: 2px solid rgba(41, 45, 50, 0.1);
  border-radius: 100%;
  padding: 2.67px;
  display: inline-block;
  position: relative;
  color: rgba(41, 45, 50, 0.349);
  cursor: pointer;
}
.comp-plus::after,
.comp-plus::before {
  background-color: #292d32;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.comp-plus::after {
  content: "";
  width: 12px;
  height: 2px;
}
.comp-plus::before {
  content: "";
  width: 2px;
  height: 12px;
}
.card-cover {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-cover .blue-tick li,
.card-cover .comp-title {
  color: #fff;
}
.card-cover .comp-plus {
  transform: rotate(45deg);
  border-color: #fff;
}
.card-cover .comp-plus::after,
.card-cover .comp-plus::before {
  background-color: #fff;
}
.comp-wrap .f-col {
  perspective: 1000px;
}
.mineContentSwiper {
  max-height: 520px;
}
.mineContentSwiper .swiper-pagination-progressbar-fill {
  background: var(--clr);
  width: 2px;
}
.mineContentSwiper .swiper-pagination {
  width: 2px;
  background: rgba(1, 1, 1, 0.1);
}
.video-wrap-ai {
  height: 100vh;
  display: flex;
}
.growSwiper .swiper-slide {
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.growSwiper .swiper-slide p {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #010101;
  margin-top: 30px;
  opacity: 0;
  transition: 0.8s;
}
.growSwiper .swiper-slide.swiper-slide-active p {
  opacity: 1;
}
.grow-slider-img {
  width: 846px;
  height: 500px;
  position: relative;
}
.grow-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.grow-slider-img::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 10px;
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.swiper-slide-active .grow-slider-img::before {
  background-color: transparent;
}
.swiper-button-prev,
.swiper-button-next {
  width: 64px;
  height: 64px;
  top: 50%;
  margin-top: 0;
}
.swiper-button-prev:before,
.swiper-button-next:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/arrow-down.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  transform: rotate(180deg);
}
.rank-fields {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rank-field-right {
  display: flex;
  align-items: center;
}
.rank-field-right .select-field {
  width: 250px;
  margin-right: 20px;
}
.rank-accordion .accordion {
  background-color: transparent;
}
.rank-accordion .accordion.active,
.rank-accordion .accordion:hover {
  background-color: transparent;
}
.rank-accordion .accordion .accordion-item {
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}
.rank-accordion .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 36px 0;
  color: #010101;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.rank-accordion .accordion button:hover,
.rank-accordion .accordion button:focus {
  cursor: pointer;
  color: #1b91de;
}
.rank-accordion .accordion button:hover::after,
.rank-accordion .accordion button:focus::after {
  cursor: pointer;
  color: #1b91de;
  border: 1px solid #1b91de;
}
.rank-accordion .accordion button .accordion-title {
  font-size: 24px;
}
.rank-accordion .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 42%;
  right: 10px;
  width: 22px;
  height: 22px;
}
.rank-accordion .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 20px;
  height: 2px;
  background: currentColor;
}
.rank-accordion .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 0px;
  left: 14px;
  width: 2px;
  height: 20px;
  background: currentColor;
}
.rank-accordion .accordion button[aria-expanded="true"] {
  color: #1b91de;
}
.rank-accordion .accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.rank-accordion .accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.rank-accordion .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.rank-accordion .accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
.rank-accor-loc-detl .f-row {
  margin-bottom: 20px;
  align-items: center;
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}
.rank-accor-loc-detl .f-row:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.rank-accor-loc-detl .button.line-black {
  margin: 24px 0;
}
.rank-field-left {
  width: 22%;
}
.desig-dtl h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #010101;
}
.grey-dtl-txt h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #707d89;
}
.grey-dtl-txt .location {
  display: flex;
  align-items: center;
}
.grey-dtl-txt .location::before {
  content: "";
  background: url("../img/icon/location.svg") center left no-repeat;
  margin-right: 20px;
  width: 24px;
  height: 24px;
  display: inline-flex;
}
.search-field {
  border: 1px solid #555;
  width: 100%;
  padding: 9px 4px 9px 20px;
  background: transparent url(../img/icon/search.svg) right 16px center no-repeat;
  margin-right: 20px;
}
.perfect-job-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  padding: 0 60px;
}
.perfect-job-sec .comm-sec-head {
  margin-bottom: 0;
}
.plus-anim {
  position: relative;
}
.circles {
  position: relative;
  height: 250px;
  width: 250px;
}
.circles > div {
  animation: growAndFade 3s infinite ease-out;
  background-color: dodgerblue;
  border-radius: 50%;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.circles .circle1 {
  animation-delay: 1s;
}
.circles .circle2 {
  animation-delay: 2s;
}
.circles .circle3 {
  animation-delay: 3s;
}
@keyframes growAndFade {
  0% {
    opacity: 0.25;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1b91de;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  color: #fff;
}
.plus-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 100;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 46px;
  height: 46px;
}
.potential-cont-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.poten-left {
  width: 40%;
}
.poten-right {
  width: 50%;
}
.poten-left .button {
  margin: 0;
}
.potential-img {
  max-width: 630px;
  max-height: 440px;
  width: 100%;
  height: 100%;
}
.potential-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.work-img {
  width: 100%;
  height: 100%;
}
.work-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.data-card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 50px 40px 70px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.data-card-height {
  height: 400vh;
  position: relative;
  overflow: hidden;
}
.data-card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.data-card-wrap-3 {
  top: 200vh;
}
.data-card-wrap-2 {
  top: 100vh;
}
:root {
  --topTrigger: -20vh;
}
.dc-trigger-1 {
  position: absolute;
  top: var(--topTrigger);
  height: 400vh;
}
.dc-trigger-2 {
  position: absolute;
  top: calc(var(--topTrigger) + 100vh);
  height: 300vh;
}
.dc-trigger-3 {
  position: absolute;
  top: calc(var(--topTrigger) + 200vh);
  height: 200vh;
}
.card-cont {
  width: 45%;
}
.card-cont .comm-sec-title {
  margin-bottom: 24px;
}
.card-cont .comm-sec-txt {
  color: var(--clr-grey);
}
.card-img {
  max-width: 570px;
  max-height: 380px;
  width: 100%;
  height: 100%;
}
.card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card-count {
  font-size: 42px;
  font-weight: 600;
  color: var(--clr-blue);
  margin-bottom: 30px;
}
.work-explore-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.work-expl-left {
  width: 50%;
}
.work-expl-right {
  width: 40%;
}
.work-expl-right .button {
  margin: 0;
}
.expl-vdo {
  max-width: 630px;
  max-height: 400px;
  width: 100%;
  height: 100%;
  position: relative;
}
.expl-vdo img,
.expl-vdo video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 1366px) {
  .data-card-box {
    padding: 50px 30px 30px 30px;
  }
}
@media all and (max-width: 990px) {
  .data-card-box {
    flex-direction: column-reverse;
  }
  .card-cont {
    width: 100%;
  }
  .card-img {
    max-width: 100%;
    max-height: 100%;
  }
  .work-explore-sec {
    flex-direction: column;
  }
  .work-expl-left,
  .work-expl-right {
    width: 100%;
  }
  .expl-vdo {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 768px) {
  :root {
    --input-fs-main: 16px;
  }
  .rank-accor-loc-detl .f-row {
    justify-content: space-between;
  }
  .rank-field-right {
    width: 52%;
  }
  .rank-field-right .select-field {
    width: 156px !important;
    margin-right: 14px;
  }
  .rank-field-right .form-field {
    width: 100%;
  }
  .perfect-job-sec {
    padding: 0 10px 0 60px;
  }
}
@media all and (max-width: 640px) {
  .potential-cont-sec {
    flex-direction: column;
  }
  .poten-left,
  .poten-right {
    width: 100%;
  }
  .poten-left {
    margin-bottom: 30px;
  }
  .data-card-box {
    padding: 40px 20px 30px 20px;
  }
  .card-cont {
    width: 90%;
  }
  .card-count {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 576px) {
  .desig-dtl,
  .grey-dtl-txt {
    margin-bottom: 30px;
  }
  .rank-accor-loc-detl .button.line-black {
    margin-top: 0;
  }
  .perfect-job-sec {
    flex-direction: column;
    padding: 30px 30px 0 30px;
  }
  .rank-fields,
  .rank-field-right {
    flex-direction: column;
  }
  .rank-field-left,
  .rank-field-right {
    width: 100%;
  }
  .rank-field-right .select-field,
  .rank-field-right .form-field,
  .form-grp {
    width: 100% !important;
  }
}
@media all and (max-width: 1600px) {
  .contact-left {
    max-width: 316px;
  }
  .contact-right {
    max-width: 846px;
  }
}
@media all and (max-width: 1366px) {
  .comm-hdn-box {
    height: 400px;
  }
  .comm-hdn {
    font-size: 38px;
  }
  .contact-left .comm-sec-hdn {
    margin-bottom: 34px;
  }
  .contact-box {
    gap: 16px 0;
    margin-bottom: 34px;
    flex-direction: column;
  }
}
@media all and (max-width: 1200px) {
  .comm-hdn-box {
    height: 360px;
  }
  .contact-wrap {
    gap: 46px 0;
    flex-direction: column;
  }
  .contact-left {
    max-width: 100%;
  }
  .contact-box-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: 0 44px;
  }
  .contact-box {
    margin-bottom: 0;
    width: 33.333%;
  }
  .contact-hdn {
    margin-bottom: 12px;
  }
  .contact-right {
    max-width: 100%;
  }
}
@media all and (max-width: 768px) {
  .contact-left .comm-sec-hdn {
    margin-bottom: 34px;
    text-align: center;
  }
  .contact-box-wrap {
    gap: 44px;
    flex-direction: column;
  }
  .contact-box {
    margin-bottom: 0;
    max-width: 480px;
    width: 100%;
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }
  .contact-right .button {
    display: flex;
    margin: 0 auto;
    width: fit-content;
  }
  .form-grp,
  .form-textarea-group {
    margin-top: 6px;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 640px) {
  .comm-hdn {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .comm-hdn-box {
    height: 340px;
  }
  .contact-box {
    gap: 10px 0;
  }
  .comm-para p {
    font-size: 16px;
  }
  .partner-info .comm-sec-hdn {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 480px) {
  .contact-box-wrap {
    gap: 34px;
  }
  .footer-logo {
    width: 110px;
    height: 22px;
    overflow: visible;
  }
  .footer-logo img {
    object-fit: contain;
  }
}
@media all and (max-width: 1440px) {
  .mi-vi-txt,
  .posibilities-txt {
    margin-left: 60px;
  }
  .leader-img {
    height: 270px;
  }
  .comm-sec-hdn {
    font-size: 36px;
  }
}
@media all and (max-width: 1366px) {
  #counter {
    font-size: 54px;
  }
  .count-title {
    font-size: 22px;
  }
  .counter-box {
    padding-bottom: 24px;
  }
  .leader-img {
    height: 200px;
  }
  .pets-title .leader-img {
    height: 280px;
  }
  .careers-cta {
    padding: 40px;
  }
  .comm-sec-hdn {
    font-size: 32px;
  }
}
@media all and (max-width: 1200px) {
  .our-story-wrap .comm-sec-txt p {
    margin-bottom: 16px;
  }
  .posibilities-txt {
    margin-left: 30px;
  }
  .pets-title .leader-img {
    height: 260px;
  }
  .leader-box {
    margin-top: 20px;
  }
  .mi-vi-txt,
  .posibilities-txt {
    margin-left: 40px;
  }
  .pets-title .leader-img {
    height: 230px;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizonta {
    bottom: -20px;
    top: auto;
  }
}
@media all and (max-width: 990px) {
  .recognition-slider .swiper-button-prev,
  .recognition-slider .swiper-button-next {
    width: 44px;
    height: 44px;
  }
  .slider-nav {
    width: 120px;
  }
  .designation,
  .name {
    font-size: 16px;
  }
  .leader-box {
    padding: 10px;
  }
  .careers-cta {
    padding: 30px;
  }
  .logo {
    width: 100px;
    height: 23px;
  }
}
@media all and (max-width: 768px) {
  .recognition-slider .swiper-slide {
    height: 240px;
  }
  .comm-sec-head br {
    display: none;
  }
  .mi-vi-txt,
  .posibilities-txt {
    margin-left: 20px;
  }
  .comm-sec-hdn {
    font-size: 28px;
  }
}
@media all and (max-width: 640px) {
  .recognition-slider .swiper-slide {
    height: 240px;
  }
  .comm-sec-head br {
    display: none;
  }
  .mi-vi-txt,
  .posibilities-txt {
    margin-top: 24px;
    margin-left: 0;
  }
  .careers-cta {
    padding: 24px;
  }
  .comm-sec-head .comm-sec-txt {
    margin-top: 10px;
  }
  .rank-accordion .accordion button {
    padding: 20px 0;
  }
  .rank-accordion .accordion button .accordion-title {
    font-size: 20px;
  }
  .desig-dtl h3,
  .grey-dtl-txt h4 {
    font-size: 16px;
  }
  .grey-dtl-txt {
    margin-bottom: 20px;
  }
  .pets-title .leader-img {
    height: 360px;
  }
}
@media all and (max-width: 480px) {
  .pets-title .leader-img {
    height: 300px;
  }
  .leader-img {
    height: 160px;
    margin-bottom: 12px;
  }
  .careers-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .careers-cta .button {
    margin: initial;
    margin-top: 24px;
  }
  .careers-cta .comm-sec-head {
    margin-right: 0px;
  }
}
@media all and (max-width: 400px) {
  .comm-sec-hdn {
    font-size: 24px;
  }
}
@media all and (max-width: 360px) {
  .pets-title .leader-img {
    height: 150px;
  }
}
@media all and (max-width: 1366px) {
  .ind-bnr-sec .comm-hdn-box {
    height: 500px;
  }
  .rev-content {
    padding-left: 60px;
    padding-top: 0;
  }
}
@media all and (max-width: 1200px) {
  .ind-bnr-sec .comm-hdn-box {
    height: 460px;
  }
  .counter-wrap .f-row {
    gap: 40px 0;
  }
  #counter .f-col:nth-child(3) .counter-box {
    margin-left: unset;
  }
  #counter .f-col:nth-child(2) .counter-box {
    margin-left: unset;
  }
  .rev-content ul {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 990px) {
  .intel-left,
  .intel-right {
    width: 45%;
  }
  .rev-card-sticky .f-row .f-col:last-child {
    display: none;
  }
  .rev-mob-img {
    display: block;
  }
  .mineContentSwiper {
    max-height: 570px;
  }
}
@media all and (max-width: 768px) {
  .intel-content {
    flex-direction: column;
    gap: 16px;
  }
  .intel-left,
  .intel-right {
    width: 100%;
  }
  .rev-content {
    padding-left: 30px;
  }
}
@media all and (max-width: 640px) {
  .ind-bnr-sec .comm-hdn-box {
    height: 440px;
  }
  .revolutionize-wrap #counter {
    padding: 0 0 40px;
  }
  .video-wrap-ai {
    height: 80vh;
  }
  .rev-card-title {
    font-size: 20px;
  }
  .rev-mob-img {
    max-height: 230px;
    max-width: 230px;
  }
}
@media all and (max-width: 480px) {
  .rev-mob-img {
    max-height: 230px;
    max-width: 230px;
  }
  .video-wrap-ai {
    height: 110vh;
  }
}
:root {
  --header-height: 80px;
  --header-scroll-height: 70px;
}
html,
body {
  width: 100%;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
  width: 0;
}
.container {
  max-width: 1310px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.main-container {
  padding-top: var(--header-height);
}
.comm-section {
  padding: 60px 0;
  position: relative;
}
.comm-section2 {
  padding: 90px 0;
  position: relative;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.overflowHidden {
  overflow: hidden;
}
.banner-head {
  font-size: 64px;
  color: var(--clr-blk);
  font-weight: 300;
  line-height: 1.1;
}
.banner-head span {
  display: block;
  color: var(--clr-blue);
  font-weight: 600;
}
.banner-txt {
  position: relative;
  z-index: 3;
  transform-origin: center top;
  transform: translateY(100px);
  opacity: 0;
  width: 50%;
}
.banner-txt .banner-head {
  margin-bottom: 18px;
}
.banner-txt .comm-txt {
  margin-bottom: 40px;
}
.banner-txt a {
  margin-left: 0;
}
.home-banner {
  height: 100vh;
  display: flex;
  align-items: center;
}
.comm-txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--clr-blk);
}
.home-banner-wrap {
  height: 250vh;
  position: relative;
}
.home-banner-trigger {
  position: absolute;
  top: 100vh;
}
.home-banner {
  height: 100vh;
  overflow: hidden;
}
.home-video {
  position: absolute;
  height: 100dvh;
  width: 100%;
  z-index: 1;
}
.home-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.shape-svg {
  position: absolute;
  right: 0;
  width: 100%;
}
.white-bg-home {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100vh;
  transform-origin: 90% 65%;
}
.white-bg-home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html,
body {
  overflow: hidden;
  height: 100vh;
}
#main-scrollbar {
  width: auto;
  height: 100vh;
  margin: 0;
  position: relative;
}
#main-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
}
.comm-info {
  perspective: 1000px;
}
.comm-info p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}
.comm-hdn-box {
  overflow: hidden;
}
.comm-hdn {
  will-change: transform;
}
.txt-anim {
  transform-style: preserve-3d;
  will-change: transform;
  opacity: 0;
  transform-origin: center top;
  transform: translateY(100%) scaleY(1.5);
}
.fade {
  opacity: 0;
}
.error-wrap {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-bg {
  position: absolute;
  height: 100%;
  width: 100%;
}
.error-bg img {
  height: 100%;
  width: 100%;
}
.error-txt {
  position: relative;
  text-align: center;
}
.error-txt h2 {
  font-weight: 200;
  font-size: 180px;
  line-height: 180px;
  letter-spacing: -0.01em;
  color: #010101;
}
.error-txt h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #010101;
  margin-bottom: 44px;
}
.center-head {
  text-align: center;
}
.comm-sec-txt {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #272a2c;
}
.comm-sec-head {
  margin-bottom: 40px;
}
.comm-sec-head .comm-sec-txt {
  margin-top: 16px;
}
.comm-sec-head.center-head .comm-sec-txt {
  text-align: center;
}
.indicator,
.indicator2 {
  height: 1px;
  background: #1b91de;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.8s;
}
.cloud-list-wrap {
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
  max-width: 814px;
  margin: auto;
  margin-bottom: 60px;
  position: relative;
}
.cloud-list-wrap .swiper-wrapper {
  justify-content: space-between;
  gap: 20px;
}
.cloud-list-wrap .swiper-slide {
  width: auto;
}
.cloud-list-wrap .swiper-slide:hover p {
  color: #010101;
}
.cloud-list-wrap .swiper-slide p {
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #bcbcbc;
  padding-bottom: 16px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.cloud-list-wrap .swiper-slide-thumb-active p {
  color: #010101;
}
.tab-content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-detail,
.tab-img-wrap {
  width: 50%;
}
.tab-content-wrap {
  padding-left: 60px;
}
.tab-detail {
  max-width: 414px;
  text-align: left;
}
.tab-detail h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #010101;
  margin-bottom: 16px;
}
.tab-detail p {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #707d86;
}
.cloud-icon {
  height: 64px;
  width: 64px;
  background: var(--clr);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 16px;
}
.tab-img {
  height: 400px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.tab-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blue-bg {
  background: rgba(27, 145, 222, 0.05);
}
.survey-img {
  height: 480px;
  width: 100%;
}
.survey-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.survey-txt h4 {
  font-weight: 500;
  font-size: 30px;
  color: #010101;
  margin-bottom: 16px;
}
.survey-txt .aereo-list {
  margin-bottom: 90px;
}
.aereo-list {
  margin-top: 24px;
}
.aereo-list li {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #010101;
  margin-bottom: 16px;
  display: flex;
  align-items: baseline;
}
.aereo-list li i {
  color: var(--clr);
  margin-right: 16px;
  font-size: 20px;
}
.survey-wrap .f-row {
  align-items: center;
}
.inp-stat {
  min-height: 103px;
  border-bottom: 1px solid rgba(112, 125, 134, 0.2);
}
.inp-stat h3 {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #010101;
}
.inp-stat h3 span {
  font-weight: 300;
  font-size: 36px;
  line-height: 41px;
  color: #010101;
}
.inp-stat p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #010101;
}
:root {
  --pos_width: 360px;
}
.posibilities-wrap .f-row {
  align-items: center;
}
.posibilities-txt {
  max-width: 522px;
  margin-left: 110px;
}
.posibilities-txt .comm-sec-head {
  margin-bottom: 0;
}
.posibilities-txt .comm-sec-hdn {
  max-width: 380px;
}
.posibilities-txt .comm-sec-hdn span {
  color: var(--clr);
}
.posibilities-media-wrap {
  height: calc(var(--pos_width) * 1.35);
  position: relative;
}
.posibilities-img {
  position: absolute;
  width: var(--pos_width);
  height: calc(var(--pos_width) * 1.111111);
}
.posibilities-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.posibilities-img-1 {
  top: 0;
  left: 0;
}
.posibilities-img-2 {
  bottom: 0;
  right: 0;
}
.team-media-box {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.team-media {
  border-radius: 10px;
  overflow: hidden;
  width: auto;
  height: 286px;
}
.team-media img,
.team-media video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.story-teller-wrap {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.story-teller-img {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}
.story-teller-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.story-box {
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.story-box-txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #010101;
}
.story-teller-txt h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #010101;
  margin-bottom: 4px;
}
.story-teller-txt p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #707d86;
}
.quotes {
  color: var(--clr);
  font-size: 120px;
  display: block;
  margin-bottom: 22px;
  height: 40px;
  line-height: 0.9;
}
.swiper-stories {
  padding: 20px;
  position: relative;
  z-index: 111;
}
.swiper-stories .swiper-slide {
  height: auto;
}
.swiper-stories .swiper-wrapper {
  justify-content: center;
}
.vertical-sticky-wrap {
  position: relative;
  overflow: hidden;
  height: 900vh;
}
.vertical-sticky-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.vertical-sticky-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.vertical-sticky {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vertical-txt-box {
  max-width: 486px;
}
.vertical-txt-box h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #010101;
  margin-bottom: 8px;
  position: relative;
  transition: 1s ease-in-out;
  left: 80px;
}
.vertical-txt-box h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -0.01em;
  color: #010101;
  margin-bottom: 16px;
  position: relative;
  transition: 1s ease-in-out;
  left: 160px;
}
.vertical-txt-box p {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #707d86;
  position: relative;
  transition: 1s ease-in-out;
  left: 240px;
}
.ver-trigger-1 {
  position: absolute;
  top: 50vh;
}
.ver-trigger-2 {
  position: absolute;
  top: 150vh;
}
.ver-trigger-3 {
  position: absolute;
  top: 250vh;
}
.ver-trigger-4 {
  position: absolute;
  top: 400vh;
}
.ver-trigger-5 {
  position: absolute;
  top: 600vh;
}
.ver-trigger-6 {
  position: absolute;
  top: 760vh;
}
.ver-trigger-7 {
  position: absolute;
  top: 760vh;
}
.vertical-sticky-left {
  display: flex;
  width: 50%;
}
.vertical-img-wrap {
  width: 50%;
}
.vertical-media-box {
  height: 500px;
  width: 100%;
}
.vertical-media-box video {
  height: 100%;
  width: 100%;
}
.vertical-txt-wrap {
  width: 100%;
}
.swiper-vertical-txt .swiper-slide {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.swiper-vertical-txt .swiper-slide-active {
  opacity: 1;
}
.swiper-vertical-txt .swiper-slide-active .vertical-txt-box h5 {
  left: 0;
}
.swiper-vertical-txt .swiper-slide-active .vertical-txt-box h2 {
  left: 0;
}
.swiper-vertical-txt .swiper-slide-active .vertical-txt-box p {
  left: 0;
}
.vertical-sticky-icons {
  width: 104px;
  flex-shrink: 0;
  display: flex;
  margin-right: 64px;
}
.icon-ring {
  position: absolute;
}
.mini-circle-main {
  height: var(--miniHeight);
  width: var(--miniHeight);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
:root {
  --miniHeight: 80px;
}
.mini-circle {
  height: 64px;
  width: 64px;
  background: #1b91de;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
}
.mini-circle i {
  color: #fff;
  font-size: 30px;
}
.mini-circle-decoy {
  background: var(--clr);
  position: absolute;
  height: 100%;
  width: 100%;
  visibility: hidden;
  border-radius: 50%;
}
.mini-circle i {
  transform: scale(0);
}
.mini-circle-1 {
  transform: translate(calc(var(--miniHeight) / 2), 0) scale(0.4);
}
.mini-circle-2 {
  transform: translate(-20px, -34px) rotate(240deg) scale(0.4);
}
.mini-circle-3 {
  transform: translate(-20px, 34px) rotate(300deg) scale(0.4);
}
.map-wrap {
  display: flex;
  align-items: center;
  position: absolute;
  padding: 40px 0;
  min-height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.mapsection {
  display: flex;
  align-items: center;
  gap: 60px;
}
.map-right {
  width: 50%;
}
.map-right h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 60px;
}
.stats h4 {
  font-weight: 300;
  line-height: 74px;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 6px;
  font-size: 18px;
}
.home-counter {
  font-weight: 300;
  font-size: 64px;
  line-height: 74px;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.stats-wrap {
  margin-bottom: 60px;
}
.stats-wrap p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  color: #ffffff;
}
.map-left {
  flex-shrink: 0;
  width: 50%;
  height: 100%;
}
.map-left dotlottie-player {
  width: 100%;
  height: 640px;
}
.comm-small-hdn {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clr);
  margin-bottom: 16px;
}
.industry-wrap {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 90px 0;
  position: absolute;
  width: 100%;
}
:root {
  --industryH: 500px;
}
.industry-box {
  height: var(--industryH);
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.industry-img {
  height: 100%;
  width: 100%;
  position: relative;
}
.industry-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image-effect {
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 164px;
  width: 100%;
}
.industry-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: calc(var(--industryH) - 110px);
  padding: 25px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  border: 1px solid transparent;
}
.industry-txt h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 24px;
}
.industry-txt .button {
  z-index: 1;
  margin: 0;
  flex-shrink: 0;
}
.mining-list h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #010101;
  margin-bottom: 18px;
}
.mining-list ul li {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-transform: capitalize;
  color: #010101;
  margin-bottom: 19px;
  display: flex;
  align-items: baseline;
}
.mining-list ul li::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  color: var(--clr);
  margin-right: 16px;
}
.industry-boxes .f-col {
  perspective: 1000px;
}
.industry-box {
  transform-style: preserve-3d;
}
.industry-box:hover .industry-txt {
  top: 0;
  background: #fff;
  border: 1px solid #bcbcbc;
  overflow-y: auto;
}
.industry-box:hover .industry-txt h4 {
  color: #010101;
}
.industryAnim {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.industry-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--clr);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: scale(300);
  right: -24px;
  bottom: 10px;
}
.industry-dot-wrap {
  display: flex;
  align-items: baseline;
  position: relative;
}
.industry-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry-wrap .comm-sec-hdn {
  width: max-content;
  position: relative;
  z-index: 1;
}
.resources-wrap,
.testimonial-wrap {
  padding: 90px 0;
}
.resources-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 38px;
}
.resources-head a {
  margin-right: 0;
}
.resource-image-first {
  width: 100%;
  height: 350px;
  border-radius: 10px;
  margin-bottom: 24px;
  overflow: hidden;
}
.resource-image-first img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.resource-box {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
.resource-box:last-child {
  margin-bottom: 0;
}
.resource-image {
  width: 200px;
  height: 120px;
  border-radius: 10px;
  margin-right: 24px;
  flex-shrink: 0;
  overflow: hidden;
}
.resource-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.resource-txt p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #010101;
}
.testi-txt {
  max-width: 930px;
  margin: auto;
}
.testi-txt p {
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #010101;
  margin-bottom: 16px;
}
.testi-txt h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #010101;
}
.t-logo {
  height: 110px;
  width: auto;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.t-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.testimonialLogo {
  padding: 60px;
}
.testimonialLogo .swiper-slide-thumb-active .t-logo {
  scale: 1.4;
}
.testimonialLogo .swiper-slide-active .t-logo {
  scale: 1.4;
}
.testimonail-head h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  max-width: 522px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #010101;
  margin: auto;
  margin-bottom: 40px;
}
.testimonail-head .quotes {
  text-align: center;
}
.home-video-ai {
  clip-path: polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%);
  position: absolute;
  height: 100vh;
  width: 100%;
}
.home-video-ai .intel-content {
  z-index: 2;
}
.home-video-ai::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to top, #000000, transparent);
}
.home-video-ai .intelligence-wrap {
  height: 100%;
}
.home-video-ai .video-wrap {
  position: absolute;
}
.home-video-ai .video-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-video-ai .container {
  height: 100%;
}
#app-cover {
  display: table;
  width: 600px;
  margin: 80px auto;
  counter-reset: button-counter;
}
.survey-toggle {
  margin-bottom: 50px;
  /* Button 10 */
}
.survey-toggle .row {
  display: table-row;
}
.survey-toggle .toggle-button-cover {
  display: flex;
  position: relative;
  height: 64px;
  box-sizing: border-box;
  margin: auto;
}
.survey-toggle .button-cover,
.survey-toggle .knobs,
.survey-toggle .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.survey-toggle .s-button {
  position: relative;
  width: 330px;
  height: 100%;
  overflow: hidden;
}
.survey-toggle .s-button.r,
.survey-toggle .s-button.r .layer {
  border-radius: 100px;
}
.survey-toggle .s-button.b2 {
  border-radius: 2px;
}
.survey-toggle .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.survey-toggle .knobs {
  z-index: 2;
}
.survey-toggle .layer {
  width: 330px;
  background-color: #fff;
  padding: 4px;
  border: 1px solid #bcbcbc;
  border-radius: 64px;
  transition: 0.3s ease all;
  z-index: 1;
}
.survey-toggle #button-3 .knobs:before,
.survey-toggle #button-3 .knobs:after,
.survey-toggle #button-3 .knobs span {
  position: absolute;
  top: 4px;
  width: 50%;
  height: 56px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 56px;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}
.survey-toggle #button-3 .knobs:before {
  content: "";
  left: 4px;
  background-color: var(--clr);
}
.survey-toggle #button-3 .knobs:after {
  content: "Aereo - ZFR";
  right: 4px;
  color: #707d86;
}
.survey-toggle #button-3 .knobs span {
  display: flex;
  left: 4px;
  color: #fff;
  z-index: 1;
}
.survey-toggle #button-3 .checkbox:checked + .knobs span {
  color: #707d86;
}
.survey-toggle #button-3 .checkbox:checked + .knobs:before {
  left: 160px;
}
.survey-toggle #button-3 .checkbox:checked + .knobs:after {
  color: #fff;
}
.product-2,
.product-1 {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.product-2.active,
.product-1.active {
  position: static;
  opacity: 1;
  visibility: visible;
}
.survey-wrap {
  position: relative;
}
.comm-partner-sec {
  position: relative;
}
.op-video-bg {
  position: absolute;
  height: 100%;
  width: 100%;
}
.op-video-bg video,
.op-video-bg iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.op-video-bg::before {
  content: "";
  background: #010101;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.error-anim {
  height: 250px;
}
.error-anim dotlottie-player {
  height: 250px;
}
.testimonialLogo .swiper-button-prev,
.testimonialLogo .swiper-button-next {
  top: 30%;
  background-color: #fff;
  height: 90px;
}
.testimonialLogo .swiper-button-prev {
  left: 0;
}
.testimonialLogo .swiper-button-next {
  right: 0;
}
.banner-video {
  background: #000;
  width: 100%;
  height: 100%;
}
.banner-video iframe {
  width: 100%;
  height: 100%;
}
#svgPath {
  transform: translateX(2000px);
}
.mineImgSwiper {
  height: 100%;
}
.rev-card-sticky .f-row {
  align-items: center;
}
.vertical-media-box-mob {
  display: none;
  margin-bottom: 24px;
}
.vertical-media-box-mob video {
  width: 100%;
}
.mob-icon-ver {
  display: none;
}
.rotating-text {
  color: var(--clr-blk);
}
.rotating-text p {
  display: inline-flex;
  margin: 0;
  vertical-align: top;
  font-weight: 600;
}
.rotating-text p .word {
  position: absolute;
  display: flex;
  opacity: 0;
}
.rotating-text p .word .letter {
  transform-origin: center center 25px;
}
.rotating-text p .word .letter.out {
  transform: rotateX(90deg);
  transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2);
}
.rotating-text p .word .letter.in {
  transition: 0.38s ease;
}
.rotating-text p .word .letter.behind {
  transform: rotateX(-90deg);
}
.stories-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.stories-nav .swiper-button-next,
.stories-nav .swiper-button-prev {
  position: relative;
  margin: 0 10px;
}
.grow-section {
  overflow: hidden;
}
.award-section {
  padding-top: 90px;
}
.ai-video-wrap {
  position: relative;
}
.ai-video-wrap::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to top, #000000, transparent);
}
.ai-video-wrap .video-wrap .container {
  position: relative;
  z-index: 2;
}
.vertical-sticky-inner-wrap {
  display: flex;
  align-items: center;
}
.work-anim-mob {
  height: 500px;
  display: none;
}
.work-anim-mob dotlottie-player {
  height: 500px;
}
.work-anim-desktop {
  height: 600px;
}
.work-anim-desktop dotlottie-player {
  height: 100%;
  width: 100%;
}
.survey-btn {
  margin-top: 24px;
}
.survey-btn .button {
  margin-left: 0;
}
.animation {
  height: 100%;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 46px;
  width: auto;
  max-width: 1095px;
  margin: 0 auto;
  border-radius: 30px;
}
.popup-head h4 {
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #010101;
  margin-bottom: 40px;
}
.mfp-close-btn-in .mfp-close {
  top: 20px;
  right: 20px;
  border: 1px solid #333;
  border-radius: 50%;
}
#home-anim {
  width: 100%;
  height: 100%;
}
.career-sticky-wrap {
  height: 450vh;
  position: relative;
}
.career-sticky {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.career-sec-wrap {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
}
.career-trigger {
  position: absolute;
}
.career-trigger-1 {
  top: 100vh;
}
.career-trigger-2 {
  top: 200vh;
}
.career-trigger-3 {
  top: 300vh;
}
.sol-sticky-wrap {
  height: 400vh;
  position: relative;
}
.sol-sticky {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sol-sec-wrap {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
}
.sol-trigger {
  position: absolute;
}
.sol-trigger-1 {
  top: 100vh;
}
.sol-trigger-2 {
  top: 200vh;
}
.intel-right {
  font-size: 20px;
}
.leaders-list .f-row {
  justify-content: center;
}
.swiper-pets {
  padding-bottom: 60px;
}
.swiper-pets .slider-nav {
  top: 0;
  margin: auto;
  margin-top: 20px;
}
.jobs-wrap {
  height: 500px;
}
.iframe-click {
  top: 0;
  position: absolute;
  width: 100%;
  height: calc(100% - 100px);
}
.ind-bnr-sec {
  position: relative;
  overflow: hidden;
}
.opacity-bg {
  background: rgba(0, 0, 0, 0.6);
}
.industries-bnr-video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.industries-bnr-video video,
.industries-bnr-video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mi-vi-img {
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mi-vi-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.mi-vi-txt .comm-sec-head {
  margin-bottom: 0;
}
.has-dropdown {
  will-change: auto;
}
.mob-header-button span {
  background: var(--clr);
}
.mob-header-button:hover {
  background: #fff;
}
#career-popup {
  max-height: 90dvh;
  overflow-y: auto;
}
.contact-right .comm-sec-hdn {
  display: none;
}
#banner-video-mob {
  display: none;
}
#ai-video-mob {
  display: none;
}
.icon-twitter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-twitter:before {
  position: absolute;
  content: url(../img/twitter.svg);
}
.icon-twitter:hover:before {
  position: absolute;
  content: url(../img/twitter-blue.svg);
}
.social-link-wrap ul li a:hover .icon-twitter:before {
  content: url(../img/twitter-blue.svg);
}
.cloudSwiper .swiper-pagination,
.customBusinessSwiper .swiper-pagination {
  position: static;
  margin-top: 16px;
  display: none;
}
.academy-banner-wrap {
  height: 250vh;
  position: relative;
  overflow: hidden;
}
.academy-banner-sticky {
  position: relative;
  padding-top: calc(var(--header-height) + 100px);
  min-height: 100vh;
  display: flex;
  justify-content: center;
}
.academy-banner-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.academy-banner-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.academy-banner-txt {
  max-width: 1064px;
  margin: auto;
}
.academy-banner-txt h1 {
  color: #010101;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: -0.64px;
  text-align: center;
  margin-bottom: 16px;
}
.academy-banner-txt h1 span {
  color: var(--clr);
}
.academy-banner-txt p {
  margin-bottom: 40px;
  text-align: center;
}
.academy-banner-blue {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 60%;
  z-index: 3;
}
.academy-banner-trigger {
  position: absolute;
  top: 100vh;
}
.academy-blue-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--clr);
  clip-path: circle(0% at bottom);
  top: 0;
}
.academy-img {
  position: relative;
}
.academy-blue-bg {
  z-index: 2;
}
.acad-swiper-txt h4 {
  color: var(--clr-blk);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.4px;
  margin-bottom: 16px;
}
.acad-swiper-txt p {
  color: #707D86;
  font-family: "Rubik";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.academy-swiper-section {
  background: var(--clr);
}
.academy-swiper-box {
  background: #fff;
  border-radius: 20px;
  padding: 80px;
}
.academy-swiper-box {
  display: flex;
  align-items: flex-end;
}
.acad-swiper-illus {
  width: 320px;
  flex-shrink: 0;
  margin-right: 24px;
}
.acad-swiper-illus img {
  width: 100%;
}
.academy-swiper-wrap {
  position: relative;
  height: 400vh;
}
.academy-swiper-trigger-1 {
  position: absolute;
  top: 100vh;
}
.academy-swiper-trigger-2 {
  position: absolute;
  top: 200vh;
}
.academy-swiper-sticky {
  height: 100vh;
  display: flex;
  align-items: center;
}
.academy-swiper-section {
  overflow: hidden;
}
.academy-swiper {
  overflow: visible;
}
.wings-slider-nav {
  position: static;
  display: flex;
  align-items: center;
  gap: 20px;
}
.wings-slider-nav .swiper-button-next,
.wings-slider-nav .swiper-button-prev {
  position: relative;
  display: block;
  inset: auto;
}
.wings-section {
  padding: 80px 0;
}
.wings-wrap {
  border-radius: 20px;
  background: rgba(27, 145, 222, 0.1);
  padding: 80px 0;
  overflow: hidden;
}
.wings-left {
  padding: 0 80px;
  flex-shrink: 0;
  width: 50%;
}
.wings-right {
  width: 50%;
}
.wings-img {
  width: 100%;
  height: 300px;
  margin-bottom: 24px;
  border-radius: 20px;
  overflow: hidden;
}
.wings-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wings-txt {
  padding: 24px 0 60px;
  border-bottom: 1px solid var(--clr);
}
.wings-txt h4 {
  color: var(--clr);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-bottom: 16px;
}
.wings-txt p {
  color: var(--clr-blk);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.24px;
}
.wings-wrap {
  display: flex;
  align-items: center;
}
.lm-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.lm-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.learn-more-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  padding: 80px 0;
  display: flex;
  align-items: center;
}
.lm-form {
  padding: 60px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 522px;
}
.lm-form h4 {
  color: var(--clr-blk);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.4px;
  margin-bottom: 46px;
}
.lm-form .button {
  margin: revert;
}
.acad-num {
  color: var(--clr);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.64px;
  margin-bottom: 16px;
}
.glimpse-sec .tab-img {
  height: 450px;
}
.acad-git-wrap {
  min-height: 100vh;
  height: 100%;
  display: flex;
}
.acad-git-right {
  flex-shrink: 0;
  width: 40%;
}
.acad-git-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acad-git-left {
  max-width: 700px;
  margin: auto;
  padding: 20px;
}
.acad-git-wrap .button {
  margin-left: 0;
}
.acad-logo {
  width: 110px;
  height: 46px;
}
.acad-logo img {
  object-fit: contain;
}
.acad-footer-right {
  max-width: 300px;
}
.acad-footer-right address,
.acad-footer-right a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 24px;
}
.acad-footer-left .social-link-wrap {
  margin-top: 60px;
}
.kc-banner .industries-bnr-video {
  z-index: 1;
}
.kc-banner .comm-hdn {
  padding-top: 15%;
}
.kc-tabs {
  margin-bottom: 46px;
}
.kc-tabs ul {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
  width: max-content;
}
.kc-tabs ul a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
  display: block;
  padding-bottom: 16px;
  color: #BCBCBC;
  border-bottom: 1px solid transparent;
}
.kc-tabs ul a.active {
  color: #010101;
  border-bottom: 1px solid var(--clr);
}
.kc-wrap {
  display: flex;
}
.kc-left,
.mh-detail-head {
  width: 75%;
  padding-right: 100px;
}
.mh-detail-wrap img {
  object-fit: cover;
  max-height: 500px;
  width: 100%;
}
.kc-right {
  width: 25%;
}
.kc-right .small-detail-head {
  margin-bottom: 20px;
}
.subscribe-wrap {
  position: relative;
  padding: 90px;
}
.subscribe-bg {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.subscribe-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.subscribe-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subscribe-content h4 {
  max-width: 413px;
  margin-right: 24px;
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.4px;
}
.subscribe-field {
  max-width: 540px;
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
}
.subscribe-field .hf-form {
  width: 100%;
}
.subscribe-field input {
  background: #fff;
  width: 100%;
  padding-right: 150px;
}
.subscribe-field .submit-btn {
  position: absolute;
  top: 4px;
  right: 8px;
  height: 42px;
  background: var(--clr);
  color: #fff;
  box-shadow: none;
  outline: none;
  border-radius: 42px;
  z-index: 2;
  border: 1px solid transparent;
  padding: 0 25px;
  transition: 0.5s;
}
.subscribe-field .submit-btn:hover {
  background: transparent;
  border: 1px solid var(--clr);
  color: var(--clr);
}
.kc-boxes-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.kc-boxes-wrap.industry-wrap-blogs {
  gap: 0;
}
.kc-boxes-wrap .kc-box:first-child {
  width: 100%;
  flex-direction: row;
}
.kc-boxes-wrap .kc-box:first-child .kc-txt {
  padding: 40px;
  height: auto;
  flex: 1;
}
.kc-boxes-wrap .kc-box:first-child .kc-txt h4 {
  font-size: 24px;
}
.kc-boxes-wrap .kc-box:first-child .kc-image {
  height: 400px;
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
}
.kc-box {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: 0s;
}
.kc-box .read-more {
  color: var(--clr);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}
.kc-box .kc-txt {
  padding: 24px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-direction: column;
  background: #F3F9FD;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 100%;
}
.kc-box .kc-txt h4 {
  color: #010101;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.24px;
}
.kc-box .kc-txt p {
  color: #707D86;
  font-family: "Rubik";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 16px;
}
.kc-box .kc-image {
  height: 250px;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-shrink: 0;
}
.kc-box .kc-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.kc-date {
  display: block;
  color: #707D86;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.popular-resources-wrap {
  margin-top: 40px;
}
.popular-resources-wrap .kc-box {
  width: 100%;
  height: 100%;
}
.detail-banner-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}
.detail-banner {
  width: 100%;
  height: 420px;
  position: relative;
}
.detail-banner::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000000, transparent);
}
.detail-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-title {
  position: absolute;
  bottom: 30px;
  max-width: 890px;
  margin: auto;
  padding: 0 20px;
}
.detail-title span {
  color: #FFF;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.detail-title h3 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.24px;
}
.detail-wrap {
  max-width: 846px;
  margin: auto;
  margin-top: 30px;
}
.detail-txt p {
  color: #707D86;
  font-family: "Rubik";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
.detail-txt h4 {
  margin-top: 40px;
  color: #010101;
  font-family: "Rubik";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 16px;
}
.detail-txt img {
  margin-bottom: 40px;
  width: 100%;
  height: auto;
}
.detail-tag {
  margin-bottom: 16px;
}
.detail-tag span {
  color: var(--clr);
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  text-transform: uppercase;
  padding: 8px 16px;
  background: rgba(27, 145, 222, 0.3);
  border-radius: 50px;
}
.media-swiper {
  border-radius: 45px;
  border: 1px solid var(--bcbcbc, #bcbcbc);
  background: #FFF;
  padding: 20px;
  margin-bottom: 60px;
}
.media-swiper .swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
}
.mh-logo {
  height: 42px;
}
.mh-logo img {
  height: 100%;
  object-fit: contain;
}
.mh-detail-head {
  margin-bottom: 40px;
}
.mh-detail-head span {
  color: #707D86;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.mh-detail-head h3 {
  color: #010101;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.24px;
}
.mh-image {
  margin-bottom: 40px;
}
.small-detail-head {
  color: #707D86;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.other-suggestions li {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}
.other-suggestions span {
  color: #707D86;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.other-suggestions h4 {
  color: #010101;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.18px;
}
.kc-featured {
  margin-bottom: 80px;
}
.kc-featured .f-row {
  row-gap: 24px;
}
.kc-feat-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.kc-feat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kc-feat-box {
  width: 100%;
  height: 100%;
  position: relative;
  justify-content: end;
  margin-bottom: 0;
  padding-top: 250px;
}
.kc-feat-box:hover .read-more {
  background: var(--clr);
}
.kc-feat-box .kc-txt {
  position: relative;
  background: linear-gradient(to top, #000000 40%, transparent);
  padding: 8px;
  gap: 0;
}
.kc-feat-box .kc-txt .kc-txt-top {
  padding: 20px;
}
.kc-feat-box .kc-txt .kc-date,
.kc-feat-box .kc-txt h4 {
  color: #fff;
}
.kc-feat-box .read-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 8px;
  padding: 16px;
  color: #fff;
  justify-content: space-between;
  transition: 0.5s;
}
.kc-feat-box .read-more::after {
  content: url(../img/white-arrow-right.svg);
}
.options {
  margin-bottom: 30px;
}
.options li {
  margin-bottom: 8px;
  padding-left: 12px;
}
.options .input-all {
  padding-left: 0;
  margin-bottom: 8px;
}
.options input {
  accent-color: var(--clr);
  margin-right: 8px;
  cursor: pointer;
}
.options label {
  cursor: pointer;
  user-select: none;
}
.kc-search {
  margin-bottom: 20px;
}
.detail-txt {
  position: relative;
  height: 480px;
  transition: 0.5s;
  overflow: hidden;
}
.detail-txt.active:after {
  height: 0;
}
.detail-txt:after {
  content: "";
  bottom: 0;
  height: 200px;
  width: 100%;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  position: absolute;
  transition: 0.5s;
}
.detail-txt.mh-detail-wrap {
  height: auto;
}
.detail-txt.mh-detail-wrap:after {
  display: none;
}
.detail-open {
  margin-top: 20px;
}
@media all and (max-width: 1600px) {
  .home-counter {
    font-size: 54px;
  }
  .vertical-txt-box h2 {
    font-size: 44px;
  }
  .team-media {
    height: 240px;
  }
  .team-media-wrap {
    max-width: 1060px;
    margin: auto;
  }
  .story-box {
    padding: 30px;
  }
  .grow-slider-img {
    width: 700px;
    height: 420px;
  }
  .tab-img {
    height: 360px;
  }
  .survey-txt .aereo-list {
    margin-bottom: 50px;
  }
  .survey-img {
    height: 400px;
  }
}
@media all and (max-width: 1440px) {
  .banner-head {
    font-size: 56px;
  }
  .resource-txt p {
    font-size: 18px;
    line-height: 1.5;
  }
  :root {
    --industryH: 420px;
  }
  .comm-hdn {
    font-size: 44px;
  }
  .container {
    max-width: 1230px;
  }
  .inp-stat h3 span {
    font-size: 32px;
  }
  .survey-img {
    height: 380px;
  }
  .tab-img {
    height: 360px;
  }
  .aereo-list li {
    font-size: 16px;
    line-height: 24px;
  }
  .survey-txt h4 {
    font-size: 24px;
  }
  .industry-txt {
    padding: 30px;
  }
  .vertical-txt-box h2 {
    font-size: 40px;
  }
  .map-left dotlottie-player {
    height: 500px;
  }
  .map-right h3 {
    font-size: 32px;
  }
  .home-counter {
    font-size: 46px;
  }
  .industry-txt h4 {
    font-size: 26px;
    line-height: 20px;
  }
  .industry-txt h4 {
    font-size: 26px;
    line-height: 20px;
  }
  .testimonail-head h3 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 40px;
    max-width: 450px;
  }
  .testi-txt p {
    font-weight: 300;
    font-size: 22px;
  }
  .testi-txt {
    max-width: 630px;
  }
  .resources-wrap,
  .testimonial-wrap,
  .comm-section2 {
    padding: 80px 0;
  }
  .award-section {
    padding-top: 80px;
  }
  .white-bg-home {
    transform-origin: 95% 65%;
  }
  .posibilities-txt .comm-sec-hdn {
    max-width: 320px;
  }
  .comm-info {
    max-width: 720px;
  }
  .industry-txt {
    top: calc(var(--industryH) - 100px);
    line-height: 1.4;
  }
  :root {
    --pos_width: 330px;
  }
  .team-media {
    height: 210px;
  }
  .team-media-wrap {
    max-width: 950px;
  }
  .story-box-txt {
    font-size: 16px;
  }
  .story-box {
    padding: 20px;
  }
  .comm-sec-head {
    margin-bottom: 30px;
  }
  .swiper-stories {
    padding: 10px 20px;
  }
  .comm-hdn-box {
    height: 450px;
  }
  .recognition-slider .swiper-slide {
    max-height: 300px;
  }
  .academy-banner-sticky {
    padding-top: 80px;
  }
}
@media all and (max-width: 1366px) {
  .container {
    max-width: 1024px;
  }
  .comm-info {
    max-width: 650px;
  }
  .comm-hdn {
    font-size: 40px;
  }
  .banner-head {
    font-size: 52px;
  }
  .comm-txt {
    font-size: 16px;
    line-height: 22px;
  }
  .banner-txt .comm-txt {
    margin-bottom: 32px;
  }
  .resource-image-first {
    height: 300px;
  }
  .resource-image {
    width: 160px;
    height: 100px;
  }
  .resource-txt p {
    font-size: 16px;
    line-height: 1.5;
  }
  .resources-head {
    margin-bottom: 24px;
  }
  .resources-wrap,
  .testimonial-wrap,
  .comm-section2 {
    padding: 70px 0;
  }
  .award-section {
    padding-top: 70px;
  }
  .testimonail-head h3 {
    font-size: 32px;
    line-height: 36px;
    max-width: 480px;
    margin-bottom: 24px;
  }
  .testi-txt p {
    font-size: 20px;
    line-height: 1.5;
  }
  :root {
    --industryH: 350px;
  }
  .industry-txt {
    padding: 18px;
  }
  .industry-txt h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .mining-list h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
  }
  .mining-list ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .industry-txt {
    top: calc(var(--industryH) - 90px);
  }
  .tab-img {
    height: 300px;
  }
  .inp-nums .f-row {
    row-gap: 16px;
  }
  .survey-txt .aereo-list {
    margin-bottom: 50px;
  }
  .survey-toggle {
    margin-bottom: 30px;
  }
  :root {
    --pos_width: 300px;
  }
  .our-story-wrap .comm-sec-txt p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .home-counter {
    font-size: 44px;
  }
  .map-left dotlottie-player {
    width: 100%;
    height: 480px;
  }
  .map-right h3 {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .stats-wrap {
    margin-bottom: 30px;
  }
  .card-img {
    max-width: 480px;
    max-height: 330px;
  }
  .card-count {
    font-size: 36px;
    margin-bottom: 20px;
  }
  :root {
    --topTrigger: -10vh;
    --header-height: 64px;
  }
  .white-bg-home {
    transform-origin: 90% 65%;
  }
  .comm-sec-head {
    margin-bottom: 26px;
  }
  .story-box {
    padding: 30px;
  }
  .story-box-txt {
    font-size: 16px;
    line-height: 1.6;
  }
  .grow-slider-img {
    width: 640px;
    height: 400px;
  }
  .vertical-txt-box p {
    font-size: 16px;
    line-height: 1.5;
  }
  .vertical-txt-box {
    max-width: 350px;
  }
  .vertical-txt-box h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .grow-slider-nav .swiper-button-prev,
  .grow-slider-nav .swiper-button-next {
    width: 50px;
    height: 50px;
    top: 40%;
  }
  .grow-slider-nav .swiper-button-prev::after,
  .grow-slider-nav .swiper-button-next::after {
    display: none;
  }
  .growSwiper .swiper-slide p {
    font-size: 20px;
    margin-top: 16px;
  }
  .mini-circle {
    height: 54px;
    width: 54px;
  }
  .survey-txt .aereo-list {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .survey-toggle {
    margin-bottom: 20px;
  }
  .t-logo {
    height: 90px;
  }
  .recognition-slider .swiper-slide {
    max-height: 250px;
  }
  .center-swiper {
    height: 400px;
  }
  .academy-banner-txt h1 {
    color: #010101;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
  }
  .academy-img {
    width: 40%;
  }
  .acad-swiper-txt h4 {
    font-size: 32px;
  }
  .academy-swiper-box {
    padding: 60px;
  }
  .acad-swiper-illus {
    width: 270px;
  }
  .wings-left {
    padding: 0 60px;
  }
  .wings-wrap {
    padding: 60px 0;
  }
  .wings-img {
    height: 220px;
    margin-bottom: 0;
  }
  .wings-txt p {
    font-size: 20px;
  }
  .wings-txt {
    padding: 20px 0 40px;
  }
  .lm-form {
    padding: 40px;
    max-width: 480px;
  }
  .lm-form h4 {
    font-size: 36px;
  }
  .glimpse-sec .tab-img {
    height: 380px;
  }
  .acad-num {
    font-size: 52px;
  }
  .other-suggestions li {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .kc-left,
  .mh-detail-head {
    padding-right: 80px;
  }
  .other-suggestions h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .small-detail-head {
    margin-bottom: 20px;
  }
  .detail-txt img {
    margin-bottom: 30px;
  }
  .detail-txt h4 {
    margin-top: 30px;
  }
  .subscribe-wrap {
    padding: 60px;
  }
  .subscribe-content h4 {
    font-size: 36px;
  }
  .subscribe-field {
    max-width: 450px;
  }
  .header-list li {
    padding: 7px 12px;
  }
}
@media all and (max-width: 1200px) {
  .header-list li {
    padding: 4px 12px;
  }
  .footer-link-wrap ul li {
    padding: 0 10px;
  }
  .footer-link-wrap ul li a {
    font-size: 14px;
  }
  .social-link-wrap ul li {
    padding: 0 12px;
  }
  .vertical-txt-box h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media all and (max-height: 650px) {
  .career-sticky-wrap {
    height: 600vh;
    position: relative;
  }
  .career-trigger {
    position: absolute;
  }
  .career-trigger-1 {
    top: 150vh;
  }
  .career-trigger-2 {
    top: 300vh;
  }
  .career-trigger-3 {
    top: 450vh;
  }
}
@media all and (max-width: 1024px) {
  .footer-top {
    flex-direction: column;
    gap: 32px 0;
  }
  .container {
    max-width: 960px;
  }
  .banner-head {
    font-size: 48px;
  }
  .vertical-sticky-icons {
    display: none;
  }
  .vertical-sticky-wrap {
    height: auto;
  }
  .vertical-sticky-bg {
    height: 100%;
  }
  .vertical-sticky {
    height: auto;
    display: block;
  }
  .industry-wrap {
    height: auto;
    position: static;
  }
  .map-wrap {
    position: relative;
  }
  .vertical-img-wrap {
    display: none;
  }
  .vertical-sticky-left {
    width: 100%;
  }
  .swiper-vertical-txt .swiper-wrapper {
    display: flex;
    flex-direction: column;
  }
  .swiper-vertical-txt .swiper-slide {
    opacity: 1;
  }
  .vertical-txt-wrap {
    padding-top: 70px;
  }
  .vertical-txt-box h5 {
    display: none;
  }
  .vertical-sticky-bg {
    display: none;
  }
  .mapsection {
    flex-direction: column;
  }
  .map-wrap {
    min-height: auto;
    opacity: 1;
    visibility: visible;
    background: var(--clr);
    margin-top: 40px;
  }
  .industryAnim {
    opacity: 1;
    visibility: visible;
  }
  .industry-wrap {
    min-height: auto;
  }
  .map-right {
    width: 80%;
  }
  .home-video-ai {
    position: relative;
  }
  .home-video-ai {
    clip-path: none;
  }
  .map-right h3 {
    font-size: 30px;
    line-height: 1.5;
  }
  .vertical-txt-box h2 {
    left: 0;
  }
  .vertical-txt-box p {
    left: 0;
  }
  .ver-trigger-4 {
    top: 100vh;
  }
  .vertical-media-box-mob {
    display: block;
    max-width: 500px;
  }
  .vertical-txt-wrap {
    max-width: 500px;
    margin: auto;
    margin-bottom: 20px;
  }
  .mob-icon-ver {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    margin-right: 12px;
    border-radius: 50%;
    background: var(--clr);
  }
  .mob-icon-ver i {
    color: #fff;
    font-size: 20px;
  }
  .vertical-txt-box h2 {
    display: flex;
    align-items: center;
  }
  .career-sticky-wrap {
    height: auto;
    position: relative;
  }
  .career-trigger {
    display: none;
    position: absolute;
  }
  .career-sticky {
    height: auto;
    display: block;
  }
  .career-sec-wrap {
    position: static;
    visibility: visible;
    opacity: 1;
  }
  .sol-sticky-wrap {
    height: auto;
    position: relative;
  }
  .sol-trigger {
    display: none;
    position: absolute;
  }
  .sol-sticky {
    height: auto;
    display: block;
  }
  .sol-sec-wrap {
    position: static;
    visibility: visible;
    opacity: 1;
  }
  .academy-img {
    width: 60%;
  }
  .academy-banner-blue {
    top: 50%;
  }
  .academy-banner-sticky {
    padding-top: 150px;
  }
  .acad-git-right {
    display: none;
  }
  .acad-git-wrap {
    min-height: auto;
    padding-bottom: 80px;
  }
}
@media all and (max-width: 990px) {
  :root {
    --input-height: 45px;
  }
  .container {
    max-width: 800px;
    padding: 0 30px;
  }
  .button {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }
  .resource-box-first {
    margin-bottom: 36px;
  }
  .comm-hdn {
    font-size: 38px;
  }
  .comm-info {
    max-width: 650px;
    padding: 0 24px;
  }
  .tab-img {
    height: 250px;
  }
  .tab-content-wrap {
    padding-left: 0px;
  }
  .tab-detail {
    padding-right: 20px;
  }
  .cloud-list-wrap {
    margin-bottom: 40px;
  }
  .cloud-list-wrap .swiper-wrapper {
    gap: unset;
  }
  .posibilities-media-wrap {
    max-width: 480px;
    margin: auto;
    margin-bottom: 40px;
  }
  .posibilities-txt {
    margin: auto;
  }
  .industry-boxes .f-col {
    width: 320px;
    flex-shrink: 0;
    padding: 0;
    padding-right: 30px;
  }
  .industry-box {
    height: 400px;
  }
  .industry-boxes {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .industry-boxes .f-row {
    flex-wrap: nowrap;
    padding: 0 20px;
  }
  .industry-txt {
    top: calc(var(--industryH) - 40px);
  }
  .cloud-list-wrap .swiper-slide p {
    white-space: nowrap;
  }
  .indicator,
  .indicator2 {
    display: none;
  }
  .cloud-list-wrap .swiper-slide-thumb-active p {
    border-bottom: 1px solid var(--clr);
  }
  .home-banner {
    padding: 70px 0;
  }
  .team-media {
    height: 190px;
  }
  .story-teller-txt h4 {
    font-size: 16px;
  }
  .story-teller-txt p {
    font-size: 16px;
  }
  .story-box {
    padding: 20px;
  }
  .story-teller-img {
    height: 44px;
    width: 44px;
  }
  .mi-vi-txt {
    margin-left: 10px;
  }
  .mi-vi-wrap .f-row:nth-last-child(even) {
    margin-bottom: 30px;
  }
  .home-banner {
    flex-direction: column;
  }
  .banner-txt {
    padding-top: 100px;
    text-align: center;
  }
  .banner-txt a {
    margin: auto;
  }
  .white-bg-home {
    transform-origin: 50% 75%;
    top: 0;
  }
  .home-video {
    top: 0;
  }
  .work-anim-desktop dotlottie-player {
    height: 300px;
  }
  .work-anim-desktop {
    display: none;
  }
  .work-anim-mob {
    display: block;
  }
  .banner-txt {
    width: 100%;
  }
  .swiper-pets .slider-nav {
    width: 160px;
  }
  .comm-info p {
    font-size: 18px;
  }
  .home-header .headerColor .js-nav-toggle span:before,
  .home-header .headerColor .js-nav-toggle span:after,
  .home-header .headerColor .js-nav-toggle span {
    background-color: #fff;
  }
  .pets-title .leader-img {
    height: 450px;
  }
  .swiper-stories .swiper-wrapper {
    justify-content: flex-start;
  }
  .home-video-ai {
    height: auto;
  }
  .home-video-ai .video-wrap {
    position: static;
  }
  .home-video-ai .intel-content {
    position: static;
    transform: none;
  }
  #player2 {
    margin-bottom: 30px;
  }
  .ai-video-wrap {
    height: auto;
  }
  .ai-video-wrap .video-wrap {
    position: static;
  }
  .ai-video-wrap .intel-content {
    position: static;
    transform: none;
  }
  .loader-screen video,
  .loader-screen dotlottie-player {
    height: 150px;
    width: 150px;
  }
  #banner-video {
    display: none;
  }
  #ai-video {
    display: none;
  }
  #banner-video-mob {
    display: block;
  }
  #ai-video-mob {
    display: block;
  }
  .academy-img {
    width: 70%;
  }
  .academy-swiper-box {
    align-items: center;
    flex-direction: column;
  }
  .wings-right,
  .wings-left {
    width: 100%;
  }
  .wings-wrap {
    flex-direction: column;
  }
  .wings-right {
    padding-left: 60px;
    margin-top: 30px;
  }
  .kc-left,
  .mh-detail-head {
    padding-right: 50px;
  }
  .other-suggestions h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .kc-left,
  .mh-detail-head {
    width: 70%;
  }
  .kc-right {
    width: 30%;
  }
  .subscribe-content {
    flex-direction: column;
    gap: 40px;
  }
  .subscribe-content h4 {
    text-align: center;
  }
  .subscribe-field .submit-btn {
    height: 40px;
    right: 2px;
  }
  .popular-resources-wrap .f-row {
    row-gap: 20px;
  }
  .popular-resources-wrap .kc-box .kc-image {
    height: 350px;
  }
  .subscribe-field .submit-btn {
    top: 3px;
  }
}
@media all and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
  .resources-wrap,
  .testimonial-wrap,
  .comm-section2,
  .industry-wrap {
    padding: 60px 0;
  }
  .award-section {
    padding-top: 60px;
  }
  .tab-content-wrap {
    flex-direction: column;
  }
  .tab-detail,
  .tab-img-wrap {
    width: 100%;
    max-width: none;
    margin: auto;
  }
  .tab-detail {
    padding-right: 0;
    margin-bottom: 24px;
  }
  .tab-img {
    height: 400px;
  }
  .team-media-box {
    max-width: 520px;
    margin: auto;
  }
  .team-media-box .team-media {
    margin-bottom: 20px;
    height: 200px;
  }
  .posibilities-txt .comm-sec-hdn {
    max-width: 280px;
  }
  .quotes {
    font-size: 100px;
    margin-bottom: 16px;
  }
  .story-box {
    max-width: 520px;
    margin: auto;
  }
  .grow-slider-img {
    width: 480px;
    height: 300px;
  }
  .banner-txt {
    padding-top: 80px;
  }
  .white-bg-home {
    transform-origin: 50% 80%;
  }
  .map-right {
    width: 100%;
  }
  .map-left {
    width: 100%;
  }
  .vertical-txt-box h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  .posibilities-txt .comm-sec-head br {
    display: block;
  }
  .pets-title .leader-img {
    height: 400px;
  }
  .contact-wrap {
    flex-direction: column-reverse;
  }
  .contact-left .comm-sec-hdn {
    display: none;
  }
  .contact-right .comm-sec-hdn {
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }
  .cloudSwiper .swiper-pagination,
  .customBusinessSwiper .swiper-pagination {
    position: static;
    display: block;
  }
  .academy-banner-txt h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .academy-banner-sticky {
    padding-top: 100px;
  }
  .academy-img {
    width: 90%;
  }
  .kc-wrap {
    flex-direction: column;
  }
  .kc-left,
  .mh-detail-head {
    width: 100%;
    padding-right: 0;
  }
  .kc-right {
    width: 100%;
  }
  .mh-detail-head h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .mh-detail-head {
    margin-bottom: 24px;
  }
  .detail-txt p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (max-width: 640px) {
  .comm-section {
    padding: 40px 0;
    position: relative;
  }
  .comm-hdn {
    font-size: 32px;
  }
  .tab-img {
    height: 340px;
  }
  #counter {
    font-size: 40px;
  }
  .grow-slider-img {
    width: 360px;
    height: 250px;
  }
  .growSwiper .swiper-slide p {
    font-size: 16px;
    margin-top: 10px;
  }
  .banner-txt {
    padding-top: 60px;
  }
  .banner-head {
    font-size: 44px;
  }
  .testimonialLogo .swiper-slide {
    opacity: 0;
    transition: 0.3s;
  }
  .testimonialLogo .swiper-slide-next,
  .testimonialLogo .swiper-slide-prev,
  .testimonialLogo .swiper-slide-active {
    opacity: 1;
  }
  .recognition-slider .f-row {
    flex-direction: column-reverse;
  }
  .recognition-txt {
    margin-top: 24px;
  }
  .recognition-slider .swiper-slide {
    height: auto;
  }
  .team-media-box .team-media {
    height: 160px;
  }
  .team-media {
    flex-shrink: 0;
  }
  .team-media-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .media-container {
    width: 100%;
    max-width: none;
    overflow: hidden;
  }
  .posibilities-txt .comm-sec-head br {
    display: block;
  }
  .mi-vi-img {
    height: auto;
  }
  .pets-title .leader-img {
    height: 400px;
  }
  .pets-title .leader-box {
    max-width: 350px;
    margin: auto;
  }
  .mi-vi-wrap .f-row {
    flex-direction: column-reverse;
  }
  .acad-swiper-illus {
    width: 200px;
  }
  .acad-swiper-txt h4 {
    font-size: 26px;
  }
  .academy-swiper-box {
    padding: 40px;
  }
  .subscribe-wrap {
    padding: 40px;
  }
  .subscribe-content h4 {
    font-size: 28px;
  }
}
@media all and (max-width: 576px) {
  .resource-image-first {
    max-height: 300px;
    height: auto;
  }
  .kc-tabs {
    overflow-x: auto;
  }
  .industry-wrap .comm-sec-hdn {
    width: auto;
  }
  .card-img {
    max-width: 360px;
    max-height: 250px;
  }
  .card-count {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .card-count .comm-sec-title {
    font-size: 22px;
  }
  .banner-head {
    font-size: 40px;
  }
  .nav-wrapper {
    width: 300px;
  }
  .mob-navigation .mob-list {
    font-size: 16px;
  }
  .stats-wrap p {
    font-size: 16px;
  }
  .stats h4 {
    font-size: 16px;
    line-height: 40px;
  }
  .home-counter {
    font-size: 32px;
  }
  .vertical-txt-box h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .academy-banner-txt h1 {
    font-size: 32px;
  }
  .academy-swiper-box {
    padding: 30px;
  }
  .acad-swiper-illus {
    width: 160px;
  }
  .acad-swiper-txt h4 {
    font-size: 24px;
  }
  .popular-resources-wrap .kc-box .kc-image {
    height: 280px;
  }
}
@media all and (max-width: 480px) {
  .container {
    padding: 0 20px;
  }
  .footer-link-wrap ul {
    flex-wrap: wrap;
  }
  .footer-btm p {
    text-align: center;
  }
  .footer-link-wrap ul {
    gap: 20px 16px;
  }
  .footer-link-wrap ul li {
    padding: 0;
    width: 46%;
    text-align: center;
  }
  .resources-wrap,
  .testimonial-wrap,
  .comm-section2,
  .industry-wrap {
    padding: 40px 0;
  }
  .award-section {
    padding-top: 40px;
  }
  .comm-hdn {
    font-size: 28px;
  }
  .survey-img {
    height: auto;
    max-height: 300px;
  }
  .survey-toggle .s-button {
    width: 240px;
  }
  .survey-toggle .layer {
    width: 240px;
  }
  .survey-toggle .toggle-button-cover {
    width: 240px;
  }
  .survey-toggle #button-3 .knobs:before,
  .survey-toggle #button-3 .knobs:after,
  .survey-toggle #button-3 .knobs span {
    height: 44px;
  }
  .survey-toggle .toggle-button-cover {
    height: 52px;
  }
  .survey-toggle #button-3 .knobs:before,
  .survey-toggle #button-3 .knobs:after,
  .survey-toggle #button-3 .knobs span {
    font-size: 14px;
  }
  .survey-toggle #button-3 .checkbox:checked + .knobs:before {
    left: 115px;
  }
  .cloud-list-wrap .swiper-slide p {
    font-size: 16px;
  }
  .tab-img {
    height: 250px;
  }
  .tab-detail h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .tab-detail p {
    font-size: 16px;
  }
  .cloud-icon {
    height: 44px;
    width: 44px;
    padding: 10px;
  }
  .comm-sec-head {
    margin-bottom: 20px;
  }
  .cloud-list-wrap {
    margin-bottom: 30px;
  }
  :root {
    --pos_width: 240px;
  }
  #counter {
    font-size: 36px;
  }
  .count-title {
    font-size: 18px;
  }
  .counter-box {
    padding-bottom: 16px;
  }
  .card-cont .comm-sec-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .comm-sec-txt {
    font-size: 16px;
  }
  .data-card-box {
    padding: 16px;
  }
  .card-cont {
    width: 100%;
  }
  .stories-nav {
    margin-top: 10px;
  }
  .story-teller-txt h4 {
    font-size: 14px;
  }
  .story-teller-txt p {
    font-size: 14px;
  }
  .swiper-stories {
    padding: 10px;
  }
  .grow-slider-img {
    width: 100%;
    height: auto;
  }
  .banner-txt {
    padding-top: 54px;
  }
  .banner-head {
    font-size: 38px;
  }
  .white-bg-home {
    transform-origin: 43% 80%;
  }
  .grow-slider-nav {
    position: relative;
    max-width: 120px;
    margin: auto;
    margin-bottom: 64px;
    margin-top: 16px;
  }
  .banner-txt .comm-txt {
    max-width: 250px;
    margin: auto;
    margin-bottom: 30px;
  }
  .testimonialLogo .swiper-button-prev,
  .testimonialLogo .swiper-button-next {
    width: 44px;
    height: 44px;
    top: 35%;
  }
  .testimonialLogo .swiper-button-prev:after,
  .testimonialLogo .swiper-button-next:after {
    display: none;
  }
  .testi-txt p {
    font-size: 18px;
  }
  .testimonail-head h3 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .home-counter {
    line-height: 40px;
  }
  .map-left dotlottie-player {
    height: 350px;
  }
  .map-right h3 {
    font-size: 26px;
  }
  .mapsection {
    gap: 30px;
  }
  .testimonialLogo {
    padding: 40px;
  }
  .vertical-txt-box h2 {
    font-size: 24px;
  }
  .t-logo {
    height: 74px;
  }
  .popup-head h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.01em;
    color: #010101;
    margin-bottom: 20px;
  }
  .white-popup {
    padding: 32px 18px;
  }
  .mfp-close {
    right: 10px;
    top: 10px;
  }
  .white-popup {
    position: relative;
    background: #FFF;
    padding: 46px 20px;
    width: auto;
    max-width: 1095px;
    margin: 0 auto;
    border-radius: 16px;
  }
  .rev-sec:after,
  .rev-sec-2:after {
    opacity: 0.5;
  }
  .mfp-close-btn-in .mfp-close {
    top: 8px;
    right: 10px;
  }
  .comm-info p {
    font-size: 16px;
  }
  .form-grp,
  .form-textarea-group {
    margin-bottom: 12px;
  }
  .form-label {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .academy-img {
    width: 100%;
  }
  .academy-banner-blue {
    top: 45%;
  }
  .wings-left {
    padding: 0 30px;
  }
  .wings-right {
    padding-left: 30px;
    margin-top: 30px;
  }
  .wings-txt h4 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .wings-txt p {
    font-size: 18px;
  }
  .wings-img {
    height: 170px;
  }
  .wings-wrap {
    padding: 30px 0;
  }
  .lm-form h4 {
    font-size: 30px;
  }
  .subscribe-field input {
    padding-right: 0;
  }
  .subscribe-field {
    flex-direction: column;
    gap: 10px;
  }
  .subscribe-field .submit-btn {
    position: static;
  }
  .hf-fields-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .kc-feat-box {
    padding-top: 160px;
  }
}
@media all and (max-width: 400px) {
  .resource-image {
    width: 120px;
    height: 90px;
  }
  .popular-resources-wrap .kc-box .kc-image {
    height: 220px;
  }
  .resource-txt p {
    font-size: 14px;
    line-height: 1.5;
  }
  .resource-box-first {
    margin-bottom: 24px;
  }
  .resource-image-first {
    margin-bottom: 16px;
  }
  .resource-image {
    margin-right: 16px;
  }
  .comm-hdn {
    font-size: 26px;
  }
  .comm-info {
    padding: 0 16px;
  }
  .tab-img {
    height: 180px;
  }
  .comm-partner-sec {
    height: 300px;
  }
  :root {
    --pos_width: 200px;
  }
  .posibilities-media-wrap {
    margin-bottom: 30px;
  }
  #counter {
    font-size: 30px;
  }
  .mi-vi-wrap .f-row:nth-last-child(even) {
    flex-direction: row-reverse;
    margin-bottom: 10px;
  }
  .comm-sec-title {
    font-size: 20px;
  }
  .posibilities-txt .comm-sec-hdn {
    max-width: 230px;
  }
  .story-box-txt {
    font-size: 14px;
  }
  .card-cont .comm-sec-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
  }
  .card-cont .comm-sec-txt {
    font-size: 14px;
  }
  .card-count {
    font-size: 26px;
    margin-bottom: 6px;
  }
  .banner-head {
    font-size: 36px;
  }
  .white-bg-home {
    transform-origin: 40% 78%;
  }
  .t-logo {
    height: 50px;
  }
  .mapsection {
    gap: 20px;
  }
  .map-left dotlottie-player {
    height: 300px;
  }
  .map-right h3 {
    font-size: 24px;
  }
  .testimonialLogo {
    padding: 30px;
  }
  .testimonialLogo .swiper-button-next {
    right: 35%;
    top: 70%;
  }
  .testimonialLogo .swiper-button-prev {
    left: 35%;
    top: 70%;
  }
  .testimonialLogo {
    padding-bottom: 60px;
  }
  .testi-txt p {
    font-size: 16px;
  }
  .testimonail-head h3 {
    font-size: 24px;
  }
  .banner-txt .banner-head {
    margin-bottom: 12px;
  }
  .banner-txt {
    padding-top: 26px;
  }
  .banner-head {
    font-size: 28px;
  }
  .banner-head span {
    font-size: 32px;
  }
  .banner-txt .comm-txt {
    margin-bottom: 24px;
  }
  .acad-swiper-txt p {
    font-size: 16px;
  }
  .acad-swiper-txt h4 {
    margin-bottom: 10px;
  }
  .subscribe-wrap {
    padding: 30px;
  }
  .subscribe-content {
    flex-direction: column;
    gap: 30px;
  }
}
@media all and (max-width: 360px) {
  #counter {
    font-size: 26px;
  }
  .banner-head {
    font-size: 34px;
  }
}
/*# sourceMappingURL=main.css.map */