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

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

-------------------------------------------------------------------*/
/*==========================================================================
=> font
==========================================================================*/
/*==========================================================================
=> anim
==========================================================================*/
/*==========================================================================
=> transform
==========================================================================*/
/*==========================================================================
=> border radius
==========================================================================*/
/*==========================================================================
=> flex
==========================================================================*/
/*==========================================================================
=> ellipsis
==========================================================================*/
/*==========================================================================
=> image
==========================================================================*/
/*==========================================================================
=> box-shadow
==========================================================================*/
:root {
  --header-height: 100px;
  --header-scroll-height: 80px;
  --white: #fff;
  --black: #121212;
  --grey: #1C1C1C;
  --blue: #261968;
  --pink: #A11E7E;
  --pur: #18004D;
  --fs128: clamp(42px, 6.67vw, 128px);
  --fs96: clamp(36px, 5vw, 96px);
  --fs88: clamp(36px, 4.17vw, 88px);
  --fs80: clamp(34px, 4.17vw, 80px);
  --fs72: clamp(32px, 3.75vw, 72px);
  --fs64: clamp(26px, 3.33vw, 64px);
  --fs60: clamp(26px, 3.33vw, 60px);
  --fs56: clamp(26px, 3.33vw, 56px);
  --fs50: clamp(24px, 2.5vw, 50px);
  --fs48: clamp(28px, 2.5vw, 48px);
  --fs42: clamp(24px, 2.19vw, 42px);
  --fs40: clamp(22px, 2.08vw, 40px);
  --fs36: clamp(20px, 1.88vw, 36px);
  --fs32: clamp(20px, 1.67vw, 32px);
  --fs30: clamp(20px, 1.67vw, 30px);
  --fs28: clamp(18px, 1.46vw, 28px);
  --fs24: clamp(18px, 1.45vw, 24px);
  --fs22: clamp(16px, 1.15vw, 22px);
  --fs20: clamp(16px, 1.04vw, 20px);
  --fs18: clamp(16px, 0.94vw, 18px);
  --fs16: 16px;
  --fs14: 14px;
  --pad60: clamp(24px, 3.13vw, 60px);
  --spc280: clamp(24px, 14.58vw, 280px);
  --spc200: clamp(36px, 10.42vw, 200px);
  --spc80: clamp(40px, 5vw, 80px);
  --spc60: clamp(24px, 3.13vw, 60px);
  --spc48: clamp(28px, 2.5vw, 48px);
  --spc40: clamp(24px, 2.5vw, 40px);
  --spc36: clamp(24px, 1.67vw, 36px);
  --spc32: clamp(24px, 1.67vw, 32px);
  --spc30: clamp(24px, 1.67vw, 30px);
  --spc24: 24px;
  --spc16: 16px;
  --spc8: 8px;
  --br30: clamp(14px, 1.56vw, 30px);
  --br24: clamp(14px, 1.25vw, 24px);
  --br20: clamp(14px, 1.04vw, 20px);
}
.mt60 {
  margin-top: var(--spc60) !important;
}
.mb60 {
  margin-bottom: var(--spc60) !important;
}
.mt48 {
  margin-top: var(--spc48) !important;
}
.mb48 {
  margin-bottom: var(--spc48) !important;
}
.mt40 {
  margin-top: var(--spc40) !important;
}
.mb40 {
  margin-bottom: var(--spc40) !important;
}
.mt36 {
  margin-top: var(--spc36) !important;
}
.mb36 {
  margin-bottom: var(--spc36) !important;
}
.mt30 {
  margin-top: var(--spc30) !important;
}
.mb30 {
  margin-bottom: var(--spc30) !important;
}
.mt16 {
  margin-top: var(--spc16) !important;
}
.mb24 {
  margin-bottom: var(--spc24) !important;
}
.mb16 {
  margin-bottom: var(--spc16) !important;
}
.mt8 {
  margin-top: var(--spc8) !important;
}
.mb8 {
  margin-bottom: var(--spc8) !important;
}
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

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

-------------------------------------------------------------------*/
html,
body {
  font-family: 'Inter';
  font-weight: 400;
  line-height: 1.5;
}
/*==========================================================================
=> Color
==========================================================================*/
:root {
  --sidebarWidth: 430px;
  /* input */
  --input-height: 50px;
  --input-fs-main: 16px;
  --input-fs-top: 14px;
  --input-icon-fs: 18px;
  --input-icon: #1baac4;
  --input-border: #aaa;
  --input-error: #ff2323;
  /* input end */
  /* button */
  --button-fill: #000;
  --button-line: #30223B;
  /* 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;
}
/*==========================================================================
=> Fonts
==========================================================================*/
* {
  font-weight: normal;
  margin-bottom: 0;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?ay2qbl');
  src: url('../fonts/icomoon.eot?ay2qbl#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?ay2qbl') format('truetype'), url('../fonts/icomoon.woff?ay2qbl') format('woff'), url('../fonts/icomoon.svg?ay2qbl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[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-logout:before {
  content: "\e944";
}
/*==========================================================================
=> Custom Grid
==========================================================================*/
/* Grid */
.f-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.f-col {
  padding: 0 15px;
}
/* flex col */
.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%;
}
/* flex col end */
/* Grid */
.g-10 {
  grid-template-columns: repeat(10, 1fr);
}
.g-9 {
  grid-template-columns: repeat(9, 1fr);
}
.g-8 {
  grid-template-columns: repeat(8, 1fr);
}
.g-7 {
  grid-template-columns: repeat(7, 1fr);
}
.g-6 {
  grid-template-columns: repeat(6, 1fr);
}
.g-5 {
  grid-template-columns: repeat(5, 1fr);
}
.g-4 {
  grid-template-columns: repeat(4, 1fr);
}
.g-3 {
  grid-template-columns: repeat(3, 1fr);
}
.g-2 {
  grid-template-columns: repeat(2, 1fr);
}
.g-1 {
  grid-template-columns: repeat(1, 1fr);
}
/* Grid */
.gp-70 {
  gap: 70px;
}
.gp-65 {
  gap: 65px;
}
.gp-60 {
  gap: 60px;
}
.gp-55 {
  gap: 55px;
}
.gp-50 {
  gap: 50px;
}
.gp-45 {
  gap: 45px;
}
.gp-40 {
  gap: 40px;
}
.gp-35 {
  gap: 35px;
}
.gp-30 {
  gap: 30px;
}
.gp-25 {
  gap: 25px;
}
.gp-20 {
  gap: 20px;
}
.gp-15 {
  gap: 15px;
}
.gp-10 {
  gap: 10px;
}
.gp-5 {
  gap: 5px;
}
.gp-0 {
  gap: 0px;
}
/* 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;
}
.comm-grid {
  display: grid;
  width: 100%;
}
@media all and (max-width: 1440px) {
  .f-1440-10 .f-col {
    width: 10%;
  }
  .f-1440-9 .f-col {
    width: 11.11111111%;
  }
  .f-1440-8 .f-col {
    width: 12.5%;
  }
  .f-1440-7 .f-col {
    width: 14.28571429%;
  }
  .f-1440-6 .f-col {
    width: 16.66666667%;
  }
  .f-1440-5 .f-col {
    width: 20%;
  }
  .f-1440-4 .f-col {
    width: 25%;
  }
  .f-1440-3 .f-col {
    width: 33.33333333%;
  }
  .f-1440-2 .f-col {
    width: 50%;
  }
  .f-1440-1 .f-col {
    width: 100%;
  }
  .g-1440-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-1440-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-1440-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-1440-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-1440-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-1440-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-1440-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-1440-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-1440-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-1440-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-1440-70 {
    gap: 70px;
  }
  .gp-1440-65 {
    gap: 65px;
  }
  .gp-1440-60 {
    gap: 60px;
  }
  .gp-1440-55 {
    gap: 55px;
  }
  .gp-1440-50 {
    gap: 50px;
  }
  .gp-1440-45 {
    gap: 45px;
  }
  .gp-1440-40 {
    gap: 40px;
  }
  .gp-1440-35 {
    gap: 35px;
  }
  .gp-1440-30 {
    gap: 30px;
  }
  .gp-1440-25 {
    gap: 25px;
  }
  .gp-1440-20 {
    gap: 20px;
  }
  .gp-1440-15 {
    gap: 15px;
  }
  .gp-1440-10 {
    gap: 10px;
  }
  .gp-1440-5 {
    gap: 5px;
  }
  .gp-1440-0 {
    gap: 0px;
  }
  .w-1440-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-33 {
    width: 33%;
  }
  .w-1440-16 {
    width: 16.666666%;
  }
  .mb-1440-100 {
    margin-bottom: 100px;
  }
  .mb-1440-95 {
    margin-bottom: 95px;
  }
  .mb-1440-90 {
    margin-bottom: 90px;
  }
  .mb-1440-85 {
    margin-bottom: 85px;
  }
  .mb-1440-80 {
    margin-bottom: 80px;
  }
  .mb-1440-75 {
    margin-bottom: 75px;
  }
  .mb-1440-70 {
    margin-bottom: 70px;
  }
  .mb-1440-65 {
    margin-bottom: 65px;
  }
  .mb-1440-60 {
    margin-bottom: 60px;
  }
  .mb-1440-55 {
    margin-bottom: 55px;
  }
  .mb-1440-50 {
    margin-bottom: 50px;
  }
  .mb-1440-45 {
    margin-bottom: 45px;
  }
  .mb-1440-40 {
    margin-bottom: 40px;
  }
  .mb-1440-35 {
    margin-bottom: 35px;
  }
  .mb-1440-30 {
    margin-bottom: 30px;
  }
  .mb-1440-25 {
    margin-bottom: 25px;
  }
  .mb-1440-20 {
    margin-bottom: 20px;
  }
  .mb-1440-15 {
    margin-bottom: 15px;
  }
  .mb-1440-10 {
    margin-bottom: 10px;
  }
  .mb-1440-5 {
    margin-bottom: 5px;
  }
  .mb-1440-0 {
    margin-bottom: 0px;
  }
}
@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%;
  }
  .g-1366-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-1366-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-1366-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-1366-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-1366-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-1366-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-1366-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-1366-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-1366-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-1366-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-1366-70 {
    gap: 70px;
  }
  .gp-1366-65 {
    gap: 65px;
  }
  .gp-1366-60 {
    gap: 60px;
  }
  .gp-1366-55 {
    gap: 55px;
  }
  .gp-1366-50 {
    gap: 50px;
  }
  .gp-1366-45 {
    gap: 45px;
  }
  .gp-1366-40 {
    gap: 40px;
  }
  .gp-1366-35 {
    gap: 35px;
  }
  .gp-1366-30 {
    gap: 30px;
  }
  .gp-1366-25 {
    gap: 25px;
  }
  .gp-1366-20 {
    gap: 20px;
  }
  .gp-1366-15 {
    gap: 15px;
  }
  .gp-1366-10 {
    gap: 10px;
  }
  .gp-1366-5 {
    gap: 5px;
  }
  .gp-1366-0 {
    gap: 0px;
  }
  .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: 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;
  }
  .g-1200-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-1200-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-1200-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-1200-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-1200-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-1200-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-1200-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-1200-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-1200-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-1200-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-1200-70 {
    gap: 70px;
  }
  .gp-1200-65 {
    gap: 65px;
  }
  .gp-1200-60 {
    gap: 60px;
  }
  .gp-1200-55 {
    gap: 55px;
  }
  .gp-1200-50 {
    gap: 50px;
  }
  .gp-1200-45 {
    gap: 45px;
  }
  .gp-1200-40 {
    gap: 40px;
  }
  .gp-1200-35 {
    gap: 35px;
  }
  .gp-1200-30 {
    gap: 30px;
  }
  .gp-1200-25 {
    gap: 25px;
  }
  .gp-1200-20 {
    gap: 20px;
  }
  .gp-1200-15 {
    gap: 15px;
  }
  .gp-1200-10 {
    gap: 10px;
  }
  .gp-1200-5 {
    gap: 5px;
  }
  .gp-1200-0 {
    gap: 0px;
  }
  .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: 1024px) {
  .f-1024-10 .f-col {
    width: 10%;
  }
  .f-1024-9 .f-col {
    width: 11.11111111%;
  }
  .f-1024-8 .f-col {
    width: 12.5%;
  }
  .f-1024-7 .f-col {
    width: 14.28571429%;
  }
  .f-1024-6 .f-col {
    width: 16.66666667%;
  }
  .f-1024-5 .f-col {
    width: 20%;
  }
  .f-1024-4 .f-col {
    width: 25%;
  }
  .f-1024-3 .f-col {
    width: 33.33333333%;
  }
  .f-1024-2 .f-col {
    width: 50%;
  }
  .f-1024-1 .f-col {
    width: 100%;
  }
  .g-1024-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-1024-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-1024-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-1024-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-1024-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-1024-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-1024-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-1024-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-1024-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-1024-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-1024-70 {
    gap: 70px;
  }
  .gp-1024-65 {
    gap: 65px;
  }
  .gp-1024-60 {
    gap: 60px;
  }
  .gp-1024-55 {
    gap: 55px;
  }
  .gp-1024-50 {
    gap: 50px;
  }
  .gp-1024-45 {
    gap: 45px;
  }
  .gp-1024-40 {
    gap: 40px;
  }
  .gp-1024-35 {
    gap: 35px;
  }
  .gp-1024-30 {
    gap: 30px;
  }
  .gp-1024-25 {
    gap: 25px;
  }
  .gp-1024-20 {
    gap: 20px;
  }
  .gp-1024-15 {
    gap: 15px;
  }
  .gp-1024-10 {
    gap: 10px;
  }
  .gp-1024-5 {
    gap: 5px;
  }
  .gp-1024-0 {
    gap: 0px;
  }
  .w-1024-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-33 {
    width: 33%;
  }
  .w-1024-16 {
    width: 16.666666%;
  }
  .mb-1024-100 {
    margin-bottom: 100px;
  }
  .mb-1024-95 {
    margin-bottom: 95px;
  }
  .mb-1024-90 {
    margin-bottom: 90px;
  }
  .mb-1024-85 {
    margin-bottom: 85px;
  }
  .mb-1024-80 {
    margin-bottom: 80px;
  }
  .mb-1024-75 {
    margin-bottom: 75px;
  }
  .mb-1024-70 {
    margin-bottom: 70px;
  }
  .mb-1024-65 {
    margin-bottom: 65px;
  }
  .mb-1024-60 {
    margin-bottom: 60px;
  }
  .mb-1024-55 {
    margin-bottom: 55px;
  }
  .mb-1024-50 {
    margin-bottom: 50px;
  }
  .mb-1024-45 {
    margin-bottom: 45px;
  }
  .mb-1024-40 {
    margin-bottom: 40px;
  }
  .mb-1024-35 {
    margin-bottom: 35px;
  }
  .mb-1024-30 {
    margin-bottom: 30px;
  }
  .mb-1024-25 {
    margin-bottom: 25px;
  }
  .mb-1024-20 {
    margin-bottom: 20px;
  }
  .mb-1024-15 {
    margin-bottom: 15px;
  }
  .mb-1024-10 {
    margin-bottom: 10px;
  }
  .mb-1024-5 {
    margin-bottom: 5px;
  }
  .mb-1024-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;
  }
  .g-990-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-990-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-990-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-990-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-990-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-990-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-990-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-990-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-990-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-990-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-990-70 {
    gap: 70px;
  }
  .gp-990-65 {
    gap: 65px;
  }
  .gp-990-60 {
    gap: 60px;
  }
  .gp-990-55 {
    gap: 55px;
  }
  .gp-990-50 {
    gap: 50px;
  }
  .gp-990-45 {
    gap: 45px;
  }
  .gp-990-40 {
    gap: 40px;
  }
  .gp-990-35 {
    gap: 35px;
  }
  .gp-990-30 {
    gap: 30px;
  }
  .gp-990-25 {
    gap: 25px;
  }
  .gp-990-20 {
    gap: 20px;
  }
  .gp-990-15 {
    gap: 15px;
  }
  .gp-990-10 {
    gap: 10px;
  }
  .gp-990-5 {
    gap: 5px;
  }
  .gp-990-0 {
    gap: 0px;
  }
  .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;
  }
  .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;
  }
  .g-768-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-768-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-768-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-768-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-768-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-768-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-768-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-768-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-768-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-768-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-768-70 {
    gap: 70px;
  }
  .gp-768-65 {
    gap: 65px;
  }
  .gp-768-60 {
    gap: 60px;
  }
  .gp-768-55 {
    gap: 55px;
  }
  .gp-768-50 {
    gap: 50px;
  }
  .gp-768-45 {
    gap: 45px;
  }
  .gp-768-40 {
    gap: 40px;
  }
  .gp-768-35 {
    gap: 35px;
  }
  .gp-768-30 {
    gap: 30px;
  }
  .gp-768-25 {
    gap: 25px;
  }
  .gp-768-20 {
    gap: 20px;
  }
  .gp-768-15 {
    gap: 15px;
  }
  .gp-768-10 {
    gap: 10px;
  }
  .gp-768-5 {
    gap: 5px;
  }
  .gp-768-0 {
    gap: 0px;
  }
  .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;
  }
  .g-640-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-640-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-640-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-640-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-640-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-640-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-640-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-640-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-640-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-640-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-640-70 {
    gap: 70px;
  }
  .gp-640-65 {
    gap: 65px;
  }
  .gp-640-60 {
    gap: 60px;
  }
  .gp-640-55 {
    gap: 55px;
  }
  .gp-640-50 {
    gap: 50px;
  }
  .gp-640-45 {
    gap: 45px;
  }
  .gp-640-40 {
    gap: 40px;
  }
  .gp-640-35 {
    gap: 35px;
  }
  .gp-640-30 {
    gap: 30px;
  }
  .gp-640-25 {
    gap: 25px;
  }
  .gp-640-20 {
    gap: 20px;
  }
  .gp-640-15 {
    gap: 15px;
  }
  .gp-640-10 {
    gap: 10px;
  }
  .gp-640-5 {
    gap: 5px;
  }
  .gp-640-0 {
    gap: 0px;
  }
  .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%;
  }
  .g-576-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-576-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-576-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-576-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-576-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-576-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-576-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-576-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-576-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-576-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-576-70 {
    gap: 70px;
  }
  .gp-576-65 {
    gap: 65px;
  }
  .gp-576-60 {
    gap: 60px;
  }
  .gp-576-55 {
    gap: 55px;
  }
  .gp-576-50 {
    gap: 50px;
  }
  .gp-576-45 {
    gap: 45px;
  }
  .gp-576-40 {
    gap: 40px;
  }
  .gp-576-35 {
    gap: 35px;
  }
  .gp-576-30 {
    gap: 30px;
  }
  .gp-576-25 {
    gap: 25px;
  }
  .gp-576-20 {
    gap: 20px;
  }
  .gp-576-15 {
    gap: 15px;
  }
  .gp-576-10 {
    gap: 10px;
  }
  .gp-576-5 {
    gap: 5px;
  }
  .gp-576-0 {
    gap: 0px;
  }
  .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;
  }
  .g-480-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-480-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-480-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-480-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-480-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-480-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-480-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-480-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-480-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-480-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-480-70 {
    gap: 70px;
  }
  .gp-480-65 {
    gap: 65px;
  }
  .gp-480-60 {
    gap: 60px;
  }
  .gp-480-55 {
    gap: 55px;
  }
  .gp-480-50 {
    gap: 50px;
  }
  .gp-480-45 {
    gap: 45px;
  }
  .gp-480-40 {
    gap: 40px;
  }
  .gp-480-35 {
    gap: 35px;
  }
  .gp-480-30 {
    gap: 30px;
  }
  .gp-480-25 {
    gap: 25px;
  }
  .gp-480-20 {
    gap: 20px;
  }
  .gp-480-15 {
    gap: 15px;
  }
  .gp-480-10 {
    gap: 10px;
  }
  .gp-480-5 {
    gap: 5px;
  }
  .gp-480-0 {
    gap: 0px;
  }
  .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;
  }
  .g-400-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-400-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-400-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-400-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-400-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-400-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-400-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-400-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-400-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-400-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-400-70 {
    gap: 70px;
  }
  .gp-400-65 {
    gap: 65px;
  }
  .gp-400-60 {
    gap: 60px;
  }
  .gp-400-55 {
    gap: 55px;
  }
  .gp-400-50 {
    gap: 50px;
  }
  .gp-400-45 {
    gap: 45px;
  }
  .gp-400-40 {
    gap: 40px;
  }
  .gp-400-35 {
    gap: 35px;
  }
  .gp-400-30 {
    gap: 30px;
  }
  .gp-400-25 {
    gap: 25px;
  }
  .gp-400-20 {
    gap: 20px;
  }
  .gp-400-15 {
    gap: 15px;
  }
  .gp-400-10 {
    gap: 10px;
  }
  .gp-400-5 {
    gap: 5px;
  }
  .gp-400-0 {
    gap: 0px;
  }
  .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%;
  width: 100%;
  height: 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;
}
/*==========================================================================
=> checkbox contact form 7
========================================================================== */
span.wpcf7-list-item {
  display: block;
}
.wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0 0 40px 0;
}
.wpcf7-list-item input {
  display: none;
}
.wpcf7-list-item-label {
  font-size: 24px;
  line-height: 1.1;
  color: #000000;
  position: relative;
  cursor: pointer;
  padding-left: 48px;
  display: block;
}
.wpcf7-list-item input[type="checkbox"] ~ span::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #000;
  padding: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
  width: 26px;
  height: 26px;
  border-radius: 6px;
}
.wpcf7-list-item input[type="checkbox"]:checked ~ span::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 7px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-bottom-right-radius: 2px;
}
.wpcf7-list-item input[type="checkbox"]:checked ~ span::before {
  background: #03333F;
  border: 1px solid #03333F;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
  display: none;
}
.wpcf7-form .button {
  margin-right: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #ff6900;
}
/*==========================================================================
=> buttons
========================================================================== */
.button {
  border-radius: 80px;
  background: linear-gradient(90deg, #251868 25.23%, #a11e7e 75.36%) no-repeat;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5) inset, 0 0 25px 0 rgba(255, 255, 255, 0.5) inset;
  border: none;
  outline: none;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  line-height: 60px;
  padding: 0 42px;
  font-size: 16px;
  text-align: center;
  background-size: 250% 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.button:hover {
  background-size: 100% 100%;
}
.button.cen {
  display: flex;
  width: max-content;
  margin: 0 auto;
}
.button.line {
  background: transparent;
  border: 1px solid var(--white);
  color: var(--white);
}
.button.line:hover {
  background: var(--button-line);
  border: 1px solid var(--button-line);
  color: #fff;
}
.button.arrow {
  position: relative;
  padding-right: 72px;
}
.button.arrow::before {
  content: "";
  color: #fff;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  margin-left: 16px;
  margin-right: 3px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  background: url(../img/arrow-right.svg) no-repeat #ffffff;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: repeat-x;
  background-size: 70% 30%;
  position: absolute;
  right: 0;
}
.button.arrow:hover::before {
  background-position: 280% 50%;
}
.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-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: var(--input-height);
  font-size: var(--input-fs-main);
  border: 0;
  border-bottom: 1px solid var(--input-border);
  width: 100%;
  z-index: 2;
  position: relative;
  background: transparent;
  color: #000;
  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-bottom: 1px solid #000;
}
.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.4;
  padding: 15px 0;
  resize: none;
}
/* Password View */
.form-grp.int-padl input,
.form-grp.form-grp-var input,
.form-grp.int-padl select,
.form-grp.form-grp-var select {
  padding-left: 50px;
}
.form-grp.int-padr input,
.form-grp.int-padr select {
  padding-right: 50px;
}
.form-grp .view-pass {
  position: absolute;
  right: 10px;
  bottom: 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;
}
/* Password View end */
/* date Picker */
.datetimepicker-input ~ i {
  position: absolute;
  right: 20px;
  top: 25px;
  line-height: 0;
  font-size: 22px;
  color: #A7B3C4;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  border: 1px solid #a7b3c4;
  height: 30px;
  z-index: 2;
  padding: 0 10px;
  font-size: 14px;
  color: #1c2d41;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  background: transparent url(../img/drop-down-arrow.svg) no-repeat calc(100% - 5px) center / 10px;
  -webkit-appearance: none;
}
.daterangepicker {
  border: 0;
  color: #425061;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  -moz-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  padding: 10px;
  z-index: 10000;
}
.daterangepicker td.start-date {
  border-radius: 50% 0 0 50%;
}
.daterangepicker td.end-date {
  border-radius: 0 50% 50% 0;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #A7B3C4;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.daterangepicker .calendar-table .next span:hover,
.daterangepicker .calendar-table .prev span:hover {
  color: #3592cf;
}
.daterangepicker .calendar-table .next span:before,
.daterangepicker .calendar-table .prev span:before {
  border: 1px solid #A7B3C4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
}
.daterangepicker .calendar-table .next span:hover:before,
.daterangepicker .calendar-table .prev span:hover:before {
  border: 1px solid #3490cf;
}
.daterangepicker .calendar-table .next span:before {
  content: "\e918";
  font-family: 'icomoon' !important;
}
.daterangepicker .calendar-table .prev span:before {
  content: "\e912";
  font-family: 'icomoon' !important;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  height: 32px;
}
.daterangepicker .btn-primary {
  font-family: "medium";
  border-color: transparent;
  background: #1baac4;
  color: #fff;
  box-shadow: none !important;
}
.daterangepicker:before {
  border-bottom: 0;
}
.daterangepicker .calendar-table th {
  font-family: "bold";
  font-size: 14px;
  color: #000000;
}
.daterangepicker th.month {
  font-family: "medium";
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000;
}
.daterangepicker td.in-range {
  background-color: #3592cf;
  color: #fff;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #3592cf;
}
.daterangepicker .calendar-table td {
  font-family: "regular";
  font-size: 14px;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: rgba(167, 179, 196, 0.5);
}
.daterangepicker th.available:hover {
  background-color: transparent;
}
.daterangepicker.show-calendar .drp-buttons {
  border-top: 0;
}
.daterangepicker.show-calendar .drp-buttons .drp-selected,
.daterangepicker.show-calendar .drp-buttons .cancelBtn {
  display: none;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 0;
  width: 100%;
  padding: 6px 8px;
}
.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #1baac4;
}
/* date Picker end */
/* Select */
.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,
.select-field option:hover {
  background: #7cb2f6;
  color: #fff;
}
/* // Select */
/* Placeholder */
.form-grp input::-webkit-input-placeholder,
.form-grp input:-ms-input-placeholder,
.form-grp input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-grp input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
/* Placeholder end */
label.error {
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  line-height: 2;
  font-size: 14px;
  color: #f71336;
  position: relative;
}
/*==========================================================================
=> Radio Small
========================================================================== */
.radio-box {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
}
.radio-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.radio-box label {
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
}
.radio-box label:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #000;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.radio-box input:checked ~ label::before {
  border: 7px solid #000;
}
.radio-box label.error {
  display: none !important;
}
.radio-box input.error ~ label {
  color: #ff2323;
}
.radio-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Radio Box */
/*==========================================================================
=> Checkbox Small
========================================================================== */
.checkbox-box {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.checkbox-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.checkbox-box input.only-chkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  left: 1px;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.checkbox-box .chk-label {
  font-size: 16px;
  color: #30223b;
  line-height: 1.5;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.checkbox-box .chk-label:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: transparent;
  border: 1.5px solid #000;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.checkbox-box .chk-label:after {
  content: "";
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 7px;
}
.checkbox-box input:checked ~ .chk-label::after {
  font-family: 'icomoon' !important;
  content: "\e92d";
  color: #000;
  font-size: 12px;
}
.checkbox-box label.error {
  display: none !important;
}
.checkbox-box input.error ~ .chk-label {
  color: #ff2323;
}
.checkbox-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Checkbox */
/* checkbox 2 */
.checkbox-box.chk-rd .chk-label:before {
  border-radius: 100%;
}
.checkbox-box input:checked ~ .chk-label::before {
  background: #000;
}
.checkbox-box input:checked ~ .chk-label::after {
  color: #ffffff;
}
/* checkbox 2 end */
/* checkbox 3 */
.checkbox-box.check-three {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.checkbox-box.check-three label {
  border: 1px solid #e7e9ec;
  text-align: center;
  border-radius: 8px;
  padding: 25px 50px;
  max-width: 255px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.checkbox-box.check-three label i {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
  color: #8594AF;
}
.checkbox-box.check-three label span {
  border-radius: 8px;
  font-size: 18px;
  color: #8594af;
}
.checkbox-box.check-three label:before {
  border-radius: 100%;
  border: 1px solid #000;
}
.checkbox-box.check-three label:before,
.checkbox-box.check-three label:after {
  left: inherit;
  right: 15px;
  top: 15px;
}
.checkbox-box.check-three input:checked ~ .chk-label {
  border: 1px solid #000;
}
.checkbox-box.check-three input:checked ~ .chk-label span {
  font-family: 700;
  color: #30223b;
}
.checkbox-box.check-three input:checked ~ .chk-label i {
  color: #000;
}
.checkbox-box.check-three input:checked ~ .chk-label .home-img {
  filter: none;
}
.checkbox-box.check-three input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  background: #000;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* checkbox 3 end */
/* checkbox 4 */
.checkbox-box.chk-four {
  margin-right: 10px;
}
.checkbox-box.chk-four label {
  padding: 7px 15px;
  border: 1px solid #DDE3EE;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkbox-box.chk-four label i {
  font-size: 18px;
  color: #8594AF;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}
.checkbox-box.chk-four label span {
  font-family: 500;
  font-size: 14px;
  color: #000;
  margin-left: 25px;
}
.checkbox-box.chk-four label:before,
.checkbox-box.chk-four label:after {
  display: none;
}
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label {
  border: 1px solid var(--clr-red);
}
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label i {
  color: var(--clr-red);
}
.checkbox-box.chk-four input:checked ~ .chk-label {
  border: 1px solid var(--clr-grn);
}
.checkbox-box.chk-four input:checked ~ .chk-label i {
  color: var(--clr-grn);
}
/* checkbox 4 end */
/* checkbox 5 */
.checkbox-box.check-five .chk-label {
  padding: 12px 25px;
  border: 1px solid #DDE3EE;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkbox-box.check-five .chk-label span {
  font-family: 500;
  font-size: 16px;
  color: #8594AF;
}
.checkbox-box.check-five .chk-label:before {
  border-radius: 100%;
  border: none;
}
.checkbox-box.check-five .chk-label:before,
.checkbox-box.check-five .chk-label:after {
  left: inherit;
  right: -11px;
  top: -11px;
}
.checkbox-box.check-five input:checked ~ .chk-label {
  border: 1px solid #000;
}
.checkbox-box.check-five input:checked ~ .chk-label span {
  color: #000000;
}
.checkbox-box.check-five input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* checkbox 5 end */
/*==========================================================================
=> Modal
==========================================================================*/
.modal-subTitle {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 4px;
}
.modal-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #003f59;
  border-bottom: 1px solid rgba(0, 63, 89, 0.1);
  padding-bottom: 10px;
}
.modal-para p {
  font-size: 16px;
  line-height: 1.6;
  color: #8793a2;
  margin-bottom: 8px;
}
.modal-para p:last-child {
  margin-bottom: 0;
}
.modal-cancel {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  font-size: 24px;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.modal-cross {
  display: flex;
  font-size: 22px;
  margin: 0 auto 12px;
  margin-right: 0;
  color: #000000;
  width: fit-content;
  cursor: pointer;
}
.modal-cross i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.modal-cross:hover i {
  transform: rotate(90deg);
}
.modal-content {
  display: block;
  border: none;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}
.window-1440 {
  max-width: 1440px;
  padding: 0 15px;
}
.window-990 {
  max-width: 990px;
  padding: 0 15px;
}
.window-500 {
  max-width: 500px;
  padding: 0 15px;
}
.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: .9;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-cancel:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ellipsis1 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.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 img {
  height: 527px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}
.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
  color: var(--black, #121212);
  font-family: "Titillium Web";
  font-size: var(--fs40);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: clamp(8px, 0.83vw, 16px);
}
.content-body p {
  color: #1C1C1C;
  font-size: var(--fs18);
  font-weight: 400;
  line-height: 1.44;
  margin-bottom: clamp(20px, 2.08vw, 40px);
}
.content-body ul {
  margin-bottom: clamp(20px, 2.08vw, 40px);
}
.content-body ul li {
  position: relative;
  color: #1C1C1C;
  font-size: var(--fs18);
  font-weight: 400;
  line-height: 1.44;
  margin-left: 24px;
}
.content-body ul li:not(:last-child) {
  margin-bottom: clamp(8px, 0.83vw, 16px);
}
.content-body ul li::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  display: block;
  top: 11px;
  left: -14px;
  background: #1c1c1c;
}
@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 page end */
.thankyou-contain {
  height: 100dvh;
  display: flex;
  align-items: center;
}
.thankyou-card {
  text-align: center;
  margin: auto;
  max-width: 480px;
}
.thankyou-img {
  width: calc(100% - 100px);
  margin: 0 auto 32px;
}
.thankyou-hdn {
  font-size: 48px;
  color: #202135;
  margin-bottom: 18px;
}
.thankyou-para p {
  color: #455a64;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}
.thankyou-para p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .thankyou-hdn {
    font-size: 42px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 480px) {
  .thankyou-hdn {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
.error-wrap {
  height: calc(100dvh - var(--header-height));
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.error-sec {
  overflow: hidden;
  position: relative;
}
.error-img {
  width: 40vw;
  height: auto;
}
.ty-img {
  width: 11vw;
  height: auto;
}
.error-title {
  color: #FFF;
  text-align: center;
  font-size: var(--font48);
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  max-width: 447px;
}
@media all and (max-width: 1366px) {
  .ty-img {
    width: 30vw;
  }
}
/*==========================================================================
=> Accordion
==========================================================================*/
.accordion {
  background: transparent;
  cursor: pointer;
  padding: 45px 40px;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  position: relative;
  color: var(--black);
  font-size: var(--fs24);
  font-weight: 700;
  text-align: left;
  padding-right: 80px;
}
.accordion::after,
.accordion:before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: var(--black);
  display: inline-block;
  position: absolute;
  right: 36px;
  top: 50%;
}
.accordion::before {
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.panel {
  display: none;
  padding: 0 30px 32px 36px;
}
.panel p {
  font-size: var(--fs20);
  line-height: 1.5;
  color: var(--black);
}
.acc-container {
  max-width: 1156px;
  width: 100%;
}
.acc-item {
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 16px;
  background: #F3F3F7;
}
.acc-item p {
  margin-bottom: 20px;
}
.acc-item p:last-child {
  margin-bottom: 0;
}
.acc-item:last-child {
  margin-bottom: 0;
}
.acc-item.active .accordion {
  padding: 45px 40px 14px;
  padding-right: 80px;
}
.acc-item.active .accordion::before {
  transform: rotate(180deg);
}
/*==========================================================================
=> Multiple Tab
==========================================================================*/
.tabs {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs ul {
  display: flex;
  align-items: center;
  border-radius: 80px;
  background: rgba(37, 24, 104, 0.05);
  padding: 8px;
  width: fit-content;
  position: relative;
  gap: 40px;
}
.tabs ul li {
  color: var(--black);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  cursor: pointer;
  padding: 15px 22px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.tabs ul li.active {
  color: var(--white);
  border-radius: 96px;
  background: var(--Blue, #261968);
  box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.5) inset, 0 0 12px 0 rgba(255, 255, 255, 0.5) inset;
}
.indicator {
  width: 0;
  height: 1px;
  background: var(--clr-black);
  position: absolute;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.comm-tab-wrap {
  width: 100%;
}
.comm-tab-wrap ul.tabs {
  width: 100%;
  justify-content: center;
}
.comm-tab-wrap ul.tabs li {
  width: 100%;
  text-align: center;
  max-width: 270px;
  flex: 1;
}
.comm-tab-wrap .tab_container {
  max-width: 1060px;
  margin: 0 auto;
}
.tab_content {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.tab_content.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.comm-tab-box {
  width: 100%;
  margin-bottom: var(--spc40);
}
/* Most common */
.ml0 {
  margin-left: 0px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.over-visible {
  overflow: visible;
}
.over-hidden {
  overflow: hidden;
}
.swiper-fitw .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-fitw .swiper-slide {
  width: fit-content;
}
.swiper-op .swiper-slide {
  opacity: 0.5;
  transform: scale(0.9);
}
.swiper-op .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.swiper-height .swiper-slide {
  height: auto;
}
.swiper-height .swiper-slide > div {
  height: 100%;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.font16r {
  color: var(--clr-black);
  font-size: var(--fs16);
  line-height: 1.6;
  letter-spacing: 0.54px;
}
.font18r {
  color: var(--clr-black);
  font-size: var(--fs18);
  line-height: 1.6;
  letter-spacing: 0.54px;
}
.font22r {
  color: var(--clr-black);
  font-size: var(--fs22);
  line-height: 1.6;
  letter-spacing: 0.54px;
}
.font24r {
  color: var(--clr-black);
  font-size: var(--fs24);
  line-height: 1.6;
  letter-spacing: 0.54px;
}
.font30r {
  color: var(--clr-black);
  font-size: var(--fs30);
  line-height: 1.4;
  letter-spacing: 0.54px;
}
.font36r {
  color: var(--clr-black);
  font-size: var(--fs36);
  line-height: 1.3;
}
.font48r {
  color: var(--clr-black);
  font-size: var(--fs48);
  line-height: 1.2;
}
.font72r {
  color: var(--clr-black);
  font-size: var(--fs72);
  line-height: 1;
}
.t-cen {
  text-align: center;
}
.tt-uc {
  text-transform: uppercase;
}
.t-ul {
  text-decoration: underline;
}
.txt-white {
  color: var(--clr-white) !important;
}
.txt-black {
  color: var(--clr-black) !important;
}
.txt-grey {
  color: var(--clr-grey) !important;
}
.txt-grey p,
.txt-grey ul li {
  color: var(--clr-grey) !important;
}
.txt-dgrey {
  color: var(--clr-dgrey) !important;
}
.txt-dgrey p,
.txt-dgrey ul li {
  color: var(--clr-dgrey) !important;
}
.txt-blue {
  color: var(--clr-blue) !important;
}
.bg-blue {
  background: var(--clr-blue) !important;
}
.bg-ligblue {
  background: var(--clr-ligBlue) !important;
}
.comm-cont {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.comm-cont p {
  color: var(--clr-black);
  font-size: var(--fs18);
}
.comm-cont ul ul {
  margin-top: 16px;
}
.comm-cont ul ul li::before {
  border-radius: 0;
  width: 8px;
  height: 2px;
}
.comm-cont ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 20px;
  color: var(--clr-black);
  font-size: var(--fs18);
}
.comm-cont ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  top: 10px;
  left: 0;
  background: var(--clr-green);
}
.comm-cont ul li:last-child {
  margin-bottom: 0;
}
.comm-btn-flex {
  display: flex;
  gap: 16px;
}
.comm-btn-flex .comm-nav-icon:first-child i {
  rotate: 180deg;
}
.comm-nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 1px solid var(--clr-black);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.comm-nav-icon:hover {
  background: var(--clr-black);
}
.comm-nav-icon:hover i {
  color: var(--clr-white);
}
.comm-nav-icon i {
  color: var(--clr-black);
  font-size: 12px;
}
.comm-nav-icon.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.comm-nav {
  cursor: pointer;
  width: 48px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.comm-nav img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.comm-nav.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.anim-text div {
  background: linear-gradient(to right, var(--clr-white) 50%, var(--clr-grey) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  opacity: 0.3;
}
.comm-video-box {
  height: 0;
  padding-top: 65%;
  overflow: hidden;
  display: block;
  border-radius: 20px;
  position: relative;
}
.comm-video-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comm-pagination {
  margin-top: 60px;
}
.comm-pagination ul {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.comm-pagination li {
  font-size: var(--fs24);
  font-weight: 600;
  letter-spacing: -0.72px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comm-pagination li span {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.comm-pagination li a,
.comm-pagination li span {
  color: var(--clr-black);
}
.comm-pagination li .next span,
.comm-pagination li .prev span {
  color: var(--clr-maroon);
}
.comm-pagination li .current {
  background: var(--clr-maroon);
  color: var(--clr-white);
}
/* Most common end */
/*==========================================================================
=> Animation
==========================================================================*/
/* Text Focus Starts */
.text-focus-in {
  -webkit-animation: text-focus-in 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
/* Text Focus Ends */
/* Fade Up Starts */
.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* Fade Up Ends */
.slidecontainer {
  width: 100%;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 28px;
  background: #D4D4D4;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 46px;
  background: #261968;
  box-shadow: 0 0 4px 4px rgba(255, 255, 255, 0.2) inset;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 46px;
  background: #261968;
  box-shadow: 0 0 4px 4px rgba(255, 255, 255, 0.2) inset;
  cursor: pointer;
}
.value-counter-wrap {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  border-radius: 10px;
  background: #F7ECF5;
  padding: 10px 12px;
  width: max-content;
}
.sign-wrap {
  height: 30px;
  width: 30px;
  border-radius: 6px;
  overflow: hidden;
}
.sign-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.price-slider-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 16px;
}
.price-slider-title h4 {
  color: var(--black, #121212);
  font-family: "Titillium Web";
  font-size: var(--fs30);
  font-weight: 600;
  line-height: 1.18;
  margin-bottom: 8px;
}
.price-slider-wrap {
  max-width: 1060px;
  margin: auto;
  margin-top: 48px;
}
.price-card {
  border-radius: 20px;
  border: 1px solid #D4D4D4;
  background: #FFF;
  padding: 22px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: url(../img/promise-bg.png) no-repeat #ffffff;
}
.price-card .button {
  height: 40px;
  width: 100%;
}
.price-cat-tag {
  border-radius: 32px;
  background: #FFF;
  padding: 10px;
  width: max-content;
  min-width: 100px;
  display: flex;
  justify-content: center;
}
.price-cat-tag p {
  color: var(--blue, #261968);
  font-size: 16px;
  font-weight: 400;
  line-height: 0.75;
}
.price-top {
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 22px;
}
.price-top h3 {
  color: var(--black, #121212);
  font-family: "Titillium Web";
  font-size: var(--fs64);
  font-style: normal;
  font-weight: 600;
  line-height: 0.95;
}
.price-top h3 span {
  color: var(--Grey-01, #1c1c1c);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.price-top h4 {
  border-radius: 32px;
  background: rgba(161, 30, 126, 0.1);
  padding: 8px 20px;
  color: var(--Blue, #261968);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-top: 24px;
}
.price-detail ul > li {
  color: #1C1C1C;
  font-size: var(--fs16);
  font-weight: 400;
  line-height: 1;
  position: relative;
  margin-left: 20px;
}
.price-detail ul > li:not(:last-child) {
  margin-bottom: 20px;
}
.price-detail ul > li::before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--blue, #261968);
  position: absolute;
  top: 5px;
  left: -18px;
}
.slider-range-number {
  position: absolute;
  width: 100%;
  top: 44px;
  z-index: -1;
}
.slider-range-number ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider-range-number ul > li {
  color: rgba(18, 18, 18, 0.6);
  font-size: var(--fs24);
  font-weight: 400;
  line-height: 1;
  position: relative;
}
.slider-range-number ul > li.active {
  color: var(--black, #121212);
}
.slider-range-number ul > li::before {
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #D4D4D4;
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
}
.slidecontainer {
  position: relative;
  margin-bottom: 100px;
  margin-top: 30px;
}
.bg-light-pur {
  position: relative;
}
.bg-light-pur::before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(38, 25, 104, 0.08);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg-black {
  position: relative;
}
.bg-black::before {
  content: "";
  height: 100%;
  width: 100%;
  background: #121212;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg-black .comm-txt p {
  color: #fff;
}
.bg-pink {
  position: relative;
}
.bg-pink::before {
  content: "";
  height: 100%;
  width: 100%;
  background: #f6e9f3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg-indi {
  position: relative;
}
.bg-indi::before {
  content: "";
  height: 100%;
  width: 100%;
  background: #eeedf3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pg-head {
  color: #fff;
  font-size: var(--fs60);
  font-family: "Titillium Web";
  font-weight: 600;
  line-height: 1.16;
}
.pg-head.pur {
  color: var(--blue, #261968);
}
.pg-head.cen {
  text-align: center;
}
.price-container .price-img {
  width: 241px;
  aspect-ratio: 241/224;
  margin: 0 auto;
}
.price-container .price-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.sm-txt {
  color: var(--black);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}
.aruvo-tv-container .banner-screen-wrap {
  margin: 0 auto;
  position: relative;
}
.aruvo-tv-container .banner-screen-wrap::before {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 30px;
  opacity: 0.6;
  background: linear-gradient(289deg, #251868 28%, #a11e7e 80.15%);
  filter: blur(40px);
  position: absolute;
  top: 0;
  left: 0;
}
.aruvo-tv-container .screen video {
  opacity: 1;
}
.int-ban-txt {
  width: 100%;
  max-width: 610px;
}
.int-ban-txt .pg-head {
  margin-bottom: clamp(16px, 1.67vw, 30px);
}
.int-ban-txt .comm-txt p {
  text-align: left;
}
.int-ban-sec {
  height: 100vh;
}
.int-ban-sec .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.int-ban-sec {
  position: relative;
  overflow: hidden;
}
.int-ban-img {
  width: 1172px;
  aspect-ratio: 1172/815;
  position: absolute;
  bottom: 0;
  right: -70px;
}
.int-ban-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.diy-tag {
  border-radius: 10px;
  background: rgba(161, 30, 126, 0.1);
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  gap: 13px;
}
.diy-tag-img {
  height: 28px;
  width: 28px;
}
.diy-tag-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.diy-tag-txt p {
  color: #18004d;
  font-size: var(--fs20);
  font-weight: 400;
  line-height: 1.6;
}
.diy-step-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 500px;
}
.diy-step-left .comm-head-wrap .comm-txt p {
  text-align: left;
}
.diy-step-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  background: #fff;
  border: 1px solid rgba(28, 28, 28, 0.2);
  padding: 80px;
  position: relative;
  border-radius: 24px;
  width: 100%;
  height: 640px;
  margin: 0 auto;
}
.diy-step-card-wrap .diy-step-box:first-child .diy-step-card {
  border-top-left-radius: 0;
}
.diy-step-card-wrap .diy-step-box:first-child .diy-step-top::after {
  left: 30px;
}
.diy-step-card-wrap .diy-step-box:last-child .diy-step-card {
  border-top-right-radius: 0;
}
.diy-step-img {
  width: 770px;
  aspect-ratio: 770/390;
}
.diy-step-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: right;
}
.diy-steps-container {
  counter-reset: diy-step-top;
  margin-top: 120px;
}
.diy-step-top {
  width: 332px;
  aspect-ratio: 332/63;
  position: absolute;
  top: -62px;
}
.diy-step-top img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.diy-step-top::after {
  counter-increment: diy-step-top;
  content: "Step " counter(diy-step-top);
  color: #18004d;
  font-family: Inter;
  font-size: var(--fs20);
  font-weight: 400;
  line-height: 1.6;
  position: absolute;
  top: 16px;
  left: 40px;
}
.step-top-1 {
  left: -1px;
}
.step-top-2 {
  left: 18.5%;
}
.step-top-3 {
  left: 38.5%;
}
.step-top-4 {
  left: 58.5%;
}
.step-top-5 {
  right: -10px;
}
.diy-step-card-wrap {
  margin-top: clamp(24px, 3.13vw, 60px);
}
.diy-step-card-wrap {
  position: relative;
  height: 60vh;
  max-width: 1462px;
  margin: 40px auto 0;
}
.diy-step-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.trust-sec .stats-box p {
  text-align: center;
}
.diy-step-container {
  background: #f6e9f3;
}
.diy-step-sec-four .diy-step-top {
  width: 25%;
  top: -68px;
}
.diy-step-sec-four .step-top-2 {
  left: 25%;
}
.diy-step-sec-four .step-top-3 {
  left: 50%;
}
.diy-step-sec-four .step-top-4 {
  left: unset;
  right: -12px;
}
.diy-step-sec-four .diy-step-top::after {
  top: 20px;
  left: 60px;
}
.left-right-container .left-right-wrap:nth-child(even) {
  flex-direction: row-reverse;
}
.left-right-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.left-right-wrap:not(:last-child) {
  margin-bottom: clamp(30px, 6.56vw, 120px);
}
.left-img {
  width: 865px;
  aspect-ratio: 865/489;
  border-radius: 12px;
  overflow: hidden;
}
.left-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.right-txt .comm-txt {
  width: 100%;
  max-width: 716px;
}
.right-txt .comm-txt p {
  text-align: left;
  line-height: 1.6;
}
.why-wrap {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
.why-img {
  width: 895px;
  aspect-ratio: 895/588;
  border-radius: 20px;
  overflow: hidden;
}
.why-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.why-right {
  width: 100%;
  max-width: 740px;
}
.why-right .comm-txt p {
  text-align: left;
  line-height: 1.8;
}
.why-right .comm-txt p:not(:last-child) {
  margin-bottom: clamp(12px, 1.25vw, 24px);
}
.why-container .comm-head {
  margin-bottom: clamp(30px, 4.69vw, 90px);
}
.value-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
}
.value-right-bg {
  height: 100%;
  width: 100%;
  max-width: 1300px;
  position: absolute;
  top: 0;
  right: -100px;
  z-index: -1;
}
.value-right-bg img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.value-wrap {
  width: 100%;
  max-width: 756px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.value-card {
  border-radius: 20px;
  border: 1px solid #d4d4d4;
  background: #fff;
  padding: 24px;
  height: 305px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(50% - 12px);
}
.value-card:nth-child(2) {
  margin-top: 70px;
}
.value-card:nth-child(3) {
  margin-top: -70px;
}
.value-icon {
  width: 60px;
  aspect-ratio: 1/1;
}
.value-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.value-content h3 {
  color: #1c1c1c;
  font-size: var(--fs24);
  font-weight: 600;
  line-height: 1.16;
  margin-bottom: 10px;
}
.value-content .comm-txt p {
  line-height: 1.4;
  text-align: left;
}
.value-container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1590px;
  margin: 0 auto;
  position: relative;
  padding: 0 154px;
  justify-content: space-between;
  height: 1090px;
  gap: 60px;
}
.value-left {
  width: 100%;
  max-width: 223px;
}
.comm-section.value-sec {
  padding-top: 0;
  padding-bottom: 0;
}
.pms-ban-img {
  width: 100%;
  aspect-ratio: 1647/330;
}
.pms-ban-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.pms-ban-bg {
  height: 500px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  filter: blur(120px);
}
.pms-ban-sec {
  overflow: hidden;
}
.perfect-card {
  width: 100%;
  height: 100%;
  background: #121212;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding-top: 70px;
}
.perfect-card::before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/perfect-bg.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.perfect-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.perfect-img-wrap {
  width: 100%;
  aspect-ratio: 565/390;
  max-height: 320px;
}
.perfect-img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.perfect-txt {
  padding: clamp(20px, 2.08vw, 40px);
}
.perfect-txt h5 {
  color: #fff;
  font-family: "Titillium Web";
  font-size: var(--fs24);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.pro-swiper {
  overflow: visible;
  margin-bottom: 3px;
}
.pro-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.pro-card {
  width: 100%;
  aspect-ratio: 286/171;
}
.pro-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.acc-exp-sec .asc-acc-box:after,
.acc-exp-sec .asc-acc-box:before {
  background: var(--white, #ffffff);
}
.acc-exp-sec .asc-acc-box h4 {
  color: var(--white, #ffffff);
}
.acc-exp-sec .asc-acc-box p {
  color: rgba(255, 255, 255, 0.6);
}
.recent-blog-card {
  border-radius: 20px;
  background: #f6e9f3;
  padding: 20px clamp(20px, 7.5vw, 100px) 20px 20px;
  display: flex;
  align-items: center;
  gap: 16px clamp(40px, 4.17vw, 80px);
  width: 100%;
}
.recent-blog-card .blog-content {
  width: 100%;
  max-width: 630px;
}
.recent-blog-card:hover .readmore::after {
  transform: translateX(6px);
  transition: all 0.3s ease-in-out;
}
.recent-blog-img {
  width: 628px;
  aspect-ratio: 628/410;
  border-radius: 12px;
  overflow: hidden;
}
.recent-blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-content h3 {
  color: var(--black);
  font-family: "Titillium Web";
  font-size: var(--fs40);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: clamp(12px, 1.25vw, 20px);
}
.blog-para {
  margin-bottom: clamp(12px, 1.5vw, 26px);
}
.blog-para p {
  color: var(--Grey-01, #1c1c1c);
  font-family: Inter;
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
}
.readmore {
  color: var(--blue, #261968);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
  width: max-content;
  position: relative;
}
.readmore::after {
  content: "";
  height: 24px;
  width: 24px;
  background: url(../img/read-arrow.svg) no-repeat;
  position: absolute;
  top: 1px;
  right: -30px;
  transition: all 0.3s ease-in-out;
}
.recent-blog-swiper-wrap {
  width: 100%;
  max-width: 1462px;
  margin: 0 auto;
  position: relative;
}
.recent-blog-swiper-wrap .swiper-button-prev {
  left: -80px;
}
.recent-blog-swiper-wrap .swiper-button-next {
  right: -80px;
}
.blog-head {
  color: var(--blue, #261968);
  font-family: "Titillium Web";
  font-size: var(--fs40);
  font-weight: 600;
  line-height: 1.25;
}
.blog-head.cen {
  text-align: center;
}
.search-wrap {
  height: 56px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 14px;
  width: 100%;
  max-width: 472px;
  gap: 10px;
}
.search-wrap input {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
}
.search-wrap input:focus-within {
  border: none;
  outline: none;
}
.search-icon-wrap {
  height: 30px;
  width: 30px;
}
.search-icon-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.blog-head-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.blog-head-wrap.cen {
  justify-content: center;
}
.blog-card {
  border-radius: 20px;
  background: var(--white, #ffffff);
  padding: 12px;
  display: block;
}
.blog-card:hover .readmore::after {
  transform: translateX(6px);
  transition: all 0.3s ease-in-out;
}
.blog-img {
  width: 100%;
  aspect-ratio: 443/240;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 8px;
}
.blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-cat {
  border-radius: 100.481px;
  background: #f6e9f3;
  width: max-content;
  padding: 4px 12px;
  margin-bottom: 12px;
}
.blog-cat p {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.blog-title-wrap h3 {
  color: var(--black);
  font-family: "Titillium Web";
  font-size: var(--fs24);
  font-weight: 600;
  line-height: 1.25;
}
.blog-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 18px;
}
.all-blogs-container {
  width: 100%;
  max-width: 1462px;
  margin: 0 auto;
}
.tab-wrap {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 10px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.tab-wrap::-webkit-scrollbar {
  height: 6px;
}
.tab-wrap::-webkit-scrollbar-track {
  background: rgba(18, 18, 18, 0.1);
  border-radius: 10px;
}
.tab-wrap::-webkit-scrollbar-thumb {
  background: var(--blue, #261968);
  color: var(--white, #ffffff);
  box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.5) inset, 0 0 6px 0 rgba(255, 255, 255, 0.5) inset;
  border-radius: 10px;
}
.tab-wrap ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
.tab-wrap ul > li {
  color: var(--black);
  font-size: var(--fs16);
  font-weight: 500;
  line-height: 1.37;
  border-radius: 96px;
  border: 1px solid rgba(28, 28, 28, 0.2);
  background: var(--white, #ffffff);
  padding: 15px 20px;
  width: max-content;
  cursor: pointer;
  text-wrap: nowrap;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.tab-wrap ul > li.active {
  background: var(--blue, #261968);
  color: var(--white, #ffffff);
  box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.5) inset, 0 0 12px 0 rgba(255, 255, 255, 0.5) inset;
  border: none;
  transition: all 0.3s ease-in-out;
}
.case-study-wrap .recent-blog-card:not(:last-child) {
  margin-bottom: 40px;
}
.case-study-wrap .recent-blog-img {
  width: 701px;
  aspect-ratio: 701/433;
}
.case-study-container {
  width: 100%;
  max-width: 1462px;
  margin: 0 auto;
}
.recent-blog-card .blog-cat {
  background: #fff;
}
.blog-author-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.blog-author-txt ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-author-txt ul > li {
  color: var(--black);
  font-size: var(--fs16);
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  text-wrap: nowrap;
  white-space: nowrap;
}
.blog-author-txt ul > li:not(:last-child)::after {
  content: "|";
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: -13px;
}
.blog-share-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.blog-share-wrap a {
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  border-radius: 6px;
  overflow: hidden;
}
.blog-share-wrap a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.blog-detail-container {
  width: 100%;
  margin: 0 auto;
}
.blog-detail-container .button.black {
  border-radius: 74px;
  width: 100%;
  height: 44px;
  background: linear-gradient(to right, #121212 60%, rgba(255, 255, 255, 0.8) 130%);
  background-size: 150% 150%;
  box-shadow: 0 0 4.647px 0 rgba(255, 255, 255, 0.5) inset, 0 0 9.294px 0 rgba(255, 255, 255, 0.5) inset;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.blog-detail-container .button.black:hover {
  background-size: 100% 100%;
  transition: all 0.4s ease-in-out;
}
.blog-detail-content-wrap {
  width: 100%;
  max-width: 1014px;
}
.newsletter-small {
  border-radius: 14px;
  background: var(--black);
  padding: 44px 28px 32px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 376px;
}
.newsletter-small::after {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(289deg, #251868 28%, #a11e7e 80.15%);
  filter: blur(27px);
  position: absolute;
  top: 0;
  left: 0;
}
.newsletter-content {
  position: relative;
  z-index: 2;
}
.newsletter-txt {
  margin-bottom: 34px;
}
.newsletter-txt h3 {
  color: var(--white, #ffffff);
  font-family: "Titillium Web";
  font-size: 28px;
  font-weight: 600;
  line-height: 1.31;
  margin-bottom: 14px;
}
.newsletter-txt p {
  color: var(--white, #ffffff);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.44;
}
.email-wrap {
  height: 54px;
  border-radius: 60px;
  background: #fff;
  padding-left: 28px;
  padding-right: 14px;
  overflow: hidden;
  margin-bottom: 18px;
}
.email-wrap input {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.email-wrap input::placeholder {
  color: #1c1c1c;
}
.email-wrap input:focus-within {
  outline: none;
  border: none;
}
.blog-detail-container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}
.blog-detail-head {
  width: 100%;
  max-width: 1014px;
}
.blog-detail-sec .container {
  width: 100%;
  max-width: 1462px;
  margin: 0 auto;
}
.newsletter-sticky {
  position: sticky;
  top: calc(var(--header-height));
  flex-shrink: 0;
}
.newsletter-wrap {
  border-radius: 20px;
  background: var(--black);
  width: 100%;
  padding: 43px 54px;
  position: relative;
  overflow: hidden;
}
.newsletter-wrap::after {
  content: "";
  height: 120px;
  width: 100%;
  max-width: 628px;
  border-radius: 23px;
  background: linear-gradient(289deg, #251868 28%, #a11e7e 80.15%);
  filter: blur(30px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}
.newsletter-content-big {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 2;
}
.newsletter-content-big h2 {
  color: var(--white, #ffffff);
  font-family: "Titillium Web";
  font-size: var(--fs40);
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
  max-width: 346px;
}
.email-wrap-big {
  width: 100%;
  max-width: 460px;
  height: 60px;
  border-radius: 66px;
  border: 1px solid #fff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  overflow: hidden;
  padding: 5px 5px 5px 28px;
}
.email-wrap-big input {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
}
.email-wrap-big input:focus-within {
  border: none;
  outline: none;
}
.email-wrap-big .button.black {
  height: 100%;
  padding: 12px 30px;
  width: max-content;
}
.property-type-wrap h3 {
  color: var(--black);
  font-family: "Titillium Web";
  font-size: var(--fs30);
  font-weight: 600;
  line-height: 1.18;
  /* 118.771% */
}
.property-type-box {
  padding: 12px 16px;
  border-radius: 10px;
  background: #261968;
  box-shadow: 0 0 16.3px 11px rgba(255, 255, 255, 0.22) inset;
}
.property-type-box h4 {
  color: var(--white, #ffffff);
  font-family: "Titillium Web";
  font-size: var(--fs24);
  font-weight: 600;
  line-height: 1;
  /* 100% */
}
.property-tag {
  border-radius: 6px;
  background: #f7ecf5;
  padding: 6px 10px;
  width: max-content;
  margin-bottom: 8px;
}
.property-tag p {
  color: var(--blue, #261968);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
}
.choose-plan-container {
  width: 100%;
  max-width: 1164px;
  margin: 0 auto;
}
.casestudy-detail-sec .blog-detail-head {
  margin-left: auto;
}
.casestudy-detail-sec .content-body h1,
.casestudy-detail-sec .content-body h2,
.casestudy-detail-sec .content-body h3 {
  color: var(--black);
  font-family: "Titillium Web";
  font-size: var(--fs32);
  font-weight: 600;
  line-height: 1.31;
  margin-bottom: clamp(12px, 1.25vw, 20px);
}
.casestudy-detail-sec .content-body h4,
.casestudy-detail-sec .content-body h5,
.casestudy-detail-sec .content-body h6 {
  color: var(--black);
  font-family: "Titillium Web";
  font-size: var(--fs24);
  font-weight: 600;
  line-height: 1.25;
  margin-left: 24px;
  display: list-item;
  list-style-type: decimal;
}
.casestudy-detail-sec .content-body ul > li b {
  font-weight: 600;
}
.case-study-tabs {
  width: 100%;
}
.case-study-tabs ul {
  position: relative;
}
.case-study-tabs ul > li {
  color: rgba(18, 18, 18, 0.6);
  font-family: "Titillium Web";
  font-size: var(--fs24);
  font-weight: 600;
  line-height: 1.33;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.case-study-tabs ul > li:not(:last-child) {
  margin-bottom: 24px;
}
.case-study-tabs ul > li.active {
  color: var(--Blue, #261968);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all 0.3s ease-in-out;
}
.like-swiper-sec .recent-blog-card {
  background: #fff;
}
html,
body {
  width: 100%;
}
.container {
  max-width: 1700px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-md {
  max-width: 1440px;
}
.main-container {
  padding-top: var(--header-height);
}
.main-container.home-container {
  padding-top: 0;
}
.comm-section-wm {
  margin: var(--spc4080) 0;
  padding: var(--spc4080) 0;
  position: relative;
}
.comm-section {
  padding: var(--spc80) 0;
  position: relative;
}
.banner-screen-full {
  padding-top: var(--header-height);
  height: 100vh;
  top: 100%;
  width: 100%;
  position: absolute;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateY(-30%);
}
.banner-screen-wrap {
  max-width: 1040px;
  width: 100%;
}
.screen {
  border-width: 10px 8px;
  border-style: solid;
  border-color: #121212;
  aspect-ratio: 1.84;
  width: 100%;
  background: #fff;
  border-radius: 8px;
}
.screen.menu-screens {
  aspect-ratio: 1.79;
}
.screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.banner-screen {
  position: relative;
  display: flex;
}
.banner-screen::after {
  content: url(../img/tv-bottom.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  bottom: 0;
}
.main-head {
  color: var(--blue, #261968);
  text-align: center;
  font-family: "Titillium Web";
  font-size: var(--fs80);
  font-weight: 600;
  line-height: 0.95;
  opacity: 0;
  transform: translateY(50%);
}
.icon-img {
  width: 100px;
  aspect-ratio: 1;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 9px 14.7px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
}
.icon-wrap {
  position: relative;
}
.icon-wrap span {
  position: absolute;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  bottom: 0;
  transform: translateY(14px);
  width: 100%;
}
.icon-wrap img {
  filter: drop-shadow(0 3px 13px rgba(38, 25, 104, 0.6));
}
.comm-head {
  color: var(--black);
  font-size: var(--fs48);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01vw;
  font-family: "Titillium Web";
}
.comm-head.pur {
  color: #18004D;
}
.comm-head.white {
  color: #fff;
}
.comm-head.cen {
  text-align: center;
}
.pink-bg {
  background: #F7ECF5;
}
.comm-txt p {
  color: var(--grey, #1c1c1c);
  text-align: center;
  font-family: Inter;
  font-size: var(--fs20);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.comm-txt.fs24 {
  font-size: var(--fs24);
}
.comm-txt.white p {
  color: var(--white);
  opacity: 0.5;
}
.comm-txt.left p {
  text-align: left;
}
.banner-sticky {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.banner-section {
  height: 300vh;
}
.banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transform: scale(1.5);
  z-index: -1;
}
.banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-wrap {
  padding-top: var(--header-height);
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
}
.icon-anim {
  position: absolute;
  z-index: 1;
}
.icon-anim-1 {
  transform: translateY(-100%) translateX(-100%);
}
.icon-anim-4 {
  transform: translateY(-100%);
}
.icon-anim-2 {
  transform: translateX(-200%);
}
.icon-anim-5 {
  transform: translateX(100%);
}
.icon-anim-6 {
  transform: translateX(-100%);
}
.banner-txt {
  opacity: 0;
}
.banner-txt-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: calc(var(--header-height) + 100px);
}
.banner-grad {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.swiper-banner {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(37, 24, 104, 0.05);
  backdrop-filter: blur(20px);
  padding: 24px 30px;
  margin-top: 50px;
}
.company-logo {
  height: 30px;
}
.company-logo img {
  height: 100%;
  object-fit: contain;
}
.icons-screen {
  display: flex;
  gap: 12px;
  padding: 6px 8px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14.28571606px);
  width: max-content;
  margin: auto;
  position: absolute;
  bottom: 0;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.icons-screen .icon-img {
  width: 42px;
  padding: 10px;
}
.icon-dummy .icon-img {
  opacity: 0;
}
.sc-section {
  height: 500vh;
  position: relative;
}
.sc-wrap {
  height: 100vh;
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
.sc-wrap .comm-section {
  width: 100%;
  height: 100%;
}
.sc-wrap .container {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-wrap .comm-head-wrap {
  transform: translateY(-60%);
}
.sc-screen {
  position: relative;
}
.sc-screen::after {
  content: url(../img/tv-bottom.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  bottom: 0;
}
.sc-screen video {
  opacity: 1;
  display: block;
  object-fit: contain;
  background: var(--black);
}
.sc-screen-wrap {
  position: absolute;
  width: 100%;
  max-width: 800px;
  margin: auto;
  left: 50%;
  transform: translateX(-50%) translateY(75%) scale(1.2);
}
.sc-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 32px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sc-bottom h3 {
  color: var(--blue);
  font-family: "Titillium Web";
  font-size: var(--fs32);
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
}
.sc-btn {
  flex-shrink: 0;
}
.sc-tag {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  background: rgba(161, 30, 126, 0.1);
  padding: 8px 16px;
  width: max-content;
  margin-bottom: 20px;
}
.sc-tag span {
  color: #18004D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.sc-icon {
  width: 28px;
  height: 28px;
}
.slides-pagination {
  position: static;
  margin-top: 16px;
}
.slides-pagination.white .swiper-pagination-bullet {
  background: #fff;
  transition: 0.5s;
}
.slides-pagination .swiper-pagination-bullet {
  border-radius: 8px;
  background: var(--grey);
}
.slides-pagination .swiper-pagination-bullet-active {
  width: 16px;
}
.black-bg {
  background: var(--black, #121212);
}
.smartv-wrap {
  margin-top: 108px;
}
.smart-box {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(50px);
  padding: 24px;
  min-height: 312px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.smart-logo {
  height: 46px;
  width: auto;
}
.smart-logo img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.smart-txt p {
  color: rgba(255, 255, 255, 0.6);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}
.smart-section {
  position: relative;
}
.smart-section .comm-head-wrap,
.smart-section .smartv-wrap {
  position: relative;
  z-index: 1;
}
.smart-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.smart-bg img {
  object-fit: contain;
}
.beyond-box {
  border-radius: 20px;
  background: var(--White, #ffffff);
  overflow: hidden;
  height: 100%;
}
.beyond-txt {
  padding: 30px;
}
.beyond-txt h3 {
  color: var(--black, #121212);
  font-size: var(--fs30);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
.beyond-txt p {
  color: var(--Grey-01, #1c1c1c);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.beyond-img {
  height: 458px;
  overflow: hidden;
  border-radius: 16px;
}
.beyond-img img,
.beyond-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.beyond-wrap .f-row {
  row-gap: 30px;
}
.go-live-box {
  border-radius: 20px;
  padding: 30px;
  background: #fff;
  height: 530px;
  display: flex;
  flex-direction: column;
}
.smtvPagination {
  position: relative;
}
.go-live-txt {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--spc40);
}
.go-live-txt h3 {
  color: var(--black, #121212);
  font-family: "Titillium Web";
  font-size: var(--fs30);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  flex-shrink: 0;
}
.go-live-txt p {
  color: var(--Grey-01, #1c1c1c);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  max-width: 360px;
}
.go-live-img {
  width: 100%;
  height: auto;
  min-height: 0;
}
.go-live-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.go-bottom-txt {
  max-width: 500px;
  margin: auto;
  margin-top: 24px;
}
.go-bottom-txt p {
  text-align: center;
}
.go-live-swiper {
  overflow: visible;
}
.stats-wrap {
  display: flex;
  padding: 85px 120px;
  gap: 150px;
  background: #121212;
  border-radius: 16px;
  overflow: hidden;
  width: auto;
  position: relative;
  max-width: 1462px;
  margin: auto;
}
.stats-wrap.lg {
  gap: 120px;
}
.stats-icon {
  height: 80px;
  aspect-ratio: 1;
  margin-bottom: 20px;
}
.stats-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.stats-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  flex: 1;
}
.stats-box h3 {
  color: var(--White, #ffffff);
  font-family: "Titillium Web";
  font-size: var(--fs48);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  display: flex;
  gap: 8px;
}
.stats-box p {
  color: var(--White, #ffffff);
  font-family: Inter;
  font-size: var(--fs20);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
.stats-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.counter-num {
  overflow: hidden;
  line-height: 1;
}
.digit-inner {
  height: 100%;
}
.digit {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 1ch;
}
.digit span {
  display: block;
  height: 1em;
  font-family: "Titillium Web";
  font-size: var(--fs48);
  font-style: normal;
  font-weight: 600;
}
.step-card {
  padding: 20px;
  border-radius: 20px;
  background: var(--white, #ffffff);
}
.step-card span {
  color: #1C1C1C;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  border-radius: 100px;
  background: rgba(38, 25, 104, 0.05);
  display: block;
  padding: 8px 16px;
  width: max-content;
  margin-bottom: 28px;
}
.step-txt h3 {
  color: var(--black, #121212);
  font-family: "Titillium Web";
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
}
.step-txt p {
  color: var(--Grey-01, #1c1c1c);
  font-family: Inter;
  font-size: var(--fs20);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.step-img {
  height: 340px;
  margin-bottom: 40px;
}
.step-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.client-box {
  min-height: 545px;
  border-radius: 16px;
  background: var(--White, #ffffff);
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.client-box p {
  color: #1C1C1C;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.client-bottom {
  display: flex;
  gap: 12px;
  align-items: center;
}
.client-img {
  width: 70px;
  height: 70px;
  display: none;
}
.client-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.client-name h4 {
  color: #18004D;
  font-family: "Titillium Web";
  font-size: var(--fs20);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}
.client-name h5 {
  color: var(--Grey-01, #1c1c1c);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pf-wrap {
  display: flex;
  border-radius: 20px;
  background: var(--black, #121212);
  padding: 45px 0;
  overflow: hidden;
  align-items: center;
}
.pf-left {
  padding: 64px;
  width: 50%;
  flex-shrink: 0;
}
.pf-left .comm-head {
  color: #fff;
}
.pf-img {
  flex-shrink: 0;
  height: 425px;
  width: 60%;
  filter: drop-shadow(0px 0px 30px rgba(78, 57, 183, 0.4));
}
.pf-img img {
  object-fit: contain;
}
.flex-btns {
  display: flex;
  gap: 30px;
}
.go-live-section {
  overflow: hidden;
}
.client-swiper {
  position: relative;
}
.swiper-button-next,
.swiper-button-prev {
  background: #fff;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 8px;
  filter: invert(1);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-prev {
  transform: scaleX(-1);
}
.swiperClientsNxt {
  right: -20px;
  transform: translateX(100%) translateY(-100%);
}
.swiperClientsPrev {
  left: -20px;
  transform: translateX(-100%) translateY(-100%) scaleX(-1);
}
.internal-head {
  color: var(--Blue, #261968);
  text-align: center;
  font-family: "Titillium Web";
  font-size: var(--fs60);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.grey-bg {
  background: rgba(38, 25, 104, 0.08);
}
.industry-banner-wrap {
  max-width: 760px;
  margin: auto;
}
.industry-banner-txt {
  position: absolute;
  z-index: 1;
  top: var(--header-height);
}
.industry-tv {
  transform: scale(1.5);
  width: auto;
  height: calc(100vh - var(--header-height) - 100px);
  position: relative;
}
.industry-tv::after {
  content: url(../img/tv-bottom.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  bottom: 0;
}
.industry-screen {
  position: absolute;
  padding: 20px;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
  transform: scale(1.5);
  background: rgba(0, 0, 0, 0.1);
}
.industry-screen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.industry-banner {
  height: 300vh;
}
.industry-bg {
  height: 100%;
  width: 100%;
}
.industry-bg img {
  object-fit: cover;
}
.industry-sticky {
  height: 100vh;
  overflow: hidden;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  padding-top: calc(var(--header-height) + 30px);
}
.stack-card {
  height: 360px;
  border-radius: 24px;
  padding: 40px 36px;
  width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: calc(var(--header-height) + 100px);
  background: #fff;
  margin-bottom: 100%;
  border: 1px solid #D4D4D4;
}
.stack-card-container {
  position: relative;
  display: flex;
  justify-content: center;
}
.stack-cards-sticky {
  position: relative;
  z-index: 1;
}
.stack-cards-sticky .comm-head {
  margin-bottom: 40px;
}
.stack-cards-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 250px;
}
.stack-card-bg {
  width: 80%;
  position: absolute;
  top: 0;
}
.stack-card-bg img {
  transform: scale(1.2) translateY(-100px);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.stack-card-icon {
  height: 96px;
  width: 96px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stack-card-icon::after {
  content: url(../img/stack-card-icon-bg.png);
  position: absolute;
  filter: blur(10px);
}
.stack-card-icon img {
  position: relative;
  z-index: 1;
}
.stack-card-txt p {
  color: #1C1C1C;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.asc-acc-box {
  margin-bottom: 36px;
  padding-left: 30px;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  max-width: 500px;
  cursor: pointer;
  transition: 0.5s;
}
.asc-acc-box.active {
  padding-top: 0;
}
.asc-acc-box.active:before {
  height: 100%;
  transition: 4s;
}
.asc-acc-box:after {
  content: "";
  position: absolute;
  border-radius: 30px;
  opacity: 0.1;
  background: var(--black, #121212);
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
}
.asc-acc-box:before {
  content: "";
  position: absolute;
  border-radius: 30px;
  opacity: 1;
  background: var(--black, #121212);
  left: 0;
  top: 0;
  height: 0;
  width: 3px;
  z-index: 1;
  transition: 0.5s;
}
.asc-acc-box h4 {
  color: var(--black, #121212);
  font-family: "Titillium Web";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
  /* 92.308% */
}
.asc-acc-box p {
  color: var(--Grey-01, #1c1c1c);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: none;
  /* 150% */
}
.asc-wrap {
  display: flex;
  gap: 24px;
}
.asc-img-mob {
  display: none;
}
.asc-accordion,
.asc-swiper {
  width: 50%;
}
.asc-accordion.white .asc-acc-box h4 {
  color: var(--white);
}
.asc-accordion.white .asc-acc-box p {
  color: var(--white);
  opacity: 0.5;
}
.asc-accordion.white .asc-acc-box:before {
  background: var(--White, #ffffff);
}
.asc-accordion.white .asc-acc-box:after {
  opacity: 0.1;
  background: var(--White, #ffffff);
}
.asc-swiper .swiper {
  width: 100%;
  height: 100%;
}
.asc-img {
  width: 100%;
  height: 100%;
  max-height: 500px;
}
.asc-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.spotlight-img {
  height: 45%;
}
.spotlight-img img {
  object-fit: contain;
  object-position: bottom;
}
.spotlight-banner {
  height: calc(100vh - var(--header-height));
  display: flex;
  overflow: hidden;
}
.spotlight-banner-txt {
  max-width: 750px;
  margin: 0 auto;
}
.spotlight-banner-wrap {
  padding-top: var(--spc40);
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 80px;
  flex-direction: column;
}
.spotlight-cards-bottom {
  max-width: 800px;
  margin: auto;
  margin-top: var(--spc40);
}
.black-cards-wrap .f-row {
  row-gap: 20px;
}
.black-cards-wrap .go-live-box {
  background: var(--black);
  position: relative;
  overflow: hidden;
  height: 580px;
}
.black-cards-wrap .go-live-box::after {
  content: url(../img/black-card-bg.webp);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.black-cards-wrap .go-live-box .go-live-img {
  position: relative;
  z-index: 1;
}
.black-cards-wrap .go-live-box .go-live-img img {
  filter: drop-shadow(0 0 37.8px rgba(255, 255, 255, 0.25));
}
.black-cards-wrap .go-live-box .go-live-txt {
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.black-cards-wrap .go-live-box .go-live-txt p {
  max-width: none;
  color: var(--white);
  opacity: 0.8;
}
.black-cards-wrap .go-live-box .go-live-txt h3 {
  margin-bottom: 8px;
  color: var(--white);
}
.promise-box {
  padding: 32px;
  border-radius: 20px;
  border: 1px solid #ACACAC;
  backdrop-filter: blur(36.81359863px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  background: url(../img/promise-bg.png) no-repeat #f7ecf5;
}
.promise-box p {
  color: var(--black, #121212);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.promise-icon {
  height: 50px;
  width: 50px;
}
.promise-wrap {
  max-width: 1440px;
  margin: auto;
}
.promise-wrap .f-row {
  row-gap: 24px;
}
.aruvo-promise-logo {
  height: 130px;
  width: 130px;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
.aruvo-promise-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.aruvo-promise-lines {
  position: absolute;
  width: 70%;
  top: 30%;
}
.price-card-wrap .tabs ul {
  gap: 10px;
}
.price-card-wrap .tabs ul li {
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.price-card-wrap .tabs ul li span {
  display: block;
  font-size: 12px;
  text-align: center;
}
.stats-wrap.stats-maxw {
  max-width: 1060px;
  gap: 60px;
}
.price-num {
  display: flex;
  align-items: flex-end;
}
.price-num span {
  color: #1C1C1C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.noUi-horizontal {
  height: 4px;
  border-radius: 28px;
  background: #D4D4D4;
  border: 0;
}
.noUi-horizontal .noUi-handle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #261968;
  box-shadow: 0 0 4px 4px rgba(255, 255, 255, 0.2) inset;
  top: -14px;
  cursor: pointer;
}
.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle::before {
  display: none;
}
.noUi-horizontal .noUi-connect {
  background: #261968;
}
.noUi-horizontal .noUi-value-sub {
  color: #ccc;
  font-size: 16px;
}
.noUi-horizontal .completed-pip,
.noUi-horizontal .active-pip {
  color: #000;
}
.pricing-input {
  background: transparent;
  border: none;
  outline: none;
  color: #121212;
  font-family: Inter;
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  max-width: 44px;
}
.noUi-marker-horizontal.noUi-marker {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D4D4D4;
  top: -8px;
}
.noUi-marker-horizontal.noUi-marker.completed-tick {
  background: #261968;
}
/* Active tick line */
.active-tick {
  color: #999;
  background: #D4D4D4;
  font-weight: normal;
  height: 12px !important;
  width: 12px !important;
  border-radius: 50%;
  top: -8px;
}
.all-plan-head {
  color: #121212;
  font-size: var(--fs30);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.all-pan-wrap {
  max-width: 1060px;
  margin: auto;
}
.all-plan-tags {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #D4D4D4;
  background: #FFF;
}
.all-plan-tags span {
  color: var(--Blue, #261968);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  padding: 16px 14px;
  border-radius: 32px;
  background: rgba(161, 30, 126, 0.1);
  display: flex;
  gap: 4px;
  align-items: center;
}
.all-plan-tags span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  background: #261968;
  position: static;
}
.annual-message {
  border-radius: 32px;
  background: linear-gradient(289deg, #251868 28%, #a11e7e 80.15%);
  padding: 16px 32px;
  width: max-content;
  margin: auto;
}
.annual-message p {
  color: var(--white, #ffffff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
/* header */
:root {
  --menuWidth: 300px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#header.fixHeader .header-box {
  height: var(--header-scroll-height);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
}
.head-right {
  display: flex;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  width: 126px;
}
.logoBox {
  position: relative;
}
.logo-white {
  opacity: 0;
  z-index: 1;
  position: absolute;
  inset: 0;
}
.header-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;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  height: 100%;
}
.header-list {
  border-radius: 16px;
  background: rgba(244, 243, 247, 0.95);
  backdrop-filter: blur(100px);
  padding: 12px 30px;
}
.drop {
  position: relative;
}
.drop > a:after {
  content: "";
  margin-left: 4px;
  width: 12px;
  height: 12px;
  background: url(../img/drop-down-arrow.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;
}
.header-wrap {
  display: flex;
}
.header-box {
  display: flex;
  height: var(--header-height);
  transition: 0.5s;
}
.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: 6px 15px;
}
.header-list li a {
  font-size: 16px;
  color: var(--black);
  font-weight: 400;
}
.header-list li a:hover {
  color: var(--black);
}
.menuBtn .button {
  margin-left: 20px;
}
/* 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;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
.nav-wrapper {
  position: fixed;
  width: 300px;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
  top: 0;
  font-size: 14px;
  display: none;
}
.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: #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: #000;
  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;
  box-shadow: 0 0 5px 0.2px rgba(255, 255, 255, 0.3);
  background-color: #333;
}
.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 {
  list-style: none;
  padding: 80px 0 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.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;
}
@media all and (max-width: 1366px) {
  .header-list {
    padding: 12px 20px;
  }
  .header-list li {
    padding: 6px 12px;
  }
}
@media all and (max-width: 1200px) {
  .navigation {
    display: none;
  }
  .nav-wrapper {
    display: block;
  }
  .header-list {
    display: none;
  }
  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menuBtn .button {
    margin-right: 30px;
  }
  #header.fixHeader .header-box {
    backdrop-filter: none;
  }
}
@media all and (max-width: 480px) {
  .logo {
    width: 90px;
  }
}
.footer-wrap {
  background: var(--black);
  padding: 90px 0 60px;
  position: relative;
}
.footer-wrap .container {
  position: relative;
}
.footer-bg {
  position: absolute;
  inset: 0;
}
.footer-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: color;
}
.footer-logo {
  height: 56px;
  width: 100%;
  max-width: 170px;
  margin-bottom: 38px;
}
.footer-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 40px;
}
.contact-wrap {
  margin-bottom: 54px;
}
.contact-box {
  display: flex;
  gap: 20px;
}
.contact-box:not(:last-child) {
  margin-bottom: 10px;
}
.contact-icon {
  height: 21px;
  width: 21px;
}
.contact-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.contact-txt a,
.contact-txt p {
  color: var(--AI-Smartz-Text-Light-Grey, #666666);
  font-size: var(--fs14);
  font-weight: 400;
  line-height: 1.8;
}
.social-link-wrap {
  display: flex;
  gap: 28px;
}
.social-icon:hover {
  transform: scale(1.1);
}
.social-icon-wrap {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icon-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  vertical-align: unset;
}
.footer-links {
  display: flex;
  gap: 22px;
}
.footer-links-container {
  display: flex;
  gap: 100px;
}
.footer-links-box h4 {
  color: var(--White, #ffffff);
  font-family: "Titillium Web";
  font-size: var(--fs20);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
.footer-links-wrap ul > li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-links-wrap ul > li a {
  color: var(--white, #ffffff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration-color: var(--pink);
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: transparent;
  text-decoration-thickness: 0px;
}
.footer-links-wrap ul > li a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: var(--pink);
  text-decoration-thickness: 2px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-para p,
.footer-para a {
  color: #fff;
  font-size: var(--fs14);
  font-weight: 400;
  line-height: normal;
}
.privacy-link-box {
  display: flex;
  gap: 32px;
}
.privacy-link-box a {
  color: #fff;
  font-size: var(--fs14);
  font-weight: 400;
  line-height: normal;
}
.newletter-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 100px;
}
.newsletter-box {
  max-width: 450px;
}
.newsletter-box p {
  color: var(--White, #ffffff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px;
  opacity: 0.6;
}
.newsletter-mail {
  display: flex;
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(25px);
}
.newsletter-mail input {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  padding-left: 24px;
  color: #fff;
  font-weight: 400;
}
.newsletter-mail input::placeholder {
  color: #fff;
  font-weight: 400;
}
@media all and (max-width: 1440px) {
  .newsletter-box {
    max-width: 400px;
  }
  .footer-links-container {
    gap: 40px;
  }
  .footer-links-wrap ul > li:not(:last-child) {
    margin-bottom: 16px;
  }
  .newletter-wrap {
    gap: 60px;
  }
}
@media all and (max-width: 1366px) {
  .footer-wrap {
    padding: 50px 0 40px;
  }
  .footer-links-box h4 {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1200px) {
  .footer-container {
    flex-wrap: wrap;
  }
  .footer-logo {
    margin-bottom: 8px;
  }
}
@media all and (max-width: 990px) {
  .footer-links-container {
    flex-wrap: wrap;
  }
  .footer-links-box {
    width: calc(33% - 40px);
  }
  .newletter-wrap {
    width: 100%;
    flex-direction: row;
  }
}
@media all and (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    text-align: center;
  }
  .privacy-link-box {
    justify-content: center;
  }
  .footer-container {
    margin-bottom: 40px;
  }
  .footer-wrap {
    padding: 30px 0;
  }
  .footer-container {
    gap: 20px;
  }
  .privacy-link-box {
    order: 1;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-para {
    width: 100%;
  }
  .footer-para:first-of-type {
    order: 2;
  }
  .footer-para:last-of-type {
    order: 3;
  }
  .newletter-wrap {
    gap: 40px;
  }
}
@media all and (max-width: 640px) {
  .footer-links-wrap ul > li:not(:last-child) {
    margin-bottom: 12px;
  }
  .newletter-wrap {
    flex-wrap: wrap;
  }
  .footer-bottom {
    gap: 20px;
    white-space: nowrap;
    flex-wrap: wrap;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .contact-wrap {
    margin-bottom: 24px;
  }
  .footer-container {
    margin-bottom: 40px;
  }
  .social-icon {
    height: 32px;
    width: 32px;
  }
}
@media all and (max-width: 576px) {
  .footer-links {
    flex-wrap: wrap;
  }
  .footer-links-wrap {
    width: 100%;
  }
  .footer-links-box {
    width: calc(50% - 20px);
  }
  .newletter-wrap {
    width: 100%;
  }
}
@media all and (max-width: 1680px) {
  .int-ban-img {
    width: 1072px;
    aspect-ratio: 1072/815;
  }
  .diy-step-top {
    width: 300px;
    aspect-ratio: 300 / 55;
    top: -55px;
  }
  .step-top-2 {
    left: 18.5%;
  }
  .step-top-3 {
    left: 39%;
  }
  .step-top-4 {
    left: 59.5%;
  }
  .step-top-5 {
    right: -15px;
  }
  .diy-step-sec-four .diy-step-top {
    top: -62px;
  }
  .diy-step-sec-four .step-top-1 {
    left: -6px;
  }
  .diy-step-sec-four .step-top-4 {
    right: -16px;
  }
}
@media all and (max-width: 1536px) {
  .recent-blog-swiper-wrap {
    max-width: 1160px;
  }
  .diy-step-card {
    padding: 60px;
    height: 560px;
  }
}
@media all and (max-width: 1440px) {
  .int-ban-img {
    width: 900px;
    aspect-ratio: 900 / 680;
  }
  .diy-step-card {
    height: 500px;
  }
  .diy-step-top {
    width: 270px;
    aspect-ratio: 270 / 50;
    top: -49px;
  }
  .step-top-1 {
    left: -3px;
  }
  .step-top-5 {
    right: -13px;
  }
  .value-container {
    height: 850px;
  }
  .value-right-bg {
    max-width: 1100px;
  }
  .diy-step-card-wrap {
    height: 50vh;
  }
  .diy-step-img {
    width: 700px;
    aspect-ratio: 700 / 310;
  }
  .diy-step-sec-four .diy-step-top {
    top: -57px;
  }
  .diy-step-sec-four .step-top-1 {
    left: -4px;
  }
  .diy-step-sec-four .step-top-4 {
    right: -14px;
  }
  .blog-detail-sec .container {
    max-width: 1260px;
  }
  .blog-detail-head {
    max-width: 800px;
  }
}
@media (max-width: 1440px) and (max-height: 680px) {
  .int-ban-img {
    width: 700px;
    aspect-ratio: 700 / 570;
    right: -40px;
  }
  .diy-step-img {
    width: 600px;
    aspect-ratio: 600 / 350;
  }
  .value-card {
    height: 270px;
  }
  .value-card:nth-child(2) {
    margin-top: 0;
  }
  .value-card:nth-child(3) {
    margin-top: 0;
  }
  .diy-step-card {
    height: 450px;
  }
}
@media all and (max-width: 1366px) {
  .int-ban-sec {
    height: 90vh;
  }
  .int-ban-img {
    width: 600px;
    aspect-ratio: 600 / 480;
  }
  .diy-step-top {
    width: 250px;
    aspect-ratio: 250 / 45;
    top: -44px;
  }
  .step-top-1 {
    left: -7px;
  }
  .step-top-5 {
    right: -15px;
  }
  .value-container {
    padding: 0 50px;
  }
  .diy-step-top::after {
    top: 12px;
  }
  .diy-step-sec-four .diy-step-top {
    top: -50px;
  }
  .diy-step-sec-four .step-top-1 {
    left: -7px;
  }
  .diy-step-sec-four .step-top-4 {
    right: -17px;
  }
  .blog-detail-sec .container {
    max-width: 1170px;
  }
  .blog-detail-head {
    max-width: 720px;
  }
}
@media all and (max-width: 1280px) {
  .int-ban-sec {
    height: 85vh;
  }
  .int-ban-img {
    width: 850px;
    aspect-ratio: 850 / 630;
  }
  .diy-step-img {
    width: 550px;
    aspect-ratio: 550 / 250;
  }
  .diy-step-top {
    width: 210px;
    aspect-ratio: 210 / 38;
    top: -38px;
  }
  .step-top-1 {
    left: -5px;
  }
  .step-top-5 {
    right: -12px;
  }
  .value-container {
    padding: 0;
  }
  .blog-card-content {
    padding: 0 12px;
  }
  .recent-blog-swiper-wrap {
    max-width: 960px;
  }
  .content-body img {
    height: 460px;
  }
  .diy-step-top::after {
    top: 10px;
  }
  .diy-step-card-wrap {
    height: 60vh;
  }
}
@media all and (max-width: 1200px) {
  .int-ban-sec {
    height: 80vh;
  }
  .int-ban-img {
    width: 800px;
    aspect-ratio: 800 / 600;
  }
  .why-wrap {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .why-img {
    width: 100%;
  }
  .why-right {
    max-width: 100%;
  }
  .newsletter-small {
    display: none;
  }
  .blog-detail-sec .container {
    max-width: 990px;
  }
  .blog-detail-container {
    gap: 40px 0;
  }
  .casestudy-detail-sec .blog-detail-container {
    flex-wrap: wrap;
  }
  .casestudy-detail-sec .newsletter-sticky {
    width: 100%;
    top: calc(var(--header-height) - 20px);
    z-index: 10;
    overflow: hidden;
    overflow-x: auto;
  }
  .casestudy-detail-sec .case-study-tabs {
    width: 100%;
    max-width: 100%;
    background: #fff;
    padding: 10px 0;
  }
  .casestudy-detail-sec .case-study-tabs ul {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .casestudy-detail-sec .case-study-tabs ul > li:not(:last-child) {
    margin-bottom: 0;
  }
  .casestudy-detail-sec .case-study-tabs.mb60 {
    margin-bottom: 0 !important;
  }
  .diy-step-card {
    padding: 40px;
  }
  .diy-step-sec-four .diy-step-top {
    top: -43px;
  }
  .diy-step-sec-four .step-top-1 {
    left: -6px;
  }
  .diy-step-sec-four .step-top-4 {
    right: -14px;
  }
  .diy-step-sec-four .diy-step-top::after {
    top: 14px;
  }
  .blog-detail-head {
    max-width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .int-ban-sec {
    height: 70vh;
  }
  .int-ban-img {
    width: 650px;
    aspect-ratio: 650 / 500;
  }
  .recent-blog-swiper-wrap {
    max-width: 100%;
  }
  .recent-blog-swiper-wrap .swiper-controls {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 24px;
  }
  .recent-blog-swiper-wrap .swiper-controls .swiper-pagination {
    width: auto;
    margin: 0;
  }
  .recent-blog-swiper-wrap .swiperBlogNxt,
  .recent-blog-swiper-wrap .swiperBlogPrev {
    transform: none;
    position: static;
    margin: 0;
  }
  .recent-blog-swiper-wrap .swiperBlogPrev {
    transform: scaleX(-1);
  }
}
@media (max-width: 1024px) and (max-height: 1366px) {
  .int-ban-sec {
    height: 45vh;
  }
  .int-ban-img {
    right: -30px;
  }
  .int-ban-txt {
    max-width: 450px;
  }
  .diy-step-card-wrap {
    height: 40vh;
  }
}
@media (max-width: 1024px) and (max-height: 800px) {
  .diy-step-card-wrap {
    height: 60vh;
  }
}
@media all and (max-width: 990px) {
  .int-ban-sec {
    height: 100%;
  }
  .int-ban-sec .container {
    padding-top: 80px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .int-ban-img {
    position: static;
    width: 100%;
  }
  .comm-section.int-ban-sec {
    padding-bottom: 0;
  }
  .int-ban-txt {
    max-width: 100%;
  }
  .diy-step-img {
    width: 360px;
    aspect-ratio: 360 / 200;
  }
  .diy-step-card {
    gap: 20px;
    height: 400px;
  }
  .diy-step-top {
    width: 170px;
    aspect-ratio: 170 / 40;
    top: -36px;
  }
  .step-top-1 {
    left: -1px;
  }
  .step-top-5 {
    right: -1px;
  }
  .step-top-2 {
    left: 18%;
  }
  .step-top-3 {
    left: 38%;
  }
  .step-top-4 {
    left: 58%;
  }
  .left-right-wrap {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .right-txt .comm-txt {
    width: 100%;
    max-width: 100%;
  }
  .value-container {
    flex-wrap: wrap;
    gap: 20px 0;
    height: 100%;
  }
  .value-right-bg {
    right: 0;
    max-width: 100%;
  }
  .comm-section.value-sec {
    padding: var(--spc80) 0;
  }
  .value-card {
    height: 250px;
  }
  .perfect-container .comm-txt p br {
    display: none;
  }
  .provider-container .comm-txt p br {
    display: none;
  }
  .diy-step-card {
    padding: 30px;
  }
  .diy-step-top::after {
    font-size: 12px;
    left: 30px;
    top: 12px;
  }
  .diy-step-sec-four .diy-step-top {
    top: -40px;
  }
  .diy-step-sec-four .step-top-1 {
    left: -1px;
  }
  .diy-step-sec-four .step-top-4 {
    right: -1px;
  }
}
@media all and (max-width: 800px) {
  .newsletter-wrap {
    padding: 24px;
  }
  .newsletter-content-big {
    justify-content: center;
    gap: 20px 40px;
    flex-wrap: wrap;
  }
  .newsletter-content-big h2 {
    text-align: center;
  }
  .email-wrap-big {
    height: 50px;
  }
}
@media all and (max-width: 768px) {
  .diy-step-card {
    flex-wrap: wrap;
    height: 600px;
  }
  .diy-step-left {
    width: 100%;
    max-width: 100%;
  }
  .diy-step-img {
    width: 100%;
  }
  .diy-step-img img {
    object-position: center;
  }
  .diy-step-top {
    width: 135px;
    aspect-ratio: 135 / 40;
    top: -31px;
  }
  .recent-blog-card {
    flex-wrap: wrap;
    padding: 20px;
  }
  .recent-blog-card .blog-content {
    max-width: 100%;
  }
  .recent-blog-img {
    width: 100%;
  }
  .diy-step-sec-four .diy-step-top {
    top: -37px;
  }
  .diy-step-sec-four .diy-step-top::after {
    left: 40px;
  }
}
@media (max-width: 768px) and (max-height: 1024px) {
  .diy-step-card-wrap {
    height: 60vh;
  }
}
@media all and (max-width: 640px) {
  .price-container .comm-head br {
    display: none;
  }
  .price-container .comm-txt p br {
    display: none;
  }
  .aruvo-tv-container .comm-head br {
    display: none;
  }
  .aruvo-tv-container .comm-txt p br {
    display: none;
  }
  .diy-step-top {
    width: 130px;
    aspect-ratio: 130 / 40;
    top: -31px;
  }
  .diy-step-box {
    position: static;
    margin-bottom: 50px;
  }
  .diy-step-card {
    height: 100%;
    gap: 0;
  }
  .diy-step-card-wrap {
    height: 100%;
  }
  .value-right-bg {
    display: none;
  }
  .value-card {
    border-radius: 12px;
    height: 220px;
    padding: 20px;
  }
  .value-icon {
    width: 50px;
  }
  .pms-banner-container .pg-head br {
    display: none;
  }
  .pms-banner-container .comm-txt p br {
    display: none;
  }
  .blog-card-content {
    padding: 0;
  }
  .blog-head-wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
  .search-wrap {
    max-width: 100%;
  }
  .recent-blog-card {
    padding: 16px;
  }
  .content-body img {
    height: 350px;
  }
  .casestudy-detail-sec .blog-detail-container {
    gap: 20px;
  }
  .hospi-container .pg-head br {
    display: none;
  }
  .diy-step-card {
    padding: 20px;
  }
  .diy-step-card-wrap .diy-step-box:first-child .diy-step-top::after {
    left: 20px;
  }
  .pms-ban-bg {
    height: 800px;
  }
}
@media all and (max-width: 576px) {
  .int-ban-sec .container {
    padding-top: 60px;
  }
  .value-card {
    width: 100%;
  }
  .value-card:nth-child(2) {
    margin-top: 0;
  }
  .value-card:nth-child(3) {
    margin-top: 0;
  }
  .email-wrap-big {
    padding: 4px 4px 4px 16px;
    gap: 8px;
  }
  .content-body img {
    height: auto;
  }
  .diy-step-sec-four .diy-step-top {
    top: -32px;
  }
  .diy-step-sec-four .diy-step-top::after {
    top: 10px;
    left: 24px;
  }
}
@media all and (max-width: 480px) {
  .blog-author-wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
  .diy-step-sec-four .diy-step-top {
    top: -27px;
  }
}
@media all and (max-width: 440px) {
  .diy-step-sec-four .diy-step-top {
    top: -23px;
  }
}
@media all and (max-width: 400px) {
  .email-wrap-big {
    padding: 2px 2px 2px 14px;
  }
  .email-wrap-big .button.black {
    padding: 8px 16px;
  }
  .diy-step-sec-four .diy-step-top {
    top: -20px;
  }
}
@media all and (max-width: 390px) {
  .diy-step-sec-four .diy-step-top::after {
    top: 8px;
    left: 18px;
    font-size: 10px;
  }
}
@media all and (max-width: 1680px) {
  .container {
    max-width: 1400px;
  }
  .banner-screen-wrap {
    max-width: 880px;
  }
  .smart-box {
    min-height: 260px;
  }
  .sc-screen-wrap {
    max-width: 700px;
  }
}
@media all and (max-width: 1536px) {
  .icon-img {
    width: 80px;
  }
  .banner-txt-wrap {
    padding-bottom: calc(var(--header-height) + 60px);
  }
  .banner-screen-full {
    transform: translateY(-25%);
  }
  .banner-screen-wrap {
    max-width: 800px;
  }
  .smart-box {
    min-height: 242px;
  }
  .smartv-wrap {
    margin-top: 88px;
  }
  .beyond-img {
    height: 388px;
  }
  .sc-screen-wrap {
    max-width: 680px;
  }
  .industry-tv {
    transform: scale(1.65);
  }
  .asc-acc-box {
    margin-bottom: 24px;
  }
  .black-cards-wrap .go-live-box {
    height: 480px;
  }
}
@media all and (max-width: 1440px) {
  .container {
    max-width: 1280px;
  }
  .banner-screen-wrap {
    max-width: 750px;
  }
  .flex-btns {
    display: flex;
    gap: 10px;
  }
  .pf-left {
    padding: 60px;
  }
  .accordion {
    padding: 30px 40px;
  }
  .acc-item.active .accordion {
    padding: 30px 40px 14px;
  }
  .tabs ul {
    gap: 20px;
  }
  .acc-item p {
    margin-bottom: 14px;
  }
  .go-live-box {
    height: 450px;
  }
  .go-live-txt {
    gap: 20px;
  }
  .beyond-img {
    height: 360px;
  }
  .sc-screen-wrap {
    max-width: 620px;
  }
  .black-cards-wrap .go-live-box {
    height: 450px;
  }
}
@media all and (max-width: 1366px) {
  .container {
    max-width: 1170px;
  }
  .banner-txt-wrap {
    padding-bottom: calc(var(--header-height) + 30px);
  }
  .banner-screen-wrap {
    max-width: 680px;
  }
  .pf-img {
    height: 335px;
  }
  .pf-left {
    padding: 30px;
  }
  .client-box p {
    font-size: 16px;
  }
  .client-box {
    min-height: 420px;
    padding: 24px 30px;
  }
  .client-swiper {
    max-width: calc(100% - 80px);
    margin: auto;
  }
  .swiperClientsNxt {
    right: 0;
  }
  .swiperClientsPrev {
    left: 0;
  }
  .step-img {
    height: 200px;
  }
  .stats-wrap {
    padding: 65px 100px;
    gap: 120px;
  }
  .stats-icon {
    height: 60px;
  }
  .go-live-box {
    height: 400px;
  }
  .smartv-wrap {
    margin-top: 68px;
  }
  .sc-screen-wrap {
    max-width: 570px;
  }
  .sc-bottom {
    padding-top: 22px;
  }
  .industry-tv {
    transform: scale(1.7);
  }
  .asc-acc-box {
    margin-bottom: 16px;
  }
  .spotlight-banner-wrap {
    gap: 50px;
  }
  .spotlight-banner-wrap {
    padding-top: 0;
  }
  .promise-box p {
    font-size: 22px;
  }
  .aruvo-promise-logo {
    margin-bottom: 50px;
  }
  .stats-wrap.lg {
    gap: 80px;
  }
}
@media all and (max-width: 1200px) {
  .container {
    max-width: 990px;
  }
  .pf-wrap {
    flex-direction: column;
  }
  .pf-left {
    padding: 0;
    margin-bottom: 40px;
    width: 60%;
  }
  .tabs ul li {
    font-size: 16px;
  }
  .steps-section .f-row {
    row-gap: 24px;
    max-width: 700px;
    margin: auto;
  }
  .step-card span {
    font-size: 14px;
  }
  .beyond-img {
    height: 270px;
  }
  .beyond-txt {
    padding: 22px;
  }
  .asc-acc-box h4 {
    font-size: 22px;
  }
  .asc-acc-box {
    margin-bottom: 24px;
    padding-left: 24px;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .promise-box p {
    font-size: 20px;
  }
  .aruvo-promise-logo {
    height: 100px;
    width: 100px;
    margin-bottom: 20px;
  }
  .black-cards-wrap .go-live-box {
    height: 400px;
  }
  .steps-section .f-col {
    padding: 0;
  }
  .stats-wrap.lg {
    gap: 50px;
  }
}
@media all and (max-width: 1024px) {
  .banner-bg img {
    object-position: center top;
  }
  .icon-anim-1 {
    transform: translateY(-300%) translateX(-100%);
  }
  .icon-anim-4 {
    transform: translateY(-300%) translateX(-100%);
  }
  .icon-anim-2 {
    transform: translateY(80%) translateX(-200%);
  }
  .icon-anim-5 {
    transform: translateY(80%) translateX(100%);
  }
  .icon-anim-3 {
    transform: translateY(200%);
  }
  .icon-anim-6 {
    transform: translateY(200%) translateX(-100%);
  }
  .banner-screen-full {
    transform: translateY(-45%);
  }
  .banner-txt-wrap {
    padding-bottom: calc(var(--header-height) + 100px);
  }
  .sc-wrap .comm-head-wrap {
    transform: translateY(-150%);
  }
  .sc-screen-wrap {
    max-width: none;
    transform: translateX(-50%) translateY(75%) scale(1);
    padding: 0 20px;
  }
  .industry-banner-wrap {
    transform: translateY(30%);
  }
  .industry-tv {
    height: max-content;
    transform: scale(4);
  }
  .industry-sticky {
    display: flex;
    align-items: center;
    padding: 20px;
  }
  .stack-card-bg {
    width: calc(100% + 30px);
    height: 80vh;
    left: -15px;
  }
  .asc-wrap {
    flex-direction: column;
  }
  .asc-accordion,
  .asc-swiper {
    width: 100%;
  }
  .asc-acc-box {
    max-width: none;
  }
  .black-cards-wrap .go-live-box {
    height: 380px;
  }
}
@media all and (max-width: 990px) {
  .container {
    max-width: 800px;
  }
  .icon-anim-2 {
    transform: translateY(80%) translateX(-100%);
  }
  .icon-anim-5 {
    transform: translateY(80%) translateX(0%);
  }
  .pf-wrap {
    padding: 80px;
  }
  .pf-left,
  .pf-img {
    width: 100%;
    height: auto;
  }
  .tabs ul li {
    flex-shrink: 0;
  }
  .tabs ul {
    overflow-x: auto;
  }
  .stats-wrap {
    padding: 55px 50px;
    gap: 60px;
  }
  .beyond-img {
    height: 220px;
  }
  .stack-card {
    margin-bottom: 90%;
  }
  .promise-box {
    padding: 24px;
  }
  .black-cards-wrap .go-live-box {
    height: 330px;
  }
  .go-live-box {
    padding: 20px;
  }
  .stats-wrap.lg {
    gap: 30px;
  }
}
@media all and (max-width: 768px) {
  .container {
    max-width: 640px;
  }
  .pf-wrap {
    padding: 50px;
  }
  .accordion {
    padding: 24px;
    padding-right: 50px;
  }
  .accordion::after,
  .accordion:before {
    right: 12px;
  }
  .acc-item.active .accordion {
    padding: 24px 24px 14px;
    padding-right: 50px;
  }
  .panel {
    padding: 0 24px 24px 24px;
  }
  .swiper-controls {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 24px;
  }
  .swiper-controls .swiper-pagination {
    width: auto;
    margin: 0;
  }
  .swiperClientsNxt,
  .swiperClientsPrev {
    transform: none;
    position: static;
    margin: 0;
  }
  .swiperClientsPrev {
    transform: scaleX(-1);
  }
  .client-swiper {
    max-width: none;
  }
  .stats-wrap {
    padding: 40px;
    flex-direction: column;
    width: calc(100% - 200px);
  }
  .stats-icon {
    height: 40px;
  }
  .comm-head br {
    display: none;
  }
  .smartv-wrap {
    margin-top: 40px;
  }
  .beyond-img {
    height: auto;
  }
  .stack-card-bg img {
    transform: scale(1.6) translateY(0px);
  }
  .promise-wrap {
    display: flex;
    gap: 80px;
  }
  .promise-box {
    max-width: 300px;
  }
  .aruvo-promise-logo {
    margin-bottom: 0;
  }
  .aruvo-promise-lines {
    transform: rotate(-90deg) translateY(70px);
    width: 750%;
    top: 44%;
  }
}
@media all and (max-width: 640px) {
  .container,
  .container.container-md {
    max-width: 100%;
  }
  .stack-card-bg {
    overflow: hidden;
  }
  .icon-anim-1 {
    transform: translateY(-200%) translateX(100%);
  }
  .icon-anim-4 {
    transform: translateY(-200%) translateX(-200%);
  }
  .icon-anim-3 {
    transform: translateY(160%) translateX(100%);
  }
  .icon-anim-6 {
    transform: translateY(160%) translateX(-200%);
  }
  .icon-anim-2 {
    transform: translateY(80%) translateX(60%);
  }
  .icon-anim-5 {
    transform: translateY(80%) translateX(-160%);
  }
  .flex-btns {
    flex-direction: column;
  }
  .tabs ul li {
    font-size: 14px;
    padding: 14px;
  }
  .tabs ul {
    gap: 12px;
  }
  .go-live-txt {
    flex-direction: column;
  }
  .sc-section,
  .sc-wrap {
    height: auto;
    position: relative;
  }
  .sc-wrap .comm-head-wrap {
    transform: translateY(0);
  }
  .sc-screen-wrap {
    position: relative;
    top: auto;
    transform: none;
    left: auto;
  }
  .sc-wrap .container {
    flex-direction: column;
    gap: 24px;
  }
}
@media all and (max-width: 576px) {
  :root {
    --header-height: 80px;
    --header-scroll-height: 60px;
  }
  .pf-wrap {
    padding: 40px;
  }
  .stats-wrap {
    width: 100%;
  }
  .go-live-txt {
    gap: 12px;
  }
  .go-live-box {
    border-radius: 20px;
    padding: 24px;
  }
  .smart-box {
    padding: 16px;
  }
  .sc-bottom {
    flex-direction: column;
    gap: 24px;
  }
  .sc-bottom h3 {
    text-align: center;
  }
  .industry-tv {
    transform: scale(5);
  }
  .asc-swiper {
    display: none;
  }
  .asc-img-mob {
    margin-top: var(--spc40);
  }
  .stats-wrap.lg {
    gap: 40px;
  }
  .icon-anim-1 {
    transform: translateY(-120%) translateX(100%);
  }
  .icon-anim-4 {
    transform: translateY(-120%) translateX(-200%);
  }
  .icon-anim-2 {
    transform: translateY(200%) translateX(60%);
  }
  .icon-anim-5 {
    transform: translateY(200%) translateX(-160%);
  }
  .icon-anim-3 {
    transform: translateY(160%) translateX(150%);
  }
  .icon-anim-6 {
    transform: translateY(160%) translateX(-250%);
  }
  .icons-screen {
    margin-bottom: 10px;
  }
  .icons-screen .icon-img {
    width: 24px;
    height: 24px;
    padding: 6px;
    border-radius: 8px;
  }
  .icon-img {
    padding: 12px;
    width: 50px;
    height: 50px;
  }
  .icon-wrap span {
    font-size: 6px;
  }
  .button {
    height: 50px;
    line-height: 50px;
    padding: 0 28px;
  }
  .button.arrow {
    padding-right: 60px;
  }
  .button.arrow::before {
    width: 44px;
    height: 44px;
  }
}
@media all and (max-width: 480px) {
  .sc-screen-wrap {
    padding: 0;
  }
  .banner-txt-wrap {
    padding-bottom: calc(var(--header-height) + 150px);
  }
  .banner-screen-full {
    padding-bottom: 20%;
  }
  .pf-wrap {
    padding: 30px;
  }
  .company-logo {
    height: 24px;
  }
  .client-img {
    width: 50px;
    height: 50px;
  }
  .stack-card {
    height: 320px;
    padding: 30px 20px;
    width: 300px;
  }
  .stack-card-icon {
    height: 80px;
    width: 80px;
  }
  .industry-banner-wrap {
    transform: translateY(20%);
  }
  .stack-cards-wrap {
    padding-top: 200px;
  }
  .stack-card {
    top: calc(var(--header-height) + 40px);
  }
  .promise-wrap {
    display: flex;
    gap: 30px;
  }
  .aruvo-promise-logo {
    height: 80px;
    width: 80px;
  }
  .aruvo-promise-lines {
    transform: rotate(-90deg) translateY(50px);
  }
  .promise-box {
    min-height: 240px;
  }
  .black-cards-wrap .go-live-box {
    height: auto;
  }
  .price-slider-title {
    flex-direction: column;
  }
  .price-slider-wrap {
    padding: 0 16px;
  }
  .annual-message {
    width: 100%;
    padding: 16px;
  }
}
@media all and (max-width: 400px) {
  .industry-banner-wrap {
    transform: translateY(10%);
  }
  .company-logo {
    height: 22px;
  }
  .banner-txt-wrap {
    padding-bottom: calc(var(--header-height) + 50px);
  }
  .icon-anim-1 {
    transform: translateY(-150%) translateX(100%);
  }
  .icon-anim-4 {
    transform: translateY(-150%) translateX(-200%);
  }
  .icon-anim-2 {
    transform: translateY(200%) translateX(0%);
  }
  .icon-anim-5 {
    transform: translateY(200%) translateX(-100%);
  }
  .icon-anim-3 {
    transform: translateY(100%) translateX(150%);
  }
  .icon-anim-6 {
    transform: translateY(100%) translateX(-250%);
  }
  .pf-wrap {
    padding: 20px;
  }
  .pf-left {
    margin-bottom: 20px;
  }
  .promise-box p {
    font-size: 16px;
  }
  .promise-icon {
    height: 40px;
    width: 40px;
  }
  .promise-box {
    padding: 20px;
  }
  .promise-box {
    min-height: 220px;
  }
  .client-box {
    min-height: 360px;
  }
}
/*# sourceMappingURL=main.css.map */