@media (min-width: 575px) {
  :root {
    --container-width: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --container-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-width: 1140px;
  }
}
@media (min-width: 1600px) {
  :root {
    --container-width: 1420px;
  }
}
@media (min-width: 1850px) {
  :root {
    --container-width: 1650px;
  }
}

.cro-template-styles .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--container-gap) * 0.5) !important;
  padding-right: calc(var(--container-gap) * 0.5) !important;
}
@media (min-width: 575px) {
  .cro-template-styles .container {
    max-width: calc(var(--container-width) + var(--container-gap));
  }
}

/*
Usage:
@include font-clamp((base: 15px, sm: 20px, lg: 25px));
@include font-clamp((xs: 10px, md: 18px, xl: 30px));
@include font-clamp((base: 14px, xs: 12px, sm: 16px, md: 20px, lg: 24px, xl: 28px, xxl: 32px));

Available breakpoint keys: base, xs, sm, md, lg, xl, xxl
- 'base' or 'xs' sets the base font-size (no media query)
- Other keys generate media queries for their respective breakpoints
*/
.ff-fraunces {
  font-family: var(--font-eugene) !important;
}
.ff-fraunces p,
.ff-fraunces li,
.ff-fraunces a {
  font-family: inherit !important;
}

[class*=fs-] h1,
[class*=fs-] h2,
[class*=fs-] h3,
[class*=fs-] h4,
[class*=fs-] h5,
[class*=fs-] h6,
[class*=fs-] p,
[class*=fs-] li,
[class*=fs-] span,
[class*=fs-] a,
[class*=fs-] div {
  font-size: inherit !important;
}

.fs-16 {
  font-size: 14px  !important;
}
@media (min-width: 768px) {
  .fs-16 {
    font-size: 14px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-16 {
    font-size: 13px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-16 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-16 {
    font-size: 16px  !important;
  }
}

.fs-17 {
  font-size: 15px  !important;
}
@media (min-width: 768px) {
  .fs-17 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-17 {
    font-size: 14px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-17 {
    font-size: 16px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-17 {
    font-size: 17px  !important;
  }
}

.fs-18 {
  font-size: 16px  !important;
}
@media (min-width: 768px) {
  .fs-18 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-18 {
    font-size: 14px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-18 {
    font-size: 16px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-18 {
    font-size: 18px  !important;
  }
}

.fs-19 {
  font-size: 16px  !important;
}
@media (min-width: 768px) {
  .fs-19 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-19 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-19 {
    font-size: 18px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-19 {
    font-size: 19px  !important;
  }
}

.fs-20 {
  font-size: 17px  !important;
}
@media (min-width: 768px) {
  .fs-20 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-20 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-20 {
    font-size: 18px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-20 {
    font-size: 20px  !important;
  }
}

.fs-21 {
  font-size: 17px  !important;
}
@media (min-width: 768px) {
  .fs-21 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-21 {
    font-size: 16px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-21 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-21 {
    font-size: 21px  !important;
  }
}

.fs-22 {
  font-size: 17px  !important;
}
@media (min-width: 768px) {
  .fs-22 {
    font-size: 17px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-22 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-22 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-22 {
    font-size: 22px  !important;
  }
}

.fs-23 {
  font-size: 18px  !important;
}
@media (min-width: 768px) {
  .fs-23 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-23 {
    font-size: 16px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-23 {
    font-size: 22px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-23 {
    font-size: 23px  !important;
  }
}

.fs-24 {
  font-size: 20px  !important;
}
@media (min-width: 768px) {
  .fs-24 {
    font-size: 18px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-24 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-24 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-24 {
    font-size: 24px  !important;
  }
}

.fs-25 {
  font-size: 19px  !important;
}
@media (min-width: 768px) {
  .fs-25 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-25 {
    font-size: 16px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-25 {
    font-size: 24px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-25 {
    font-size: 25px  !important;
  }
}

.fs-26 {
  font-size: 19px  !important;
}
@media (min-width: 768px) {
  .fs-26 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-26 {
    font-size: 16px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-26 {
    font-size: 24px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-26 {
    font-size: 26px  !important;
  }
}

.fs-27 {
  font-size: 20px  !important;
}
@media (min-width: 768px) {
  .fs-27 {
    font-size: 18px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-27 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-27 {
    font-size: 26px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-27 {
    font-size: 27px  !important;
  }
}

.fs-28 {
  font-size: 20px  !important;
}
@media (min-width: 768px) {
  .fs-28 {
    font-size: 19px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-28 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-28 {
    font-size: 24px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-28 {
    font-size: 28px  !important;
  }
}

.fs-29 {
  font-size: 20px  !important;
}
@media (min-width: 768px) {
  .fs-29 {
    font-size: 15px  !important;
  }
}
@media (min-width: 992px) {
  .fs-29 {
    font-size: 19px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-29 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-29 {
    font-size: 24px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-29 {
    font-size: 29px  !important;
  }
}

.fs-30 {
  font-size: 21px  !important;
}
@media (min-width: 768px) {
  .fs-30 {
    font-size: 18px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-30 {
    font-size: 22px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-30 {
    font-size: 27px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-30 {
    font-size: 30px  !important;
  }
}

.fs-31 {
  font-size: 21px  !important;
}
@media (min-width: 768px) {
  .fs-31 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-31 {
    font-size: 23px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-31 {
    font-size: 30px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-31 {
    font-size: 31px  !important;
  }
}

.fs-32 {
  font-size: 21px  !important;
}
@media (min-width: 768px) {
  .fs-32 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-32 {
    font-size: 23px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-32 {
    font-size: 31px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-32 {
    font-size: 32px  !important;
  }
}

.fs-34 {
  font-size: 21px  !important;
}
@media (min-width: 768px) {
  .fs-34 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-34 {
    font-size: 23px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-34 {
    font-size: 32px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-34 {
    font-size: 34px  !important;
  }
}

.fs-35 {
  font-size: 21px  !important;
}
@media (min-width: 768px) {
  .fs-35 {
    font-size: 22px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-35 {
    font-size: 27px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-35 {
    font-size: 33px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-35 {
    font-size: 35px  !important;
  }
}

.fs-40 {
  font-size: 20px  !important;
}
@media (min-width: 768px) {
  .fs-40 {
    font-size: 24px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-40 {
    font-size: 27px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-40 {
    font-size: 36px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-40 {
    font-size: 40px  !important;
  }
}

.fs-42 {
  font-size: 28px  !important;
}
@media (min-width: 768px) {
  .fs-42 {
    font-size: 29px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-42 {
    font-size: 30px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-42 {
    font-size: 40px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-42 {
    font-size: 42px  !important;
  }
}

.fs-45 {
  font-size: 28px  !important;
}
@media (min-width: 768px) {
  .fs-45 {
    font-size: 29px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-45 {
    font-size: 30px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-45 {
    font-size: 41px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-45 {
    font-size: 45px  !important;
  }
}

.fs-47 {
  font-size: 28px  !important;
}
@media (min-width: 768px) {
  .fs-47 {
    font-size: 29px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-47 {
    font-size: 30px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-47 {
    font-size: 43px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-47 {
    font-size: 47px  !important;
  }
}

.fs-50 {
  font-size: 23px  !important;
}
@media (min-width: 768px) {
  .fs-50 {
    font-size: 27px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-50 {
    font-size: 31px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-50 {
    font-size: 48px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-50 {
    font-size: 50px  !important;
  }
}

.fs-54 {
  font-size: 23px  !important;
}
@media (min-width: 768px) {
  .fs-54 {
    font-size: 27px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-54 {
    font-size: 31px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-54 {
    font-size: 49px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-54 {
    font-size: 54px  !important;
  }
}

.fs-55 {
  font-size: 23px  !important;
}
@media (min-width: 768px) {
  .fs-55 {
    font-size: 27px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-55 {
    font-size: 31px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-55 {
    font-size: 49px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-55 {
    font-size: 55px  !important;
  }
}

.fs-57 {
  font-size: 23px  !important;
}
@media (min-width: 768px) {
  .fs-57 {
    font-size: 27px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-57 {
    font-size: 35px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-57 {
    font-size: 48px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-57 {
    font-size: 57px  !important;
  }
}

.fs-58 {
  font-size: 23px  !important;
}
@media (min-width: 768px) {
  .fs-58 {
    font-size: 27px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-58 {
    font-size: 35px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-58 {
    font-size: 48px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-58 {
    font-size: 58px  !important;
  }
}

.fs-58-banner {
  font-size: 35px  !important;
}
@media (min-width: 768px) {
  .fs-58-banner {
    font-size: 40px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-58-banner {
    font-size: 45px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-58-banner {
    font-size: 50px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-58-banner {
    font-size: 58px  !important;
  }
}

.fs-60 {
  font-size: 31px  !important;
}
@media (min-width: 768px) {
  .fs-60 {
    font-size: 32px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-60 {
    font-size: 35px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-60 {
    font-size: 52px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-60 {
    font-size: 60px  !important;
  }
}

.fs-64 {
  font-size: 31px  !important;
}
@media (min-width: 768px) {
  .fs-64 {
    font-size: 32px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-64 {
    font-size: 35px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-64 {
    font-size: 60px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-64 {
    font-size: 64px  !important;
  }
}

.fs-65 {
  font-size: 31px  !important;
}
@media (min-width: 768px) {
  .fs-65 {
    font-size: 32px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-65 {
    font-size: 35px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-65 {
    font-size: 60px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-65 {
    font-size: 65px  !important;
  }
}

.fs-70 {
  font-size: 28px  !important;
}
@media (min-width: 768px) {
  .fs-70 {
    font-size: 39px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-70 {
    font-size: 46px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-70 {
    font-size: 58px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-70 {
    font-size: 70px  !important;
  }
}

.fs-71 {
  font-size: 27px  !important;
}
@media (min-width: 768px) {
  .fs-71 {
    font-size: 30px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-71 {
    font-size: 35px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-71 {
    font-size: 66px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-71 {
    font-size: 71px  !important;
  }
}

.fs-73 {
  font-size: 27px  !important;
}
@media (min-width: 768px) {
  .fs-73 {
    font-size: 32px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-73 {
    font-size: 38px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-73 {
    font-size: 68px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-73 {
    font-size: 73px  !important;
  }
}

.fs-74 {
  font-size: 27px  !important;
}
@media (min-width: 768px) {
  .fs-74 {
    font-size: 32px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-74 {
    font-size: 38px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-74 {
    font-size: 68px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-74 {
    font-size: 74px  !important;
  }
}

.fs-76 {
  font-size: 30px  !important;
}
@media (min-width: 768px) {
  .fs-76 {
    font-size: 34px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-76 {
    font-size: 39px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-76 {
    font-size: 69px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-76 {
    font-size: 76px  !important;
  }
}

.fs-80 {
  font-size: 32px  !important;
}
@media (min-width: 768px) {
  .fs-80 {
    font-size: 35px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-80 {
    font-size: 40px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-80 {
    font-size: 70px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-80 {
    font-size: 80px  !important;
  }
}

.fs-83 {
  font-size: 32px  !important;
}
@media (min-width: 768px) {
  .fs-83 {
    font-size: 35px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-83 {
    font-size: 40px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-83 {
    font-size: 74px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-83 {
    font-size: 83px  !important;
  }
}

.fs-91 {
  font-size: 32px  !important;
}
@media (min-width: 768px) {
  .fs-91 {
    font-size: 36px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-91 {
    font-size: 43px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-91 {
    font-size: 70px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-91 {
    font-size: 91px  !important;
  }
}

.fs-100 {
  font-size: 40px  !important;
}
@media (min-width: 768px) {
  .fs-100 {
    font-size: 55px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-100 {
    font-size: 65px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-100 {
    font-size: 85px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-100 {
    font-size: 100px  !important;
  }
}

.fs-177 {
  font-size: 70px  !important;
}
@media (min-width: 768px) {
  .fs-177 {
    font-size: 76px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-177 {
    font-size: 110px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-177 {
    font-size: 137px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-177 {
    font-size: 177px  !important;
  }
}

.tt-up {
  text-transform: uppercase !important;
}
.tt-up > * {
  text-transform: inherit;
}

.tt-cap {
  text-transform: capitalize !important;
}
.tt-cap > * {
  text-transform: inherit;
}

.tt-none {
  text-transform: none !important;
}
.tt-none > * {
  text-transform: inherit;
}

.lh-0 {
  line-height: 0% !important;
}
.lh-0 * {
  line-height: 0% !important;
}

.lh-50 {
  line-height: 50% !important;
}
.lh-50 * {
  line-height: 50% !important;
}

.lh-75 {
  line-height: 75% !important;
}
.lh-75 * {
  line-height: 75% !important;
}

.lh-100 {
  line-height: 100% !important;
}
.lh-100 * {
  line-height: 100% !important;
}

.lh-110 {
  line-height: 110% !important;
}
.lh-110 * {
  line-height: 110% !important;
}

.lh-115 {
  line-height: 115% !important;
}
.lh-115 * {
  line-height: 115% !important;
}

.lh-120 {
  line-height: 120% !important;
}
.lh-120 * {
  line-height: 120% !important;
}

.lh-130 {
  line-height: 130% !important;
}
.lh-130 * {
  line-height: 130% !important;
}

.lh-140 {
  line-height: 140% !important;
}
.lh-140 * {
  line-height: 140% !important;
}

.lh-150 {
  line-height: 150% !important;
}
.lh-150 * {
  line-height: 150% !important;
}

.lh-160 {
  line-height: 160% !important;
}
.lh-160 * {
  line-height: 160% !important;
}

.lh-170 {
  line-height: 170% !important;
}
.lh-170 * {
  line-height: 170% !important;
}

.lh-180 {
  line-height: 180% !important;
}
.lh-180 * {
  line-height: 180% !important;
}

.fw-900 {
  font-weight: bolder;
  font-weight: 900 !important;
}
.fw-900 * {
  font-weight: inherit;
}

.fw-800 {
  font-weight: bolder;
  font-weight: 800 !important;
}
.fw-800 * {
  font-weight: inherit;
}

.fw-700 {
  font-weight: bold;
  font-weight: 700 !important;
}
.fw-700 * {
  font-weight: inherit;
}

.fw-600 {
  font-weight: bold;
  font-weight: 600 !important;
}
.fw-600 * {
  font-weight: inherit;
}

.fw-500 {
  font-weight: normal;
  font-weight: 500 !important;
}
.fw-500 * {
  font-weight: inherit;
}

.fw-400 {
  font-weight: normal;
  font-weight: 400 !important;
}
.fw-400 * {
  font-weight: inherit;
}

.fw-300 {
  font-weight: lighter;
  font-weight: 300 !important;
}
.fw-300 * {
  font-weight: inherit;
}

.fw-200 {
  font-weight: lighter;
  font-weight: 200 !important;
}
.fw-200 * {
  font-weight: inherit;
}

.fw-100 {
  font-weight: lighter;
  font-weight: 100 !important;
}
.fw-100 * {
  font-weight: inherit;
}

:root {
  --font-main: "Poppins", sans-serif;
  --font-alt: "Montserrat", sans-serif;
  --global--font-primary: var(--font-main, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
  --global--font-secondary: var(--font-alt, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
  --global--color-black: #000;
  --global--color-white: #fff;
  --global--color-primary: #4f7338;
  --global--color-primary-alt: #fae812;
  --global--color-secondary: #fca800;
  --global--color-secondary-alt: #dbe3d6;
  --global--color-text: #000;
  --global--color-text-alt: #393939;
  --global--color-border: #B5B5B5;
  --global--color-from: #000000;
  --global--body-bg: #ffffff;
  --global--custom-bg: #F5F5F5;
  --global--custom-bg-alt: #E1F5FC;
  --global--color-svg-dark: #4f7338;
  --global--color-svg-light: #fae812;
  --global--color-svg-white: #FFFFFF;
  --global--color-svg-black: #000000;
  --global--color-button: #4f7338;
  --global--color-button-alt: #fae812;
  --global--color-button-alt2: #fca800;
  --global--color-button-text: #fff;
  --global--color-button-text-alt: #000;
  --global--color-icon: #4f7338;
  --global--color-link: #4f7338;
  --global--color-link-alt: #000;
  --transform-title: none;
  --global--box-shadow: 0px 0px 40px 0px #00000026;
  --global--box-shadow-alt: 0px 4px 20px 0px #00000040;
  --global--bg-gradient: linear-gradient(180deg, #FCFBFF 0%, #E8E1F9 100%);
  --tw-gutter-x: 30px;
  --tw-gutter-sm: 20px;
  --font-weight-100: 100;
  --font-weight-200: 200;
  --font-weight-300: 300;
  --font-weight-400: 400;
  --font-weight-500: 500;
  --font-weight-600: 600;
  --font-weight-700: 700;
  --font-weight-800: 800;
  --font-weight-900: 900;
  --cmn-space-padding: 30px;
  --cmn-space-padding-60: 20px;
  --cmn-space-padding-30: 15px;
}
@media (min-width: 768px) {
  :root {
    --cmn-space-padding: 40px;
    --cmn-space-padding-60: 30px;
    --cmn-space-padding-30: 20px;
  }
}
@media (min-width: 1200px) {
  :root {
    --cmn-space-padding: 55px;
    --cmn-space-padding-60: 50px;
  }
}
@media (min-width: 1600px) {
  :root {
    --cmn-space-padding: 75px;
    --cmn-space-padding-60: 60px;
    --cmn-space-padding-30: 30px;
  }
}
@media (min-width: 1850px) {
  :root {
    --cmn-space-padding: 100px;
  }
}

.cro-template-styles {
  font-family: var(--global--font-primary);
  font-weight: var(--font-weight-300);
  color: var(--global--color-text);
  line-height: 1.5;
  font-style: normal;
}
.cro-template-styles {
  font-size: 16px  !important;
}
@media (min-width: 768px) {
  .cro-template-styles {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles {
    font-size: 14px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles {
    font-size: 16px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles {
    font-size: 18px  !important;
  }
}
.cro-template-styles p,
.cro-template-styles li {
  line-height: 1.7;
  color: inherit;
}
.cro-template-styles p a,
.cro-template-styles li a {
  color: var(--global--color-primary);
}
.cro-template-styles p a:hover,
.cro-template-styles li a:hover {
  color: var(--global--color-primary);
  text-decoration: underline;
}
.cro-template-styles p {
  margin: 0 0 20px;
}
@media (max-width: 1599px) {
  .cro-template-styles p {
    margin: 0 0 10px;
  }
}
.cro-template-styles p + p {
  margin-top: 15px !important;
}
.cro-template-styles h1,
.cro-template-styles .h1,
.cro-template-styles h2,
.cro-template-styles .h2,
.cro-template-styles h3,
.cro-template-styles .h3,
.cro-template-styles h4,
.cro-template-styles .h4,
.cro-template-styles h5,
.cro-template-styles .h5,
.cro-template-styles h6,
.cro-template-styles .h6 {
  font-family: var(--global--font-primary);
  font-weight: var(--font-weight-400);
  line-height: 1.15;
  letter-spacing: 0px;
}
.cro-template-styles .font-primary {
  font-family: var(--global--font-primary) !important;
}
.cro-template-styles .font-secondary {
  font-family: var(--global--font-secondary) !important;
}

.toggle-primary .toggle.active > .toggle-title {
  background-color: #4f7338 !important;
  border-color: #4f7439 !important;
  color: #fff !important;
}

.toggle-primary .toggle label, html .toggle-primary .toggle .toggle-title {
  color: #4f7338 !important;
  border-left-color: #4f7338 !important;
  border-right-color: #4f7338;
}

html .bg-color-light-scale-2 {
  background-color: #DBE3D7 !important;
}

.cro-template-styles .tw-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(-0.5 * var(--tw-gutter-sm));
  margin-right: calc(-0.5 * var(--tw-gutter-sm));
}
.cro-template-styles .tw-row > * {
  flex-shrink: 0;
  margin-bottom: calc(var(--tw-gutter-sm) * 0.5);
  margin-top: calc(var(--tw-gutter-sm) * 0.5);
  max-width: 100%;
  min-height: 1px;
  padding-left: calc(var(--tw-gutter-sm) * 0.5);
  padding-right: calc(var(--tw-gutter-sm) * 0.5);
  position: relative;
  width: 100%;
}
.cro-template-styles .tw-row .auto-width {
  flex: 0 0 auto;
  width: auto;
}
.cro-template-styles .tw-row.no-gap {
  margin-left: 0;
  margin-right: 0;
}
.cro-template-styles .tw-row.no-gap > * {
  padding-left: 0;
  padding-right: 0;
}
.cro-template-styles .tw-row.no-v-gap > * {
  margin-bottom: 0;
  margin-top: 0;
}
.cro-template-styles .tw-row.xs_row {
  margin-left: -6px;
  margin-right: -6px;
}
.cro-template-styles .tw-row.xs_row > * {
  margin-bottom: 6px;
  margin-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
}
.cro-template-styles .owl-theme .owl-dots,
.cro-template-styles .container,
.cro-template-styles .custom_container,
.cro-template-styles .e-con > .e-con-inner,
.cro-template-styles .container-fluid {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}
.cro-template-styles .owl-theme .owl-dots,
.cro-template-styles .container,
.cro-template-styles .custom_container,
.cro-template-styles .e-con > .e-con-inner {
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
}
@media (min-width: 575px) {
  .cro-template-styles .owl-theme .owl-dots,
  .cro-template-styles .container,
  .cro-template-styles .custom_container,
  .cro-template-styles .e-con > .e-con-inner {
    max-width: var(--container-width) !important;
  }
}
.cro-template-styles .container-fluid {
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
}
@media (min-width: 575px) {
  .cro-template-styles .container-fluid {
    max-width: var(--container-width) !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .container-fluid {
    max-width: 1950px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.cro-template-styles [class*=custom_container-] {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
  position: relative;
  width: 100% !important;
  margin: auto;
  max-width: 100% !important;
}
@media (min-width: 575px) and (max-width: 767px) {
  .cro-template-styles .custom_container-left-sm {
    margin-left: calc((100vw - var(--container-width)) / 2) !important;
    margin-right: calc((100vw - var(--container-width)) / 2) !important;
    max-width: var(--container-width) !important;
  }
}
@media (min-width: 768px) {
  .cro-template-styles .custom_container-left-sm {
    margin-right: unset;
    margin-left: calc((100vw - var(--container-width)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
    width: auto !important;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  .cro-template-styles .custom_container-right-sm {
    margin-left: calc((100vw - var(--container-width)) / 2) !important;
    margin-right: calc((100vw - var(--container-width)) / 2) !important;
    max-width: var(--container-width) !important;
  }
}
@media (min-width: 768px) {
  .cro-template-styles .custom_container-right-sm {
    margin-left: unset;
    margin-right: calc((100vw - var(--container-width)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
    width: auto !important;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cro-template-styles .custom_container-left-md {
    margin-left: calc((100vw - var(--container-width)) / 2) !important;
    margin-right: calc((100vw - var(--container-width)) / 2) !important;
    max-width: var(--container-width) !important;
  }
}
@media (min-width: 992px) {
  .cro-template-styles .custom_container-left-md {
    margin-right: unset;
    margin-left: calc((100vw - var(--container-width)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
    width: auto !important;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .cro-template-styles .custom_container-right-md {
    margin-left: calc((100vw - var(--container-width)) / 2) !important;
    margin-right: calc((100vw - var(--container-width)) / 2) !important;
    max-width: var(--container-width) !important;
  }
}
@media (min-width: 992px) {
  .cro-template-styles .custom_container-right-md {
    margin-left: unset;
    margin-right: calc((100vw - var(--container-width)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
    width: auto !important;
  }
}
@media (min-width: 575px) and (max-width: 1199px) {
  .cro-template-styles .custom_container-left-lg {
    margin-left: calc((100vw - var(--container-width)) / 2) !important;
    margin-right: calc((100vw - var(--container-width)) / 2) !important;
    max-width: var(--container-width) !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .custom_container-left-lg {
    margin-right: unset;
    margin-left: calc((100vw - var(--container-width)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
    width: auto !important;
  }
}
@media (min-width: 575px) and (max-width: 1199px) {
  .cro-template-styles .custom_container-right-lg {
    margin-left: calc((100vw - var(--container-width)) / 2) !important;
    margin-right: calc((100vw - var(--container-width)) / 2) !important;
    max-width: var(--container-width) !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .custom_container-right-lg {
    margin-left: unset;
    margin-right: calc((100vw - var(--container-width)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
    width: auto !important;
  }
}
.cro-template-styles .anime-pulse {
  animation: anime-pulse 2s infinite;
}
.cro-template-styles .anime-pulse-wave {
  animation: anime-pulse-wave 2s infinite;
}
.cro-template-styles .anime-pulse-wave-alternate {
  animation: anime-pulse-wave-alternate 2s infinite;
}
.cro-template-styles .anime-slide-in {
  animation: anime-slide-in 2s infinite;
}
.cro-template-styles .anime-fade-in {
  animation: anime-fade-in 2s infinite;
}
.cro-template-styles .anime-fade-out {
  animation: anime-fade-out 2s infinite;
}
.cro-template-styles .anime-fade-in-half {
  animation: anime-fade-in-half 2s infinite;
}
.cro-template-styles .anime-shiver {
  animation: anime-shiver 1s infinite;
}
.cro-template-styles .anime-shiver-short {
  animation: anime-shiver-short 1s infinite;
}
.cro-template-styles .anime-pulse-blur {
  animation: anime-pulse-blur 1s infinite;
}
.cro-template-styles .anime-gradient-move {
  animation: anime-gradient-move 1s infinite;
}
.cro-template-styles .anime-move-dashes-horizontal {
  animation: anime-move-dashes-horizontal 1s infinite;
}
.cro-template-styles .anime-move-dashes-vertical {
  animation: anime-move-dashes-vertical 1s infinite;
}
.cro-template-styles .anime-bounce {
  animation: anime-bounce 2s ease infinite;
}
.cro-template-styles .anime-bounce-fast {
  animation: anime-bounce-fast 2s ease infinite;
}
.cro-template-styles .anime-flip {
  animation: anime-flip 2s ease infinite;
}
@keyframes anime-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes anime-pulse-no-transform {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}
@keyframes anime-pulse-wave {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes anime-pulse-wave-alternate {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes anime-slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes anime-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes anime-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime-fade-in-half {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes anime-shiver {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(8deg);
  }
  40% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  60% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(0deg);
  }
  90% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes anime-shiver-short {
  30% {
    transform: rotate(0deg);
  }
  32% {
    transform: rotate(8deg);
  }
  35% {
    transform: rotate(0deg);
  }
  37% {
    transform: rotate(-8deg);
  }
  40% {
    transform: rotate(0deg);
  }
  42% {
    transform: rotate(5deg);
  }
  45% {
    transform: rotate(0deg);
  }
  47% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(0deg);
  }
}
@keyframes anime-pulse-blur {
  0% {
    width: 100%;
    height: 100%;
    filter: blur(0px);
    opacity: 20%;
  }
  100% {
    width: 300%;
    height: 300%;
    filter: blur(3px);
    opacity: 10%;
  }
}
@keyframes anime-gradient-move {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 150% 100%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes anime-move-dashes-horizontal {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 15px;
  }
}
@keyframes anime-move-dashes-vertical {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 15px 0px;
  }
}
@keyframes anime-bounce {
  0% {
    transform: translateY(0%);
  }
  30% {
    transform: translateY(-15%);
  }
  60% {
    transform: translateY(0%);
  }
  70% {
    transform: translateY(-7%);
  }
  85% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes anime-bounce-fast {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes anime-flip {
  80% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
.cro-template-styles .no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cro-template-styles .no-padding > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cro-template-styles .cmn-space {
  padding-bottom: var(--cmn-space-padding) !important;
  padding-top: var(--cmn-space-padding) !important;
}
.cro-template-styles .bottom-space {
  padding-bottom: var(--cmn-space-padding) !important;
}
.cro-template-styles .top-space {
  padding-top: var(--cmn-space-padding) !important;
}
.cro-template-styles .cmn-space-60 {
  padding-bottom: var(--cmn-space-padding-60) !important;
  padding-top: var(--cmn-space-padding-60) !important;
}
.cro-template-styles .bottom-space-60 {
  padding-bottom: var(--cmn-space-padding-60) !important;
}
.cro-template-styles .top-space-60 {
  padding-top: var(--cmn-space-padding-60) !important;
}
.cro-template-styles .cmn-space-30 {
  padding-bottom: var(--cmn-space-padding-30) !important;
  padding-top: var(--cmn-space-padding-30) !important;
}
.cro-template-styles .bottom-space-30 {
  padding-bottom: var(--cmn-space-padding-30) !important;
}
.cro-template-styles .top-space-30 {
  padding-top: var(--cmn-space-padding-30) !important;
}
.cro-template-styles .clear {
  display: block;
}
.cro-template-styles .inline-block {
  display: inline-block !important;
}
@media (min-width: 768px) {
  .cro-template-styles .tab-block {
    display: block !important;
  }
}
.cro-template-styles .m-b-0 {
  margin-bottom: 0 !important;
}
.cro-template-styles .m-b-5 {
  margin-bottom: 5px !important;
}
.cro-template-styles .m-b-10 {
  margin-bottom: 10px !important;
}
.cro-template-styles .m-b-20 {
  margin-bottom: 10px !important;
}
@media (min-width: 768px) {
  .cro-template-styles .m-b-20 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .m-b-20 {
    margin-bottom: 20px !important;
  }
}
.cro-template-styles .m-b-30 {
  margin-bottom: 10px !important;
}
@media (min-width: 768px) {
  .cro-template-styles .m-b-30 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .m-b-30 {
    margin-bottom: 30px !important;
  }
}
.cro-template-styles .m-t-0 {
  margin-top: 0 !important;
}
.cro-template-styles .m-t-5 {
  margin-top: 5px !important;
}
.cro-template-styles .m-t-10 {
  margin-top: 10px !important;
}
.cro-template-styles .m-t-20 {
  margin-top: 10px !important;
}
@media (min-width: 768px) {
  .cro-template-styles .m-t-20 {
    margin-top: 15px !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .m-t-20 {
    margin-top: 20px !important;
  }
}
.cro-template-styles .m-t-30 {
  margin-top: 10px !important;
}
@media (min-width: 768px) {
  .cro-template-styles .m-t-30 {
    margin-top: 20px !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .m-t-30 {
    margin-top: 30px !important;
  }
}
.cro-template-styles .p-b-0 {
  padding-bottom: 0 !important;
}
.cro-template-styles .p-b-10 {
  padding-bottom: 10px !important;
}
.cro-template-styles .p-b-20 {
  padding-bottom: 10px !important;
}
@media (min-width: 768px) {
  .cro-template-styles .p-b-20 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .p-b-20 {
    padding-bottom: 20px !important;
  }
}
.cro-template-styles .p-b-30 {
  padding-bottom: 10px !important;
}
@media (min-width: 768px) {
  .cro-template-styles .p-b-30 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .p-b-30 {
    padding-bottom: 30px !important;
  }
}
.cro-template-styles .p-t-0 {
  padding-top: 0 !important;
}
.cro-template-styles .p-t-10 {
  padding-top: 10px !important;
}
.cro-template-styles .p-t-20 {
  padding-top: 20px !important;
}
.cro-template-styles .p-l-0 {
  padding-left: 0 !important;
}
.cro-template-styles .p-l-30 {
  padding-left: 30px !important;
}
.cro-template-styles .p-r-0 {
  padding-right: 0 !important;
}
.cro-template-styles .no-border {
  border: 0 !important;
}
.cro-template-styles .text-white {
  color: var(--global--color-white) !important;
}
.cro-template-styles .text-white p,
.cro-template-styles .text-white li,
.cro-template-styles .text-white a,
.cro-template-styles .text-white h1,
.cro-template-styles .text-white h2,
.cro-template-styles .text-white h3,
.cro-template-styles .text-white h4,
.cro-template-styles .text-white h5,
.cro-template-styles .text-white h6,
.cro-template-styles .text-white blockquote {
  color: inherit !important;
}
.cro-template-styles .text-white a:not(.btn) {
  color: inherit !important;
  text-decoration: underline !important;
}
.cro-template-styles .text-white a:not(.btn):hover {
  color: var(--global--color-secondary) !important;
  text-decoration: none !important;
}
.cro-template-styles .text-white a:not(.btn)[href^=tel]:hover {
  color: var(--global--color-white) !important;
}
.cro-template-styles .text-black {
  color: var(--global--color-black) !important;
}
.cro-template-styles .text-black p,
.cro-template-styles .text-black li,
.cro-template-styles .text-black a,
.cro-template-styles .text-black h1,
.cro-template-styles .text-black h2,
.cro-template-styles .text-black h3,
.cro-template-styles .text-black h4,
.cro-template-styles .text-black h5,
.cro-template-styles .text-black h6,
.cro-template-styles .text-black blockquote {
  color: inherit !important;
}
.cro-template-styles .text-black a:not(.btn) {
  color: inherit !important;
}
.cro-template-styles .text-black a:not(.btn):hover {
  color: var(--global--color-primary) !important;
  text-decoration: none !important;
}
.cro-template-styles .text-black a:not(.btn)[href^=tel]:hover {
  color: var(--global--color-black) !important;
}
.cro-template-styles .text-primary,
.cro-template-styles .primary-color {
  color: var(--global--color-primary) !important;
}
.cro-template-styles .text-primary a:not(.btn):hover,
.cro-template-styles .primary-color a:not(.btn):hover {
  color: var(--global--color-secondary) !important;
}
.cro-template-styles .text-primary p,
.cro-template-styles .text-primary li,
.cro-template-styles .text-primary a,
.cro-template-styles .text-primary h1,
.cro-template-styles .text-primary h2,
.cro-template-styles .text-primary h3,
.cro-template-styles .text-primary h4,
.cro-template-styles .text-primary h5,
.cro-template-styles .text-primary h6,
.cro-template-styles .text-primary blockquote,
.cro-template-styles .primary-color p,
.cro-template-styles .primary-color li,
.cro-template-styles .primary-color a,
.cro-template-styles .primary-color h1,
.cro-template-styles .primary-color h2,
.cro-template-styles .primary-color h3,
.cro-template-styles .primary-color h4,
.cro-template-styles .primary-color h5,
.cro-template-styles .primary-color h6,
.cro-template-styles .primary-color blockquote {
  color: inherit !important;
}
.cro-template-styles .text-primary a:not(.btn),
.cro-template-styles .primary-color a:not(.btn) {
  color: inherit !important;
}
.cro-template-styles .text-primary a:not(.btn):hover,
.cro-template-styles .primary-color a:not(.btn):hover {
  color: var(--global--color-secondary) !important;
  text-decoration: none !important;
}
.cro-template-styles .text-primary a:not(.btn)[href^=tel]:hover,
.cro-template-styles .primary-color a:not(.btn)[href^=tel]:hover {
  color: var(--global--color-primary) !important;
}
.cro-template-styles .text-secondary,
.cro-template-styles .secondary-color {
  color: var(--global--color-secondary) !important;
}
.cro-template-styles .text-secondary p,
.cro-template-styles .text-secondary li,
.cro-template-styles .text-secondary a,
.cro-template-styles .text-secondary h1,
.cro-template-styles .text-secondary h2,
.cro-template-styles .text-secondary h3,
.cro-template-styles .text-secondary h4,
.cro-template-styles .text-secondary h5,
.cro-template-styles .text-secondary h6,
.cro-template-styles .text-secondary blockquote,
.cro-template-styles .secondary-color p,
.cro-template-styles .secondary-color li,
.cro-template-styles .secondary-color a,
.cro-template-styles .secondary-color h1,
.cro-template-styles .secondary-color h2,
.cro-template-styles .secondary-color h3,
.cro-template-styles .secondary-color h4,
.cro-template-styles .secondary-color h5,
.cro-template-styles .secondary-color h6,
.cro-template-styles .secondary-color blockquote {
  color: inherit !important;
}
.cro-template-styles .text-secondary a:not(.btn),
.cro-template-styles .secondary-color a:not(.btn) {
  color: inherit !important;
}
.cro-template-styles .text-secondary a:not(.btn):hover,
.cro-template-styles .secondary-color a:not(.btn):hover {
  color: var(--global--color-primary) !important;
  text-decoration: none !important;
}
.cro-template-styles .text-secondary a:not(.btn)[href^=tel]:hover,
.cro-template-styles .secondary-color a:not(.btn)[href^=tel]:hover {
  color: var(--global--color-secondary) !important;
}
.cro-template-styles .text-base {
  color: var(--global--color-base-text) !important;
}
.cro-template-styles .text-base p,
.cro-template-styles .text-base li,
.cro-template-styles .text-base a,
.cro-template-styles .text-base h1,
.cro-template-styles .text-base h2,
.cro-template-styles .text-base h3,
.cro-template-styles .text-base h4,
.cro-template-styles .text-base h5,
.cro-template-styles .text-base h6,
.cro-template-styles .text-base blockquote {
  color: inherit !important;
}
.cro-template-styles .text-base a:not(.btn) {
  color: inherit !important;
}
.cro-template-styles .text-base a:not(.btn):hover {
  color: var(--global--color-primary) !important;
  text-decoration: none !important;
}
.cro-template-styles .text-base a:not(.btn)[href^=tel]:hover {
  color: var(--global--color-secondary) !important;
}
.cro-template-styles .resp-tabs-list li {
  display: inline-block;
  cursor: pointer;
}
.cro-template-styles .resp-tabs-container {
  clear: left;
}
.cro-template-styles .resp-accordion {
  cursor: pointer;
  display: none;
}
.cro-template-styles .resp-tab-content {
  display: none;
}
.cro-template-styles .resp-content-active,
.cro-template-styles .resp-accordion-active {
  display: block;
}
.cro-template-styles {
  /*-----------Vertical tabs-----------*/
}
.cro-template-styles .resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.cro-template-styles .resp-vtabs .resp-tabs-list li {
  display: block;
  cursor: pointer;
  float: none;
}
.cro-template-styles .resp-vtabs .resp-tabs-container {
  float: left;
  width: 68%;
  clear: none;
}
.cro-template-styles .resp-vtabs .resp-tab-content {
  border: none;
}
.cro-template-styles .resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
}
.cro-template-styles .resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #ffffff;
}
.cro-template-styles .resp-tab-active span.resp-arrow {
  border: none;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ffffff;
}
.cro-template-styles {
  /*-----------Accordion styles-----------*/
}
.cro-template-styles .resp-easy-accordion .resp-accordion {
  display: block;
}
.cro-template-styles .resp-jfit {
  width: 100%;
}
.cro-template-styles .resp-tab-content-active {
  display: block;
}
.cro-template-styles {
  /*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
}
@media only screen and (max-width: 991px) {
  .cro-template-styles ul.resp-tabs-list {
    display: none !important;
  }
  .cro-template-styles .resp-accordion {
    display: block;
  }
  .cro-template-styles .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .cro-template-styles .resp-accordion-closed {
    display: none !important;
  }
}
.cro-template-styles .modal-form {
  visibility: hidden;
  opacity: 0;
  scale: 0;
  transition: 0.3s;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cro-template-styles .modal-form .modal-content {
  position: relative;
  background: #fff;
  border-radius: 6px;
  width: 100%;
  margin: auto;
  max-width: 700px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  overflow: auto;
  max-height: 100dvh;
}
.cro-template-styles .modal-form .close-btn {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 50px;
  cursor: pointer;
  line-height: 1;
  color: var(--global--color-white);
}
.cro-template-styles .modal-form .title {
  font-size: 24px  !important;
}
@media (min-width: 1200px) {
  .cro-template-styles .modal-form .title {
    font-size: 30px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .modal-form .title {
    font-size: 35px  !important;
  }
}
.cro-template-styles .modal-form .title {
  line-height: 110%;
}
.cro-template-styles .modal-form .title.fw-600 {
  font-weight: 600 !important;
}
.cro-template-styles .modal-form .form_outer_wrapper {
  padding: 30px 50px;
  text-align: center;
  background-color: #014421 !important;
}
@media (max-width: 767px) {
  .cro-template-styles .modal-form .form_outer_wrapper {
    padding: 40px 20px;
  }
}
.cro-template-styles .modal-form .form-group {
  padding-bottom: 25px;
}
.cro-template-styles .modal-form .form-group.submit {
  text-align: right;
}
.cro-template-styles .modal-form.block {
  visibility: visible;
  opacity: 1;
  scale: 1;
}
.cro-template-styles .modal-form .form_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.cro-template-styles .modal-form .form_wrapper input[type=text],
.cro-template-styles .modal-form .form_wrapper input[type=email],
.cro-template-styles .modal-form .form_wrapper textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #ffffff !important;
  border-radius: 6px;
  height: 60px;
  opacity: 35%;
  padding: 15px !important;
  color: #fff !important;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.3s;
}
.cro-template-styles .modal-form .form_wrapper input[type=text].error,
.cro-template-styles .modal-form .form_wrapper input[type=email].error,
.cro-template-styles .modal-form .form_wrapper textarea.error {
  border: 1px solid #ff8282 !important;
  opacity: 100% !important;
}
.cro-template-styles .modal-form .form_wrapper input[type=text]:focus, .cro-template-styles .modal-form .form_wrapper input[type=text]:active,
.cro-template-styles .modal-form .form_wrapper input[type=email]:focus,
.cro-template-styles .modal-form .form_wrapper input[type=email]:active,
.cro-template-styles .modal-form .form_wrapper textarea:focus,
.cro-template-styles .modal-form .form_wrapper textarea:active {
  outline: none;
  opacity: 100%;
}
@media (max-width: 1599px) {
  .cro-template-styles .modal-form .form_wrapper input[type=text],
  .cro-template-styles .modal-form .form_wrapper input[type=email] {
    height: 50px;
    padding: 10px !important;
  }
}
@media (max-width: 991px) {
  .cro-template-styles .modal-form .form_wrapper {
    width: 100%;
    padding: 30px 20px;
  }
}
.cro-template-styles .modal-form .form_wrapper textarea {
  height: 150px !important;
}
@media (max-width: 1199px) {
  .cro-template-styles .modal-form .form_wrapper textarea {
    height: 100px !important;
  }
}
.cro-template-styles .modal-form .form_wrapper .input_holder {
  position: relative;
  margin: 20px 0px;
  width: 100%;
  padding: 0px 7px;
}
@media (max-width: 1199px) {
  .cro-template-styles .modal-form .form_wrapper .input_holder {
    margin: 15px 0px;
  }
}
.cro-template-styles .modal-form .form_wrapper .input_holder label {
  color: #fff !important;
  background-color: #014421 !important;
  position: absolute;
  left: 30px;
  top: -8px;
  z-index: 1;
  font-weight: 300 !important;
  font-size: 16px;
  padding: 0px 10px;
  width: fit-content;
}
.cro-template-styles .modal-form .form_wrapper .input_holder label.error {
  color: #ff8282 !important;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: 500 !important;
}
.cro-template-styles .modal-form .btn_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.cro-template-styles #modalReserveStorage .form_outer_wrapper {
  padding: 50px 50px;
}
.cro-template-styles #modalReview .review_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cro-template-styles #modalReview .review_item .title {
  font-size: 21px  !important;
}
@media (min-width: 768px) {
  .cro-template-styles #modalReview .review_item .title {
    font-size: 18px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles #modalReview .review_item .title {
    font-size: 22px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles #modalReview .review_item .title {
    font-size: 27px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles #modalReview .review_item .title {
    font-size: 30px  !important;
  }
}
.cro-template-styles {
  /* Slider */
}
.cro-template-styles .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.cro-template-styles .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.cro-template-styles .slick-list:focus {
  outline: none;
}
.cro-template-styles .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.cro-template-styles .slick-slider .slick-track,
.cro-template-styles .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cro-template-styles .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cro-template-styles .slick-track:before,
.cro-template-styles .slick-track:after {
  display: table;
  content: "";
}
.cro-template-styles .slick-track:after {
  clear: both;
}
.cro-template-styles .slick-loading .slick-track {
  visibility: hidden;
}
.cro-template-styles .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.cro-template-styles [dir=rtl] .slick-slide {
  float: right;
}
.cro-template-styles .slick-slide img {
  display: block;
}
.cro-template-styles .slick-slide.slick-loading img {
  display: none;
}
.cro-template-styles .slick-slide.dragging img {
  pointer-events: none;
}
.cro-template-styles .slick-initialized .slick-slide {
  display: block;
}
.cro-template-styles .slick-loading .slick-slide {
  visibility: hidden;
}
.cro-template-styles .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.cro-template-styles .slick-arrow.slick-hidden {
  display: none;
}
.cro-template-styles .slick-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  width: 20px;
  z-index: 1;
  display: flex;
}
.cro-template-styles .slick-arrow.slick-disabled {
  opacity: 50%;
  cursor: default;
}
.cro-template-styles .slick-arrow.slick-disabled:hover:before {
  width: 0px;
  height: 0px;
}
.cro-template-styles .slick_next {
  right: 10px;
}
@media (max-width: 991px) {
  .cro-template-styles .slick_next {
    right: -3px;
  }
}
@media (max-width: 574px) {
  .cro-template-styles .slick_next {
    right: 5px;
  }
}
.cro-template-styles .slick_prev {
  left: -30px;
}
@media (max-width: 991px) {
  .cro-template-styles .slick_prev {
    left: -15px;
  }
}
@media (max-width: 574px) {
  .cro-template-styles .slick_prev {
    left: -5px;
  }
}
.cro-template-styles .slick-track {
  display: flex !important;
}
.cro-template-styles .slick-slide {
  height: inherit !important;
}
.cro-template-styles .slick-slide > div {
  height: 100% !important;
}
.cro-template-styles .slick_nav:before {
  content: "" !important;
  border: 1px solid var(--global--color-icon);
  border-width: 3px 3px 0px 0px;
  width: 15px;
  height: 15px;
  rotate: 45deg;
  position: absolute;
  left: 15px;
  top: 18px;
  transition: 0.35s ease all;
}
@media (max-width: 991px) {
  .cro-template-styles .slick_nav:before {
    border-width: 2px 2px 0px 0px;
    width: 10px;
    height: 10px;
    left: 8px;
    top: 11px;
  }
}
.cro-template-styles .slick_nav:hover:before {
  border-color: var(--global--color-white);
}
.cro-template-styles .slick_nav:after {
  content: "" !important;
  display: inline-flex;
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-color: var(--global--color-white);
  border-radius: 50%;
  box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.368627451);
  transition: 0.35s ease all;
}
@media (max-width: 991px) {
  .cro-template-styles .slick_nav:after {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
}
.cro-template-styles .slick_nav:hover:after {
  background-color: var(--global--color-primary);
  box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.5215686275);
}
.cro-template-styles .slick_nav.slick_prev:before {
  rotate: 225deg;
  left: 20px;
  top: 17px;
}
@media (max-width: 991px) {
  .cro-template-styles .slick_nav.slick_prev:before {
    left: 12px;
    top: 11px;
  }
}
.cro-template-styles .slick_nav > svg {
  display: none !important;
}
.cro-template-styles .slick-dots {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
}
.cro-template-styles .slick-dots button {
  font-size: 0px;
  padding: 0;
  width: 15px;
  height: 15px;
  background-color: var(--global--color-primary);
  border-radius: 50%;
  border: none;
  opacity: 30%;
}
.cro-template-styles .slick-dots .slick-active button {
  opacity: 100%;
}
.cro-template-styles .testimonialSlider .slick-arrow {
  width: auto;
  border: none;
  background: none;
}
@media (max-width: 991px) {
  .cro-template-styles .testimonialSlider .slick-arrow {
    width: 60px;
    display: none !important;
  }
}
.cro-template-styles .testimonialSlider .slick-arrow:hover {
  animation: anime-pulse-no-transform 0.5s;
}
.cro-template-styles .testimonialSlider .slick-prev {
  right: -30px;
  left: auto;
}
@media (max-width: 767px) {
  .cro-template-styles .testimonialSlider .slick-prev {
    right: -15px;
  }
}
.cro-template-styles .testimonialSlider .slick-next {
  right: auto;
  left: -30px;
}
@media (max-width: 767px) {
  .cro-template-styles .testimonialSlider .slick-next {
    left: -15px;
  }
}
.cro-template-styles h1,
.cro-template-styles h2,
.cro-template-styles h3,
.cro-template-styles h4,
.cro-template-styles h5,
.cro-template-styles h6 {
  display: block;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.cro-template-styles h1 strong,
.cro-template-styles h2 strong,
.cro-template-styles h3 strong,
.cro-template-styles h4 strong,
.cro-template-styles h5 strong,
.cro-template-styles h6 strong {
  font-weight: inherit !important;
}
.cro-template-styles h1 + p, .cro-template-styles h1 + ul, .cro-template-styles h1 + ol, .cro-template-styles h1 + blockquote,
.cro-template-styles h2 + p,
.cro-template-styles h2 + ul,
.cro-template-styles h2 + ol,
.cro-template-styles h2 + blockquote,
.cro-template-styles h3 + p,
.cro-template-styles h3 + ul,
.cro-template-styles h3 + ol,
.cro-template-styles h3 + blockquote,
.cro-template-styles h4 + p,
.cro-template-styles h4 + ul,
.cro-template-styles h4 + ol,
.cro-template-styles h4 + blockquote,
.cro-template-styles h5 + p,
.cro-template-styles h5 + ul,
.cro-template-styles h5 + ol,
.cro-template-styles h5 + blockquote,
.cro-template-styles h6 + p,
.cro-template-styles h6 + ul,
.cro-template-styles h6 + ol,
.cro-template-styles h6 + blockquote {
  margin-bottom: 0;
  margin-top: 10px;
}
.cro-template-styles h1 + h2, .cro-template-styles h1 + h3, .cro-template-styles h1 + h4, .cro-template-styles h1 + h5, .cro-template-styles h1 + h6,
.cro-template-styles h2 + h2,
.cro-template-styles h2 + h3,
.cro-template-styles h2 + h4,
.cro-template-styles h2 + h5,
.cro-template-styles h2 + h6,
.cro-template-styles h3 + h2,
.cro-template-styles h3 + h3,
.cro-template-styles h3 + h4,
.cro-template-styles h3 + h5,
.cro-template-styles h3 + h6,
.cro-template-styles h4 + h2,
.cro-template-styles h4 + h3,
.cro-template-styles h4 + h4,
.cro-template-styles h4 + h5,
.cro-template-styles h4 + h6,
.cro-template-styles h5 + h2,
.cro-template-styles h5 + h3,
.cro-template-styles h5 + h4,
.cro-template-styles h5 + h5,
.cro-template-styles h5 + h6,
.cro-template-styles h6 + h2,
.cro-template-styles h6 + h3,
.cro-template-styles h6 + h4,
.cro-template-styles h6 + h5,
.cro-template-styles h6 + h6 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media (min-width: 1600px) {
  .cro-template-styles h1 + p, .cro-template-styles h1 + ul, .cro-template-styles h1 + ol, .cro-template-styles h1 + blockquote,
  .cro-template-styles h2 + p,
  .cro-template-styles h2 + ul,
  .cro-template-styles h2 + ol,
  .cro-template-styles h2 + blockquote,
  .cro-template-styles h3 + p,
  .cro-template-styles h3 + ul,
  .cro-template-styles h3 + ol,
  .cro-template-styles h3 + blockquote,
  .cro-template-styles h4 + p,
  .cro-template-styles h4 + ul,
  .cro-template-styles h4 + ol,
  .cro-template-styles h4 + blockquote,
  .cro-template-styles h5 + p,
  .cro-template-styles h5 + ul,
  .cro-template-styles h5 + ol,
  .cro-template-styles h5 + blockquote,
  .cro-template-styles h6 + p,
  .cro-template-styles h6 + ul,
  .cro-template-styles h6 + ol,
  .cro-template-styles h6 + blockquote {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .cro-template-styles h1 + h2, .cro-template-styles h1 + h3, .cro-template-styles h1 + h4, .cro-template-styles h1 + h5, .cro-template-styles h1 + h6,
  .cro-template-styles h2 + h2,
  .cro-template-styles h2 + h3,
  .cro-template-styles h2 + h4,
  .cro-template-styles h2 + h5,
  .cro-template-styles h2 + h6,
  .cro-template-styles h3 + h2,
  .cro-template-styles h3 + h3,
  .cro-template-styles h3 + h4,
  .cro-template-styles h3 + h5,
  .cro-template-styles h3 + h6,
  .cro-template-styles h4 + h2,
  .cro-template-styles h4 + h3,
  .cro-template-styles h4 + h4,
  .cro-template-styles h4 + h5,
  .cro-template-styles h4 + h6,
  .cro-template-styles h5 + h2,
  .cro-template-styles h5 + h3,
  .cro-template-styles h5 + h4,
  .cro-template-styles h5 + h5,
  .cro-template-styles h5 + h6,
  .cro-template-styles h6 + h2,
  .cro-template-styles h6 + h3,
  .cro-template-styles h6 + h4,
  .cro-template-styles h6 + h5,
  .cro-template-styles h6 + h6 {
    margin-bottom: 0;
    margin-top: 15px;
  }
}
.cro-template-styles h1.text-heading,
.cro-template-styles h2.text-heading,
.cro-template-styles h3.text-heading,
.cro-template-styles h4.text-heading,
.cro-template-styles h5.text-heading,
.cro-template-styles h6.text-heading {
  color: var(--global--color-heading) !important;
}
.cro-template-styles .elementor-widget-heading.h1 .elementor-heading-title,
.cro-template-styles .elementor-widget-heading.h2 .elementor-heading-title,
.cro-template-styles .elementor-widget-heading.h3 .elementor-heading-title,
.cro-template-styles .elementor-widget-heading.h4 .elementor-heading-title {
  font-size: inherit !important;
}
.cro-template-styles .home h1 {
  font-size: 35px;
}
@media (min-width: 768px) {
  .cro-template-styles .home h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .home h1 {
    font-size: 50px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .home h1 {
    font-size: 70px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .home h1 {
    font-size: 91px;
  }
}
.cro-template-styles .home .h1 {
  font-size: 35px  !important;
}
@media (min-width: 768px) {
  .cro-template-styles .home .h1 {
    font-size: 40px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .home .h1 {
    font-size: 50px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .home .h1 {
    font-size: 70px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .home .h1 {
    font-size: 91px  !important;
  }
}
.cro-template-styles .home h2 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .cro-template-styles .home h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .home h2 {
    font-size: 43px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .home h2 {
    font-size: 54px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .home h2 {
    font-size: 60px;
  }
}
.cro-template-styles .home .h2 {
  font-size: 30px  !important;
}
@media (min-width: 768px) {
  .cro-template-styles .home .h2 {
    font-size: 40px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .home .h2 {
    font-size: 43px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .home .h2 {
    font-size: 54px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .home .h2 {
    font-size: 60px  !important;
  }
}
.cro-template-styles .home h3 {
  font-size: 25px;
}
@media (min-width: 768px) {
  .cro-template-styles .home h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .home h3 {
    font-size: 33px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .home h3 {
    font-size: 37px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .home h3 {
    font-size: 45px;
  }
}
.cro-template-styles .home .h3 {
  font-size: 25px  !important;
}
@media (min-width: 768px) {
  .cro-template-styles .home .h3 {
    font-size: 30px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .home .h3 {
    font-size: 33px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .home .h3 {
    font-size: 37px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .home .h3 {
    font-size: 45px  !important;
  }
}
.cro-template-styles h1 {
  font-size: 35px;
}
@media (min-width: 992px) {
  .cro-template-styles h1 {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles h1 {
    font-size: 50px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles h1 {
    font-size: 55px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles h1 {
    font-size: 65px;
  }
}
.cro-template-styles .h1 {
  font-size: 35px  !important;
}
@media (min-width: 992px) {
  .cro-template-styles .h1 {
    font-size: 46px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .h1 {
    font-size: 50px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .h1 {
    font-size: 55px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .h1 {
    font-size: 65px  !important;
  }
}
.cro-template-styles h2 {
  font-size: 30px;
}
@media (min-width: 992px) {
  .cro-template-styles h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles h2 {
    font-size: 38px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles h2 {
    font-size: 44px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles h2 {
    font-size: 50px;
  }
}
.cro-template-styles .h2 {
  font-size: 30px  !important;
}
@media (min-width: 992px) {
  .cro-template-styles .h2 {
    font-size: 40px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .h2 {
    font-size: 38px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .h2 {
    font-size: 44px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .h2 {
    font-size: 50px  !important;
  }
}
.cro-template-styles h3 {
  font-size: 25px;
}
@media (min-width: 992px) {
  .cro-template-styles h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles h3 {
    font-size: 33px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles h3 {
    font-size: 35px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles h3 {
    font-size: 42px;
  }
}
.cro-template-styles .h3 {
  font-size: 25px  !important;
}
@media (min-width: 992px) {
  .cro-template-styles .h3 {
    font-size: 30px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .h3 {
    font-size: 33px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .h3 {
    font-size: 35px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .h3 {
    font-size: 42px  !important;
  }
}
.cro-template-styles h4,
.cro-template-styles h5,
.cro-template-styles h6 {
  font-size: 23px;
}
@media (min-width: 992px) {
  .cro-template-styles h4,
  .cro-template-styles h5,
  .cro-template-styles h6 {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles h4,
  .cro-template-styles h5,
  .cro-template-styles h6 {
    font-size: 30px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles h4,
  .cro-template-styles h5,
  .cro-template-styles h6 {
    font-size: 33px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles h4,
  .cro-template-styles h5,
  .cro-template-styles h6 {
    font-size: 37px;
  }
}
.cro-template-styles .h4,
.cro-template-styles .h5,
.cro-template-styles .h6 {
  font-size: 23px  !important;
}
@media (min-width: 992px) {
  .cro-template-styles .h4,
  .cro-template-styles .h5,
  .cro-template-styles .h6 {
    font-size: 27px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .h4,
  .cro-template-styles .h5,
  .cro-template-styles .h6 {
    font-size: 30px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .h4,
  .cro-template-styles .h5,
  .cro-template-styles .h6 {
    font-size: 33px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .h4,
  .cro-template-styles .h5,
  .cro-template-styles .h6 {
    font-size: 37px  !important;
  }
}
.cro-template-styles .title {
  font-family: var(--font-family-title) !important;
}
.cro-template-styles .title * {
  font-family: inherit !important;
}
.cro-template-styles .cnt {
  font-family: var(--font-family-text) !important;
}
.cro-template-styles .cnt * {
  font-family: inherit !important;
}
.cro-template-styles body {
  counter-reset: heading-counter;
}
.cro-template-styles ul,
.cro-template-styles ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cro-template-styles ol li::marker {
  font-weight: var(--font--weight-regular);
}
.cro-template-styles .titled_ol {
  counter-increment: heading-counter;
}
.cro-template-styles .titled_ol:before {
  color: var(--global--color-primary);
  content: counter(heading-counter) ". ";
}
.cro-template-styles [class*=rg_list-] ol {
  padding-left: 18px;
}
.cro-template-styles [class*=rg_list-] ol ::marker {
  content: counter(list-item) ". ";
}
.cro-template-styles [class*=rg_list-] li a {
  color: inherit !important;
  display: inline;
  text-decoration: underline !important;
}
.cro-template-styles [class*=rg_list-] li a:hover {
  color: var(--global--color-primary) !important;
  text-decoration: none !important;
}
.cro-template-styles [class*=rg_list-] li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 1600px) {
  .cro-template-styles [class*=rg_list-] li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.cro-template-styles [class*=rg_list-] li p:not(:last-child) {
  margin-bottom: 6px !important;
}
@media (min-width: 1600px) {
  .cro-template-styles [class*=rg_list-] li p:not(:last-child) {
    margin-bottom: 10px !important;
  }
}
.cro-template-styles [class*=rg_list-] ul {
  display: block;
}
.cro-template-styles [class*=rg_list-] ul li {
  padding-left: 23px;
  position: relative;
}
.cro-template-styles [class*=rg_list-] ul li:before {
  background-color: var(--global--color-primary);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 6px;
}
@media (min-width: 1600px) {
  .cro-template-styles [class*=rg_list-] ul li {
    padding-left: 30px;
  }
  .cro-template-styles [class*=rg_list-] ul li:before {
    height: 8px;
    top: 10px;
    width: 8px;
  }
}
@media (min-width: 992px) {
  .cro-template-styles ul.cntList-2-cols {
    columns: 2 auto;
  }
}
@media (min-width: 992px) {
  .cro-template-styles ul.cntList-3-cols {
    columns: 2 auto;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles ul.cntList-3-cols {
    columns: 3 auto;
  }
}
@media (min-width: 992px) {
  .cro-template-styles ul.cntList-4-cols {
    columns: 2 auto;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles ul.cntList-4-cols {
    columns: 3 auto;
  }
}
.cro-template-styles .styled_u_list {
  --st-list-spacing: 14px;
}
@media (min-width: 768px) {
  .cro-template-styles .styled_u_list {
    --st-list-spacing: 11px;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .styled_u_list {
    --st-list-spacing: 13px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .styled_u_list {
    --st-list-spacing: 14px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .styled_u_list {
    --st-list-spacing: 16px;
  }
}
.cro-template-styles .styled_u_list.site-map ul {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .cro-template-styles .styled_u_list.site-map ul li {
    padding-bottom: 15px;
  }
}
.cro-template-styles .styled_u_list ul {
  list-style: none;
}
.cro-template-styles .styled_u_list ul li {
  padding-left: calc(var(--st-list-spacing) * 2);
  padding-bottom: calc(var(--st-list-spacing) * 0.75);
}
@media (max-width: 767px) {
  .cro-template-styles .styled_u_list ul li {
    padding-bottom: 25px;
  }
}
.cro-template-styles .styled_u_list ul li {
  position: relative;
}
.cro-template-styles .styled_u_list ul li:before {
  content: "";
  position: absolute;
  top: calc(var(--st-list-spacing) / 2.5);
  left: 0px;
  width: var(--st-list-spacing);
  height: var(--st-list-spacing);
  background-color: var(--global--color-primary-alt);
  border: 4px solid var(--global--color-primary);
  border-radius: 50%;
}
.cro-template-styles .styled_tick_list li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0;
  gap: 10px;
  padding-bottom: 4px;
}
.cro-template-styles .styled_tick_list li svg {
  width: fit-content;
}
.cro-template-styles table {
  border-collapse: collapse;
  width: 100%;
}
.cro-template-styles table tr,
.cro-template-styles table th,
.cro-template-styles table td {
  vertical-align: middle;
}
.cro-template-styles table thead tr th {
  color: inherit;
  font-weight: var(--font--weight-regular);
  text-transform: uppercase;
}
.cro-template-styles table thead tr th a {
  color: inherit !important;
  text-decoration: underline !important;
}
.cro-template-styles table thead tr th a:hover {
  text-decoration: none !important;
}
.cro-template-styles table td,
.cro-template-styles table th {
  height: auto !important;
  padding: 12px 15px;
}
.cro-template-styles table td.none,
.cro-template-styles table th.none {
  height: 10px !important;
  padding: 0 10px;
}
.cro-template-styles table td a,
.cro-template-styles table th a {
  color: var(--global--color-primary) !important;
  display: inline;
}
.cro-template-styles table td a:hover,
.cro-template-styles table th a:hover {
  color: var(--global--color-secondary) !important;
  text-decoration: underline !important;
}
.cro-template-styles table th {
  font-weight: var(--font--weight-semi-bold);
}
.cro-template-styles .table-mat_info table {
  font-size: 17px  !important;
}
@media (min-width: 768px) {
  .cro-template-styles .table-mat_info table {
    font-size: 17px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .table-mat_info table {
    font-size: 20px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .table-mat_info table {
    font-size: 20px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .table-mat_info table {
    font-size: 22px  !important;
  }
}
.cro-template-styles .table-mat_info table td,
.cro-template-styles .table-mat_info table th {
  font-size: inherit !important;
  line-height: 1.2;
  padding: 8px 10px;
}
@media (min-width: 1600px) {
  .cro-template-styles .table-mat_info table td,
  .cro-template-styles .table-mat_info table th {
    padding: 12px 15px;
  }
}
.cro-template-styles .table-mat_info table th {
  padding-left: 0;
  text-align: left;
}
.cro-template-styles .table-mat_info table td {
  padding-right: 0;
  text-align: right;
}
.cro-template-styles table:not([class]),
.cro-template-styles table[class=""] {
  border-collapse: collapse;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.cro-template-styles table:not([class]) td,
.cro-template-styles table[class=""] td {
  min-height: 30px;
}
.cro-template-styles .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 30px;
  padding-top: 30px;
}
.cro-template-styles .table-responsive table td,
.cro-template-styles .table-responsive table th {
  border: 1px solid var(--global--color-border);
}
.cro-template-styles .table-responsive table th {
  padding-left: 15px;
}
.cro-template-styles .table-responsive > .table-bordered {
  border: 0;
}
.cro-template-styles .ui-datepicker-calendar td,
.cro-template-styles .ui-datepicker-calendar th {
  padding: 8px 10px;
}
.cro-template-styles .ui-datepicker-calendar thead tr {
  background-color: var(--global--color-secondary);
}
.cro-template-styles .ui-datepicker-calendar thead tr th {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
.cro-template-styles .ui-datepicker-calendar tbody tr {
  background: var(--global--color-white) !important;
}
.cro-template-styles .ui-datepicker .ui-datepicker-header {
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
  height: 42px;
  -ms-flex-align: center;
  align-items: center;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
}
.cro-template-styles .ui-datepicker .ui-datepicker-prev {
  -ms-flex-order: 1;
  order: 1;
  margin-right: auto;
  padding-left: 15px;
}
.cro-template-styles .ui-datepicker .ui-datepicker-prev:hover {
  opacity: 0.7;
}
.cro-template-styles .ui-datepicker .ui-datepicker-title {
  -ms-flex-order: 2;
  order: 2;
}
.cro-template-styles .ui-datepicker .ui-datepicker-next {
  -ms-flex-order: 3;
  order: 3;
  margin-left: auto;
  padding-right: 15px;
}
.cro-template-styles .ui-datepicker .ui-datepicker-next:hover {
  opacity: 0.7;
}
.cro-template-styles .btn-w-100 .elementor-widget-button .elementor-button,
.cro-template-styles .btn-w-100 .btn,
.cro-template-styles .btn-w-100 input[type=submit]:not(.adminbar-button) {
  width: 100% !important;
}
.cro-template-styles .elementor-widget-button .elementor-button,
.cro-template-styles .btn,
.cro-template-styles input[type=submit]:not(.adminbar-button) {
  width: max-content;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  outline: none;
  transition: all 0.3s ease;
  font-family: var(--global--font-primary) !important;
  background-color: var(--global--color-button) !important;
  color: var(--global--color-button-text) !important;
  border-radius: 98px;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.cro-template-styles .elementor-widget-button .elementor-button:hover,
.cro-template-styles .btn:hover,
.cro-template-styles input[type=submit]:not(.adminbar-button):hover {
  background-color: var(--global--color-button-alt) !important;
  color: var(--global--color-button-text-alt) !important;
}
.cro-template-styles .elementor-widget-button .elementor-button,
.cro-template-styles .btn,
.cro-template-styles input[type=submit]:not(.adminbar-button) {
  padding: 10px 20px;
  height: 45px;
}
.cro-template-styles .elementor-widget-button .elementor-button,
.cro-template-styles .btn,
.cro-template-styles input[type=submit]:not(.adminbar-button) {
  font-size: 15px  !important;
}
@media (min-width: 1200px) {
  .cro-template-styles .elementor-widget-button .elementor-button,
  .cro-template-styles .btn,
  .cro-template-styles input[type=submit]:not(.adminbar-button) {
    font-size: 17px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .elementor-widget-button .elementor-button,
  .cro-template-styles .btn,
  .cro-template-styles input[type=submit]:not(.adminbar-button) {
    font-size: 19px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .elementor-widget-button .elementor-button,
  .cro-template-styles .btn,
  .cro-template-styles input[type=submit]:not(.adminbar-button) {
    font-size: 21px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .elementor-widget-button .elementor-button,
  .cro-template-styles .btn,
  .cro-template-styles input[type=submit]:not(.adminbar-button) {
    height: 55px;
    padding: 10px 30px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .elementor-widget-button .elementor-button,
  .cro-template-styles .btn,
  .cro-template-styles input[type=submit]:not(.adminbar-button) {
    padding: 10px 50px;
    height: 65px;
  }
}
.cro-template-styles .btn.btn-small,
.cro-template-styles .elementor-widget-button.btn-small .elementor-button,
.cro-template-styles .btn.btn-sm,
.cro-template-styles .elementor-widget-button.btn-sm .elementor-button {
  border-radius: 98px;
  height: 40px;
  padding: 10px 20px;
}
.cro-template-styles .btn.btn-small,
.cro-template-styles .elementor-widget-button.btn-small .elementor-button,
.cro-template-styles .btn.btn-sm,
.cro-template-styles .elementor-widget-button.btn-sm .elementor-button {
  font-size: 14px  !important;
}
@media (min-width: 1200px) {
  .cro-template-styles .btn.btn-small,
  .cro-template-styles .elementor-widget-button.btn-small .elementor-button,
  .cro-template-styles .btn.btn-sm,
  .cro-template-styles .elementor-widget-button.btn-sm .elementor-button {
    font-size: 13px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .btn.btn-small,
  .cro-template-styles .elementor-widget-button.btn-small .elementor-button,
  .cro-template-styles .btn.btn-sm,
  .cro-template-styles .elementor-widget-button.btn-sm .elementor-button {
    font-size: 15px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .btn.btn-small,
  .cro-template-styles .elementor-widget-button.btn-small .elementor-button,
  .cro-template-styles .btn.btn-sm,
  .cro-template-styles .elementor-widget-button.btn-sm .elementor-button {
    font-size: 18px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .btn.btn-small,
  .cro-template-styles .elementor-widget-button.btn-small .elementor-button,
  .cro-template-styles .btn.btn-sm,
  .cro-template-styles .elementor-widget-button.btn-sm .elementor-button {
    height: 45px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .btn.btn-small,
  .cro-template-styles .elementor-widget-button.btn-small .elementor-button,
  .cro-template-styles .btn.btn-sm,
  .cro-template-styles .elementor-widget-button.btn-sm .elementor-button {
    height: 50px;
    padding: 10px 30px;
  }
}
.cro-template-styles .btn.btn-large,
.cro-template-styles .elementor-widget-button.btn-large .elementor-button,
.cro-template-styles .btn.btn-lg,
.cro-template-styles .elementor-widget-button.btn-lg .elementor-button {
  height: 50px;
  padding: 10px 30px;
}
.cro-template-styles .btn.btn-large,
.cro-template-styles .elementor-widget-button.btn-large .elementor-button,
.cro-template-styles .btn.btn-lg,
.cro-template-styles .elementor-widget-button.btn-lg .elementor-button {
  font-size: 15px  !important;
}
@media (min-width: 768px) {
  .cro-template-styles .btn.btn-large,
  .cro-template-styles .elementor-widget-button.btn-large .elementor-button,
  .cro-template-styles .btn.btn-lg,
  .cro-template-styles .elementor-widget-button.btn-lg .elementor-button {
    font-size: 17px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .btn.btn-large,
  .cro-template-styles .elementor-widget-button.btn-large .elementor-button,
  .cro-template-styles .btn.btn-lg,
  .cro-template-styles .elementor-widget-button.btn-lg .elementor-button {
    font-size: 21px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .btn.btn-large,
  .cro-template-styles .elementor-widget-button.btn-large .elementor-button,
  .cro-template-styles .btn.btn-lg,
  .cro-template-styles .elementor-widget-button.btn-lg .elementor-button {
    font-size: 24px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .btn.btn-large,
  .cro-template-styles .elementor-widget-button.btn-large .elementor-button,
  .cro-template-styles .btn.btn-lg,
  .cro-template-styles .elementor-widget-button.btn-lg .elementor-button {
    font-size: 29px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .btn.btn-large,
  .cro-template-styles .elementor-widget-button.btn-large .elementor-button,
  .cro-template-styles .btn.btn-lg,
  .cro-template-styles .elementor-widget-button.btn-lg .elementor-button {
    height: 62px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .btn.btn-large,
  .cro-template-styles .elementor-widget-button.btn-large .elementor-button,
  .cro-template-styles .btn.btn-lg,
  .cro-template-styles .elementor-widget-button.btn-lg .elementor-button {
    height: 85px;
    padding: 10px 60px;
  }
}
.cro-template-styles .btn.btn-white,
.cro-template-styles .elementor-widget-button.btn-white .elementor-button,
.cro-template-styles .btn-white input[type=submit]:not(.adminbar-button) {
  background: var(--global--color-white) !important;
  color: var(--global--color-black) !important;
}
.cro-template-styles .btn.btn-white:hover,
.cro-template-styles .elementor-widget-button.btn-white .elementor-button:hover,
.cro-template-styles .btn-white input[type=submit]:not(.adminbar-button):hover {
  background-color: var(--global--color-black) !important;
  color: var(--global--color-white) !important;
}
.cro-template-styles .btn.btn-dark,
.cro-template-styles .elementor-widget-button.btn-dark .elementor-button,
.cro-template-styles .btn-dark input[type=submit]:not(.adminbar-button) {
  background-color: var(--global--color-button-alt) !important;
  color: var(--global--color-button-text-alt) !important;
  font-weight: 600 !important;
}
.cro-template-styles .btn.btn-dark:hover,
.cro-template-styles .elementor-widget-button.btn-dark .elementor-button:hover,
.cro-template-styles .btn-dark input[type=submit]:not(.adminbar-button):hover {
  background-color: var(--global--color-button) !important;
  color: var(--global--color-button-text) !important;
}
.cro-template-styles .btn.btn-light,
.cro-template-styles .elementor-widget-button.btn-light .elementor-button {
  background-color: var(--global--color-button-alt) !important;
  color: var(--global--color-button-text-alt) !important;
}
.cro-template-styles .btn.btn-light:hover,
.cro-template-styles .elementor-widget-button.btn-light .elementor-button:hover {
  background-color: var(--global--color-button) !important;
  color: var(--global--color-button-text) !important;
}
.cro-template-styles .btn.btn-wired,
.cro-template-styles .elementor-widget-button.btn-wired .elementor-button {
  background-color: transparent !important;
  border: 1px solid var(--global--color-black) !important;
  color: var(--global--color-black) !important;
}
.cro-template-styles .btn.btn-wired:hover,
.cro-template-styles .elementor-widget-button.btn-wired .elementor-button:hover {
  background-color: var(--global--color-button-alt) !important;
  border: 1px solid var(--global--color-button-alt) !important;
  color: var(--global--color-button-text-alt) !important;
}
.cro-template-styles .btn-review.btn,
.cro-template-styles .btn-review .elementor-button {
  background-color: #4285F4 !important;
  border-radius: 5px !important;
  text-transform: capitalize !important;
  font-weight: 300 !important;
  padding: 10px 60px 10px 20px !important;
  --btn-size-height: 55px;
}
.cro-template-styles .btn-review.btn:hover,
.cro-template-styles .btn-review .elementor-button:hover {
  background-color: var(--global--color-secondary) !important;
}
.cro-template-styles .btn-review.btn:after,
.cro-template-styles .btn-review .elementor-button:after {
  content: url(assets/images/google-icon.png) !important;
  border: none;
  background: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-45%);
  rotate: 0deg;
  width: auto;
  height: auto;
}
@media (max-width: 1199px) {
  .cro-template-styles .btn-review.btn:after,
  .cro-template-styles .btn-review .elementor-button:after {
    right: 12px;
    transform: translateY(-60%);
    scale: 0.8;
  }
}
@media (max-width: 1199px) {
  .cro-template-styles .btn-review.btn:after,
  .cro-template-styles .btn-review .elementor-button:after {
    right: 15px;
  }
}
.cro-template-styles .btn.btn-review-image {
  gap: 10px;
  padding: 10px 30px;
  height: 70px;
  font-size: 18px !important;
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  .cro-template-styles .btn.btn-review-image {
    padding: 10px 20px;
    height: 50px;
    font-size: 15px !important;
    font-weight: 400 !important;
  }
}
.cro-template-styles .btn.btn-review-image:before {
  content: url(assets/images/google-icon.png);
}
.cro-template-styles #back-to-top {
  align-items: center;
  background-color: var(--global--color-primary);
  bottom: 0;
  color: var(--global--color-white);
  display: inline-flex;
  font-size: 0;
  flex-direction: column;
  justify-content: center;
  height: 42px;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  width: 38px;
  z-index: 99;
}
.cro-template-styles #back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}
.cro-template-styles #back-to-top:before {
  content: "";
  border-left: 1px solid var(--global--color-white);
  border-top: 1px solid var(--global--color-white);
  height: 15px;
  left: 30%;
  position: absolute;
  top: 70%;
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -moz-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  -o-transform: rotate(45deg) translate(-50%, -50%);
  width: 15px;
}
.cro-template-styles #back-to-top:hover {
  background-color: var(--global--color-secondary);
  text-decoration: none;
}
@media (max-width: 1199px) {
  .cro-template-styles #back-to-top {
    display: none;
  }
}
.cro-template-styles .back-btn {
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--global--color-primary);
  border: 1px solid var(--global--color-white);
  border-radius: 0;
  -webkit-border-radius: 0;
  bottom: 20%;
  color: var(--global--color-white) !important;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  font-weight: var(--font-weight-500);
  height: 32px;
  margin: -42px 0 0;
  opacity: 0;
  padding: 0 10px;
  position: fixed;
  right: -20px;
  text-transform: uppercase;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  width: auto;
  z-index: 99;
}
.cro-template-styles .back-btn:hover {
  background-color: var(--global--color-secondary);
}
.cro-template-styles .back-btn.back-open {
  opacity: 1;
  right: 0;
}
.cro-template-styles .back-btn:focus {
  outline: none !important;
}
@media (max-width: 1199px) {
  .cro-template-styles .back-btn {
    display: none !important;
  }
}
.cro-template-styles {
  /* =====     Forms     ===== */
}
.cro-template-styles input {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
.cro-template-styles input:focus {
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
}
.cro-template-styles form::after {
  content: "";
  display: table;
  clear: both;
}
.cro-template-styles .fs-form_elements {
  color: var(--global--color-text) !important;
}
.cro-template-styles ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: var(--global--color-text) !important;
}
.cro-template-styles :-moz-placeholder {
  opacity: 1 !important;
  color: var(--global--color-text) !important;
}
.cro-template-styles ::-moz-placeholder {
  opacity: 1 !important;
  color: var(--global--color-text) !important;
}
.cro-template-styles :-ms-input-placeholder {
  opacity: 1 !important;
  color: var(--global--color-text) !important;
}
.cro-template-styles label {
  line-height: 1;
  color: var(--global--color-text) !important;
  font-weight: 400 !important;
}
.cro-template-styles .form-elements,
.cro-template-styles textarea,
.cro-template-styles select {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #c7c6c4 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: var(--global--color-text) !important;
  display: block;
  outline: none !important;
  outline-offset: 0;
  padding: 0 !important;
  text-transform: none;
  width: 100%;
}
.cro-template-styles .form-elements,
.cro-template-styles select {
  height: 46px;
}
@media (min-width: 768px) {
  .cro-template-styles .form-elements,
  .cro-template-styles select {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .form-elements,
  .cro-template-styles select {
    height: 38px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .form-elements,
  .cro-template-styles select {
    height: 54px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .form-elements,
  .cro-template-styles select {
    height: 58px;
  }
}
.cro-template-styles textarea {
  height: 100px;
  padding-bottom: 5px !important;
  padding-top: 10px !important;
  resize: none;
}
@media (min-width: 768px) {
  .cro-template-styles textarea {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles textarea {
    height: 90px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles textarea {
    height: 100px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles textarea {
    height: 100px;
  }
}
.cro-template-styles select {
  background-image: url(assets/images/dropdown-arrow.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  outline: none;
  /* &:invalid {
    color: #9d9d9d;
  }
  [disabled] {
    color: #9d9d9d;
  } */
}
.cro-template-styles select option {
  color: var(--global--color-text);
  text-transform: none;
}
.cro-template-styles select:focus, .cro-template-styles select:active {
  outline: none;
}
@media (min-width: 1600px) {
  .cro-template-styles select {
    background-size: 18px 9px;
  }
}
.cro-template-styles input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
.cro-template-styles input[type=date]::-webkit-calendar-picker-indicator {
  background-color: #3a6596;
  display: block;
  color: #fff;
}
.cro-template-styles .input-holder {
  position: relative;
  margin-bottom: 20px !important;
}
@media (max-width: 1600px) {
  .cro-template-styles .input-holder {
    margin-bottom: 15px !important;
  }
}
.cro-template-styles .input-holder {
  width: 100%;
}
.cro-template-styles .input-holder.error input,
.cro-template-styles .input-holder.error textarea {
  border-color: var(--global--color-red) !important;
}
.cro-template-styles .input-holder.dFlex .error {
  left: 5px !important;
}
.cro-template-styles .input-holder .error {
  background-color: var(--global--color-red);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--global--color-white);
  display: inline-block;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  left: 0;
  padding: 2px 3px;
  position: absolute !important;
  top: -20px;
  width: auto !important;
  z-index: 3;
}
@media (min-width: 1600px) {
  .cro-template-styles .input-holder .error {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
.cro-template-styles .input-holder .error:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--global--color-red);
  bottom: -5px;
  content: "";
  left: 10px;
  position: absolute;
}
.cro-template-styles .input-holder:not(:last-child) {
  margin-bottom: 20px;
  text-align: right;
}
@media (max-width: 1600px) {
  .cro-template-styles .input-holder:not(:last-child) {
    margin-bottom: 15px;
  }
}
.cro-template-styles .modal-dialog {
  max-width: 700px;
}
.cro-template-styles .modal-body {
  padding: 30px;
}
.cro-template-styles {
  /* == Radio buttons == */
}
.cro-template-styles .custom-radio input[type=radio] {
  display: none;
}
.cro-template-styles .custom-radio input[type=radio] + label {
  color: var(--global--color-black);
  font-size: 16px !important;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cro-template-styles .custom-radio input[type=radio] + label {
    font-size: 14px !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .custom-radio input[type=radio] + label {
    font-size: 17px !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .custom-radio input[type=radio] + label {
    font-size: 18px !important;
  }
}
.cro-template-styles .custom-radio input[type=radio] + label i {
  background-color: var(--global--color-white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #ED1C24;
  display: inline-block;
  margin: -5px 7px 0 0;
  position: relative;
  vertical-align: middle;
  height: 14px;
  width: 14px;
}
@media (min-width: 1600px) {
  .cro-template-styles .custom-radio input[type=radio] + label i {
    height: 16px;
    width: 16px;
  }
}
.cro-template-styles .custom-radio input[type=radio] + label i:before {
  background-color: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  display: block;
  height: 70%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  width: 70%;
}
.cro-template-styles .custom-radio input[type=radio]:checked + label {
  color: var(--global--color-primary);
}
.cro-template-styles .custom-radio input[type=radio]:checked + label i {
  border-color: #ED1C24;
}
.cro-template-styles .custom-radio input[type=radio]:checked + label i:before {
  background-repeat: no-repeat;
  width: 9px;
  height: 7px;
  background-size: 9px;
}
.cro-template-styles .custom-radio input[type=radio]:checked + label span {
  color: var(--global--color-primary);
}
.cro-template-styles .custom-radio input[type=radio]:disabled, .cro-template-styles .custom-radio input[type=radio]:disabled + label {
  cursor: not-allowed;
  opacity: 0.6;
  text-decoration: line-through;
}
@media (max-width: 1199px) {
  .cro-template-styles .custom-radio input[type=radio] + label i {
    height: 12px;
    width: 12px;
  }
}
.cro-template-styles .form_white {
  --global--color-text: #ffffff;
  font-weight: 300 !important;
  color: #fff !important;
}
.cro-template-styles .form_white *:not(input[type=submit]) {
  font-weight: 300 !important;
}
.cro-template-styles .form_white ::-webkit-input-placeholder {
  color: var(--global--color-white) !important;
}
.cro-template-styles .form_white :-moz-placeholder {
  color: var(--global--color-white) !important;
}
.cro-template-styles .form_white ::-moz-placeholder {
  color: var(--global--color-white) !important;
}
.cro-template-styles .form_white :-ms-input-placeholder {
  color: var(--global--color-white) !important;
}
.cro-template-styles .form_white .form-elements,
.cro-template-styles .form_white textarea,
.cro-template-styles .form_white select {
  border-bottom-color: var(--global--color-white) !important;
  color: var(--global--color-white) !important;
}
.cro-template-styles .form_white select {
  background-image: url(assets/images/dropdown-arrow-white.png);
}
.cro-template-styles .form_white select {
  font-size: 14px  !important;
}
@media (min-width: 1200px) {
  .cro-template-styles .form_white select {
    font-size: 16px  !important;
  }
}
.cro-template-styles .form_white select option {
  color: #ffffff;
  background: var(--global--color-primary-alt);
}
.cro-template-styles .cnt-form-stl input[type=text],
.cro-template-styles .cnt-form-stl input[type=email],
.cro-template-styles .cnt-form-stl input[type=tel] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2901960784) !important;
}
.cro-template-styles .cnt-form-stl textarea {
  height: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2901960784) !important;
}
@media (max-width: 1199px) {
  .cro-template-styles .cnt-form-stl textarea {
    height: 80px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .cnt-form-stl .form-group {
    padding-bottom: 30px;
  }
}
.cro-template-styles input[type=text],
.cro-template-styles input[type=email],
.cro-template-styles input[type=tel] {
  line-height: normal;
  width: 100%;
  height: 30px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--global--color-text);
  position: relative;
  font-weight: 400 !important;
  padding: 0;
  padding-bottom: 13px;
  color: var(--global--color-text);
}
.cro-template-styles input[type=text],
.cro-template-styles input[type=email],
.cro-template-styles input[type=tel] {
  font-size: 14px  !important;
}
@media (min-width: 1200px) {
  .cro-template-styles input[type=text],
  .cro-template-styles input[type=email],
  .cro-template-styles input[type=tel] {
    font-size: 16px  !important;
  }
}
.cro-template-styles textarea {
  line-height: normal;
  width: 100%;
  height: 70px;
  background-color: transparent;
  color: var(--global--color-text);
  border: none !important;
  border-bottom: 1px solid var(--global--color-text) !important;
  position: relative;
  font-weight: 400 !important;
  padding-bottom: 13px !important;
}
.cro-template-styles textarea {
  font-size: 14px  !important;
}
@media (min-width: 1200px) {
  .cro-template-styles textarea {
    font-size: 16px  !important;
  }
}
.cro-template-styles span.wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  right: 0;
  background-color: #a90000;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  line-height: 100%;
  border-radius: 5px;
  animation: anime-fade-in-half 2.5s infinite;
}
.cro-template-styles .wpcf7-checkbox span.wpcf7-list-item.first {
  margin: 0;
}
.cro-template-styles .fs-18 .wpcf7-list-item-label {
  font-size: 16px;
}
.cro-template-styles .form-group {
  padding-bottom: 20px;
}
@media (min-width: 1850px) {
  .cro-template-styles .form-group {
    padding-bottom: 25px;
  }
}
.cro-template-styles :root {
  --width-custom-gap: 10px;
}
@media (min-width: 768px) {
  .cro-template-styles *.width-50-sm {
    width: calc(50% - var(--width-custom-gap));
  }
}
.cro-template-styles *.width-100 {
  width: 100%;
}
.cro-template-styles .footer-form-wrap form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}
.cro-template-styles input[type=checkbox] {
  display: none;
  /* hide native box */
}
.cro-template-styles input[type=checkbox] + span {
  position: relative;
  padding-left: 20px;
  display: flex;
  cursor: pointer;
  font-weight: 200;
  line-height: 150%;
}
.cro-template-styles input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background: transparent;
  transition: all 0.2s ease;
}
.cro-template-styles input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  border-width: 0px 0px 1px 1px;
  width: 7px;
  height: 4px;
  rotate: 315deg;
  left: 5px;
  top: 10px;
  transform: translateY(-50%);
  font-size: 9px;
  color: #fff;
}
.cro-template-styles .custom-font-theme label {
  font-weight: 400;
}
.cro-template-styles .custom-font-theme label {
  font-size: 17px  !important;
}
@media (min-width: 1200px) {
  .cro-template-styles .custom-font-theme label {
    font-size: 18px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .custom-font-theme label {
    font-size: 20px  !important;
  }
}
.cro-template-styles .custom-font-theme .wpcf7-list-item label {
  font-weight: 500;
}
.cro-template-styles .custom-font-theme .wpcf7-list-item label {
  font-size: 16px  !important;
}
@media (min-width: 1200px) {
  .cro-template-styles .custom-font-theme .wpcf7-list-item label {
    font-size: 17px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .custom-font-theme .wpcf7-list-item label {
    font-size: 18px  !important;
  }
}
.cro-template-styles .custom-font-theme .wpcf7-list-item .wpcf7-list-item-label {
  font-weight: 500;
}
.cro-template-styles .custom-font-theme .wpcf7-checkbox {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.cro-template-styles .custom-font-theme .wpcf7-list-item {
  margin: 0;
}
.cro-template-styles .wpcf7-spinner {
  position: absolute;
  left: 0;
  bottom: 0;
}
.cro-template-styles .form-group.submit {
  padding-bottom: 0;
}
.cro-template-styles {
  /* Wrapper */
}
.cro-template-styles .form-group input[type=file].wpcf7-file,
.cro-template-styles .gform_wrapper input[type=file] {
  width: 100%;
  padding: 10px;
  background: var(--global--color-secondary);
  border: 1px solid var(--global--color-primary);
  border-radius: 6px;
  font-size: 14px;
  color: var(--global--color-black);
  cursor: pointer;
}
.cro-template-styles {
  /* Chrome / Edge / Safari button */
}
.cro-template-styles .form-group input[type=file]::file-selector-button,
.cro-template-styles .gform_wrapper input[type=file]::file-selector-button {
  padding: 8px 14px;
  margin-right: 12px;
  background: var(--global--color-primary-alt);
  color: var(--global--color-white);
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.25s ease;
}
.cro-template-styles {
  /* Hover */
}
.cro-template-styles .form-group input[type=file]:hover::file-selector-button,
.cro-template-styles .gform_wrapper input[type=file]:hover::file-selector-button {
  background: var(--global--color-secondary-alt);
}
.cro-template-styles {
  /* Focus */
}
.cro-template-styles .form-group input[type=file]:focus,
.cro-template-styles .gform_wrapper input[type=file]:focus {
  outline: none;
  border-color: var(--global--color-primary-alt);
}
.cro-template-styles {
  /* Disabled */
}
.cro-template-styles .form-group input[type=file]:disabled::file-selector-button {
  opacity: 0.5;
  cursor: not-allowed;
}
.cro-template-styles .input_holder_wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cro-template-styles .common-form_wrap {
  background-color: var(--global--color-primary);
  border-radius: 6px;
  padding: 50px 80px;
}
.cro-template-styles .common-form_wrap input[type=text],
.cro-template-styles .common-form_wrap input[type=email],
.cro-template-styles .common-form_wrap input[type=date],
.cro-template-styles .common-form_wrap textarea,
.cro-template-styles .common-form_wrap select {
  font-size: 13px  !important;
}
@media (min-width: 768px) {
  .cro-template-styles .common-form_wrap input[type=text],
  .cro-template-styles .common-form_wrap input[type=email],
  .cro-template-styles .common-form_wrap input[type=date],
  .cro-template-styles .common-form_wrap textarea,
  .cro-template-styles .common-form_wrap select {
    font-size: 14px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .common-form_wrap input[type=text],
  .cro-template-styles .common-form_wrap input[type=email],
  .cro-template-styles .common-form_wrap input[type=date],
  .cro-template-styles .common-form_wrap textarea,
  .cro-template-styles .common-form_wrap select {
    font-size: 16px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .common-form_wrap input[type=text],
  .cro-template-styles .common-form_wrap input[type=email],
  .cro-template-styles .common-form_wrap input[type=date],
  .cro-template-styles .common-form_wrap textarea,
  .cro-template-styles .common-form_wrap select {
    font-size: 18px  !important;
  }
}
.cro-template-styles .common-form_wrap input[type=text],
.cro-template-styles .common-form_wrap input[type=email],
.cro-template-styles .common-form_wrap input[type=date],
.cro-template-styles .common-form_wrap textarea,
.cro-template-styles .common-form_wrap select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #ffffff !important;
  border-radius: 6px;
  height: 60px !important;
  opacity: 85%;
  padding: 15px !important;
  color: #fff !important;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.3s;
}
.cro-template-styles .common-form_wrap input[type=text].error,
.cro-template-styles .common-form_wrap input[type=email].error,
.cro-template-styles .common-form_wrap input[type=date].error,
.cro-template-styles .common-form_wrap textarea.error,
.cro-template-styles .common-form_wrap select.error {
  border: 1px solid #ff8282 !important;
  opacity: 100% !important;
}
.cro-template-styles .common-form_wrap input[type=text]:focus, .cro-template-styles .common-form_wrap input[type=text]:active,
.cro-template-styles .common-form_wrap input[type=email]:focus,
.cro-template-styles .common-form_wrap input[type=email]:active,
.cro-template-styles .common-form_wrap input[type=date]:focus,
.cro-template-styles .common-form_wrap input[type=date]:active,
.cro-template-styles .common-form_wrap textarea:focus,
.cro-template-styles .common-form_wrap textarea:active,
.cro-template-styles .common-form_wrap select:focus,
.cro-template-styles .common-form_wrap select:active {
  outline: none;
  opacity: 100%;
}
@media (max-width: 1599px) {
  .cro-template-styles .common-form_wrap {
    padding: 30px 40px;
  }
  .cro-template-styles .common-form_wrap input[type=text],
  .cro-template-styles .common-form_wrap input[type=email],
  .cro-template-styles .common-form_wrap input[type=date],
  .cro-template-styles .common-form_wrap select {
    height: 50px !important;
    padding: 10px !important;
  }
}
@media (max-width: 991px) {
  .cro-template-styles .common-form_wrap {
    width: 100%;
    padding: 30px 20px;
  }
}
.cro-template-styles .common-form_wrap textarea {
  height: 150px !important;
}
@media (max-width: 1199px) {
  .cro-template-styles .common-form_wrap textarea {
    height: 100px !important;
  }
}
.cro-template-styles .common-form_wrap .input_holder {
  position: relative;
  margin: 20px 0px;
  width: 100%;
  padding: 0px 7px;
}
@media (max-width: 1199px) {
  .cro-template-styles .common-form_wrap .input_holder {
    margin: 15px 0px;
  }
}
.cro-template-styles .common-form_wrap .input_holder label {
  color: #fff !important;
  background-color: var(--global--color-primary);
  position: absolute;
  left: 30px;
  top: -8px;
  z-index: 1;
  font-weight: 300 !important;
  font-size: 16px;
  padding: 0px 10px;
  width: fit-content;
}
.cro-template-styles .common-form_wrap .input_holder label.error {
  color: #ff8282 !important;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: 500 !important;
  display: block !important;
}
.cro-template-styles .common-form_wrap .input_holder.check-box input {
  display: block;
  cursor: pointer;
}
.cro-template-styles .common-form_wrap .input_holder.check-box label {
  cursor: pointer;
  position: unset;
  padding-left: 0;
}
.cro-template-styles .common-form_wrap .input_holder.radio input {
  cursor: pointer;
}
.cro-template-styles .common-form_wrap .input_holder.radio label {
  cursor: pointer;
  position: unset;
  padding-left: 0;
}
.cro-template-styles .common-form_wrap select {
  cursor: pointer;
}
.cro-template-styles .common-form_wrap input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  appearance: none;
  -webkit-appearance: none;
}
.cro-template-styles .common-form_wrap input[type=date] {
  background-image: url(assets/images/calendar-icon.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 16px;
  outline: none;
}
@media (max-width: 767px) {
  .cro-template-styles .common-form_wrap .flex-wrap-mob {
    flex-direction: column;
  }
}
.cro-template-styles a[href^="tel:"] {
  cursor: default !important;
}
.cro-template-styles a[href^="tel:"]:hover {
  color: inherit !important;
  text-decoration: none !important;
}
@media (min-width: 1200px) {
  .cro-template-styles .w-50-lg {
    width: 50% !important;
  }
}
.cro-template-styles img,
.cro-template-styles svg,
.cro-template-styles video,
.cro-template-styles canvas {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
}
.cro-template-styles .icon_wrap {
  --icon-size-cmn: 20px;
  max-width: var(--icon-size-cmn, 20px);
  min-width: var(--icon-size-cmn, 20px);
  display: flex;
}
.cro-template-styles .site-main {
  padding: 0 !important;
}
.cro-template-styles .m-t-10 {
  margin-top: 10px;
}
.cro-template-styles .grecaptcha-badge {
  display: none !important;
}
.cro-template-styles .bg-primary {
  background-color: var(--global--color-primary);
}
.cro-template-styles .bg-secondary {
  background-color: var(--global--color-secondary);
}
.cro-template-styles .bg-alternate {
  background-color: var(--global--custom-bg);
}
.cro-template-styles .text-primary {
  color: var(--global--color-primary) !important;
}
.cro-template-styles .text-primary * {
  color: inherit !important;
}
.cro-template-styles .text-light-blue {
  color: #66C3FD !important;
}
.cro-template-styles .text-light-blue * {
  color: inherit !important;
}
.cro-template-styles .text-secondary {
  color: var(--global--color-secondary) !important;
}
.cro-template-styles .text-secondary * {
  color: inherit !important;
}
.cro-template-styles .bg-primary-overlay {
  position: relative !important;
}
.cro-template-styles .bg-primary-overlay:before {
  content: "" !important;
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
  background-color: #0c0147;
  opacity: 90% !important;
  filter: contrast(0.9);
}
.cro-template-styles .bg-primary-gradient-overlay {
  position: relative !important;
}
.cro-template-styles .bg-primary-gradient-overlay:before {
  content: "" !important;
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
  background-image: var(--global--color-primary-gradient);
  opacity: 80% !important;
}
.cro-template-styles .bg-primary-gradient-overlay.dark:before {
  background-image: linear-gradient(258.34deg, #08204a -4.39%, #091527 79.92%);
  opacity: 70% !important;
}
.cro-template-styles .img-blue {
  position: relative;
}
.cro-template-styles .img-blue:before {
  content: "";
  background-color: #172C64;
  opacity: 20%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.cro-template-styles .background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
.cro-template-styles .white-border {
  border: 1px solid var(--global--color-border);
}
.cro-template-styles .white-bg {
  --global--color-icon: var(--global--color-primary);
  background-color: var(--global--color-white);
}
.cro-template-styles .height-100 {
  height: 100%;
}
.cro-template-styles .psuedo-none:before {
  content: none;
}
.cro-template-styles .psuedo-none:after {
  content: none;
}
.cro-template-styles .psuedo-none-all *:before {
  content: none;
}
.cro-template-styles .psuedo-none-all *:after {
  content: none;
}
@media (max-width: 768px) {
  .cro-template-styles .mobile-none {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .cro-template-styles .i-pad-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .desktop-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .desktop-break {
    display: block;
  }
}
.cro-template-styles .display-none,
.cro-template-styles .popformname {
  display: none !important;
}
.cro-template-styles .bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cro-template-styles .height-100-all * {
  height: 100%;
}
.cro-template-styles .position-top-05 {
  top: 5px;
  position: relative;
}
.cro-template-styles .text-shadow-blue {
  text-shadow: 0 0 10px var(--global--color-primary);
}
.cro-template-styles .text-shadow-black {
  text-shadow: 0 0 10px var(--global--color-black);
}
@media (min-width: 1200px) {
  .cro-template-styles .break-desktop {
    display: block !important;
  }
}
.cro-template-styles .ico_txt_wrap {
  line-height: 100%;
  font-weight: var(--font-weight-400);
  display: flex;
  align-items: center;
  gap: 15px;
}
.cro-template-styles .ico_txt_wrap {
  font-size: 15px;
}
@media (min-width: 768px) {
  .cro-template-styles .ico_txt_wrap {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .ico_txt_wrap {
    font-size: 22px;
  }
}
.cro-template-styles .ico_txt_wrap .icon_wrap {
  --icon-size-cmn: none;
  display: flex;
  align-items: baseline;
}
.cro-template-styles .ico_txt_wrap .icon_wrap svg,
.cro-template-styles .ico_txt_wrap .icon_wrap img {
  --ico-size-icon: 40px;
  min-width: var(--ico-size-icon);
  width: var(--ico-size-icon);
  fill: var(--global--color-icon);
}
@media (min-width: 768px) {
  .cro-template-styles .ico_txt_wrap .icon_wrap svg,
  .cro-template-styles .ico_txt_wrap .icon_wrap img {
    --ico-size-icon: 37px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .ico_txt_wrap .icon_wrap svg,
  .cro-template-styles .ico_txt_wrap .icon_wrap img {
    --ico-size-icon: 42px;
  }
}
.cro-template-styles .ico_txt_wrap .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--global--color-black);
}
.cro-template-styles .ico_txt_wrap .txt_large {
  font-weight: var(--font-weight-600);
}
.cro-template-styles .ico_txt_wrap .txt_large {
  font-size: 25px;
}
@media (min-width: 768px) {
  .cro-template-styles .ico_txt_wrap .txt_large {
    font-size: 26px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .ico_txt_wrap .txt_large {
    font-size: 30px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .ico_txt_wrap .txt_large {
    font-size: 35px;
  }
}
.cro-template-styles .ico_txt_wrap .txt_large span {
  display: block;
}
.cro-template-styles .ico_txt_wrap .txt_alt {
  font-weight: var(--font-weight-700);
  text-transform: uppercase;
  line-height: 150%;
}
.cro-template-styles .ico_txt_wrap .txt_alt {
  font-size: 20px;
}
@media (min-width: 768px) {
  .cro-template-styles .ico_txt_wrap .txt_alt {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .ico_txt_wrap .txt_alt {
    font-size: 27px;
  }
}
.cro-template-styles .ico_txt_wrap .txt_alt span {
  display: block;
}
.cro-template-styles .ico_txt_wrap.v1 {
  gap: 15px;
}
.cro-template-styles .ico_txt_wrap.v1 .icon_wrap svg,
.cro-template-styles .ico_txt_wrap.v1 .icon_wrap img {
  --ico-size-icon: 32px;
}
@media (min-width: 768px) {
  .cro-template-styles .ico_txt_wrap.v1 .icon_wrap svg,
  .cro-template-styles .ico_txt_wrap.v1 .icon_wrap img {
    --ico-size-icon: 42px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .ico_txt_wrap.v1 .icon_wrap svg,
  .cro-template-styles .ico_txt_wrap.v1 .icon_wrap img {
    --ico-size-icon: 55px;
  }
}
.cro-template-styles .ico_txt_wrap.v1 .text_wrap {
  gap: 10px;
}
.cro-template-styles .ico_txt_wrap.v1 {
  font-size: 15px;
}
@media (min-width: 768px) {
  .cro-template-styles .ico_txt_wrap.v1 {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .ico_txt_wrap.v1 {
    font-size: 19px;
  }
}
.cro-template-styles .ico_txt_wrap.v1 .txt_large {
  line-height: 120%;
  font-weight: 600;
}
.cro-template-styles .ico_txt_wrap.v1 .txt_large {
  font-size: 18px;
}
@media (min-width: 992px) {
  .cro-template-styles .ico_txt_wrap.v1 .txt_large {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .ico_txt_wrap.v1 .txt_large {
    font-size: 23px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .ico_txt_wrap.v1 .txt_large {
    font-size: 26px;
  }
}
.cro-template-styles .ico_txt_wrap.v2 {
  gap: 10px;
}
@media (min-width: 1850px) {
  .cro-template-styles .ico_txt_wrap.v2 {
    gap: 20px;
  }
}
.cro-template-styles .ico_txt_wrap.v2 {
  font-family: var(--global--font-secondary);
}
.cro-template-styles .ico_txt_wrap.v2 .icon_wrap {
  width: 48px;
}
.cro-template-styles .ico_txt_wrap.v2 .icon_wrap svg,
.cro-template-styles .ico_txt_wrap.v2 .icon_wrap img {
  --ico-size-icon: 32px;
}
@media (min-width: 768px) {
  .cro-template-styles .ico_txt_wrap.v2 .icon_wrap svg,
  .cro-template-styles .ico_txt_wrap.v2 .icon_wrap img {
    --ico-size-icon: 42px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .ico_txt_wrap.v2 .icon_wrap svg,
  .cro-template-styles .ico_txt_wrap.v2 .icon_wrap img {
    --ico-size-icon: 55px;
  }
}
.cro-template-styles .ico_txt_wrap.v2 .text_wrap {
  gap: 5px;
}
.cro-template-styles .ico_txt_wrap.v2 {
  font-size: 14px;
}
@media (min-width: 768px) {
  .cro-template-styles .ico_txt_wrap.v2 {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .ico_txt_wrap.v2 {
    font-size: 16px;
  }
}
.cro-template-styles .ico_txt_wrap.v2 .txt_large {
  line-height: 100%;
}
.cro-template-styles .ico_txt_wrap.v2 .txt_large {
  font-size: 22px;
}
@media (min-width: 992px) {
  .cro-template-styles .ico_txt_wrap.v2 .txt_large {
    font-size: 25px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .ico_txt_wrap.v2 .txt_large {
    font-size: 28px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .ico_txt_wrap.v2 .txt_large {
    font-size: 29px;
  }
}
.cro-template-styles .ico_txt_wrap.v3 {
  font-weight: var(--font-weight-300);
}
.cro-template-styles .ico_txt_wrap.v3 {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .cro-template-styles .ico_txt_wrap.v3 {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .ico_txt_wrap.v3 {
    font-size: 16px;
  }
}
.cro-template-styles .ico_txt_wrap.v3 .txt_large {
  font-family: var(--global--font-secondary);
  font-weight: var(--font-weight-600);
  line-height: 120%;
}
.cro-template-styles .ico_txt_wrap.v3 .txt_large {
  font-size: 25px;
}
@media (min-width: 768px) {
  .cro-template-styles .ico_txt_wrap.v3 .txt_large {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .ico_txt_wrap.v3 .txt_large {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .ico_txt_wrap.v3 .txt_large {
    font-size: 30px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .ico_txt_wrap.v3 .txt_large {
    font-size: 32px;
  }
}
.cro-template-styles .ico_txt_wrap.v3 .text_wrap {
  gap: 3px;
}
.cro-template-styles .ico_txt_wrap.v4 {
  align-self: baseline;
  font-weight: var(--font-weight-300);
}
.cro-template-styles .ico_txt_wrap.v4 {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .cro-template-styles .ico_txt_wrap.v4 {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .ico_txt_wrap.v4 {
    font-size: 16px;
  }
}
.cro-template-styles .ico_txt_wrap.v4 .txt_large {
  font-weight: var(--font-weight-600);
  line-height: 120%;
}
.cro-template-styles .ico_txt_wrap.v4 .txt_large {
  font-size: 20px;
}
@media (min-width: 768px) {
  .cro-template-styles .ico_txt_wrap.v4 .txt_large {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .ico_txt_wrap.v4 .txt_large {
    font-size: 23px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .ico_txt_wrap.v4 .txt_large {
    font-size: 25x;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .ico_txt_wrap.v4 .txt_large {
    font-size: 26px;
  }
}
.cro-template-styles .ico_txt_wrap.v4 .text_wrap {
  gap: 10px;
}
.cro-template-styles .ico_txt_wrap.text-white {
  --global--color-black: #fff;
}
.cro-template-styles .ico_txt_wrap.text-white .icon_wrap svg,
.cro-template-styles .ico_txt_wrap.text-white .icon_wrap img {
  fill: var(--global--color-white);
}
.cro-template-styles a.ico_txt_wrap.text-white {
  text-decoration: none !important;
}
.cro-template-styles .contact_detail_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cro-template-styles .contact_detail_wrap .ico_txt_wrap {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7019607843);
  border-radius: 8px;
  border: 1px solid #fff;
}
@media (max-width: 1599px) {
  .cro-template-styles .contact_detail_wrap .ico_txt_wrap {
    padding: 10px;
  }
}
.cro-template-styles .coming_soon.center {
  text-align: center;
}
.cro-template-styles .coming_soon.center {
  font-size: 21px  !important;
}
@media (min-width: 768px) {
  .cro-template-styles .coming_soon.center {
    font-size: 18px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .coming_soon.center {
    font-size: 22px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .coming_soon.center {
    font-size: 27px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .coming_soon.center {
    font-size: 30px  !important;
  }
}
.cro-template-styles .coming_soon.center {
  text-transform: capitalize;
  font-weight: 600;
}
.cro-template-styles .vertical-line {
  display: inline-flex;
  min-width: 1px;
  min-height: 100%;
  background-color: #D9D9D9;
}
.cro-template-styles .horizontal-line {
  display: inline-flex;
  width: 100%;
  min-height: 1px;
  height: 1px;
  background-color: #D9D9D9;
}
.cro-template-styles .flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cro-template-styles .bg-primary {
  background-color: var(--global--color-primary);
}
.cro-template-styles .bg-primary-alt {
  background-color: var(--global--color-primary-alt);
}
.cro-template-styles .bg-secondary {
  background-color: var(--global--color-secondary);
}
.cro-template-styles .bg-light-yellow {
  background-color: #FDF5A0;
}
.cro-template-styles .bg-light-blue {
  background-color: #E1F5FC;
}
.cro-template-styles .primary-fill {
  fill: var(--global--color-primary);
}
.cro-template-styles .primary-stroke {
  stroke: var(--global--color-primary);
}
.cro-template-styles .secondary-fill {
  fill: var(--global--color-secondary);
}
.cro-template-styles .secondary-stroke {
  stroke: var(--global--color-secondary);
}
.cro-template-styles .white-fill {
  fill: var(--global--color-white);
}
.cro-template-styles .white-stroke {
  stroke: var(--global--color-white);
}
.cro-template-styles .black-fill {
  fill: var(--global--color-black);
}
.cro-template-styles .black-stroke {
  stroke: var(--global--color-black);
}
.cro-template-styles .project_header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  --header-menu-item-gap: 80px;
  --header-menu-image-size: 130px;
}
@media (max-width: 1849px) {
  .cro-template-styles .project_header {
    --header-menu-image-size: 115px;
    --header-menu-item-gap: 50px;
  }
}
@media (max-width: 1599px) {
  .cro-template-styles .project_header {
    --header-menu-image-size: 100px;
  }
}
@media (max-width: 1199px) {
  .cro-template-styles .project_header {
    --header-menu-image-size: 80px;
  }
}
.cro-template-styles .project_header * {
  transition: 0.3s ease all;
}
.cro-template-styles .promo_banner {
  background-color: var(--global--color-primary);
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.cro-template-styles .promo_banner .promo_content {
  text-align: center;
}
.cro-template-styles .promo_banner .close-btn {
  position: absolute;
  top: 50%;
  right: 10px;
}
.cro-template-styles .promo_banner .close-btn.icon_wrap {
  --icon-size-cmn: 13px;
}
.cro-template-styles .promo_banner .close-btn {
  cursor: pointer;
  transform: translate(0%, -50%);
  transition: all 0.3s ease;
}
.cro-template-styles .promo_banner .close-btn svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.cro-template-styles .promo_banner .close-btn:hover {
  opacity: 0.8;
  transform: translatex(-3px);
  scale: 1.1;
}
.cro-template-styles .promo_banner.is-hidden {
  transform: translateY(-100%);
  height: 0;
  font-size: 0;
  padding: 0;
}
.cro-template-styles .header_main_wrap {
  background-color: var(--global--color-white);
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.cro-template-styles .header_main_wrap .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cro-template-styles .header_main_wrap .container {
    justify-content: center;
    gap: 15px;
  }
}
.cro-template-styles .header_left_wrap {
  display: flex;
  align-items: center;
  width: 33%;
  gap: 40px;
}
.cro-template-styles .header_left_wrap .logo_wrap {
  max-width: var(--header-menu-image-size);
  min-width: var(--header-menu-image-size);
}
.cro-template-styles .header_left_wrap .extra_logo {
  display: flex;
  gap: 15px;
}
.cro-template-styles .header_left_wrap .extra_logo .icon_wrap {
  --icon-size-cmn: 50px;
}
@media (max-width: 1199px) {
  .cro-template-styles .header_left_wrap .extra_logo {
    max-width: 200px;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 13px;
  }
  .cro-template-styles .header_left_wrap .extra_logo .icon_wrap {
    --icon-size-cmn: 30px;
  }
}
@media (max-width: 1599px) {
  .cro-template-styles .header_left_wrap {
    width: 36%;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .cro-template-styles .header_left_wrap {
    width: 100%;
    justify-content: center;
  }
}
.cro-template-styles .header_right_wrap {
  width: 67%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
}
.cro-template-styles .header_right_wrap .contact_wrap {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1199px) {
  .cro-template-styles .header_right_wrap .contact_wrap {
    gap: 20px;
  }
}
.cro-template-styles .header_right_wrap .account_wrap {
  display: flex;
  gap: 10px;
}
.cro-template-styles .header_right_wrap .account_wrap .vertical-line {
  position: relative;
  right: -20px;
}
@media (max-width: 1199px) {
  .cro-template-styles .header_right_wrap .account_wrap .vertical-line {
    right: -5px;
  }
}
.cro-template-styles .header_right_wrap .account_wrap_inner {
  display: flex;
  gap: 5px;
}
@media (max-width: 1599px) {
  .cro-template-styles .header_right_wrap {
    width: 64%;
  }
}
@media (max-width: 1199px) {
  .cro-template-styles .header_right_wrap {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cro-template-styles .header_right_wrap .text_wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .cro-template-styles .header_right_wrap {
    width: 100%;
  }
  .cro-template-styles .header_right_wrap .account_wrap .text {
    display: none;
  }
}
.cro-template-styles .project_header .header_menu ul {
  display: flex;
  gap: var(--header-menu-item-gap);
}
.cro-template-styles .project_header .header_menu ul li {
  position: relative;
}
.cro-template-styles .project_header .header_menu ul li a:not(.btn) {
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--global--color-black) !important;
}
.cro-template-styles .project_header .header_menu ul li a:not(.btn) {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .cro-template-styles .project_header .header_menu ul li a:not(.btn) {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .project_header .header_menu ul li a:not(.btn) {
    font-size: 16px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .project_header .header_menu ul li a:not(.btn) {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .project_header .header_menu ul li a:not(.btn) {
    position: relative;
  }
  .cro-template-styles .project_header .header_menu ul li a:not(.btn):hover {
    color: var(--global--color-primary) !important;
  }
}
.cro-template-styles .project_header .header_menu ul li.active > a {
  color: var(--global--color-primary) !important;
}
.cro-template-styles .project_header .header_menu ul li.active > a:before {
  width: 100%;
}
.cro-template-styles .project_header .header_menu ul li.submenu {
  padding-right: 20px;
}
.cro-template-styles .project_header .header_menu ul li.submenu .menu-icon {
  position: absolute;
  right: 0px;
  top: calc(50% - 4px);
  width: 10px;
  height: 10px;
}
@media (min-width: 1200px) {
  .cro-template-styles .project_header .header_menu ul li.submenu .menu-icon {
    right: 5px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .project_header .header_menu ul li.submenu .menu-icon {
    right: 0px;
  }
}
.cro-template-styles .project_header .header_menu ul li.submenu .menu-icon:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 1px solid;
  border-color: var(--global--color-white) var(--global--color-white) transparent transparent;
  rotate: 45deg;
}
@media (min-width: 1200px) {
  .cro-template-styles .project_header .header_menu ul li.submenu .menu-icon:after {
    border-color: transparent var(--global--color-black) var(--global--color-black) transparent;
    margin-top: -2px;
  }
}
.cro-template-styles .project_header .header_menu ul li.submenu > a:hover:before {
  width: 0%;
}
.cro-template-styles .project_header .header_menu ul li.submenu > a:hover:after {
  opacity: 0;
}
@media (min-width: 1200px) {
  .cro-template-styles .project_header .header_menu ul li.submenu ul {
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    background-color: var(--global--color-primary);
    border-radius: 7px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    left: 0;
    top: calc(100% - 3px);
    gap: 0px;
    height: auto !important;
    width: max-content;
    min-width: 280px;
    max-width: 400px;
    transition: 0.3s ease all;
  }
  .cro-template-styles .project_header .header_menu ul li.submenu ul li {
    background-color: var(--global--color-primary);
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2784313725);
  }
  .cro-template-styles .project_header .header_menu ul li.submenu ul li a {
    color: var(--global--color-white) !important;
    padding: 5px 15px;
    width: 100%;
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .cro-template-styles .project_header .header_menu ul li.submenu ul li a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .project_header .header_menu ul li.submenu ul li:hover {
    background-color: var(--global--color-primary-alt) !important;
  }
  .cro-template-styles .project_header .header_menu ul li.submenu ul li:hover a {
    color: var(--global--color-black) !important;
  }
  .cro-template-styles .project_header .header_menu ul li.submenu:hover ul {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .cro-template-styles .project_header .header_menu {
    display: block !important;
    position: fixed;
    left: -100%;
    top: 0;
    height: 100dvh;
    overflow-y: auto;
    z-index: 4;
    width: 100%;
    background-color: var(--global--color-primary);
    max-width: 300px;
  }
  .cro-template-styles .project_header .header_menu ul {
    transition: 0.3s ease all;
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
  .cro-template-styles .project_header .header_menu ul li {
    background-color: var(--global--color-primary);
  }
  .cro-template-styles .project_header .header_menu ul li.submenu {
    padding-right: 0px;
  }
  .cro-template-styles .project_header .header_menu ul li.submenu .menu-icon {
    right: 0px;
    top: 0px;
    width: auto;
    aspect-ratio: 1;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--global--color-black);
    opacity: 20%;
  }
  .cro-template-styles .project_header .header_menu ul li.submenu .menu-icon:hover {
    opacity: 40%;
  }
  .cro-template-styles .project_header .header_menu ul li.submenu > ul {
    height: 0;
    opacity: 0;
  }
  .cro-template-styles .project_header .header_menu ul li.submenu > ul li a {
    backdrop-filter: brightness(1.2);
  }
  .cro-template-styles .project_header .header_menu ul li.opened-child > ul, .cro-template-styles .project_header .header_menu ul li.opened > ul {
    height: 100%;
    opacity: 1;
  }
  .cro-template-styles .project_header .header_menu ul li.opened-child .menu-icon, .cro-template-styles .project_header .header_menu ul li.opened .menu-icon {
    rotate: 90deg;
  }
  .cro-template-styles .project_header .header_menu ul li.active {
    padding-right: 0px;
  }
  .cro-template-styles .project_header .header_menu ul li.active a:not(.btn) {
    padding-right: 35px;
  }
  .cro-template-styles .project_header .header_menu ul li.active .menu-icon {
    z-index: 1;
    top: 0px;
    right: 0px;
    width: 35px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cro-template-styles .project_header .header_menu ul li.active .menu-icon:after {
    rotate: 135deg;
  }
  .cro-template-styles .project_header .header_menu ul li.active i {
    --global--color-white: var(--global--color-primary);
  }
  .cro-template-styles .project_header .header_menu ul li.active > a:not(.btn) {
    font-weight: var(--font-weight-500);
    background-color: var(--global--color-primary-alt);
    color: var(--global--color-black) !important;
    border-top: 1px solid rgba(83, 178, 236, 0.231372549);
  }
  .cro-template-styles .project_header .header_menu ul li:last-child {
    border: none;
  }
  .cro-template-styles .project_header .header_menu ul li a:not(.btn) {
    display: block;
    padding: 10px 20px;
    font-weight: 500;
    color: var(--global--color-white) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2784313725);
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    padding-right: 35px;
  }
}
.cro-template-styles .project_header .header_menu.mob-open {
  left: 0;
}
.cro-template-styles .project_header .mob-menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0px;
  background-color: transparent;
}
.cro-template-styles .project_header .mob-menu span {
  width: 30px;
  height: 3px;
  background-color: var(--global--color-primary);
  border-radius: 3px;
}
.cro-template-styles .project_header #mobMenuTriggerOverlay.mob-open {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.4705882353);
}
.cro-template-styles .project_header.slim {
  height: var(--site-header-slim-height);
  background-color: var(--global--color-white);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3294117647);
  --header-menu-item-gap: 30px;
  --header-menu-image-size: 90px;
}
@media (max-width: 1849px) {
  .cro-template-styles .project_header.slim {
    --header-menu-image-size: 80px;
  }
}
@media (max-width: 1599px) {
  .cro-template-styles .project_header.slim {
    --header-menu-image-size: 75px;
  }
}
@media (min-width: 768px) {
  .cro-template-styles .project_header.slim .contact_wrap {
    scale: 0.85;
  }
}
.cro-template-styles .project_header.slim .header_menu ul li a:not(.btn) {
  font-size: 13px;
}
@media (min-width: 1600px) {
  .cro-template-styles .project_header.slim .header_menu ul li a:not(.btn) {
    font-size: 15px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .project_header.slim .header_menu ul li a:not(.btn) {
    font-size: 16px;
  }
}
.cro-template-styles .project_banner {
  --home-banner-height: 780px;
  min-height: var(--home-banner-height);
}
@media (max-width: 1849px) {
  .cro-template-styles .project_banner {
    --home-banner-height: 600px;
  }
}
@media (max-width: 1599px) {
  .cro-template-styles .project_banner {
    --home-banner-height: 500px;
  }
}
@media (max-width: 1199px) {
  .cro-template-styles .project_banner {
    --home-banner-height: 450px;
  }
}
@media (max-width: 767px) {
  .cro-template-styles .project_banner {
    --home-banner-height: 350px;
  }
}
.cro-template-styles .project_banner .banner_slide {
  position: relative;
  height: 100%;
}
.cro-template-styles .project_banner .banner_figure {
  position: absolute;
  inset: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cro-template-styles .project_banner .banner_figure:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
  z-index: 1;
}
@media (max-width: 991px) {
  .cro-template-styles .project_banner .banner_figure:before {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
  }
}
@media (max-width: 991px) {
  .cro-template-styles .project_banner .banner_figure {
    background-position: right;
  }
}
@media (min-width: 992px) {
  .cro-template-styles .project_banner .content_wrap {
    max-width: 61%;
  }
}
.cro-template-styles .project_banner .btn_wrap {
  margin-top: 20px;
}
.cro-template-styles .project_banner .can_logo {
  position: relative;
  margin: 0;
}
.cro-template-styles .project_banner .can_logo img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  min-height: 180px;
}
@media (max-width: 1599px) {
  .cro-template-styles .project_banner .can_logo img {
    min-height: 140px;
  }
}
@media (max-width: 767px) {
  .cro-template-styles .project_banner .can_logo img {
    min-height: 80px;
  }
}
.cro-template-styles .project_banner .slick-dots {
  display: flex !important;
  gap: 10px;
  position: absolute;
  left: calc((100vw - var(--container-width)) / 2);
  bottom: var(--cmn-space-padding);
}
.cro-template-styles .project_banner .slick-dots li button {
  background-color: var(--global--color-white);
  width: 47px;
  height: 4px;
  border-radius: 4px;
  border: none;
  opacity: 100%;
}
.cro-template-styles .project_banner .slick-dots li.slick-active button {
  background-color: #FBE813;
}
@media (max-width: 1199px) {
  .cro-template-styles .project_banner .slick-dots {
    display: none !important;
  }
}
.cro-template-styles .project_banner.inner-banner {
  --home-banner-height: 480px;
}
@media (max-width: 1849px) {
  .cro-template-styles .project_banner.inner-banner {
    --home-banner-height: 400px;
  }
}
@media (max-width: 1599px) {
  .cro-template-styles .project_banner.inner-banner {
    --home-banner-height: 300px;
  }
}
@media (max-width: 1199px) {
  .cro-template-styles .project_banner.inner-banner {
    --home-banner-height: 250px;
  }
}
@media (max-width: 991px) {
  .cro-template-styles .project_banner.inner-banner {
    --home-banner-height: 220px;
  }
}
.cro-template-styles .project_banner.inner-banner .banner_figure:before {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
@media (max-width: 991px) {
  .cro-template-styles .project_banner.inner-banner .banner_figure:before {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
  }
}
@media (min-width: 992px) {
  .cro-template-styles .project_banner.inner-banner .content_wrap {
    max-width: 55%;
  }
}
.cro-template-styles .section_about {
  display: flex;
}
@media (max-width: 991px) {
  .cro-template-styles .section_about {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .cro-template-styles .section_about .image_wrap {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .cro-template-styles .section_about .content_wrap {
    width: 55%;
  }
}
.cro-template-styles .section_about .content_wrap {
  position: relative;
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .cro-template-styles .section_about .content_wrap {
    padding-left: 0px;
  }
}
.cro-template-styles .special_title {
  color: var(--global--color-primary);
  opacity: 5%;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(-20%, -45%);
}
@media (max-width: 991px) {
  .cro-template-styles .special_title {
    transform: translate(-5%, -55%);
  }
}
.cro-template-styles .sec_title {
  font-size: 23px  !important;
}
@media (min-width: 768px) {
  .cro-template-styles .sec_title {
    font-size: 27px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .sec_title {
    font-size: 31px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .sec_title {
    font-size: 49px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .sec_title {
    font-size: 55px  !important;
  }
}
.cro-template-styles .sec_title {
  font-weight: 500;
}
.cro-template-styles .sec_title span {
  display: block;
}
.cro-template-styles .sec_title span {
  font-size: 32px  !important;
}
@media (min-width: 768px) {
  .cro-template-styles .sec_title span {
    font-size: 35px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .sec_title span {
    font-size: 40px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .sec_title span {
    font-size: 70px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .sec_title span {
    font-size: 80px  !important;
  }
}
.cro-template-styles .sec_title span {
  font-weight: 600;
  color: var(--global--color-primary);
}
.cro-template-styles .logo_section {
  --logo-item-width: 200px;
  --logo-item-maximum-height: 160px;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 1599px) {
  .cro-template-styles .logo_section {
    --logo-item-width: 150px;
    --logo-item-maximum-height: 130px;
  }
}
@media (max-width: 1199px) {
  .cro-template-styles .logo_section {
    --logo-item-width: 120px;
    --logo-item-maximum-height: 110px;
  }
}
@media (max-width: 767px) {
  .cro-template-styles .logo_section {
    --logo-item-width: 100px;
    --logo-item-maximum-height: 90px;
    gap: 15px;
  }
}
.cro-template-styles .logo_section .logo_item {
  width: var(--logo-item-width);
  padding: 20px;
  border-radius: 5px;
  border: 0.42px solid #000000;
  max-height: var(--logo-item-maximum-height);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .cro-template-styles .logo_section .logo_item {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cro-template-styles .logo_section .logo_item {
    padding: 10px;
  }
}
.cro-template-styles .section_what_we_offer {
  display: flex;
}
.cro-template-styles .section_what_we_offer .tab_wrapper {
  width: 100%;
  background-color: #FDF5A0;
}
@media (min-width: 992px) {
  .cro-template-styles .section_what_we_offer .tab_wrapper {
    width: 40%;
  }
}
.cro-template-styles .section_what_we_offer .image_wrapper {
  display: none;
}
@media (min-width: 992px) {
  .cro-template-styles .section_what_we_offer .image_wrapper {
    width: 60%;
    display: block;
  }
  .cro-template-styles .section_what_we_offer .image_wrapper .bg-image {
    width: 100%;
    height: calc(100% - 70px);
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .cro-template-styles .section_what_we_offer .tabs_content {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .cro-template-styles .section_what_we_offer .tabs_content .title_wrap {
    display: flex;
    align-items: baseline;
    gap: 20px;
    padding-bottom: 20px;
  }
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-list {
    width: 90%;
    padding: 50px 0px 80px 0px;
    z-index: 1;
  }
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-list li {
    background-color: transparent !important;
    display: flex;
    gap: 10px;
    padding: 20px;
    border-bottom: 1px solid #000 !important;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.3s;
  }
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-list li:last-child {
    border-bottom: none !important;
  }
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-list li:hover {
    background-color: #8fa35f !important;
  }
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-list li.resp-tab-active {
    background-color: #4f7439 !important;
    border-radius: 6px 0px 0px 6px;
    border: none !important;
    color: #fff;
    margin-top: -5px;
  }
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-list li.resp-tab-active .title {
    font-weight: 500;
  }
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-list li.resp-tab-active .icon_wrap {
    --global--color-white: #000;
    --global--color-black: #fff;
  }
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-list li .icon_wrap {
    --icon-size-cmn: 30px;
  }
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-list li .title {
    font-size: 20px  !important;
  }
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-list li .title {
    font-weight: 300;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-list li .title {
    font-size: 19px  !important;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-list li .title {
    font-size: 20px  !important;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-list li .title {
    font-size: 24px  !important;
  }
}
@media (min-width: 992px) and (min-width: 1850px) {
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-list li .title {
    font-size: 28px  !important;
  }
}
@media (min-width: 992px) {
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-container {
    width: 100%;
    max-width: 750px;
    position: absolute;
    right: 10%;
    height: 100%;
  }
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-container .icon_wrap {
    --icon-size-cmn: 75px;
  }
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-container .title {
    font-size: 21px  !important;
  }
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-container .title {
    font-weight: 500;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-container .title {
    font-size: 22px  !important;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-container .title {
    font-size: 27px  !important;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-container .title {
    font-size: 34px  !important;
  }
}
@media (min-width: 992px) and (min-width: 1850px) {
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-container .title {
    font-size: 37px  !important;
  }
}
@media (min-width: 992px) {
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-container .content_wrap {
    font-size: 17px  !important;
  }
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-container .content_wrap {
    font-weight: 300;
    line-height: 1.5;
    overflow: auto;
    max-height: calc(100% - 110px);
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-container .content_wrap {
    font-size: 15px  !important;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-container .content_wrap {
    font-size: 16px  !important;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-container .content_wrap {
    font-size: 18px  !important;
  }
}
@media (min-width: 992px) and (min-width: 1850px) {
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-container .content_wrap {
    font-size: 19px  !important;
  }
}
@media (min-width: 992px) {
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-container .content_wrap ul {
    padding-left: 24px;
  }
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tabs-container .content_wrap ul li {
    list-style: disc;
    padding-bottom: 10px;
  }
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tab-content {
    position: relative;
    left: 100%;
    background-color: #4F7439;
    color: #fff;
    padding: 50px;
    border-radius: 6px 6px 0px 0px;
    height: 100%;
    width: 550px;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tab-content {
    padding: 60px;
    width: 650px;
  }
}
@media (min-width: 992px) and (min-width: 1850px) {
  .cro-template-styles .section_what_we_offer .tabs_content .resp-tab-content {
    padding: 80px;
    width: 750px;
  }
}
@media (max-width: 991px) {
  .cro-template-styles .section_what_we_offer .resp-tabs-container {
    padding: 10px 0px 20px;
  }
  .cro-template-styles .section_what_we_offer .resp-tabs-container .resp-accordion {
    display: flex;
    background-color: #a3c78b !important;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    gap: 10px;
    position: relative;
    margin-top: 10px;
  }
  .cro-template-styles .section_what_we_offer .resp-tabs-container .resp-accordion.resp-tab-active {
    border-radius: 6px 6px 0px 0px;
    background-color: var(--global--color-primary) !important;
    color: #fff;
  }
  .cro-template-styles .section_what_we_offer .resp-tabs-container .resp-accordion.resp-tab-active .icon_wrap {
    --global--color-white: #000;
    --global--color-black: #fff;
  }
  .cro-template-styles .section_what_we_offer .resp-tabs-container .resp-accordion .resp-arrow {
    right: 20px;
    position: absolute;
    top: 17px;
  }
  .cro-template-styles .section_what_we_offer .resp-tab-content {
    padding: 20px;
    background-color: #1e3c0b !important;
    border-radius: 0px 0px 6px 6px;
    color: #fff;
  }
  .cro-template-styles .section_what_we_offer .resp-tab-content .title_wrap {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding-bottom: 10px;
  }
  .cro-template-styles .section_what_we_offer .resp-tab-content .title_wrap .icon_wrap {
    --icon-size-cmn: 55px;
  }
  .cro-template-styles .section_what_we_offer .resp-tab-content .title_wrap .title {
    font-size: 21px  !important;
  }
  .cro-template-styles .section_what_we_offer .resp-tab-content .title_wrap .title {
    font-weight: 500;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cro-template-styles .section_what_we_offer .resp-tab-content .title_wrap .title {
    font-size: 22px  !important;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .cro-template-styles .section_what_we_offer .resp-tab-content .title_wrap .title {
    font-size: 27px  !important;
  }
}
@media (max-width: 991px) and (min-width: 1600px) {
  .cro-template-styles .section_what_we_offer .resp-tab-content .title_wrap .title {
    font-size: 34px  !important;
  }
}
@media (max-width: 991px) and (min-width: 1850px) {
  .cro-template-styles .section_what_we_offer .resp-tab-content .title_wrap .title {
    font-size: 37px  !important;
  }
}
@media (max-width: 991px) {
  .cro-template-styles .section_what_we_offer .resp-tab-content .content_wrap {
    font-size: 16px  !important;
  }
  .cro-template-styles .section_what_we_offer .resp-tab-content .content_wrap {
    font-weight: 300;
    line-height: 1.5;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cro-template-styles .section_what_we_offer .resp-tab-content .content_wrap {
    font-size: 15px  !important;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .cro-template-styles .section_what_we_offer .resp-tab-content .content_wrap {
    font-size: 16px  !important;
  }
}
@media (max-width: 991px) and (min-width: 1600px) {
  .cro-template-styles .section_what_we_offer .resp-tab-content .content_wrap {
    font-size: 18px  !important;
  }
}
@media (max-width: 991px) and (min-width: 1850px) {
  .cro-template-styles .section_what_we_offer .resp-tab-content .content_wrap {
    font-size: 19px  !important;
  }
}
@media (max-width: 991px) {
  .cro-template-styles .section_what_we_offer .resp-tab-content .content_wrap ul {
    padding-left: 24px;
  }
  .cro-template-styles .section_what_we_offer .resp-tab-content .content_wrap ul li {
    list-style: disc;
    padding-bottom: 10px;
  }
}
.cro-template-styles .section_feature_carousel .icon_item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px;
  position: relative;
}
@media (max-width: 1599px) {
  .cro-template-styles .section_feature_carousel .icon_item {
    padding: 30px;
  }
}
.cro-template-styles .section_feature_carousel .icon_item:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: radial-gradient(#DBE3D7, transparent 70%);
}
.cro-template-styles .section_feature_carousel .icon_wrap {
  --icon-size-cmn: 100px;
  height: var(--icon-size-cmn);
}
.cro-template-styles .section_feature_carousel .icon_title {
  font-size: 21px  !important;
}
@media (min-width: 768px) {
  .cro-template-styles .section_feature_carousel .icon_title {
    font-size: 18px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .section_feature_carousel .icon_title {
    font-size: 19px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .section_feature_carousel .icon_title {
    font-size: 22px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .section_feature_carousel .icon_title {
    font-size: 27px  !important;
  }
}
.cro-template-styles .section_feature_carousel .icon_title {
  font-weight: 600;
  margin-top: 15px;
}
.cro-template-styles .section_feature_carousel .icon_title span {
  display: block;
}
.cro-template-styles .section_storage_tab {
  background-color: #E1F5FC;
}
.cro-template-styles .section_storage_tab .resp-tabs-list {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 30px;
  border-bottom: 1px solid #95AB88;
  margin: 60px 0px 40px;
}
@media (max-width: 1599px) {
  .cro-template-styles .section_storage_tab .resp-tabs-list {
    margin: 45px 0px 30px;
  }
}
.cro-template-styles .section_storage_tab .resp-tabs-list li {
  display: flex;
  align-items: center;
  background-color: transparent !important;
  position: relative;
  padding: 15px 20px 15px 40px;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.3s;
}
.cro-template-styles .section_storage_tab .resp-tabs-list li:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 10%;
  width: 0%;
  height: 6px;
  border-radius: 4px;
  background-color: var(--global--color-primary);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.3s;
}
.cro-template-styles .section_storage_tab .resp-tabs-list li .title {
  font-size: 19px  !important;
}
@media (min-width: 768px) {
  .cro-template-styles .section_storage_tab .resp-tabs-list li .title {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .section_storage_tab .resp-tabs-list li .title {
    font-size: 16px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .section_storage_tab .resp-tabs-list li .title {
    font-size: 24px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .section_storage_tab .resp-tabs-list li .title {
    font-size: 25px  !important;
  }
}
.cro-template-styles .section_storage_tab .resp-tabs-list li .title {
  font-weight: 400;
}
.cro-template-styles .section_storage_tab .resp-tabs-list li.resp-tab-active {
  background-color: #DBE3D7 !important;
  position: relative;
  border-radius: 6px 6px 0px 0px;
}
.cro-template-styles .section_storage_tab .resp-tabs-list li.resp-tab-active:after {
  width: 80%;
}
.cro-template-styles .section_storage_tab .resp-tabs-list .icon_wrap {
  --icon-size-cmn: 70px;
}
.cro-template-styles .section_storage_tab .resp-tabs-list .icon_wrap.w-100 {
  --icon-size-cmn: 100px;
}
.cro-template-styles .section_storage_tab .btn_wrap {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
.cro-template-styles .section_storage_tab .tab_inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cro-template-styles .section_storage_tab .tab_inner {
    flex-direction: column;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .cro-template-styles .section_storage_tab .tab_inner .img_wrap {
    width: 40%;
  }
}
.cro-template-styles .section_storage_tab .tab_inner .img_wrap {
  margin: 0;
}
.cro-template-styles .section_storage_tab .tab_inner .img_wrap img {
  border-radius: 6px;
}
@media (min-width: 992px) {
  .cro-template-styles .section_storage_tab .tab_inner .tab_content {
    width: 60%;
    padding-left: 50px;
  }
}
.cro-template-styles .section_storage_tab .tab_inner .tab_content .arrow-list li a {
  color: var(--global--color-black);
}
@media (max-width: 991px) {
  .cro-template-styles .section_storage_tab .resp-tabs-container {
    padding: 20px 0px 30px;
  }
  .cro-template-styles .section_storage_tab .resp-tabs-container .resp-accordion {
    display: flex;
    align-items: center;
    background-color: transparent !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3215686275);
    color: #000000;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    gap: 10px;
    position: relative;
    margin-top: 10px;
  }
  .cro-template-styles .section_storage_tab .resp-tabs-container .resp-accordion .icon_wrap {
    --icon-size-cmn: 30px;
  }
  .cro-template-styles .section_storage_tab .resp-tabs-container .resp-accordion .icon_wrap.w-100 {
    --icon-size-cmn: 50px;
  }
  .cro-template-styles .section_storage_tab .resp-tabs-container .resp-accordion.resp-tab-active {
    border-radius: 6px 6px 0px 0px;
    background-color: #DBE3D7 !important;
    box-shadow: none;
  }
  .cro-template-styles .section_storage_tab .resp-tabs-container .resp-accordion.resp-tab-active .icon_wrap {
    --icon-size-cmn: 40px;
  }
  .cro-template-styles .section_storage_tab .resp-tabs-container .resp-accordion.resp-tab-active .icon_wrap.w-100 {
    --icon-size-cmn: 70px;
  }
  .cro-template-styles .section_storage_tab .resp-tabs-container .resp-accordion .resp-arrow {
    right: 10px;
    position: absolute;
    top: 17px;
  }
  .cro-template-styles .section_storage_tab .resp-tabs-container .resp-accordion .resp-arrow {
    border-top: 9px solid #000000;
  }
  .cro-template-styles .section_storage_tab .resp-tabs-container .resp-accordion.resp-tab-active span.resp-arrow {
    border-top: none;
    border-bottom: 9px solid #000000;
  }
  .cro-template-styles .section_storage_tab .resp-tab-content {
    padding: 20px;
    background-color: #b6bdb3 !important;
    border-radius: 0px 0px 6px 6px;
  }
}
.cro-template-styles .arrow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  padding: 20px 0px;
}
.cro-template-styles .arrow-list li {
  position: relative;
  padding-left: 30px;
}
.cro-template-styles .arrow-list li::after {
  content: url("assets/images/arrow-list.png");
  position: absolute;
  left: 0;
  top: 3px;
}
.cro-template-styles .video_tour_wrap {
  max-width: 750px;
  margin: auto;
  border-radius: 0px;
  padding: 90px 15%;
}
@media (min-width: 1600px) {
  .cro-template-styles .video_tour_wrap {
    max-width: 1050px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .video_tour_wrap {
    max-width: 1100px;
  }
}
@media (max-width: 767px) {
  .cro-template-styles .video_tour_wrap {
    padding: 30px 5%;
  }
}
.cro-template-styles .video_tour_wrap .video-box {
  width: auto;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.cro-template-styles .video_tour_wrap .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cro-template-styles .video_tour_wrap .play-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6705882353);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  cursor: pointer;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) all 0.3s;
}
.cro-template-styles .video_tour_wrap .play-overlay .icon_wrap {
  --icon-size-cmn: 64px;
  cursor: pointer;
}
.cro-template-styles .video_tour_wrap .play-overlay:hover {
  background: rgba(0, 0, 0, 0.2784313725);
}
.cro-template-styles .primary-title {
  color: var(--global--color-primary) !important;
}
.cro-template-styles .section_faq .container {
  display: flex;
}
@media (max-width: 991px) {
  .cro-template-styles .section_faq .container {
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .cro-template-styles .section_faq .faq_intro {
    width: 40%;
  }
  .cro-template-styles .section_faq .faq_wrap {
    width: 60%;
    padding-left: 80px;
  }
}
.cro-template-styles .faq_wrap .faq-question {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 20px 50px 20px 0px;
  background: none;
  border: none;
}
@media (min-width: 1600px) {
  .cro-template-styles .faq_wrap .faq-question {
    padding: 25px 50px 25px 0px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .faq_wrap .faq-question {
    padding: 30px 50px 30px 0px;
  }
}
.cro-template-styles .faq_wrap .faq-item {
  border-bottom: 1px solid #B5B5B5;
}
.cro-template-styles .faq_wrap .faq-question {
  position: relative;
}
.cro-template-styles .faq_wrap .faq-question {
  font-size: 20px  !important;
}
@media (min-width: 768px) {
  .cro-template-styles .faq_wrap .faq-question {
    font-size: 18px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .faq_wrap .faq-question {
    font-size: 15px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .faq_wrap .faq-question {
    font-size: 20px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .faq_wrap .faq-question {
    font-size: 24px  !important;
  }
}
.cro-template-styles .faq_wrap .faq-question {
  font-weight: 300;
  color: #393939;
}
.cro-template-styles .faq_wrap .faq-item.active .faq-question::after {
  transform: rotate(135deg);
}
.cro-template-styles .faq_wrap .faq-question::after {
  content: "";
  float: right;
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  right: -15px;
  top: 5px;
  border: 1px solid var(--global--color-black);
  border-width: 1px 1px 0px 0px;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .cro-template-styles .faq_wrap .faq-question::after {
    right: -35px;
    top: -15px;
  }
}
.cro-template-styles .faq_wrap .faq-answer {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
  color: #393939;
}
.cro-template-styles .faq_wrap .faq-item.active .faq-question {
  font-weight: 500;
}
.cro-template-styles .section_quote_banner .content_outer {
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  padding: 40px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .cro-template-styles .section_quote_banner .content_outer {
    padding: 20px 50px;
  }
}
@media (max-width: 991px) {
  .cro-template-styles .section_quote_banner .content_outer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .cro-template-styles .section_quote_banner .content_outer {
    padding: 40px 30px;
  }
}
.cro-template-styles .section_testimonial .testi_item {
  height: 100%;
  padding: 10px;
}
.cro-template-styles .section_testimonial .testi_wrap {
  height: 100%;
  border: 1px solid #C4C4C4;
  padding: 35px 25px;
  border-radius: 6px;
}
.cro-template-styles .section_testimonial .slider_wrap {
  padding: 30px 0px;
}
.cro-template-styles .section_testimonial .testi_content {
  font-weight: 300;
  padding: 5px 15px;
}
.cro-template-styles .section_testimonial .testi_author {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}
.cro-template-styles .section_testimonial .testi_author .abbr {
  min-width: 80px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background-color: #2A56F4;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1849px) {
  .cro-template-styles .section_testimonial .testi_author .abbr {
    min-width: 60px;
    font-size: 35px;
  }
}
.cro-template-styles .section_testimonial .testi_author .details {
  display: flex;
  flex-direction: column;
  color: #8B8B8B;
}
.cro-template-styles .section_testimonial .testi_author .details .title {
  font-size: 17px  !important;
}
@media (min-width: 768px) {
  .cro-template-styles .section_testimonial .testi_author .details .title {
    font-size: 17px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .section_testimonial .testi_author .details .title {
    font-size: 20px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .section_testimonial .testi_author .details .title {
    font-size: 20px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .section_testimonial .testi_author .details .title {
    font-size: 22px  !important;
  }
}
.cro-template-styles .section_testimonial .testi_author .details .title {
  font-weight: 600;
  color: #000;
  line-height: 120%;
}
.cro-template-styles .section_testimonial .testi_author .details p {
  display: flex;
  gap: 20px;
  margin: 0;
  font-size: 16px;
}
@media (max-width: 1849px) {
  .cro-template-styles .section_testimonial .testi_author .details p {
    font-size: 14px;
  }
}
.cro-template-styles .section_testimonial .testi_author .g-logo {
  width: 69px;
  height: auto;
  margin-left: auto;
}
@media (max-width: 1849px) {
  .cro-template-styles .section_testimonial .testi_author .g-logo {
    width: 50px;
  }
}
.cro-template-styles .section_testimonial .btn_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.cro-template-styles .section_testimonial .btn_wrap .btn {
  align-self: center;
}
@media (max-width: 767px) {
  .cro-template-styles .section_testimonial .btn_wrap {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .cro-template-styles .section_testimonial .testi_wrap {
    padding: 25px 15px;
  }
  .cro-template-styles .section_testimonial .testi_author {
    gap: 10px;
  }
  .cro-template-styles .section_testimonial .testi_author .abbr {
    min-width: 50px;
    font-size: 25px;
  }
  .cro-template-styles .section_testimonial .testi_author .g-logo {
    width: 40px;
  }
  .cro-template-styles .section_testimonial .testi_author .details p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .cro-template-styles .section_testimonial .testi_wrap {
    padding: 25px 15px;
  }
  .cro-template-styles .section_testimonial .testi_author {
    gap: 10px;
  }
  .cro-template-styles .section_testimonial .testi_author .abbr {
    min-width: 40px;
    font-size: 20px;
  }
  .cro-template-styles .section_testimonial .testi_author .g-logo {
    width: 30px;
  }
  .cro-template-styles .section_testimonial .testi_author .details p {
    font-size: 12px;
  }
}
.cro-template-styles .section_footer_form {
  position: relative;
}
.cro-template-styles .section_footer_form .bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
}
.cro-template-styles .section_footer_form .bg_image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.cro-template-styles .section_footer_form .form_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cro-template-styles .section_footer_form .detail_wrap {
  display: flex;
  gap: 30px;
  padding: 30px 0px;
}
@media (max-width: 1199px) {
  .cro-template-styles .section_footer_form .detail_wrap {
    gap: 15px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cro-template-styles .section_footer_form .detail_wrap {
    justify-content: center;
    flex-direction: column;
    gap: 5px;
  }
}
.cro-template-styles .section_footer_form .detail_wrap .vertical-line {
  opacity: 30%;
}
.cro-template-styles .section_footer_form .detail_wrap .ico_txt_wrap {
  padding-bottom: 15px;
}
.cro-template-styles .section_footer_form .detail_wrap .ico_txt_wrap .txt {
  opacity: 70%;
}
.cro-template-styles .section_footer_form .container {
  display: flex;
}
@media (max-width: 991px) {
  .cro-template-styles .section_footer_form .container {
    flex-direction: column;
    gap: 50px;
  }
}
@media (min-width: 992px) {
  .cro-template-styles .section_footer_form .detail_outer_wrap {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .section_footer_form .detail_outer_wrap {
    width: 55%;
    padding-right: 50px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .section_footer_form .detail_outer_wrap {
    width: 48%;
    padding-right: 80px;
  }
}
.cro-template-styles .section_footer_form .form_wrap {
  width: 52%;
  background-color: var(--global--color-primary);
  border-radius: 6px;
  padding: 50px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cro-template-styles .section_footer_form .form_wrap input[type=text],
.cro-template-styles .section_footer_form .form_wrap input[type=email],
.cro-template-styles .section_footer_form .form_wrap textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #ffffff !important;
  border-radius: 6px;
  height: 60px;
  opacity: 35%;
  padding: 15px !important;
  color: #fff !important;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.3s;
}
.cro-template-styles .section_footer_form .form_wrap input[type=text].error,
.cro-template-styles .section_footer_form .form_wrap input[type=email].error,
.cro-template-styles .section_footer_form .form_wrap textarea.error {
  border: 1px solid #ff8282 !important;
  opacity: 100% !important;
}
.cro-template-styles .section_footer_form .form_wrap input[type=text]:focus, .cro-template-styles .section_footer_form .form_wrap input[type=text]:active,
.cro-template-styles .section_footer_form .form_wrap input[type=email]:focus,
.cro-template-styles .section_footer_form .form_wrap input[type=email]:active,
.cro-template-styles .section_footer_form .form_wrap textarea:focus,
.cro-template-styles .section_footer_form .form_wrap textarea:active {
  outline: none;
  opacity: 100%;
}
@media (max-width: 1599px) {
  .cro-template-styles .section_footer_form .form_wrap {
    width: 45%;
    padding: 30px 40px;
  }
  .cro-template-styles .section_footer_form .form_wrap input[type=text],
  .cro-template-styles .section_footer_form .form_wrap input[type=email] {
    height: 50px;
    padding: 10px !important;
  }
}
@media (max-width: 991px) {
  .cro-template-styles .section_footer_form .form_wrap {
    width: 100%;
    padding: 30px 20px;
  }
}
.cro-template-styles .section_footer_form .form_wrap textarea {
  height: 150px !important;
}
@media (max-width: 1199px) {
  .cro-template-styles .section_footer_form .form_wrap textarea {
    height: 100px !important;
  }
}
.cro-template-styles .section_footer_form .form_wrap .input_holder {
  position: relative;
  margin: 20px 0px;
  width: 100%;
  padding: 0px 7px;
}
@media (max-width: 1199px) {
  .cro-template-styles .section_footer_form .form_wrap .input_holder {
    margin: 15px 0px;
  }
}
.cro-template-styles .section_footer_form .form_wrap .input_holder label {
  color: #fff !important;
  background-color: var(--global--color-primary);
  position: absolute;
  left: 30px;
  top: -8px;
  z-index: 1;
  font-weight: 300 !important;
  font-size: 16px;
  padding: 0px 10px;
  width: fit-content;
}
.cro-template-styles .section_footer_form .form_wrap .input_holder label.error {
  color: #ff8282 !important;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: 500 !important;
}
.cro-template-styles .section_footer_form .map_wrap {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  height: 250px;
}
@media (max-width: 1599px) {
  .cro-template-styles .section_footer_form .map_wrap {
    height: 200px;
  }
}
.cro-template-styles .project_breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.cro-template-styles .project_breadcrumb ul li {
  color: var(--global--color-black);
  position: relative;
  padding: 0;
  padding-right: 35px;
  font-weight: 400;
}
.cro-template-styles .project_breadcrumb ul li.active {
  color: var(--global--color-primary) !important;
}
.cro-template-styles .project_breadcrumb ul li a {
  color: var(--global--color-black);
}
.cro-template-styles .project_breadcrumb ul li a:hover {
  color: var(--global--color-primary) !important;
}
.cro-template-styles .project_breadcrumb ul li:before {
  content: none !important;
}
.cro-template-styles .project_breadcrumb ul li:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 9px;
  width: 7px;
  height: 7px;
  background-color: transparent;
  border: 1px solid;
  border-color: var(--global--color-black) var(--global--color-black) transparent transparent;
  rotate: 45deg;
}
@media (min-width: 1850px) {
  .cro-template-styles .project_breadcrumb ul li:after {
    top: 12px;
  }
}
.cro-template-styles .project_breadcrumb ul li:last-child:after {
  content: none;
}
.cro-template-styles .innerpage_intro_section .container {
  display: flex;
}
@media (max-width: 991px) {
  .cro-template-styles .innerpage_intro_section .container {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.cro-template-styles .innerpage_intro_section .image_wrap {
  border-radius: 6px;
  overflow: hidden;
}
.cro-template-styles .innerpage_intro_section .image_wrap img {
  border-radius: 6px;
}
@media (min-width: 992px) {
  .cro-template-styles .innerpage_intro_section .image_wrap {
    width: 45%;
  }
  .cro-template-styles .innerpage_intro_section .content_wrap {
    width: 55%;
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .cro-template-styles .innerpage_box_layout .head_wrap {
    padding: 0px 7%;
  }
  .cro-template-styles .innerpage_box_layout .head_wrap .title span {
    display: inline-block;
  }
}
.cro-template-styles .innerpage_arrow_list .container {
  display: flex;
}
@media (max-width: 991px) {
  .cro-template-styles .innerpage_arrow_list .container {
    flex-direction: column;
    gap: 30px;
  }
}
.cro-template-styles .innerpage_arrow_list .image_wrap {
  margin: 15px 0px;
  border-radius: 6px;
  overflow: hidden;
}
.cro-template-styles .innerpage_arrow_list .image_wrap img {
  border-radius: 6px;
}
@media (min-width: 992px) {
  .cro-template-styles .innerpage_arrow_list .content_wrap {
    width: 45%;
    padding-right: 40px;
  }
  .cro-template-styles .innerpage_arrow_list .list_wrap {
    width: 55%;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .innerpage_arrow_list .content_wrap {
    width: 55%;
    padding-right: 60px;
  }
  .cro-template-styles .innerpage_arrow_list .list_wrap {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .cro-template-styles .innerpage_border_boxes .head_wrap {
    padding: 0px 7%;
  }
  .cro-template-styles .innerpage_border_boxes .head_wrap .title span {
    display: inline-block;
  }
}
.cro-template-styles .innerpage_border_boxes .head_wrap {
  padding-bottom: 10px;
}
.cro-template-styles .innerpage_contact_section {
  position: relative;
}
.cro-template-styles .innerpage_contact_section .image_wrap {
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  margin: 0;
  opacity: 60%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  /* never below 100% */
  background-position: 0% center;
  animation: moveLines 20s linear infinite;
}
@media (min-width: 992px) {
  .cro-template-styles .innerpage_contact_section .content_wrap {
    padding: 0px 8%;
  }
}
.cro-template-styles .arrow_box_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cro-template-styles .arrow_box_wrap .arrow_box_item {
  display: flex;
  align-items: baseline;
  gap: 15px;
}
.cro-template-styles .arrow_box_wrap .arrow_box_item p {
  margin-top: 10px;
}
.cro-template-styles .arrow_box_wrap .icon_wrap {
  --icon-size-cmn: 30px;
  top: 5px;
  position: relative;
}
@media (max-width: 1849px) {
  .cro-template-styles .arrow_box_wrap .icon_wrap {
    --icon-size-cmn: 25px;
    top: 7px;
  }
}
.cro-template-styles .rect_box_wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 991px) {
  .cro-template-styles .rect_box_wrap {
    flex-direction: column;
  }
}
.cro-template-styles .rect_box_wrap .rect_box_item {
  background-color: var(--global--color-white);
  width: calc(33.333% - 13.33px);
  border: 0.5px solid #4F7439;
  border-radius: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 50px;
}
@media (max-width: 1849px) {
  .cro-template-styles .rect_box_wrap .rect_box_item {
    padding: 60px 40px;
  }
}
@media (max-width: 1599px) {
  .cro-template-styles .rect_box_wrap .rect_box_item {
    padding: 30px 30px;
  }
}
@media (max-width: 991px) {
  .cro-template-styles .rect_box_wrap .rect_box_item {
    width: 100%;
  }
}
.cro-template-styles .rect_box_wrap .rect_box_item .title {
  margin-bottom: 10px;
}
.cro-template-styles .rect_box_wrap .icon_wrap {
  --icon-size-cmn: 120px;
  padding-bottom: 20px;
}
@media (max-width: 1599px) {
  .cro-template-styles .rect_box_wrap .icon_wrap {
    --icon-size-cmn: 100px;
  }
}
.cro-template-styles .arrow_list_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cro-template-styles .arrow_list_wrap .arrow_list_item {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding-bottom: 20px;
  gap: 15px;
  border-bottom: 0.5px solid #4F7439;
}
.cro-template-styles .arrow_list_wrap .arrow_list_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cro-template-styles .arrow_list_wrap .title_wrap {
  display: flex;
  align-items: baseline;
  gap: 15px;
}
.cro-template-styles .arrow_list_wrap .icon_wrap {
  --icon-size-cmn: 22px;
}
@media (max-width: 1599px) {
  .cro-template-styles .arrow_list_wrap .icon_wrap {
    top: 3px;
    position: relative;
  }
}
.cro-template-styles .border_box_wrap {
  display: flex;
  gap: 30px;
  justify-content: center;
  border: 0.5px solid rgba(79, 116, 57, 0.4196078431);
  background-color: rgba(255, 255, 255, 0.4509803922);
  padding: 60px 40px;
  border-radius: 6px;
}
@media (max-width: 1599px) {
  .cro-template-styles .border_box_wrap {
    padding: 50px 40px;
  }
}
@media (max-width: 991px) {
  .cro-template-styles .border_box_wrap {
    flex-direction: column;
    gap: 70px;
    padding: 35px 25px;
  }
}
.cro-template-styles .border_box_wrap .border_box_item {
  padding-right: 30px;
  width: calc(33.333% - 13.33px);
  border-right: 0.5px solid rgba(79, 116, 57, 0.4196078431);
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .cro-template-styles .border_box_wrap .border_box_item {
    padding-right: 0px;
    border: none;
  }
}
.cro-template-styles .border_box_wrap .border_box_item:last-child {
  border-right: none;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cro-template-styles .border_box_wrap .border_box_item:last-child:after {
    content: none;
  }
}
.cro-template-styles .border_box_wrap .border_box_item:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 8px;
  bottom: -64px;
  left: 20%;
  border-radius: 6px;
  background-color: #4F7439;
}
@media (max-width: 1599px) {
  .cro-template-styles .border_box_wrap .border_box_item:after {
    bottom: -54px;
  }
}
@media (max-width: 991px) {
  .cro-template-styles .border_box_wrap .border_box_item:after {
    height: 2px;
    bottom: -30px;
    left: 5%;
    width: 90%;
  }
}
@media (max-width: 991px) {
  .cro-template-styles .border_box_wrap .border_box_item {
    width: 100%;
  }
}
.cro-template-styles .border_box_wrap .border_box_item .title {
  margin-bottom: 10px;
}
@keyframes moveLinesBackground {
  0% {
    background-position: left;
    background-size: 100%;
  }
  50% {
    background-position: center;
    background-size: 150%;
  }
  100% {
    background-position: right;
    background-size: 100%;
  }
}
@keyframes moveLines {
  0% {
    transform: scale(1) translateX(0);
  }
  50% {
    transform: scale(1.3) translateX(-5%);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}
@keyframes moveLinesSmooth {
  0% {
    transform: scale(1) translateX(0);
  }
  25% {
    transform: scale(1.05) translateX(-1%);
  }
  50% {
    transform: scale(1.1) translateX(-2%);
  }
  75% {
    transform: scale(1.05) translateX(-1%);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}
.cro-template-styles .project_footer {
  border-top: 1px solid #e0e0e0;
}
@media (min-width: 992px) {
  .cro-template-styles .project_footer .width-30 {
    width: 30% !important;
  }
  .cro-template-styles .project_footer .width-40 {
    width: 40% !important;
  }
}
.cro-template-styles .project_footer .footer_main_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .cro-template-styles .project_footer .footer_main_wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.cro-template-styles .project_footer .footer_logo_wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .cro-template-styles .project_footer .footer_logo_wrap {
    flex-direction: row;
    gap: 50px;
    align-items: center;
    justify-content: center;
  }
}
.cro-template-styles .project_footer .footer_logo_wrap .logo_wrap {
  max-width: 130px;
}
@media (min-width: 1600px) {
  .cro-template-styles .project_footer .footer_logo_wrap .logo_wrap {
    max-width: 180px;
  }
}
.cro-template-styles .project_footer .footer_content_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.cro-template-styles .project_footer .footer_address {
  display: flex;
  justify-content: space-between;
  background-color: #DBE3D7;
  border: 1px solid rgba(0, 0, 0, 0.168627451);
  padding: 20px;
  gap: 20px;
}
@media (max-width: 767px) {
  .cro-template-styles .project_footer .footer_address {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .cro-template-styles .project_footer .footer_address {
    gap: 10px;
  }
  .cro-template-styles .project_footer .footer_address .ico_txt_wrap {
    flex-direction: column;
    align-items: baseline;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .project_footer .footer_address {
    padding: 20px 30px;
    gap: 30px;
  }
}
.cro-template-styles .project_footer .footer_address .txt_large span {
  display: block;
}
.cro-template-styles .project_footer .footer_address .vertical-line {
  background-color: var(--global--color-primary);
  opacity: 40%;
}
.cro-template-styles .project_footer .footer_inner_content {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cro-template-styles .project_footer .footer_inner_content {
    flex-wrap: wrap;
  }
}
.cro-template-styles .project_footer .footer_menu_wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.cro-template-styles .project_footer .footer_menu_wrap li {
  padding-bottom: 20px;
}
.cro-template-styles .project_footer .footer_menu_wrap li.active a {
  font-weight: 700;
  color: var(--global--color-primary);
}
.cro-template-styles .project_footer .footer_menu_wrap li a {
  color: var(--global--color-black);
}
.cro-template-styles .project_footer .footer-main-menu {
  padding-top: 20px;
}
.cro-template-styles .project_footer .footer-main-menu {
  font-size: 16px;
}
@media (min-width: 768px) {
  .cro-template-styles .project_footer .footer-main-menu {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .project_footer .footer-main-menu {
    font-size: 16px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .project_footer .footer-main-menu {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cro-template-styles .project_footer .footer-main-menu ul {
    display: flex;
    gap: 30px;
  }
}
.cro-template-styles .project_footer .footer-sub-menu li {
  font-size: 17px;
}
@media (min-width: 768px) {
  .cro-template-styles .project_footer .footer-sub-menu li {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .project_footer .footer-sub-menu li {
    font-size: 17px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .project_footer .footer-sub-menu li {
    font-size: 19px;
  }
}
.cro-template-styles .project_footer .footer-sub-menu li {
  font-weight: 400;
  padding-bottom: 5px;
}
.cro-template-styles .project_footer .footer-sub-menu .submenu li {
  font-size: 15px;
}
@media (min-width: 768px) {
  .cro-template-styles .project_footer .footer-sub-menu .submenu li {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .project_footer .footer-sub-menu .submenu li {
    font-size: 16px;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .project_footer .footer-sub-menu .submenu li {
    font-size: 18px;
  }
}
.cro-template-styles .project_footer .footer-sub-menu .submenu li {
  font-weight: 300;
  padding-top: 5px;
}
.cro-template-styles .project_footer .footer-sub-menu .submenu li a {
  color: #6B6B6B;
}
.cro-template-styles .project_footer .footer_social {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cro-template-styles .project_footer .footer_copyright {
  padding: 30px 15px;
  background-color: rgba(241, 241, 241, 0.568627451);
  font-family: var(--font-alt);
  font-weight: var(--font-weight-400);
}
.cro-template-styles .project_footer .footer_copyright {
  font-size: 16px  !important;
}
@media (min-width: 768px) {
  .cro-template-styles .project_footer .footer_copyright {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .cro-template-styles .project_footer .footer_copyright {
    font-size: 15px  !important;
  }
}
@media (min-width: 1600px) {
  .cro-template-styles .project_footer .footer_copyright {
    font-size: 18px  !important;
  }
}
@media (min-width: 1850px) {
  .cro-template-styles .project_footer .footer_copyright {
    font-size: 19px  !important;
  }
}
.cro-template-styles .project_footer .footer_copyright {
  text-align: center;
}
@media (min-width: 1600px) {
  .cro-template-styles .project_footer .footer_copyright {
    padding: 40px 15px;
  }
}
.cro-template-styles .project_footer .footer_hours_wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
}
.cro-template-styles .project_footer .footer_hours_wrap .footer_hours {
  display: flex;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cro-template-styles .project_footer .footer_hours_wrap {
    gap: 10px 50px;
  }
  .cro-template-styles .project_footer .footer_hours_wrap .footer_hours {
    width: calc(50% - 25px);
  }
}
.cro-template-styles .project_footer .footer_hours_wrap .icon_wrap {
  --icon-size-cmn: 30px;
}
.cro-template-styles .project_footer .footer_hours_wrap .left_content {
  width: 42px;
}
.cro-template-styles .project_footer .footer_hours_wrap .right_content {
  width: calc(100% - 42px);
}
.cro-template-styles .project_footer .footer_hours_wrap .link {
  text-decoration: underline;
  color: var(--global--color-primary);
  display: block;
}
.cro-template-styles .project_footer .footer_hours_wrap .link:hover {
  color: var(--global--color-black);
  text-decoration: none;
}
.cro-template-styles .project_footer .footer_time_head {
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 10px;
}
.cro-template-styles .project_footer .footer_time {
  font-family: var(--global--font-secondary);
  font-weight: 600;
  padding: 5px 0px;
  display: flex;
  gap: 15px;
}
@media (max-width: 1199px) {
  .cro-template-styles .project_footer .footer_time {
    font-size: 14px !important;
  }
}
.cro-template-styles .project_footer .footer_time span {
  font-weight: 300;
  color: #6B6B6B;
}
.cro-template-styles .project_footer .footer_social {
  display: flex;
  gap: 20px;
  align-items: baseline;
}
.cro-template-styles .project_footer .footer_social .text {
  font-size: 16px;
  font-weight: 600;
  opacity: 70%;
}
.cro-template-styles .project_footer .footer_social a:hover {
  animation: anime-pulse 0.5s;
}/*# sourceMappingURL=custom.css.map */