/*------------------------------------------------------------------
[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: 'Manrope';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59FO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Neue Machina';
  src: url('../fonts/NeueMachina-Light.woff2') format('woff2'), url('../fonts/NeueMachina-Light.woff') format('woff'), url('../fonts/NeueMachina-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Machina';
  src: url('../fonts/NeueMachina-Regular.woff2') format('woff2'), url('../fonts/NeueMachina-Regular.woff') format('woff'), url('../fonts/NeueMachina-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Machina';
  src: url('../fonts/NeueMachina-Ultrabold.woff2') format('woff2'), url('../fonts/NeueMachina-Ultrabold.woff') format('woff'), url('../fonts/NeueMachina-Ultrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-family: 'Neue Machina';
  font-weight: 400;
}
/*==========================================================================
=> Color
==========================================================================*/
/*==========================================================================
=> 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,
button,
a,
ul,
li,
ol {
  font-weight: normal;
  margin-bottom: 0;
}
/*==========================================================================
=> 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: 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: 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 {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.12px;
  letter-spacing: -0.02em;
  text-align: left;
  border: none;
  outline: none;
  color: #ffffff;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: transparent;
}
.button::after {
  content: url(../img/arrow-white.svg);
  transition: 0.5s;
}
.button:hover::after {
  transform: translate(3px, -3px);
}
.button.black {
  color: #000;
  border: 1px solid var(--button-line);
  color: var(--button-line);
}
.button.black::after {
  content: url(../img/arrow-black.svg);
  display: block;
  height: 30px;
}
.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: 30px;
}
.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 {
  height: 32px;
  font-size: 24px;
  font-weight: 400;
  line-height: 26.4px;
  letter-spacing: -0.04em;
  text-align: left;
  border: 0;
  width: 100%;
  z-index: 2;
  position: relative;
  background: transparent;
  outline: none;
  color: #fff;
  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-bottom: 1px solid #fff;
}
.form-field ~ .form-label {
  color: #aaa;
  position: absolute;
  font-size: var(--input-fs-main);
  left: 0;
  top: 15px;
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.form-field:focus ~ .form-label,
.form-field.field--not-empty ~ .form-label,
.form-grp.sTop .form-label {
  font-size: var(--input-fs-top);
  background: #fff;
  top: -10px;
  z-index: 2;
}
.form-textarea-group .form-field {
  height: 150px;
  line-height: 1.3;
  padding: 15px 16px;
  resize: none;
}
#chkbox {
  height: 18px;
  width: 18px;
  accent-color: #fff;
  cursor: pointer;
}
.chechbox-wrap {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.chechbox-wrap p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.chechbox-wrap label {
  font-size: 14px;
  font-family: 'Manrope';
  color: #fff;
  cursor: pointer;
}
textarea.form-field {
  min-height: 150px;
}
/* Select */
.select-field {
  background: url('../img/drop-down-arrow.svg') no-repeat calc(100% - 20px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgba(255, 255, 255, 0.2);
}
.select-field.field--not-empty {
  color: #fff;
  border-bottom: 0;
}
.select-field option {
  color: #9fa4a9;
}
.select-field option:checked,
.select-field option:hover {
  background: #7cb2f6;
  color: #fff;
}
/* // Select */
/* Placeholder */
textarea::placeholder {
  font-size: 24px;
  font-weight: 400;
  line-height: 26.4px;
  letter-spacing: -0.04em;
  text-align: left;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  font-size: 24px;
  font-weight: 400;
  line-height: 26.4px;
  letter-spacing: -0.04em;
  text-align: left;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}
input::-webkit-input-placeholder {
  font-size: 24px;
  font-weight: 400;
  line-height: 26.4px;
  letter-spacing: -0.04em;
  text-align: left;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}
.form-label {
  margin-bottom: 20px;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
  display: block;
}
label.error {
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  line-height: 2;
  font-size: 14px;
  color: #f71336;
  position: relative;
}
/* Swiper Slider */
.swiper-container {
  width: 100%;
  height: 100%;
}
.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;
}
:root {
  --header-height: 54px;
  --header-scroll-height: 70px;
}
html,
body {
  width: 100%;
  background: #121212;
}
.container {
  max-width: 1280px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.main-container {
  padding-top: calc(var(--header-height) + 80px);
}
.comm-section {
  padding: 60px 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;
}
.main-container.home-container {
  padding-top: 0;
}
.banner-wrap {
  width: 100%;
  display: flex;
  height: calc(100vh - 70px);
  align-items: flex-end;
  position: relative;
}
.banner-wrap .banner-img {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 8vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  opacity: 0.6;
}
.banner-txt {
  position: relative;
  padding-bottom: 64px;
}
.small-tag {
  padding: 12px 14px 12px 14px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 48px;
  width: max-content;
}
.small-tag h2 {
  color: #fff;
  font-family: Manrope;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
.small-tag h2::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #fff;
  margin-right: 8px;
}
.main-head {
  font-size: 140px;
  font-weight: 400;
  line-height: 140px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.banner-bottom-bg {
  position: absolute;
  background: #121212;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  border-top-left-radius: 24px;
}
.banner-bottom-bg::after {
  content: url(../img/arc.svg);
  right: 0;
  top: 0;
  transform: translateY(-100%);
  position: absolute;
  height: 26px;
}
.banner-bottom-bg::before {
  content: url(../img/arc.svg);
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  position: absolute;
  height: 26px;
}
.bg-elem {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #121212;
  width: 100px;
  height: 100px;
}
.banner-bottom-txt {
  position: absolute;
  right: 8vw;
  bottom: -2px;
  padding: 40px 20px 20px 40px;
  width: 270px;
}
.banner-bottom-txt-detail {
  width: 350px;
}
.banner-bottom-txt p {
  position: relative;
  color: #fff;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  letter-spacing: -0.02em;
  text-align: left;
}
.comm-head {
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  line-height: 70.4px;
  letter-spacing: -0.04em;
  text-align: left;
  text-transform: uppercase;
}
.comm-head.center {
  text-align: center;
}
.comm-txt p {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
}
.about-head {
  margin-bottom: 36px;
  display: flex;
  justify-content: space-between;
}
.about-head h2 {
  max-width: 610px;
}
@keyframes duepduep {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-40px, 0);
  }
  75% {
    transform: translate(0, 0);
  }
}
/* number-counter-section(odometer) */
.number-counter-section {
  width: min-content;
  margin-left: auto;
}
.number-counter-section .odometer:last-child {
  margin: 0;
}
.number-counter-section .odometer .odometer-digit {
  padding: 0 3px;
}
.number-counter-section .odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  font-family: 'Neue Machina';
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: 'Neue Machina';
}
.number-counter-section .odometer .odometer-digit:last-child {
  margin-right: 0;
}
.partner-logos {
  padding: 40px 0;
  position: relative;
  margin-top: 60px;
}
.partner-logos .f-row {
  mix-blend-mode: lighten;
  filter: invert() grayscale(1) brightness(1.5);
}
.partner-logos::after {
  bottom: 0;
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50.5%, rgba(255, 255, 255, 0) 100%);
}
.partner-logos::before {
  top: 0;
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50.5%, rgba(255, 255, 255, 0) 100%);
}
.partner-logo {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
}
.partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.counter {
  max-width: 300px;
}
.counter .odometer {
  display: inline-block;
}
.counter h4 {
  font-size: 48px;
  color: #fff;
}
.counter h4 span {
  display: block;
}
.about-txt {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.about-txt .comm-txt {
  max-width: 640px;
  margin-left: auto;
  display: flex;
  gap: 74px;
}
.services-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.services-box {
  position: relative;
  margin-top: 64px;
  height: 610px;
  width: 100%;
}
.service-img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  opacity: 0.6;
}
.service-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.service-head {
  position: absolute;
  top: 48px;
  width: 100%;
  padding: 0 48px;
}
.service-head h4 {
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  line-height: 70.4px;
  letter-spacing: -0.04em;
  text-align: left;
}
.service-txt {
  padding: 36px;
  position: absolute;
  bottom: 0;
  max-width: 340px;
  padding-bottom: 0;
  padding-left: 10px;
}
.service-txt p {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
  position: relative;
}
.service-txt a {
  position: relative;
  margin-top: 16px;
}
.service-txt-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #121212;
  border-top-right-radius: 24px;
}
.service-txt-bg::after {
  content: url(../img/arc.svg);
  right: 0px;
  bottom: 0;
  transform: translateX(100%) scaleX(-1);
  position: absolute;
  height: 26px;
}
.service-txt-bg::before {
  content: url(../img/arc.svg);
  left: 0;
  top: 0;
  transform: translateY(-100%) scaleX(-1);
  position: absolute;
  height: 26px;
}
.swiperServices {
  overflow: visible;
}
.vision-wrap {
  display: flex;
  background: #1B1B1B;
  border-radius: 24px;
  position: relative;
}
.vision-txt .comm-txt {
  display: flex;
  gap: 64px;
}
.vision-left {
  width: 65%;
  padding: 60px;
}
.vision-left .comm-head {
  margin-bottom: 40px;
}
.vision-right {
  width: 45%;
  position: absolute;
  right: 0;
  height: 100%;
}
.vision-right img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.process-txt p {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}
.process {
  padding-top: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.process:first-child h6,
.process:first-child p {
  display: block;
}
.process h6 {
  font-family: Manrope;
  font-size: 12px;
  font-weight: 700;
  line-height: 16.39px;
  text-align: left;
  padding: 12px;
  display: block;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  width: max-content;
  text-transform: uppercase;
  border-radius: 8px;
  margin-bottom: 28px;
  display: none;
}
.process h6::before {
  content: "";
  height: 5px;
  width: 5px;
  margin-right: 8px;
  display: inline-block;
  background: #fff;
}
.process h4 {
  font-size: 36px;
  font-weight: 400;
  line-height: 39.6px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
.process p {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
  opacity: 0.6;
  margin-top: 28px;
  display: none;
}
.process-wrap {
  display: flex;
  gap: 48px;
}
.process-left {
  width: calc(50% - 24px);
  position: relative;
}
.process-right {
  width: calc(50% - 24px);
}
.process-img-txt {
  position: absolute;
  width: 100%;
  padding: 48px;
  z-index: 1;
}
.process-img {
  height: 750px;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.process-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 40%, transparent);
}
.process-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section {
  overflow: hidden;
}
.attention-img-wrap {
  position: relative;
  height: 740px;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.attention-img-wrap .banner-bottom-txt {
  right: 0;
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.attention-img-wrap .banner-bottom-txt a {
  position: relative;
}
.vision-section {
  overflow: hidden;
}
.attention-img {
  height: 100%;
  width: 100%;
}
.attention-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.attention-head {
  margin-bottom: 48px;
}
.attention-head h3 {
  font-size: 108px;
  font-weight: 400;
  line-height: 109px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.footer-list {
  display: flex;
  justify-content: space-between;
}
.footer-list h4 {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.12px;
  text-align: left;
  color: #fff;
  opacity: 0.4;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer-list li {
  margin-bottom: 20px;
}
.footer-list h6 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
  margin-top: 16px;
}
.footer-list a {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
}
.contact-list p {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.12px;
  text-align: left;
  color: #fff;
  margin-bottom: 14px;
}
.contact-list a {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #FFF;
  opacity: 0.4;
  margin-bottom: 36px;
}
.contact-list span {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
  opacity: 0.4;
}
.footer-bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.footer-bottom span {
  color: #fff;
  opacity: 0.4;
}
.social ul {
  display: flex;
  gap: 12px;
}
.footer-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
.footer-head a {
  flex-shrink: 0;
}
.footer-wrap {
  padding: 64px 0;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
}
.contact-form-wrap {
  max-width: 720px;
  margin: auto;
}
.contact-form {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 24px;
  margin-top: 54px;
  padding: 84px 0;
}
.select-field {
  background-image: url(../img/drop.svg);
}
.select-field option:checked {
  color: rgba(255, 255, 255, 0.2);
}
.contact-form {
  position: relative;
}
.contact-form .banner-bottom-txt {
  right: 0;
  bottom: 0;
  min-height: 150px;
  display: flex;
  align-items: center;
}
.contact-form .button {
  position: relative;
  transform: translate(50px, -10px);
}
.contact-link {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: block;
}
.service-banner {
  transform: translateY(-80px);
}
.ser-main-head {
  transform: translateY(80px);
  z-index: 1;
  position: relative;
}
.service-about .comm-head {
  font-size: 48px;
  line-height: 1.2;
}
.service-about .about-head {
  max-width: 530px;
  margin-bottom: 0;
}
.service-about .button {
  margin-top: 120px;
}
.service-about-wrap {
  display: flex;
  align-items: flex-end;
}
.acc-gradient.active .faq-btn {
  transform: rotate(45deg);
  top: -15px;
  position: relative;
  background: #fff;
}
.acc-gradient.active .acc-item {
  align-items: flex-start;
}
.acc-item {
  padding: 36px 0;
  display: flex;
  align-items: center;
  gap: 36px;
  border-radius: 24px;
  cursor: pointer;
}
.faq-btn {
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 100%;
  background: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s linear;
  cursor: pointer;
}
.faq-btn:hover {
  background: rgba(143, 152, 255, 0.4);
}
.faq-btn-img {
  width: 32px;
  height: 32px;
}
.faq-btn-img img {
  object-fit: contain;
  display: block;
}
.acc-info {
  flex: 1;
}
.faq-hdn {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.faq-detail {
  position: relative;
}
.faq-detail p {
  padding-top: 20px;
  top: 0;
  display: none;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  opacity: 0.6;
}
.comm-nav {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
.comm-nav .nav-left.swiper-button-disabled,
.comm-nav .nav-right.swiper-button-disabled {
  opacity: 0.5;
}
.faq-wrap {
  background: rgba(255, 255, 255, 0.04);
  padding: 86px;
  border-radius: 24px;
}
.acc-container {
  max-width: 707px;
  margin: auto;
}
.faq-btn {
  width: 36px;
  padding: 8px;
  height: 36px;
}
.acc-container h6 {
  font-size: 64px;
  font-weight: 0;
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
}
.wpcf7-submit {
  background: url("../img/arrow-white.svg") no-repeat;
  background-position: right center;
  padding: 8px 0;
  padding-right: 40px;
}
.wpcf7-spinner {
  position: absolute;
  bottom: -35px;
  right: -45px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #fff;
  width: 300px;
  margin: auto;
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  width: 300px;
  margin: auto;
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.service-about-head {
  flex-direction: column;
  align-items: flex-start;
}
.detail-process-right .process h6 {
  display: block;
  margin-bottom: 0;
  flex-shrink: 0;
}
.detail-process-right .process {
  display: flex;
  gap: 16px;
  padding: 30px 0;
  align-items: center;
}
.service-banner {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.service-banner-elem {
  height: 114px;
  position: absolute;
  inset: 0;
  background: #121212;
  width: 85%;
  border-bottom-right-radius: 24px;
  top: -1px;
  left: -2px;
}
.service-banner-elem::after {
  content: url(../img/arc.svg);
  right: 1px;
  top: 0;
  transform: translateX(100%) scale(-1);
  position: absolute;
  height: 26px;
}
.service-banner-elem::before {
  content: url(../img/arc.svg);
  left: 0;
  bottom: 1px;
  transform: translateY(100%) scale(-1);
  position: absolute;
  height: 26px;
}
.services-alt-details {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.services-alt {
  display: flex;
  gap: 40px;
  align-items: center;
}
.services-alt:nth-child(even) {
  flex-direction: row-reverse;
}
.services-alt-img {
  position: relative;
  height: 600px;
  width: calc(50% - 20px);
  border-radius: 24px;
  overflow: hidden;
}
.services-alt-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
}
.services-alt-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contact-name {
  font-size: 24px;
  color: #fff;
  margin-bottom: 8px;
}
.num-grid {
  margin-top: 30px;
}
.numbers-wrap {
  padding: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.numbers-wrap .counter {
  max-width: none;
}
.numbers-wrap .odometer-inside {
  display: flex;
}
.numbers-wrap .counter h4 {
  font-size: 64px;
  font-weight: 700;
}
.numbers-wrap .odo-txt {
  font-size: 36px;
  font-weight: 500;
}
.services-alt-head {
  position: absolute;
  inset: 0;
  width: 100%;
  padding: 40px;
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  line-height: 70.4px;
  letter-spacing: -0.04em;
  text-align: left;
  z-index: 1;
}
.services-alt-txt {
  width: calc(50% - 20px);
}
.services-alt-txt p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.04em;
  text-align: left;
  font-family: "Manrope";
  color: #fff;
}
.services-alt-section .about-head {
  margin-bottom: 60px;
}
.services-alt-section .about-head .comm-head {
  max-width: none;
}
/* header */
:root {
  --menuWidth: 300px;
}
#header {
  position: fixed;
  top: 48px;
  left: 0;
  width: 100%;
  z-index: 999;
}
.head-right {
  display: flex;
  padding-right: 16px;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}
.header-box .header-wrap {
  position: relative;
  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(--header-height);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #fff;
  padding: 8px;
  border-radius: 12px;
}
.drop {
  position: relative;
}
.drop > a:after {
  content: "";
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/menu-drop.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;
}
.drop ul li a:hover {
  background: #eee;
  color: #000;
}
.drop:hover ul {
  opacity: 1;
  visibility: visible;
}
.drop:hover > a:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.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 24px;
}
.header-list li a {
  font-size: 18px;
  color: var(--dark);
  font-weight: 500;
}
.header-list li a:hover {
  color: var(--secClr);
}
/* side menu */
.menuOverlay {
  width: 100%;
  height: 100%;
  background: #1b1b1b;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.menuOverlay.show {
  opacity: 1;
  visibility: visible;
}
.header-box {
  position: relative;
  z-index: 1000;
}
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
.nav-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  clip-path: inset(0 0 100% 0);
  transition: 0.5s;
  height: calc(100vh - 100px);
}
.nav-wrapper ul {
  display: flex;
  justify-content: center;
}
.nav-wrapper.show-menu {
  clip-path: inset(0 0 0 0);
}
.js-nav-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #000;
  border: 0px solid #000;
  background: #000;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.side-menu {
  display: flex;
  align-items: center;
  gap: 10px;
}
.side-menu span {
  font-family: 'Manrope';
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.js-nav-toggle span {
  position: relative;
  background-color: #000;
  height: 2px;
  display: block;
  width: 22px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.js-nav-toggle span:before,
.js-nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  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: #fff;
}
.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;
  background-color: #1b1b1b;
}
.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 currentcolor;
  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: currentcolor;
  margin-top: -1px;
}
.mob-navigation a {
  display: block;
  position: relative;
  padding: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  font-size: 16px;
}
.mob-navigation a:hover {
  color: #aaa;
  background-color: var(--nblue);
}
.mob-navigation ul {
  flex-direction: column;
  gap: 30px;
  position: relative;
  background: url(../img/vision.png) no-repeat;
  background-color: #1b1b1b;
  background-position: right bottom;
  background-size: contain;
  height: 100%;
  box-shadow: -20px 0px 20px 20px #1b1b1b inset;
  padding-left: 60px;
}
.mob-navigation ul li {
  background: transparent;
  flex: none;
  margin-bottom: 0px;
}
.mob-navigation ul li a {
  color: #fff;
  justify-content: flex-start;
  font-size: 48px;
  padding: 0;
  transition: 0.5s;
}
.mob-navigation ul li a:hover {
  transform: translateX(10px);
}
.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;
}
.navigation {
  display: none;
}
.nav-wrapper {
  display: block;
}
.header-list {
  display: none;
}
.menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .container {
  transition: 0.3s;
}
@media all and (max-width: 480px) {
  .logo {
    width: 90px;
  }
}
@media all and (max-width: 1600px) {
  .main-head {
    font-size: 130px;
  }
  .banner-wrap .banner-img,
  .banner-bottom-txt {
    right: 5vw;
  }
}
@media all and (max-width: 1366px) {
  .main-head {
    font-size: 120px;
  }
  .container {
    max-width: 1110px;
  }
  .small-tag {
    margin-bottom: 28px;
  }
  .banner-txt {
    padding-bottom: 44px;
  }
  #header {
    top: 30px;
  }
  .attention-head h3 {
    font-size: 88px;
    line-height: 1.2;
  }
  .mob-navigation ul li a {
    font-size: 32px;
  }
}
@media all and (max-width: 1260px) {
  .main-head {
    font-size: 90px;
    line-height: 1.3;
  }
  .comm-head {
    font-size: 54px;
  }
  .banner-wrap .banner-img,
  .banner-bottom-txt {
    right: 3vw;
  }
  .container {
    max-width: 900px;
  }
  .services-box {
    margin-top: 40px;
    height: 500px;
  }
  .service-head h4 {
    font-size: 48px;
  }
  .service-head {
    padding: 0 30px;
  }
  .vision-txt .comm-txt {
    gap: 24px;
    flex-direction: column;
  }
  .vision-left {
    padding: 40px;
  }
  .vision-left .comm-head {
    margin-bottom: 20px;
  }
  .small-tag {
    margin-bottom: 14px;
  }
  .process-wrap {
    flex-direction: column;
  }
  .process-left {
    width: 100%;
  }
  .process-right {
    width: 100%;
  }
  .process-img {
    height: 450px;
  }
  .attention-head h3 {
    font-size: 75px;
  }
  .attention-img-wrap {
    height: 500px;
  }
  .service-about-wrap {
    flex-direction: column;
    gap: 40px;
  }
  .service-about .about-head {
    max-width: none;
  }
  .service-about .button {
    margin-top: 40px;
  }
  .comm-nav .nav-left,
  .comm-nav .nav-right {
    height: 50px;
    width: 50px;
  }
  .services-alt {
    flex-direction: column;
  }
  .services-alt:nth-child(even) {
    flex-direction: column;
  }
  .services-alt-txt {
    width: 100%;
  }
  .services-alt-img {
    width: 100%;
  }
  .services-alt-details {
    gap: 60px;
  }
  .services-alt-details {
    max-width: 570px;
    margin: auto;
  }
}
@media all and (max-width: 990px) {
  .banner-wrap .banner-img,
  .banner-bottom-txt {
    right: 0;
  }
  .banner-bottom-txt {
    right: -2px;
  }
  .main-head {
    font-size: 80px;
  }
  .comm-head {
    font-size: 50px;
    line-height: 1.2;
  }
  .small-tag {
    margin-bottom: 18px;
  }
  .banner-txt {
    padding-bottom: 174px;
  }
  .attention-head h3 {
    font-size: 64px;
  }
  .attention-head {
    margin-bottom: 24px;
  }
  .contact-form {
    padding: 40px;
  }
  .contact-link {
    font-size: 26px;
  }
  .main-head {
    font-size: 80px;
    line-height: 1.1;
    margin-bottom: 30px;
  }
  .acc-container h6 {
    font-size: 48px;
  }
  .faq-wrap {
    padding: 40px;
  }
  .swiperServices {
    overflow: visible;
    padding-bottom: 100px;
  }
  .comm-nav {
    bottom: 0;
    right: auto;
  }
  .about-head {
    flex-direction: column;
    gap: 30px;
  }
  .about-txt {
    flex-direction: column-reverse;
    gap: 30px;
    align-items: flex-start;
  }
  .about-txt .comm-txt {
    max-width: none;
  }
  .service-banner-elem {
    height: 74px;
  }
}
@media all and (max-width: 768px) {
  .mob-navigation ul {
    flex-direction: column;
    gap: 20px;
    position: relative;
    background: url(../img/vision.png) no-repeat;
    background-color: #1b1b1b;
    background-position: right bottom;
    background-size: contain;
  }
  .mob-navigation ul li {
    background: transparent;
    flex: none;
    margin-bottom: 20px;
  }
  .mob-navigation ul li a {
    color: #fff;
    justify-content: flex-start;
    font-size: 28px;
  }
  .services-alt-head {
    font-size: 48px;
  }
  .nav-wrapper {
    height: calc(100vh - 40px);
  }
  .vision-right,
  .vision-left {
    width: 100%;
    position: static;
  }
  .vision-wrap {
    flex-direction: column;
  }
  .chechbox-wrap {
    width: 50%;
    margin-top: 30px;
  }
  .contact-form {
    padding: 30px;
    margin-top: 20px;
  }
  .form-grp,
  .form-textarea-group {
    margin-bottom: 20px;
  }
  .contact-form {
    padding-bottom: 80px;
  }
  #header {
    transition: 0.3s;
  }
  #header.menu-open {
    top: 0;
  }
  #header.menu-open .container {
    padding: 0;
  }
  #header.menu-open .header-box .header-wrap {
    border-radius: 0;
  }
}
@media all and (max-width: 640px) {
  .services-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .services-box {
    margin-top: 30px;
    height: 430px;
  }
  .service-head h4 {
    font-size: 36px;
    line-height: 1;
  }
  .footer-list {
    flex-wrap: wrap;
  }
  .footer-list ul,
  .footer-list .social {
    width: 50%;
  }
  .footer-list ul ul,
  .footer-list .social ul {
    width: 100%;
  }
  .footer-head .main-head {
    font-size: 50px;
  }
  .footer-wrap {
    padding: 44px 0;
  }
  .footer-list li {
    margin-bottom: 16px;
  }
  .form-label {
    margin-bottom: 14px;
  }
  .contact-form {
    padding-bottom: 180px;
  }
  .chechbox-wrap {
    width: 100%;
  }
  .service-banner {
    transform: translateY(0px);
  }
  .about-txt .comm-txt {
    flex-direction: column;
    gap: 20px;
  }
  .service-about .comm-head {
    font-size: 36px;
  }
}
@media all and (max-width: 576px) {
  .main-head {
    font-size: 70px;
    line-height: 1.2;
  }
  .vision-left {
    padding: 24px;
  }
  .comm-section {
    padding: 40px 0;
  }
  .process-img-txt {
    padding: 18px;
  }
  .comm-head {
    font-size: 40px;
  }
  .process-wrap {
    gap: 36px;
  }
  .process {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .process p {
    margin-top: 18px;
  }
  .process h4 {
    font-size: 28px;
  }
  .attention-head h3 {
    font-size: 44px;
  }
  .counter h4 {
    font-size: 40px;
  }
  .number-counter-section {
    margin-left: 0;
  }
  .services-alt-img {
    height: 480px;
  }
  .services-alt-txt p {
    font-size: 20px;
  }
  .services-alt-details {
    max-width: 400px;
  }
}
@media all and (max-width: 480px) {
  .main-head {
    font-size: 60px;
    line-height: 1.2;
  }
  .service-banner-elem {
    height: 54px;
  }
  .comm-head {
    font-size: 38px;
  }
  .about-txt .comm-txt {
    flex-direction: column;
    gap: 24px;
  }
  .service-txt p {
    font-size: 14px;
  }
  .services-box {
    margin-top: 20px;
    height: 380px;
  }
  .service-txt {
    padding: 16px;
    max-width: 280px;
  }
  .footer-head {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .attention-img-wrap {
    height: 400px;
  }
  .attention-img-wrap .banner-bottom-txt {
    width: 220px;
  }
  .banner-bottom-txt {
    width: 270px;
  }
  .banner-bottom-txt-detail {
    width: 300px;
  }
  .contact-form .button {
    position: relative;
  }
  .contact-form {
    padding: 20px;
    border-radius: 16px;
    padding-bottom: 180px;
  }
  .acc-container h6 {
    font-size: 32px;
  }
  .faq-wrap {
    padding: 20px;
  }
  .acc-item {
    padding: 16px 0;
  }
  .acc-item {
    gap: 20px;
  }
  .faq-hdn {
    font-size: 20px;
  }
  .partner-logos {
    padding: 20px 0;
    margin-top: 30px;
  }
  .comm-nav {
    bottom: 0;
  }
  .service-txt a {
    position: relative;
    margin-top: 8px;
  }
  .service-txt {
    padding-bottom: 0;
    padding-right: 20px;
  }
  .service-txt p {
    line-height: 1.5;
  }
  .counter h4 {
    font-size: 32px;
  }
  .services-alt-head {
    padding: 24px;
  }
  .services-alt-head {
    font-size: 40px;
  }
  .mob-navigation ul {
    justify-content: flex-start;
    padding-top: 60px;
  }
  .numbers-wrap {
    padding: 30px 20px;
  }
  .numbers-wrap .counter h4 {
    font-size: 44px;
  }
  .numbers-wrap .odo-txt {
    font-size: 24px;
  }
  .banner-bottom-txt {
    padding: 20px 20px 20px 30px;
  }
  .banner-wrap .banner-img {
    background-attachment: unset;
  }
  .numbers-wrap .odo-txt {
    margin-top: 8px;
  }
}
@media all and (max-width: 400px) {
  .main-head {
    font-size: 42px;
  }
  .main-container {
    padding-top: calc(var(--header-height) + 40px);
  }
  .contact-link {
    font-size: 22px;
  }
  .footer-head .main-head {
    font-size: 44px;
  }
  .process h4 {
    font-size: 24px;
  }
  .head-right {
    padding-right: 0;
  }
  .service-txt {
    max-width: 220px;
  }
  .services-alt-img {
    height: 350px;
  }
  .services-alt-txt p {
    font-size: 16px;
  }
  .services-alt {
    gap: 24px;
  }
  .services-alt-head {
    font-size: 36px;
  }
}
/*# sourceMappingURL=main.css.map */