.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: 'DM Sans', sans-serif;
  color: #696e77;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  direction: ltr;
}

body.locked {
  overflow: hidden;
}

a {
  color: #696e77;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #16243d;
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: #015fc9;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  border-radius: 10px;
  padding: 17px 40px 17px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;

}

.thm-btn:hover {
  color: #ffffff;
}

.thm-btn:before {
  position: absolute;
  content: '';
  background-color: #16243d;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  z-index: -1;
}

.thm-btn:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.thm-btn:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #16243d;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: -1;
}

.thm-btn:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

.section-title {
  position: relative;
  display: block;
  margin-top: -7px;
  margin-bottom: 48px;
}

.section-title__title {
  margin: 0;
  color: #16243d;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #015fc9;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: #015fc9;
}

.scroll-to-top:hover i {
  color: #fff;
}

.main-header {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 99;
  position: relative;
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
}

.main-menu__wrapper-inner {
  display: block;
  padding: 30px 0;
}

.main-menu__left {
  display: block;
  float: left;
}

.main-menu__logo {
  float: left;
  display: block;
}

.main-menu__right {
  position: relative;
  display: block;
  float: right;
}

.main-menu__call {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__call-icon {
  position: relative;
  height: 50px;
  width: 50px;
  border: 2px solid #e0e4e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0ce0ff;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-icon:hover {
  background-color: #015fc9;
  border: 2px solid #015fc9;
  color: #ffffff;
}

.main-menu__call-content {
  position: relative;
  margin-left: 10px;
  top: -2px;
}

.main-menu__call-content a {
  font-size: 16px;
  font-weight: 700;
  color: #16243d;
  display: inline-block;
  letter-spacing: -0.02em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-content a:hover {
  color: #015fc9;
}

.main-menu__call-content p {
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 16px;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.main-hero {
  position: relative;
  display: block;
  z-index: 91;
}

.main-hero .hero-box {
  position: relative;
  background-color: #f2f5f9;
}

.main-hero .container {
  position: relative;
  padding-top: 134px;
  padding-bottom: 115px;
  z-index: 30;
}

.main-hero .image-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 63%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-hero .image-layer:before {
  position: absolute;
  left: -1px;
  top: 0px;
  bottom: 0;
  width: 535px;
  content: "";
  background-image: -moz-linear-gradient(0deg, rgb(243, 246, 248) 0%, rgba(243, 246, 248, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(243, 246, 248) 0%, rgba(243, 246, 248, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(243, 246, 248) 0%, rgba(243, 246, 248, 0) 100%);
  z-index: -1;
}

.main-hero-shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  mix-blend-mode: luminosity;
  opacity: .20;
  overflow: hidden;
}

.main-hero-shape-1 img {
  width: auto;
}

.main-hero__content {
  position: relative;
  display: block;
  text-align: left;
}

.main-hero__title {
  position: relative;
  font-size: 50px;
  color: #16243d;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.04em;
  margin-bottom: 29px;
}

.main-hero__title span {
  color: #015fc9;
  font-weight: 700;
}

.main-hero__title:before {
  position: absolute;
  top: -22px;
  left: 5px;
  height: 8px;
  width: 324px;
  content: "";
  background-image: -moz-linear-gradient(0deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
  border-radius: 6.5px;
}

.main-hero__text {
  font-size: 18px;
  color: #696e77;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 30px;
  padding-bottom: 41px;
}

.main-hero__call-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

.main-hero__call {
    position: relative;
    display: flex;
    align-items: center;
}

.main-hero__call-icon {
  position: relative;
  height: 50px;
  width: 50px;
  border: 2px solid #e0e4e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0ce0ff;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-hero__call-icon:hover {
  background-color: #015fc9;
  border: 2px solid #015fc9;
  color: #ffffff;
}

.main-hero__call-content {
  position: relative;
  margin-left: 10px;
  top: -2px;
}

.main-hero__call-content a {
  font-size: 16px;
  font-weight: 700;
  color: #16243d;
  display: inline-block;
  letter-spacing: -0.02em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-hero__call-content a:hover {
  color: #015fc9;
}

.main-hero__call-content p {
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 16px;
}

.main-hero__btn-box {
  position: relative;
  display: block;
}

.features {
  position: relative;
  display: block;
  padding: 60px 0 90px;
}

.features__inner {
  position: relative;
  display: block;
  counter-reset: count;
}

.features__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.features__single:hover {
  transform: translateY(-10px);
}

.features__single-inner {
  position: relative;
  display: block;
  padding: 132px 50px 32px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.features__single-inner:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #16243d;
  border-radius: 10px;
  transition: all 500ms ease;
  transform: translate3d(0px, 100%, 0px);
  z-index: -1;
}

.features__single:hover .features__single-inner:before {
  transform: translate3d(0px, 0, 0px);
}

.features__icon {
  position: absolute;
  left: -40px;
  top: -90px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
  width: 197px;
  height: 197px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.features__single:hover .features__icon {
  background-image: -moz-linear-gradient(0deg, rgb(12, 224, 255) 0%, rgb(1, 95, 201) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(12, 224, 255) 0%, rgb(1, 95, 201) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(12, 224, 255) 0%, rgb(1, 95, 201) 100%);
}

.features__icon span {
  font-size: 65px;
  color: #ffffff;
  position: relative;
  display: inline-block;
  top: 107px;
  left: 81px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.features__single:hover .features__icon span {
  transform: scale(.9);
}

.features__count {
  position: absolute;
  top: 50px;
  right: 54px;
  height: 45px;
  width: 56px;
  text-align: center;
}

.features__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: transparent;
  -webkit-text-stroke: 1px #e0e4e8;
  font-size: 60px;
  line-height: 45px;
  font-weight: 700;
  counter-increment: count;
  content: counters(count, ".", decimal-leading-zero);
  letter-spacing: -0.02em;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.features__single:hover .features__count:before {
  -webkit-text-stroke: 1px #0ce0ff;
}

.features__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transition-delay: 400ms;
  transform: translateX(100%);
  z-index: -1;
}

.features__single:hover .features__shape {
  transform: translateX(0%);
}

.features__shape img {
  width: auto;
  mix-blend-mode: luminosity;
  opacity: 0.07;
}

.features__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 34px;
  margin-bottom: 14px;
}

.features__title a {
  color: #16243d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.features__single:hover .features__title a {
  color: #ffffff;
}

.features__text {
  letter-spacing: -0.02em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.features__single:hover .features__text {
  color: #97a2b7;
}

.intro {
  position: relative;
  display: block;
  padding: 0 0 120px;
  background-color: #ffffff;
  z-index: 1;
}

.intro-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 826px;
  height: 627px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  mix-blend-mode: luminosity;
  opacity: 0.05;
  z-index: -1;
}

.intro__left {
  position: relative;
  display: block;
  margin-right: 30px;
}

.intro__img-box {
  position: relative;
  display: block;
}

.intro__img {
  position: relative;
  display: block;
}

.intro__img>img {
  width: 100%;
  border-radius: 20px;
}

.intro__experience {
  position: absolute;
  bottom: -62px;
  left: 80px;
  display: flex;
  align-items: center;
  background-color: #015fc9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 27px 40px 23px;
}

.intro__experience:before {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: "";
  border: 2px dashed #0ce0ff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.intro__experience:after {
  position: absolute;
  bottom: 0px;
  right: -65px;
  content: "";
  border-top: 0px solid transparent;
  border-left: 65px solid #0ce0ff;
  border-bottom: 62px solid transparent;
}

.intro__experience-text {
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.intro__shape-1 {
  position: absolute;
  top: 35px;
  right: -30px;
  opacity: .30;
  z-index: -1;
}

.intro__shape-1 img {
  width: auto;
}

.intro__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.intro__right .section-title {
  margin-bottom: 27px;
}

.intro__text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.02em;
}

.intro__btn-call {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 41px;
}

.intro__call {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.intro__call-icon {
  position: relative;
  height: 50px;
  width: 50px;
  border: 2px solid #e0e4e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0ce0ff;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.intro__call-icon:hover {
  background-color: #015fc9;
  color: #ffffff;
  border: 2px solid #015fc9;
}

.intro__call-content {
  position: relative;
  margin-left: 10px;
  top: -2px;
}

.intro__call-content a {
  font-size: 16px;
  font-weight: 700;
  color: #16243d;
  display: inline-block;
  letter-spacing: -0.02em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.intro__call-content a:hover {
  color: #015fc9;
}

.intro__call-content p {
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 16px;
}

.aca-features {
  position: relative;
  display: block;
  background-color: #16243d;
  padding: 120px 0 110px;
  overflow: hidden;
  z-index: 1;
}

.aca-features-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.02;
  z-index: -1;
}

.aca-features-shape-2 {
  position: absolute;
  right: 596px;
  top: -215px;
  z-index: 2;
}

.aca-features-shape-2 img {
  width: auto;
}

.aca-features-shape-3 {
  position: absolute;
  top: -260px;
  right: 150px;
}

.aca-features-shape-3 img {
  width: auto;
}

.aca-features-shape-4 {
  position: absolute;
  top: -81px;
  right: 0;
}

.aca-features-shape-4 img {
  width: auto;
}

.aca-features-shape-5 {
  position: absolute;
  bottom: -215px;
  right: 0;
  z-index: 1;
}

.aca-features-shape-5 img {
  width: auto;
}

.aca-features-shape-6 {
  position: absolute;
  bottom: -295px;
  right: 160px;
}

.aca-features-shape-6 img {
  width: auto;
}

.aca-features-img {
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: 3;
}

.aca-features-img img {
  width: auto;
}

.aca-features__left {
  position: relative;
  display: block;
}

.aca-features__left .section-title {
  margin-bottom: 31px;
}

.aca-features__left .section-title__title {
  color: #ffffff;
}

.aca-features__text {
  color: #97a2b7;
  line-height: 28px;
  letter-spacing: -0.02em;
}

.aca-features__list-box {
  position: relative;
  display: block;
  max-width: 510px;
  width: 100%;
  margin-top: 31px;
}

.aca-features__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.aca-features__list li {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.aca-features__single {
  position: relative;
  display: block;
  background-color: #111d32;
  padding: 35px 20px 32px;
  overflow: hidden;
}

.aca-features__list-icon {
  position: relative;
  display: block;
  margin-bottom: 9px;
}

.aca-features__list-icon span {
  font-size: 45px;
  color: #0ce0ff;
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.aca-features__single:hover .aca-features__list-icon span {
  transform: scale(.6);
}

.aca-features__list-title-box {
  position: relative;
  display: block;
}

.aca-features__list-title-inner {
  position: relative;
  display: block;
  transform: translateY(0%);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: visible;
  opacity: 1;
}

.aca-features__single:hover .aca-features__list-title-inner {
  transform: translateY(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
}

.aca-features__list-title {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  letter-spacing: -0.02em;
}

.aca-features__list-text-box {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  transform: translateY(-100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
}

.aca-features__single:hover .aca-features__list-text-box {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.aca-features__list-text {
  font-size: 14px;
  color: #97a2b7;
  line-height: 24px;
  letter-spacing: -0.02em;
}

.no-aca {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  overflow: hidden;
}

.no-aca__shape-1 {
  position: absolute;
  top: -90px;
  right: 0;
  mix-blend-mode: luminosity;
}

.no-aca__shape-1 img {
  width: auto;
  mix-blend-mode: luminosity;
  opacity: .15;
  z-index: -1;
}

.no-aca .container {
  max-width: 1070px;
}

.no-aca .row {
  --bs-gutter-x: 108px;
}

.no-aca .section-title {
  margin-bottom: 63px;
}

.no-aca__text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.02em;
}

.carriers {
  position: relative;
  display: block;
}

.carriers__inner {
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 55px 40px;
  background-color: #015fc9;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.carriers-shape-1 {
  position: absolute;
  bottom: 0;
  left: -55px;
}

.carriers-shape-1 img {
  width: auto;
}

.carriers-shape-2 {
  position: absolute;
  top: 50px;
  left: -100px;
}

.carriers-shape-2 img {
  width: auto;
}

.carriers-shape-3 {
  position: absolute;
  top: -15px;
  right: -192px;
  z-index: 2;
}

.carriers-shape-3 img {
  width: auto;
}

.carriers-shape-4 {
  position: absolute;
  top: 50px;
  right: -55px;
}

.carriers-shape-4 img {
  width: auto;
}

.carriers__content-box {
  position: relative;
}

.carriers__content {
  position: relative;
  top: -7px;
}

.carriers__sub-title {
  font-size: 14px;
  color: #c2dfff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 24px;
  font-weight: 500;
}

.carriers__row {
	margin-left: 10px;
	margin-right: 10px;
}

.carriers__row img {
	max-height: 25px; 
	opacity: 0.9;
}

.site-footer {
  position: relative;
  display: block;
  background-color: #16243d;
  z-index: 1;
}

.site-footer-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1709px;
  mix-blend-mode: color-burn;
  opacity: .15;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 100px 0 82px;
}

.footer-widget__logo {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: -8px;
}

.footer-widget__about {
  position: relative;
  display: block;
}

.footer-widget__about-text-box {
  position: relative;
  display: block;
}

.footer-widget__about-text {
  color: #97a2b7;
  line-height: 26px;
  font-size: 15px;
  letter-spacing: -0.02em;
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
}

.footer-widget__policies {
  position: relative;
  display: block;
}

.footer-widget__policies-text {
  color: #97a2b7;
  line-height: 26px;
  font-size: 15px;
  letter-spacing: -0.02em;
}

.site-footer__bottom {
  position: relative;
  display: block;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,.10);
  padding: 34px 0;
}

.site-footer__bottom-text {
  color: #97a2b7;
  letter-spacing: -0.02em;
}

.site-footer__bottom .small {
  font-size: 12px;
  line-height: 16px;
}

.page-header {
  position: relative;
  display: block;
  padding: 100px 0;
  background-color: #f2f5f9;
  z-index: 1;
}

.page-header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1000px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.page-header-bg:before {
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 250px;
  content: "";
  background-image: -moz-linear-gradient(0deg, rgb(243, 246, 248) 0%, rgba(243, 246, 248, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(243, 246, 248) 0%, rgba(243, 246, 248, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(243, 246, 248) 0%, rgba(243, 246, 248, 0) 100%);
}

.page-header-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
  opacity: .20;
  overflow: hidden;
}

.page-header-shape-1 img {
  width: auto;
}

.page-header__inner {
  position: relative;
  display: block;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 40px;
  color: #16243d;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.04em;
}

.signup {
  position: relative;
  display: block;
  padding: 50px 0 90px;
  z-index: 1;
}

.signup__top {
  position: relative;
  display: block;
  background-color: #f2f5f9;
  padding: 17px 30px 17px;
  border-radius: #f2f5f9;
  margin-bottom: 50px;
}

.signup__top p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.02em;
}

.signup__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.signup__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.04em;
  margin-bottom: 30px;
}

.signup__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.signup__form-input-box label {
	font-size: 14px;
}

.signup__form-input-box input {
  height: 50px;
  width: 100%;
  border: none;
  background-color: #f2f5f9;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: #f2f5f9;
  outline: none;
  font-size: 16px;
  color: #696e77;
  display: block;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.signup__form-input-box select {
  height: 50px;
  width: 100%;
  border: none;
  background-color: #f2f5f9;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: #f2f5f9;
  outline: none;
  font-size: 16px;
  color: #696e77;
  display: block;
  font-weight: 500;
  letter-spacing: -0.02em;
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 23px) calc(1em + 8px),
    calc(100% - 15px) calc(1em + 8px),
    calc(100% - 3.2em) 1em;
  background-size:
    8px 8px,
    8px 8px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.signup__form-radio-box {
	margin-bottom: 15px;
}

.form-check {
	margin-left: 15px;
}

.form-check:first-of-type {
	margin-top: 10px;
}

.form-check-inline {
	margin-left: 15px;
	margin-top: 10px;
}

.signup__form-btn-box {
  position: relative;
  display: grid;
  align-items: center;
  margin-top: 15px;
}

.signup__form-btn {
  border: none;
}

.signup__form-btn {
  padding: 18px 40px 16px;
}

.signup__form-btn:before {
  top: -93%;
}

.tcpa-small {
    font-size: 12px;
    line-height: 16px;
	text-align: justify;
}

.signup h4 {
	font-weight: 700;
	margin-bottom: 10px;
}

.signup .wrapper{
    height: 100%;
    display: grid;
	padding: 50px;
}

.signup form {
    overflow: hidden;
    border-radius: 30px;
    background-color: #FFF;
    height: auto;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.signup .clarify {
	margin-bottom: 35px;
	font-style: italic;
	font-size: 14px;
    line-height: 16px;
}

.form-error{
	border: 1px solid #FF0000 !important;
}

.label-error{
	color: #FF0000;
}

.step-bar .step-counter{
    font-size: 20px;
    color: rgb(0, 10, 56);
    font-weight: bold;
    text-align: right;
    display: block;
}

.step-bar-inner{
    border-radius: 9px;
    background-color: rgb(233, 233, 233);
    width: 100%;
    height: 16px;
    margin-top: 0.5rem;    
}

.step-bar-inner .step-bar-move{
    width: 30%;
    border-radius: inherit;
    height: inherit;
    background-color: #015fc9;
}

@media (max-width: 480px) {
    .wrapper {
        padding: 30px !important;
    }
}

@media only screen and (max-width: 575px) {
	.page-header-bg {
        width: 230px;
    }
	
	.page-header {
		padding: 50px 0;
	}
	
	.page-header-shape-1 {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
    .section-title__title {
        font-size: 35px;
        line-height: 45px;
    }

    .section-title__title br {
        display: none;
    }

    .intro__left {
        margin-right: 0;
    }

    .intro__shape-1 {
        display: none;
    }

    .intro__experience {
        left: 0;
    }

    .intro__right {
        margin-left: 0;
        margin-top: 122px;
    }

    .intro__btn-call {
        flex-direction: column;
    }

    .intro__call {
        margin-left: 0;
        margin-top: 20px;
    }

    .aca-features-img {
        display: none;
    }

    .aca-features-shape-2,
    .aca-features-shape-3,
    .aca-features-shape-4,
    .aca-features-shape-5,
    .aca-features-shape-6 {
        display: none;
    }

    .carriers__inner {
        flex-direction: column;
        padding: 57px 20px 57px;
        text-align: center;
    }

    .carriers__content-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .carriers-shape-1,
    .carriers-shape-2,
    .carriers-shape-3,
    .carriers-shape-4 {
        display: none;
    }
	
    .main-hero__title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 29px;
    }

    .main-hero__title br {
        display: none;
    }

    .main-hero__title:before {
        width: 300px;
    }

    .main-hero__text br {
        display: none;
    }

    .main-hero__text {
        padding-bottom: 36px;
    }

    .main-hero .container {
        padding-top: 20px;
        padding-bottom: 40px;
    }
	
	.main-menu__wrapper-inner {
		padding: 15px 0;
	}

    .main-menu__right {
        display: none;
    }

    .main-menu__left {
        float: none;
    }

    .main-menu__logo {
        margin-right: 0;
		width: 100%;
		display: grid;
    }
	
	.main-menu__logo img {
		margin: auto;
        max-width: 90%;
    }
	
	.main-hero-shape-1 {
		display: none;
	}
	
	.main-hero .image-layer {
		display: none;
	}
	
    .page-header-bg {
        width: 400px;
    }
	
	.signup__form {
        padding: 60px 20px 60px;
    }
}
	
@media only screen and (min-width: 576px) and (max-width: 767px) {
	
	.page-header__inner h2 {
		font-size: 30px;
	}
	
	.page-header-bg {
        width: 400px;
    }
	
	.page-header {
		padding: 60px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .intro__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .intro__right {
        max-width: 600px;
        margin: 165px auto 0;
    }

    .aca-features-img {
        display: none;
    }

    .aca-features-shape-2,
    .aca-features-shape-3,
    .aca-features-shape-4,
    .aca-features-shape-5,
    .aca-features-shape-6 {
        display: none;
    }

    .carriers__inner {
        flex-direction: column;
    }
	
	.main-hero__title {
		font-size: 40px;
		line-height: 40px;
	}
	
	.page-header-bg {
        width: 768px;
    }
	
	.page-header-bg {
        width: 450px;
    }
	
	.page-header {
		padding: 70px 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .intro__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .intro__right {
        max-width: 600px;
        margin: 165px auto 0;
    }

    .aca-features-img {
        top: 144px;
        right: -480px;
    }

    .aca-features-img img {
        width: 60%;
    }
	
    .page-header-bg {
        width: 992px;
    }
	
	.page-header-bg {
        width: 600px;
    }
	
	.page-header {
		padding: 70px 0;
	}
}

@media (max-width: 1199px) {
	.stricky-header {
		display: none !important;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .aca-features-img {
        right: -280px;
    }

    .aca-features-img img {
        width: 70%;
    }
	
	.carriers__row {
		margin-left: 25px;
		margin-right: 25px;
	}
	
	.page-header-bg {
        width: 700px;
    }
}

@media only screen and (min-width: 1400px) {
    .aca-features-img {
        right: -145px;
		bottom: -100px;
    }

    .aca-features-img img {
        width: 85%;
    }
	
	.carriers__row {
		margin-left: 75px;
		margin-right: 75px;
	}
}