@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
.nav-menu-list ul li a::after,
a,
button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
a,
a:active,
a:focus,
a:hover,
button {
  color: inherit;
  text-decoration: none;
}
*,
ul {
  padding: 0;
  margin: 0;
}
.nav-menu-list,
nav {
  -webkit-box-align: center;
}
.eAcc_btn::after,
.nav-menu-list ul li a::after {
  background-color: var(--blueColor);
  content: "";
  left: 0;
}
.hero-content p,
.mt-20 {
  margin-top: 20px;
}
*,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
label,
p,
ul {
  margin: 0;
}
footer p,
footer ul {
  margin-top: 15px;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Inter, sans-serif;
  scroll-behavior: smooth;
}
body,
html {
  height: 100%;
  width: 100%;
}
body {
  scroll-behavior: smooth;
}
.main_wrapper {
  overflow-x: hidden;
}
:root {
  --whiteColor: #f5f5f5;
  --blueColor: #32a3c3;
  --blackColor: #000000;
  --blue80: #486c80;
  --blue60: #859daa;
  --darkBlue: #293d49;
  --grayText: #656565;
  --white100: #ffffff;
  --black100: #1e1e1e;
  --black10: #0000001a;
  --graySec: #b1cad7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
a,
button {
  display: inline-block;
  transition: 0.3s;
}
.nav-menu-list,
.nav-menu-list ul,
nav {
  display: -webkit-box;
  display: -ms-flexbox;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
ul {
  list-style-type: none;
}
.py-40 {
  padding: 40px 0;
}
.py-60 {
  padding: 60px 0;
}
.py-80 {
  padding: 80px 0;
}
.py-180 {
  padding: 180px 0;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.faq,
.mt-60 {
  margin-top: 60px;
}
.mt-80 {
  margin-top: 80px;
}
.my-40 {
  margin: 40px 0;
}
.eAcc_btn {
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  color: var(--blue80);
  border: none;
  background-color: var(--whiteColor);
  position: relative;
  overflow: hidden;
}
.eAcc_btn span {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.2s 0.1s;
  -o-transition: 0.2s 0.1s;
  transition: 0.2s 0.1s;
}
.eAcc_btn::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0%;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 1;
}
.eAcc_btn:hover::after {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.eAcc_btn:hover span {
  color: var(--whiteColor);
  -webkit-transition: 0.2s 0.1s;
  -o-transition: 0.2s 0.1s;
  transition: 0.2s 0.1s;
}
.eAcc_btn_blue {
  border: 1px solid var(--blueColor) !important;
}
.eAcc_btn_blue::after {
  background-color: var(--whiteColor);
}
.eAcc_btn_blue:hover span,
footer ul li a:hover {
  color: var(--blueColor);
}
.head-title-bigger {
  font-size: 80px;
  line-height: 1.1;
  color: var(--blackColor);
}
.white-text {
  color: var(--white100) !important;
}
.eAcc-btn-bg,
.hero-content h1,
.hero-content p,
.nav-menu-list ul li a {
  color: var(--whiteColor);
}
.italic {
  font-style: italic;
}
nav {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hero_section {
  min-height: 878px;
  width: 100%;
  background-image: url(../assets/hero-img.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 40px 0;
}
.hero_section::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: -o-radial-gradient(
    74.25% 64.12%,
    49.86% 111.73%,
    #fff0 0,
    rgb(0 0 0 / 0.7) 100%
  );
  background: radial-gradient(
    49.86% 111.73% at 74.25% 64.12%,
    #fff0 0,
    rgb(0 0 0 / 0.7) 100%
  );
}
.shaodaw-part {
  height: 100%;
  width: 70%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: -o-linear-gradient(
    237.12deg,
    #fff0 45.84%,
    rgb(71 118 149 / 0.9) 64.96%,
    rgb(125 169 197 / 0.9) 78.02%
  );
  background: linear-gradient(
    212.88deg,
    #fff0 45.84%,
    rgb(71 118 149 / 0.9) 64.96%,
    rgb(125 169 197 / 0.9) 78.02%
  );
  background-position: left;
}
.hero_section .container {
  position: relative;
  z-index: 4;
}
.nav-menu-list {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.nav-menu-list ul {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}
.nav-menu-list ul li {
  padding: 5px 20px;
}
.nav-menu-list ul li:last-child {
  padding-right: 0;
}
.nav-menu-list ul li a {
  text-decoration: none;
  text-shadow: 0 8px 16px #23234099;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.nav-menu-list ul li a::after {
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -5px;
  transition: 0.3s;
}
.nav-menu-list ul li a:hover {
  color: var(--blueColor);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-menu-list ul li a:hover::after {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#closeBar,
#menuBar,
.checked-green {
  display: none;
}
.eAcc-btn-bg,
.input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  height: 60px;
}
.hero-content {
  width: 1030px;
  padding: 120px 0;
}
.hero-content h1 {
  font-size: 66px;
  line-height: 1.2;
}
.hero-content p {
  font-size: 20px;
}
.form-wrapper .inp-itm,
.form-wrapper p {
  margin-top: 12px;
}
.input-wrapper {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid var(--blue60);
  border-radius: 4px;
  width: 100%;
  max-width: 370px;
  padding: 10px;
  background-color: var(--whiteColor);
}
.input-wrapper input {
  height: 100%;
  width: 100%;
  border: none;
  outline: 0;
  font-size: 18px;
  color: var(--blue80);
  background-color: #fff0;
}
.about_section p,
.about_section_two ul li {
  font-size: 18px;
  color: var(--grayText);
}
.input-wrapper .icon {
  color: var(--blue80);
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
}
.eAcc-btn-bg {
  font-size: 24px;
  font-weight: 700;
  background-color: var(--blueColor);
  border-radius: 12px;
  padding: 0 40px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
}
.future_section .grid-2-section .grid-wrap,
.value-hero-img {
  display: -webkit-box;
  display: -ms-flexbox;
  background-size: cover;
}
.about_section .head-title-bigger {
  font-size: 70px;
}
.features_section {
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#486c80),
    to(#0f161a)
  );
  background: -o-linear-gradient(top, #486c80 0, #0f161a 100%);
  background: linear-gradient(180deg, #486c80 0, #0f161a 100%);
}
.features_section .head-title-bigger {
  width: 95%;
}
.hse_section {
  background-color: var(--black10);
  padding: 40px;
  border-radius: 8px;
  color: var(--white100);
}
.about_section_two,
.comparison-table table,
.comparison-table thead {
  background-color: var(--white100);
}
.hse_section .img {
  height: auto;
}
.hse_section .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.features_section h2 {
  font-size: 32px;
}
.features_section h5 {
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
.p-text {
  color: #b1cad7;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.p-text-md {
  font-size: 14px;
  color: #80e3e1;
}
.grid-3-section .grid-wrap {
  padding: 30px 20px;
  background-color: var(--black10);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about_section_two .row,
.pricing_section .container {
  position: relative;
}
.about_section_two ul,
.grid-2-section .grid-wrap ul,
.value_table_section ul {
  padding-left: 20px;
}
.about_section_two ul li {
  list-style-type: disc !important;
}
.about_section_two .esg-img {
  position: absolute;
  right: 50px;
  bottom: -50px;
  width: 350px;
  height: 340px;
}
.about_section_two .esg-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.value_section {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#486c80),
    to(#0f161a)
  );
  background: -o-linear-gradient(top, #486c80 0, #0f161a 100%);
  background: linear-gradient(180deg, #486c80 0, #0f161a 100%);
}
.calculate_wrapper .resultValue,
.head-title-bigger span,
.spacing-letter span {
  color: #5bc0be;
}
.value_section h5 {
  font-size: 32px;
  color: var(--graySec);
}
.value_section p {
  font-size: 18px;
  line-height: 30px;
  color: var(--graySec);
}
.value-hero-img {
  height: 360px;
  width: 100%;
  background-image: url(../assets/value-img.webp);
  background-position: center;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.value_table_section {
  background: var(--whiteColor);
}
.value_table_section .head-title-bigger {
  width: 80%;
}
.value_table_section ul li {
  list-style: disc;
  color: var(--grayText);
  font-size: 18px;
}
.value_table_section ul li strong {
  color: #656565;
}
.comparison-table {
  -webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
  border-radius: 12px;
  overflow-x: auto;
}
.comparison-table table {
  width: 100%;
  border-collapse: collapse;
}
.comparison-table td,
.comparison-table th {
  padding: 24px 32px;
  text-align: left;
  white-space: nowrap;
  color: #2c2f2e;
}
.comparison-table td:first-child {
  font-size: 16px;
  font-weight: 700;
  color: #4b4b4b;
}
.comparison-table img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 8px;
}
.comparison-table thead {
  color: var(--black100);
}
.comparison-table th {
  font-size: 24px;
  width: 33.33%;
}
.comparison-table th img {
  width: auto;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}
.comparison-table th:nth-child(2) {
  background-color: #2a3f4a;
}
.comparison-table th:nth-child(3) {
  background-color: #10191e;
  color: var(--white100);
}
.comparison-table tbody tr:nth-child(2n) {
  background-color: #f4f5f5;
}
.estimated_section,
.faq-section,
.future_section {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#486c80),
    to(#0f161a)
  );
  background: -o-linear-gradient(left, #486c80 0, #0f161a 100%);
  background: linear-gradient(90deg, #486c80 0, #0f161a 100%);
}
.spacing-letter {
  font-size: 52px;
  letter-spacing: 7px;
}
.future_section .grid-2-section .col-lg-6 {
  padding: 0 30px;
}
.future_section .grid-2-section .grid-wrap {
  background-image: url(../assets/future1.webp);
  background-repeat: no-repeat;
  min-height: 768px;
  width: 100%;
  padding: 30px;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.calculate_wrapper .ct-itm,
.faq-question {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  gap: 10px;
}
.future_section .grid-2-section .grid-wrap-second {
  background-image: url(../assets/future2.webp);
}
.future_section .grid-2-section .grid-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../assets/gradient.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.future_section .grid-2-section .grid-wrap .content {
  position: relative;
  z-index: 6;
}
.grid-2-section .grid-wrap h5 {
  font-size: 32px;
  font-weight: 700;
}
.grid-2-section .grid-wrap ul li {
  list-style: disc;
  color: var(--white100);
  margin-top: 8px;
}
.grid-2-section .grid-wrap .p-text-white {
  color: var(--white100);
  font-size: 18px;
}
.pricing_section h5 {
  color: #7da9c5;
  font-size: 32px;
  width: 80%;
}
.fees-section h1,
.fees-section h3 {
  color: var(--blackColor);
  font-weight: 700;
}
.shape_img {
  width: 100%;
  max-height: 700px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#preloader,
.success-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
}
.pricing_section .content-sec {
  position: relative;
  z-index: 5;
}
.fees-section {
  background-color: #f4f5f5;
  padding: 80px 60px;
  border-radius: 20px;
}
.fees-section h3 {
  font-size: 24px;
}
.fees-section h1 {
  font-size: 60px;
}
.contact-info .ct-itm p,
.fees-section p {
  font-size: 20px;
  color: #395361;
}
.calculate_wrapper .ct-itm {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.calculate_wrapper .ct-itm h3 {
  width: 520px;
  font-size: 24px;
}
.calculate_wrapper .ct-itm input {
  height: 55px;
  width: 155px;
  background-color: var(--white100);
  padding: 20px 15px;
  font-size: 16px;
  color: var(--blackColor);
  border: none;
  outline: 0;
  border-radius: 12px;
}
.pricing_section_two .header-of-content {
  width: 90%;
}
.pricing_section_two .dsc-md {
  width: 80%;
  font-size: 18px;
  color: var(--grayText);
}
.comparison-table-two th {
  width: auto;
  text-align: center;
  color: var(--white100);
}
.comparison-table-two th:first-child {
  text-align: left;
  color: var(--black100);
}
.comparison-table-two th:nth-child(2) {
  background-color: #476b7f;
}
.comparison-table-two th:nth-child(3) {
  background-color: #385464;
}
.comparison-table-two th:nth-child(4) {
  background-color: #21313a;
}
.comparison-table-two th:last-child {
  background-color: var(--blackColor);
}
.comparison-table-two th p {
  font-size: 14px;
}
.comparison-table-two td {
  text-align: center;
}
.comparison-table-two td:first-child {
  text-align: left;
}
.faq-item {
  border: 2px solid #b1cad7;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff0;
}
.faq-question {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  height: 80px;
  color: var(--whiteColor);
  font-size: 24px;
  font-weight: 300;
}
.faq-icon,
.faq-question .count {
  color: var(--white100);
  font-size: 24px;
}
.faq-question .count {
  font-weight: 700;
  width: 70px;
  text-align: center;
}
.faq-question .qs-name {
  width: calc(100% - 170px);
}
.faq-icon {
  background: var(--blueColor);
  height: 80px;
  width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 8px 8px 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.contact-info,
.contact-info .ct-itm,
.contact-info .icon {
  display: -webkit-box;
  display: -ms-flexbox;
}
.faq-answer {
  max-height: 0;
  max-width: calc(100% - 170px);
  margin: 0 auto;
  overflow: hidden;
  font-size: 20px;
  font-weight: 300;
  color: var(--whiteColor);
  -webkit-transition: max-height 0.4s, padding 0.4s;
  -o-transition: max-height 0.4s, padding 0.4s;
  transition: max-height 0.4s, padding 0.4s;
}
.checked,
footer ul li {
  margin-top: 10px;
}
.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 20px 0 50px;
}
.faq-item .faq-icon span {
  display: inline-block;
  font-size: 50px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0;
  font-weight: 200;
}
.faq-item.active .faq-icon span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact-info {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-info .ct-itm {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.contact-info .title {
  font-size: 24px;
  font-weight: 700;
  color: var(--black100);
}
.contact-info .icon {
  height: 80px;
  width: 80px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #486c80;
  border-radius: 50%;
}
#preloader,
.checked .icon {
  display: -webkit-box;
  display: -ms-flexbox;
}
footer {
  background-color: #395361;
}
footer h5 {
  font-size: 28px;
  color: #859daa;
  font-weight: 700;
}
.pending-status,
footer .input-wrapper,
footer .input-wrapper .icon,
footer p,
footer ul li a {
  color: var(--whiteColor);
}
footer p {
  width: 85%;
  font-size: 18px;
}
footer ul li:first-child {
  margin-top: 0;
}
footer ul li a {
  font-size: 18px;
  font-weight: 400;
}
footer .input-wrapper {
  background-color: #f5f5f53d;
  width: 100%;
  height: 45px;
  border: none;
  border-radius: 4px;
}
footer .input-wrapper input {
  font-size: 16px;
  color: var(--whiteColor);
  background-color: #fff0;
}
footer .input-wrapper input::-webkit-input-placeholder {
  color: var(--whiteColor);
}
footer .input-wrapper input::-moz-placeholder {
  color: var(--whiteColor);
}
footer .input-wrapper input:-ms-input-placeholder {
  color: var(--whiteColor);
}
footer .input-wrapper input::-ms-input-placeholder {
  color: var(--whiteColor);
}
footer .input-wrapper input::placeholder {
  color: var(--whiteColor);
}
footer .input-wrapper .icon {
  font-size: 20px;
}
.copyright h4 {
  font-size: 26px;
  color: #859daa;
}
#preloader {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.checked,
.checked .icon {
  -webkit-box-align: center;
}
#preloader .logo img {
  width: 80px;
}
.pulse {
  -webkit-animation: 1.2s ease-in-out infinite pulseAnim;
  animation: 1.2s ease-in-out infinite pulseAnim;
}
@-webkit-keyframes pulseAnim {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
  }
}
@keyframes pulseAnim {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
  }
}
.earlyAccessModal .closeModal {
  padding: 5px;
  color: var(--blackColor);
  font-size: 26px;
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  z-index: 99;
}
.earlyAccessModal .modal-body {
  padding: 60px 30px;
}
.form-wrapper h1 {
  font-size: 32px;
  font-weight: 700;
  color: var(--blackColor);
}
.form-wrapper p {
  font-size: 14px;
  color: var(--grayText);
}
.form-wrapper label {
  font-size: 14px;
  font-weight: 700;
  color: var(--blackColor);
  margin-bottom: 3px;
}
.form-wrapper input {
  width: 100%;
  padding: 15px;
  height: 45px;
  font-size: 14px;
  border-radius: 10px;
  outline: 0;
  border: 1px solid #edf1f3;
}
.form-wrapper textarea {
  resize: none;
  height: 90%;
  display: block;
  width: 100%;
  border: none;
  outline: 0;
}
.message-box {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  border-radius: 10px;
  outline: 0;
  border: 1px solid #edf1f3;
  height: 120px;
}
.message-box span {
  color: #8e9195;
}
#pendingStatus3,
#pendingStatus3 span,
.checked span {
  color: #345c72;
}
.form-wrapper input::-webkit-input-placeholder,
.form-wrapper textarea::-webkit-input-placeholder {
  font-style: italic;
  font-size: 14px;
  color: #8e9195;
  font-weight: 500;
}
.form-wrapper input::-moz-placeholder,
.form-wrapper textarea::-moz-placeholder {
  font-style: italic;
  font-size: 14px;
  color: #8e9195;
  font-weight: 500;
}
.form-wrapper input:-ms-input-placeholder,
.form-wrapper textarea:-ms-input-placeholder {
  font-style: italic;
  font-size: 14px;
  color: #8e9195;
  font-weight: 500;
}
.form-wrapper input::-ms-input-placeholder,
.form-wrapper textarea::-ms-input-placeholder {
  font-style: italic;
  font-size: 14px;
  color: #8e9195;
  font-weight: 500;
}
.form-wrapper input::placeholder,
.form-wrapper textarea::placeholder {
  font-style: italic;
  font-size: 14px;
  color: #8e9195;
  font-weight: 500;
}
.form-wrapper .submitBtn {
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  color: var(--white100);
  background-color: #4a6e82;
  -webkit-box-shadow: 0 1px 2px 0 #e4e5e73d;
  box-shadow: 0 1px 2px 0 #e4e5e73d;
}
.checked {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-animation: 0.3s fadeup;
  animation: 0.3s fadeup;
}
.alertInput {
  border: 1px solid red !important;
  outline: 0;
  -webkit-animation: 0.3s shaking;
  animation: 0.3s shaking;
}
@-webkit-keyframes shaking {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@keyframes shaking {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.checked span {
  font-size: 14px;
  font-weight: 700;
}
.checked .icon {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #486c80;
  border: 1px solid #4d626f;
  font-size: 18px;
  color: var(--white100);
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.checked-green .icon {
  background-color: #4fc798;
  border: 1px solid #4fc798;
}
.checked-green span {
  color: var(--white100);
  font-weight: 500;
}
footer .checked-green {
  position: relative;
  width: 300px;
  max-width: 300px;
}
.pending-status {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  margin-top: 15px;
}
.spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #4fc798;
  border-top: 2px solid #fff0;
  border-radius: 50%;
  -webkit-animation: 0.7s linear infinite spin;
  animation: 0.7s linear infinite spin;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#pendingStatus3 .spinner {
  border: 2px solid #345c72;
  border-top: 2px solid #fff0;
}
.alertEmailInput {
  background-color: #fef3f2;
  color: #b91c1c;
  padding: 12px 16px;
  border-left: 4px solid #dc2626;
  border-radius: 8px;
  font-size: 12px;
  margin-top: 10px;
  max-width: 300px;
  display: none;
  -webkit-animation: 0.3s ease-in-out fadeIn;
  animation: 0.3s ease-in-out fadeIn;
  -webkit-box-shadow: 0 4px 6px rgb(0 0 0 / 0.05);
  box-shadow: 0 4px 6px rgb(0 0 0 / 0.05);
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.alertEmailInput.show {
  display: block;
}
footer input:-webkit-autofill,
footer input:-webkit-autofill:active,
footer input:-webkit-autofill:focus,
footer input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #667a85 inset !important;
  color: var(--white100) !important;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px var(--whiteColor) inset !important;
  color: var(--white100) !important;
}
.success-modal {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.6);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
}
.success-modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.success-modal-content {
  background: #fff;
  border-radius: 20px;
  max-width: 450px;
  max-height: 400px;
  width: 100%;
  padding: 70px 50px 50px;
  text-align: center;
  position: relative;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
}
.success-modal.show .success-modal-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.success-modal-content h2 {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--blackColor);
  margin-top: 20px;
}
.success-modal-content p {
  margin-bottom: 20px;
  color: #656565;
  font-size: 16px;
}
:root {
  --df-text-color: #333335;
}

.otherPages {
  overflow: visible;
}

.otherPages header {
  background-color: #384855;
  padding: 20px 0;
  position: sticky;
  top: 0;
}
.otherPages main h1 {
  font-size: 36px;
  color: var(--df-text-color);
  margin-top: 40px;
}
.otherPages main p {
  margin-top: 24px;
  color: var(--df-text-color);
  font-size: 14px;
}
.otherPages main h2 {
  font-size: 28px;
  color: var(--df-text-color);
  margin-top: 40px;
}
.otherPages main h3 {
  font-size: 24px;
  color: var(--df-text-color);
  margin-top: 40px;
}
.otherPages main ul {
  padding-left: 40px;
  list-style: disc;
  margin-top: 24px;
}
.otherPages main ul strong {
  color: var(--df-text-color);
  font-weight: 700;
}
.otherPages main ul li {
  margin-top: 16px;
  color: var(--df-text-color);
  font-size: 14px;
}
.privacyRights ul li {
  margin-top: 0 !important;
}
.otherPages main h4 {
  font-size: 18px;
  color: var(--df-text-color);
  margin-top: 40px;
}
