* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  color: #293642;
}
@media (min-width: 576px) {
  body .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  body .container {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  body .container {
    max-width: 1400px;
  }
}
body .img-fluid {
  max-width: 100%;
  height: auto;
}
body ul {
  padding: 0;
  margin: 0;
}
body li {
  list-style: none;
}
body a {
  padding: 2px;
  text-decoration: none !important;
}
body a:hover {
  text-decoration: none !important;
}
body p {
  margin-bottom: 0;
}
body .underline {
  text-decoration: underline;
  text-decoration-color: #017A9F;
  text-decoration-thickness: 3px;
  text-underline-position: from-font;
}
body .sub-heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}
body .heading-2 {
  font-size: calc(28px + 12 * (100vw - 320px) / 1600);
  line-height: calc(42px + 10 * (100vw - 320px) / 1600);
  font-weight: 700;
}
body .text-2 {
  font-size: calc(40px + 16 * (100vw - 320px) / 1600);
  line-height: calc(48px + 16 * (100vw - 320px) / 1600);
  font-weight: 800;
  letter-spacing: -0.02em;
}
body .text-5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
}
body a {
  font-weight: 500;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: -0.02em;
}
body .link-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
body .zambezi-text {
  color: #52D5FF;
}
body .blue-text {
  color: #394959;
}
body .primary-button {
  padding: 11px 24px;
  background: #293642;
  color: #fff;
  border-radius: 27px;
  transition: all 0.3s ease-in-out;
}
body .primary-button:hover {
  color: #fff;
  box-shadow: 4px 6px 0px #52D5FF;
}
@media only screen and (max-width: 992px) {
  body br {
    display: none;
  }
}
body .header-main {
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid #fff;
  position: fixed;
  width: 100%;
  background: #394959;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  body .header-main {
    padding: 14px 0;
  }
}
body .header-main .navbar {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}
body .header-main .navbar a {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
body .header-main .navbar a:hover {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  body .header-main .navbar .navbar-head {
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
body .header-main .navbar .navbar-head .navbar-toggler {
  border: 0;
  text-align: right;
  padding: 0;
}
body .header-main .navbar .navbar-head .navbar-toggler:focus, body .header-main .navbar .navbar-head .navbar-toggler:active {
  outline: none;
  box-shadow: none;
  border: 0;
}
body .header-main .navbar .navbar-head .navbar-toggler .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
body .header-main .navbar .navbar-head .navbar-toggler .toggler-icon {
  width: 30px;
  height: 3px;
  background-color: #fff;
  display: block;
  transition: all 0.2s;
  border-radius: 50px;
}
body .header-main .navbar .navbar-head .navbar-toggler .toggler-icon.middle-bar {
  margin: 5px 0 5px auto;
  opacity: 0;
  filter: alpha(opacity=0);
}
body .header-main .navbar .navbar-head .navbar-toggler .toggler-icon.top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
body .header-main .navbar .navbar-head .navbar-toggler .toggler-icon.bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
body .header-main .navbar .navbar-head .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
  width: 60%;
  margin: 0 0 0 auto;
}
body .header-main .navbar .navbar-head .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}
body .header-main .navbar .navbar-head .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
  width: 60%;
  margin: 0 0 0 auto;
}
body .header-main .navbar #menuData {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media only screen and (max-width: 991px) {
  body .header-main .navbar #menuData {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  body .header-main .navbar #menuData .navbar-nav {
    margin-top: 29px;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    overflow-y: auto;
    transition: all 0.3s linear;
  }
}
@media only screen and (max-width: 991px) {
  body .header-main .navbar #menuData .navbar-nav .menu-primary-container {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  body .header-main .navbar #menuData .navbar-nav .menu-primary-container #menu-primary {
    display: flex;
    flex-direction: column;
  }
}
body .header-main .navbar #menuData .navbar-nav .menu-primary-container #menu-primary li {
  margin-right: 31px;
}
body .header-main .navbar #menuData .navbar-nav .menu-primary-container #menu-primary li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  body .header-main .navbar #menuData .navbar-nav .menu-primary-container #menu-primary li {
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 0;
  }
}
body .header-main .navbar #menuData .navbar-nav .menu-primary-container #menu-primary li.current-menu-item a {
  color: #52D5FF;
}
body .header-main .navbar #menuData .navbar-nav .menu-primary-container #menu-primary li:hover a {
  color: #52D5FF;
}
body .sticky {
  z-index: 999;
  margin: auto;
  width: 100%;
  padding: 5px 0px !important;
}
body .form .disclaim {
  text-align: center;
  font-style: italic;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 20px;
}
@media only screen and (max-width: 576px) {
  body .form .disclaim {
    margin-top: 0;
    padding-right: 0;
    padding-left: 30px;
  }
}
body .form .normal_text {
  margin-left: 14px;
  font-size: 16px;
  line-height: 1.4;
}
body .form .checkboxWrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
  margin-right: 14px;
  margin-left: 14px;
  gap: 15px;
  text-align: left;
  position: relative;
}
@media (max-width: 575px) {
  body .form .checkboxWrap {
    margin: 0 0 28px;
  }
}
body .form .checkboxWrap .sms_text {
  font-size: 16px;
  line-height: 1.4;
}
body .form .checkboxWrap .sms_text a {
  font-size: 16px;
}
body .form .checkboxWrap .checkbox {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  cursor: pointer;
}
body .form .checkboxWrap #tcrCheck-error,
body .form .checkboxWrap #sms_acceptance-error {
  border: 2px solid #ff0000;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  position: absolute;
  top: 7px;
  left: 0px;
}
body .home-banner {
  padding: 130px 0 0px;
  background: #394959;
}
@media only screen and (max-width: 991px) {
  body .home-banner {
    padding: 180px 0px 0px;
  }
}
body .home-banner .home-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .home-banner .home-banner-content .pre-tag {
  color: #52D5FF;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  border-bottom: 2px solid #fff;
  padding-bottom: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
}
body .home-banner .home-banner-content h1 {
  font-size: calc(36px + 14 * (100vw - 320px) / 1600);
  line-height: calc(40px + 22 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #fff;
}
body .home-banner .home-banner-img {
  text-align: center;
}
body .home-success {
  padding: 140px 0 100px 0px;
}
@media only screen and (max-width: 1199px) {
  body .home-success {
    padding: 100px 0px;
  }
}
@media only screen and (max-width: 767px) {
  body .home-success {
    padding: 80px 0px;
  }
}
body .home-success .sub-heading {
  margin-bottom: 2.2rem;
  color: #394959;
}
body .home-success .heading-2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  body .home-success .home-success-keys .keys-wrap {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  body .home-success .home-success-keys .keys-wrap:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
body .home-success .home-success-keys .keys-wrap .card {
  border: none;
  background-color: transparent;
}
body .home-success .home-success-keys .keys-wrap .card .card-body {
  padding: 0;
}
body .home-success .home-success-keys .keys-wrap .card .card-body .card-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 41px;
  color: #394959;
  position: relative;
  padding-bottom: 1rem;
  min-height: 98px;
}
@media only screen and (max-width: 991px) {
  body .home-success .home-success-keys .keys-wrap .card .card-body .card-title {
    min-height: auto;
  }
}
body .home-success .home-success-keys .keys-wrap .card .card-body .card-title::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background-color: #52D5FF;
  left: 0;
  bottom: 0;
}
body .home-success .home-success-keys .keys-wrap .card .card-body .card-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 33px;
  min-height: 150px;
}
@media only screen and (max-width: 991px) {
  body .home-success .home-success-keys .keys-wrap .card .card-body .card-text {
    min-height: auto;
  }
}
body .home-success .home-success-keys .keys-wrap .card .card-body .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #5F666D;
}
body .home-success .home-success-btn {
  text-align: center;
  margin-top: 4rem;
}
body .home-cta {
  padding: 100px 0px;
  background-color: #394959;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body .home-cta {
    padding: 80px 0px;
  }
}
body .home-cta .sub-heading {
  color: #52D5FF;
  margin-bottom: 1rem;
}
body .home-cta .heading-2 {
  color: #fff;
  margin-bottom: 3.3rem;
}
body .home-cta .primary-button {
  background-color: #fff;
  color: #293642;
}
body .home-getintouch {
  padding: 100px 0px;
}
@media only screen and (max-width: 767px) {
  body .home-getintouch {
    padding: 80px 0px;
  }
}
body .home-getintouch .heading-2 {
  text-align: center;
}
body .home-getintouch .support-form {
  max-width: 70%;
  margin: 60px auto 0;
}
@media only screen and (max-width: 991px) {
  body .home-getintouch .support-form {
    max-width: 100%;
  }
}
body .home-getintouch .support-form .form-group {
  margin-bottom: 1rem;
}
body .home-getintouch .support-form .form-group .form-control {
  height: 64px;
  border: 2px solid #D7DBDF;
  padding: 18px 27px;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  border-radius: 15px;
  margin-bottom: 0.5rem;
}
body .home-getintouch .support-form .form-group .form-control:focus, body .home-getintouch .support-form .form-group .form-control:focus-within {
  box-shadow: none;
  text-decoration: none;
}
body .home-getintouch .support-form .form-group textarea {
  height: 147px !important;
}
body .home-getintouch .support-form label {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
body .home-getintouch .support-form label.error {
  color: #ff0000;
  font-size: 14px;
  font-weight: 400;
}
body .home-getintouch .support-form .dropdown {
  margin-bottom: 1.4rem;
}
body .home-getintouch .support-form .dropdown .form-group {
  position: relative;
  display: flex;
  flex-direction: column;
}
body .home-getintouch .support-form .dropdown .form-group .custom-dropdown {
  width: 100%;
  border: 1px solid #efefef;
  padding: 0.8rem 1.8rem;
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.031372549);
  top: -2px !important;
}
body .home-getintouch .support-form .dropdown .form-group .custom-dropdown li {
  padding: 0.3rem 0rem;
  cursor: pointer;
}
body .home-getintouch .support-form .dropdown .form-group .dropdown-toggle {
  border: 2px solid #D7DBDF;
  height: 64px;
  border-radius: 15px;
  position: relative;
  text-align: start;
}
body .home-getintouch .support-form .dropdown .form-group .dropdown-toggle:focus, body .home-getintouch .support-form .dropdown .form-group .dropdown-toggle:focus-within {
  box-shadow: none;
  text-decoration: none;
}
body .home-getintouch .support-form .dropdown .form-group .dropdown-toggle::after {
  content: "\f078";
  position: absolute;
  font-family: FontAwesome;
  right: 15px;
  font-size: 16px;
  top: 32%;
  border: 0;
}
body .home-getintouch .support-form .btn-wrap {
  text-align: center;
  margin-top: 40px;
}
body .home-getintouch .support-form .btn-wrap:focus, body .home-getintouch .support-form .btn-wrap:focus-within {
  box-shadow: none;
  text-decoration: none;
}
body .home-getintouch .support-form .thank-you-msg {
  font-size: 18px;
  text-align: center;
  color: #008000;
  font-weight: 500;
  margin-top: 20px;
}
body .footer {
  background-color: #394959;
  padding: 70px 0px 20px 0;
}
@media only screen and (max-width: 991px) {
  body .footer .f-row {
    gap: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  body .footer .f-row {
    gap: 40px 0;
  }
}
body .footer .footer-content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  margin-bottom: 1rem;
}
body .footer .footer-content p {
  color: #8F959B;
}
body .footer .footer-content p a {
  color: #52D5FF;
}
body .footer .footer-content .f-about {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 1rem;
}
body .footer .footer-content .f-text {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 6px;
}
body .footer .footer-content .f-address {
  color: #ffffff;
  font-weight: 400;
}
body .footer .footer-content .social-buttons {
  margin-top: 1rem;
}
body .footer .footer-content .social-buttons a {
  font-size: 24px;
  color: #fff;
  padding: 2px;
  margin-right: 0.75rem;
  transition: all 0.3s ease-in-out;
}
body .footer .footer-content .social-buttons a img {
  width: 24px;
  filter: invert(1);
}
body .footer .footer-content .social-buttons a:hover {
  color: #52D5FF;
}
body .footer .footer-newsletter .emailOpt .sub-text-1 {
  color: #fff;
}
body .footer .footer-newsletter .emailOpt .newsletter_form {
  margin-top: 0;
  position: relative;
}
body .footer .footer-newsletter .emailOpt .newsletter_form .no-gutters label {
  display: none;
}
body .footer .footer-newsletter .emailOpt .newsletter_form .no-gutters .form-control {
  margin-top: 17px;
  height: 51px;
  border: 0;
  padding: 13px 60px 13px 20px;
  border-radius: 40px;
}
@media only screen and (max-width: 992px) {
  body .footer .footer-newsletter .emailOpt .newsletter_form .no-gutters .form-control {
    width: 100%;
  }
}
body .footer .footer-newsletter .emailOpt .newsletter_form .no-gutters .form-control:focus, body .footer .footer-newsletter .emailOpt .newsletter_form .no-gutters .form-control:focus-within {
  box-shadow: none;
  text-decoration: none;
}
body .footer .footer-newsletter .emailOpt .newsletter_form .no-gutters label {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
body .footer .footer-newsletter .emailOpt .newsletter_form .no-gutters label.error {
  color: #ff0000;
  font-size: 14px;
  font-weight: 400;
}
body .footer .footer-newsletter .emailOpt .newsletter_form .no-gutters .btn-wrap {
  position: absolute;
  top: 17px;
  right: 0;
}
body .footer .footer-newsletter .emailOpt .newsletter_form .no-gutters .btn-wrap .btn-submit {
  padding: 13px 20px 12px 20px;
  border-radius: 0 40px 40px 0;
  background: #52D5FF;
  color: #293642;
}
body .footer .footer-newsletter .emailOpt .newsletter_form .no-gutters .btn-wrap .btn-submit:hover {
  box-shadow: none;
}
body .footer .footer-newsletter .message {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-top: 5px;
  padding-left: 12px;
}
body .footer .outer-copyright {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  body .footer .outer-copyright {
    padding-top: 50px;
  }
}
body .footer .outer-copyright .copyright {
  color: #fff;
  font-size: 14px;
}
body .footer .outer-copyright .copyright a {
  color: #fff;
  font-size: 14px;
}
body .privacy-banner {
  padding: 190px 0 32px;
}
body .privacy-banner .tagline {
  color: #8F959B;
  font-weight: 400;
}
body .privacy-banner p {
  font-size: 18px;
  font-weight: 800;
}
body .privacy-banner .heading-1 {
  font-size: calc(56px + 16 * (100vw - 320px) / 1600);
  line-height: calc(64px + 8 * (100vw - 320px) / 1600);
  font-weight: 800;
  margin-bottom: 3rem;
}
body .privacy-banner .heading-1 span {
  color: #52D5FF;
}
body .privacy-content .content-inner {
  max-width: 90%;
  margin: auto;
  padding-bottom: 4rem;
}
body .privacy-content .content-inner ol {
  padding-left: 1.1rem;
  margin-top: 12px;
}
body .privacy-content .content-inner ol li {
  list-style: decimal;
}
body .privacy-content .content-inner ol li::marker {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #293642;
}
body .privacy-content .content-inner ul {
  padding-left: 1.1rem;
}
body .privacy-content .content-inner ul li {
  list-style: disc;
}
body .privacy-content .content-inner li {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #464557;
  padding-left: 1rem;
}
body .privacy-content .content-inner li span {
  text-align: justify;
}
body .privacy-content .content-inner p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #464557;
  margin-bottom: 0.5rem;
  text-align: justify;
}
body .privacy-content .content-inner p span {
  font-weight: 700;
}
body .privacy-content .content-inner .subtext {
  padding-left: 1.5rem;
}
body .privacy-content .content-inner .sub-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: #293642;
  margin-bottom: 20px;
  margin-top: 20px;
}
body .privacy-content .content-inner .tagline {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #293642;
}
body .privacy-content .content-inner a {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #394959;
}
body .privacy-content .content-inner table {
  margin-top: 2.5rem;
}
body .privacy-content .content-inner table th {
  vertical-align: top;
  width: 20%;
  color: #fff;
  background: #343a40;
  border-color: #454d55;
}
body .privacy-content .content-inner table td p {
  font-size: 14px;
  line-height: 20px;
}
body .privacy-content .content-inner table td ul li {
  font-size: 14px;
  line-height: 20px;
}
body .terms-banner {
  padding: 190px 0 40px;
}
body .terms-banner .page-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  color: #8F959B;
}
body .terms-banner .tagline {
  color: #8F959B;
  font-weight: 400;
}
body .terms-banner p {
  font-size: 18px;
  font-weight: 800;
}
body .terms-banner .heading-1 {
  margin-bottom: 3rem;
  font-size: calc(40px + 16 * (100vw - 320px) / 1600);
  line-height: calc(64px + 8 * (100vw - 320px) / 1600);
  font-weight: 800;
  margin-bottom: 2rem;
}
body .terms-banner .heading-1 span {
  color: #52D5FF;
}
body .refund-content {
  padding: 160px 0 40px;
}
body .refund-content .heading-1 {
  margin-bottom: 3rem;
  font-size: calc(40px + 16 * (100vw - 320px) / 1600);
  line-height: calc(64px + 8 * (100vw - 320px) / 1600);
  font-weight: 800;
  margin-bottom: 2rem;
}
body .refund-content .heading-1 span {
  color: #52D5FF;
}
body .terms-content .content-inner,
body .refund-content .content-inner {
  max-width: 90%;
  margin: auto;
  padding-bottom: 4rem;
}
body .terms-content .content-inner ol,
body .refund-content .content-inner ol {
  padding-left: 1.1rem;
  margin-top: 12px;
}
body .terms-content .content-inner ol li,
body .refund-content .content-inner ol li {
  list-style: decimal;
}
body .terms-content .content-inner ol li::marker,
body .refund-content .content-inner ol li::marker {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #293642;
}
body .terms-content .content-inner ul,
body .refund-content .content-inner ul {
  padding-left: 1.1rem;
}
body .terms-content .content-inner ul li,
body .refund-content .content-inner ul li {
  list-style: disc;
}
body .terms-content .content-inner li,
body .refund-content .content-inner li {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #5F666D;
  padding-left: 1rem;
}
body .terms-content .content-inner li span,
body .refund-content .content-inner li span {
  color: #5F666D;
}
body .terms-content .content-inner p,
body .refund-content .content-inner p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #5F666D;
  margin-bottom: 0.5rem;
  text-align: justify;
}
body .terms-content .content-inner p span,
body .refund-content .content-inner p span {
  font-weight: 700;
}
body .terms-content .content-inner .subtext,
body .refund-content .content-inner .subtext {
  padding-left: 1.5rem;
}
body .terms-content .content-inner .sub-heading,
body .refund-content .content-inner .sub-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: #293642;
  margin-bottom: 20px;
  margin-top: 20px;
}
body .terms-content .content-inner .tagline,
body .refund-content .content-inner .tagline {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #293642;
}
body .terms-content .content-inner a,
body .refund-content .content-inner a {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #394959;
}
body .support-section {
  padding: 190px 0 74px;
}
@media only screen and (max-width: 991px) {
  body .support-section {
    padding-bottom: 60px;
  }
}
body .support-section .support-header .text-5 {
  color: #8F959B;
  margin-bottom: 18px;
}
body .support-section .support-form {
  max-width: 70%;
  margin: 60px auto 0;
}
@media only screen and (max-width: 991px) {
  body .support-section .support-form {
    max-width: 100%;
  }
}
body .support-section .support-form .form-group {
  margin-bottom: 1rem;
}
body .support-section .support-form .form-group label {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
body .support-section .support-form .form-group label.error {
  color: red;
  font-size: 14px;
  font-weight: 400;
}
body .support-section .support-form .form-group .form-control {
  height: 64px;
  border: 2px solid #D7DBDF;
  padding: 18px 27px;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  border-radius: 15px;
  margin-bottom: 0.5rem;
}
body .support-section .support-form .form-group .form-control:focus, body .support-section .support-form .form-group .form-control:focus-within {
  box-shadow: none;
  text-decoration: none;
}
body .support-section .support-form .form-group textarea {
  height: 147px !important;
}
body .support-section .support-form label {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
body .support-section .support-form label.error {
  color: #ff0000;
  font-size: 14px;
  font-weight: 400;
}
body .support-section .support-form .dropdown {
  margin-bottom: 1.4rem;
}
body .support-section .support-form .dropdown .form-group {
  position: relative;
  display: flex;
  flex-direction: column;
}
body .support-section .support-form .dropdown .form-group .custom-dropdown {
  width: 100%;
  border: 1px solid #efefef;
  padding: 0.8rem 1.8rem;
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.031372549);
  top: -2px !important;
}
body .support-section .support-form .dropdown .form-group .custom-dropdown li {
  padding: 0.3rem 0rem;
  cursor: pointer;
}
body .support-section .support-form .dropdown .form-group .dropdown-toggle {
  border: 2px solid #D7DBDF;
  height: 64px;
  border-radius: 15px;
  position: relative;
  text-align: start;
}
body .support-section .support-form .dropdown .form-group .dropdown-toggle:focus, body .support-section .support-form .dropdown .form-group .dropdown-toggle:focus-within {
  box-shadow: none;
  text-decoration: none;
}
body .support-section .support-form .dropdown .form-group .dropdown-toggle::after {
  content: "\f078";
  position: absolute;
  font-family: FontAwesome;
  right: 15px;
  font-size: 16px;
  top: 32%;
  border: 0;
}
body .support-section .support-form .btn-wrap {
  text-align: center;
  margin-top: 40px;
}
body .support-section .support-form .btn-wrap:focus, body .support-section .support-form .btn-wrap:focus-within {
  box-shadow: none;
  text-decoration: none;
}
body .support-section .support-form .thank-you-msg {
  font-size: 18px;
  text-align: center;
  color: #008000;
  font-weight: 500;
  margin-top: 20px;
}
body .thank-you {
  padding: 190px 0 74px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
body .thank-you .thank-you-inner .text-2 {
  color: #01D8AA;
  margin-top: 60px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 991px) {
  body .thank-you .thank-you-inner .text-2 {
    margin-top: 40px;
  }
}
body .thank-you .thank-you-inner .sub-text-2 {
  font-weight: 400;
  margin-bottom: 72px;
}
@media only screen and (max-width: 991px) {
  body .thank-you .thank-you-inner .sub-text-2 {
    margin-bottom: 55px;
  }
}
body .thank-you .thank-you-inner .home_button {
  padding: 11px 24px;
  border: 2px solid #293642;
  border-radius: 27px;
  font-size: 18px;
  color: #293642;
}
@keyframes shimmer {
  0% {
    left: -80%;
  }
  100% {
    left: 80%;
  }
}
@keyframes trigger {
  0%, 100% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
  30% {
    box-shadow: -30px 30px 0 5px #fff, -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
  40% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 5px #fff, 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 5px #fff, 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
  60% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 5px #fff, 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 5px #fff;
  }
  80% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
}
body .cookie-policy {
  padding: 180px 0 30px;
}
body .cookie-policy .content-inner {
  max-width: 90%;
  margin: auto;
  padding-bottom: 4rem;
}
body .cookie-policy .content-inner .heading-1 {
  font-size: calc(56px + 16 * (100vw - 320px) / 1600);
  line-height: calc(64px + 8 * (100vw - 320px) / 1600);
  font-weight: 800;
  margin-bottom: 2rem;
  text-align: center;
}
body .cookie-policy .content-inner ol {
  padding-left: 1.1rem;
  margin-top: 12px;
}
body .cookie-policy .content-inner ol li {
  list-style: decimal;
}
body .cookie-policy .content-inner ol li::marker {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #293642;
}
body .cookie-policy .content-inner ul {
  padding-left: 1.1rem;
}
body .cookie-policy .content-inner ul li {
  list-style: disc;
}
body .cookie-policy .content-inner li {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #5F666D;
  padding-left: 1rem;
}
body .cookie-policy .content-inner li span {
  color: #5F666D;
}
body .cookie-policy .content-inner p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #5F666D;
  margin-bottom: 0.5rem;
  text-align: justify;
}
body .cookie-policy .content-inner p span {
  font-weight: 700;
}
body .cookie-policy .content-inner .subtext {
  padding-left: 1.5rem;
}
body .cookie-policy .content-inner .sub-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: #293642;
  margin-bottom: 20px;
  margin-top: 20px;
}
body .cookie-policy .content-inner .tagline {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #293642;
}
body .cookie-policy .content-inner a {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #394959;
}
body .cookie-policy .content-inner .effective-date {
  text-align: center;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
body .cookie-consent-banner {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 99999999999;
}
@media (max-width: 767px) {
  body .cookie-consent-banner {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}
body .cookie-consent-banner .cookie_container {
  background: #394959;
  color: white;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 520px;
  width: 100%;
  padding: 32px 24px 24px;
  position: relative;
}
@media (max-width: 991px) {
  body .cookie-consent-banner .cookie_container {
    padding: 20px;
    margin-left: 0;
  }
}
body .cookie-consent-banner .cookie_row {
  display: block;
  text-align: left;
}
body .cookie-consent-banner .logo_wrapper {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body .cookie-consent-banner .logo_wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  body .cookie-consent-banner .logo_wrapper img {
    display: none;
  }
}
body .cookie-consent-banner .content-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  body .cookie-consent-banner .content-wrapper {
    margin-bottom: 20px;
  }
}
body .cookie-consent-banner .content-wrapper .small_text {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: white;
}
@media (max-width: 991px) {
  body .cookie-consent-banner .content-wrapper .small_text {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
body .cookie-consent-banner .content-wrapper .content {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body .cookie-consent-banner .content-wrapper .content {
    font-size: 13px;
  }
}
body .cookie-consent-banner .btn_wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}
@media (max-width: 767px) {
  body .cookie-consent-banner .btn_wrapper {
    gap: 10px;
  }
}
body .cookie-consent-banner .btn_wrapper .btn-row-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 767px) {
  body .cookie-consent-banner .btn_wrapper .btn-row-top {
    gap: 8px;
  }
}
body .cookie-consent-banner .btn_wrapper .btn-row-bottom {
  display: block;
  margin-top: 4px;
}
body .cookie-consent-banner .btn_wrapper .primary-btn {
  padding: 14px 24px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}
@media (max-width: 767px) {
  body .cookie-consent-banner .btn_wrapper .primary-btn {
    padding: 12px;
    font-size: 12px;
    line-height: 20px;
  }
}
body .cookie-consent-banner .btn_wrapper .primary-btn.accept {
  background: #fff;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .cookie-consent-banner .btn_wrapper .primary-btn.reject {
  background: orange;
  color: black;
}
body .cookie-consent-banner .btn_wrapper .primary-btn.customize {
  background: transparent;
  color: white;
  border: 1px solid #fff;
  font-weight: 500;
  padding: 12px 24px;
  width: 100%;
}
body .cookie-consent-banner .btn_wrapper .primary-btn.customize:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}
@media (max-width: 767px) {
  body .cookie-consent-banner .btn_wrapper .primary-btn.customize {
    padding: 10px 20px;
  }
}
body .cookie-consent-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000000000000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  body .cookie-consent-modal {
    padding: 10px;
  }
}
body .cookie-consent-container {
  background: white;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}
@media (max-width: 767px) {
  body .cookie-consent-container {
    max-height: 95vh;
  }
}
body .cookie-consent-container::-webkit-scrollbar {
  width: 8px;
}
body .cookie-consent-container::-webkit-scrollbar-thumb {
  background: #394959;
}
body .cookie-consent-container::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 20px;
}
body .modal-header {
  background: #394959;
  border-radius: 0;
}
body .modal-header img {
  max-width: 120px;
}
body .modal-header .close-btn {
  color: white;
  font-size: 24px;
  font-weight: 600;
  border: none;
  background: transparent;
}
body .modal-header .close-btn:focus {
  outline: none;
}
body .cookie-content {
  padding: 20px 0 0;
  position: relative;
}
body .cookie-content .upper_wrapper {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 991px) {
  body .cookie-content .upper_wrapper {
    padding: 0 20px;
  }
}
body .cookie-content .content-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 16px 0;
  color: rgb(39, 45, 53);
}
@media (max-width: 767px) {
  body .cookie-content .content-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
body .cookie-content .content-description {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 24px 0;
}
body .cookie-content .content-description:last-of-type {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  body .cookie-content .content-description {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
body .cookie-content .cookie-policy-link {
  color: #000;
  text-decoration: underline !important;
  font-weight: 500;
  transition: color 0.3s ease;
}
body .cookie-content .accept-all-btn {
  background: #394959;
  color: white;
  border: none;
  padding: 12px 32px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
body .cookie-content .accept-all-btn:hover {
  transform: translateY(-1px);
}
@media (max-width: 767px) {
  body .cookie-content .accept-all-btn {
    padding: 14px 10px;
  }
}
body .cookie-content .manage-consent-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px 0;
  color: black;
}
@media (max-width: 767px) {
  body .cookie-content .manage-consent-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
body .consent-wrapper {
  background: rgb(242, 242, 245);
  padding: 24px;
}
body .consent-category {
  border: 1px solid rgb(223, 222, 227);
  overflow: hidden;
  background: transparent;
}
body .consent-category:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body .consent-category {
    margin-bottom: 10px;
  }
}
body .consent-category .category-header {
  padding: 16px 20px 16px 8px;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background-color 0.3s ease;
}
body .consent-category .category-header.active {
  background: #f2f2f5;
}
body .consent-category .category-header.active .expand-icon {
  background: #394959;
  border-color: #394959;
  color: white;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  body .consent-category .category-header {
    padding: 14px 16px;
    gap: 10px;
  }
}
body .consent-category .category-header .expand-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: self-start;
  justify-content: center;
  font-size: 19px;
  font-weight: 500;
  transition: all 0.3s ease;
  flex-shrink: 0;
  background: #394959;
  color: white;
}
body .consent-category .category-header .category-info {
  flex: 1;
  min-width: 0;
}
body .consent-category .category-header .category-info .category-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: black;
}
@media (max-width: 767px) {
  body .consent-category .category-header .category-info .category-title {
    font-size: 15px;
    margin-bottom: 2px;
  }
}
body .consent-category .category-header .category-info .category-description {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  body .consent-category .category-header .category-info .category-description {
    font-size: 13px;
  }
}
body .consent-category .category-details {
  display: none;
  padding: 20px;
  background: white;
  border-top: 1px solid #e5e7eb;
}
body .consent-category .category-details.active {
  display: block;
}
@media (max-width: 767px) {
  body .consent-category .category-details {
    padding: 16px;
  }
}
body .consent-category .category-details .details-text {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767px) {
  body .consent-category .category-details .details-text {
    font-size: 13px;
  }
}
body .toggle-switch {
  position: relative;
  width: 50px;
  height: 24px;
  background: white;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}
body .toggle-switch.disabled {
  background: rgb(40, 58, 75);
  cursor: not-allowed;
}
@media (max-width: 767px) {
  body .toggle-switch {
    width: 44px;
    height: 22px;
    border-radius: 11px;
  }
}
body .toggle-switch .toggle-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #CDCDD5;
  border-radius: 50%;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  body .toggle-switch .toggle-slider {
    width: 18px;
    height: 18px;
  }
}
body .toggle-switch.active .toggle-slider {
  transform: translateX(26px);
  background: #394858;
}
@media (max-width: 767px) {
  body .toggle-switch.active .toggle-slider {
    transform: translateX(22px);
  }
}
body .modal-footer {
  padding: 24px;
  display: flex;
  gap: 12px;
  justify-content: center;
}
@media (max-width: 767px) {
  body .modal-footer {
    padding: 20px 0;
    gap: 2px;
  }
}
body .modal-footer .btn-secondary,
body .modal-footer .btn-primary {
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  body .modal-footer .btn-secondary,
  body .modal-footer .btn-primary {
    padding: 14px 10px;
  }
}
body .modal-footer .btn-secondary:hover,
body .modal-footer .btn-primary:hover {
  transform: translateY(-1px);
}
body .modal-footer .btn-secondary {
  background: green;
  color: white;
}
body .modal-footer .btn-primary {
  background: #394959;
  color: white;
}
body .toggle-switch {
  position: relative;
  width: 50px;
  height: 24px;
  background: white;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}
body .toggle-switch.active {
  background: white;
}
body .toggle-switch.disabled {
  background: white;
  cursor: not-allowed;
}
@media (max-width: 767px) {
  body .toggle-switch {
    width: 44px;
    height: 22px;
    border-radius: 11px;
  }
}
body .toggle-switch .toggle-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #CDCDD5;
  border-radius: 50%;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  body .toggle-switch .toggle-slider {
    width: 18px;
    height: 18px;
  }
}
body .toggle-switch.active .toggle-slider {
  transform: translateX(26px);
}
@media (max-width: 767px) {
  body .toggle-switch.active .toggle-slider {
    transform: translateX(22px);
  }
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}/*# sourceMappingURL=style.css.map */