.portal--light {
              --fw-body-bg: #F5F7F9;
              --fw-header-bg: #F5F7F9;
              --fw-header-text-color: #12344D;
              --fw-helpcenter-bg: #12344D;
              --fw-helpcenter-text-color: #FFFFFF;
              --fw-footer-bg: #12344D;
              --fw-footer-text-color: #FFFFFF;
              --fw-tab-active-color: #12344D;
              --fw-tab-active-text-color: #FFFFFF;
              --fw-tab-hover-color: #FFFFFF;
              --fw-tab-hover-text-color: #12344D;
              --fw-btn-background: #FFFFFF;
              --fw-btn-text-color: #12344D;
              --fw-btn-primary-background: #12344D;
              --fw-btn-primary-text-color: #FFFFFF;
              --fw-baseFont: Source Sans Pro;
              --fw-textColor: #264966;
              --fw-headingsFont: Source Sans Pro;
              --fw-linkColor: #2C5CC5;
              --fw-linkColorHover: #021519;
              --fw-inputFocusRingColor: #EBEFF3;
              --fw-formInputFocusColor: #EBEFF3;
              --fw-card-bg: #FFFFFF;
              --fw-card-fg: #264966;
              --fw-card-border-color: #EBEFF3;
              --fw-nonResponsive: #F5F7F9;
              --bs-body-font-family: Source Sans Pro;
    }

      body,header {
	background: #FFF !important;
}

body {
    font-family: Inter;
    color:  #1B1B1C;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.15px;
}
hr {
	color: #DBDCE5 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

.hidden-h1 > h1{
	display: none
}

.row {
  --bs-gutter-x: 0.8rem !important;
  --bs-gutter-y: 0.7rem !important;
}

.row-gap2 {
	row-gap: 1rem !important;
}

@media (min-width: 768px) {
  .row-gap2 {
	row-gap: 2rem !important;
  }
}

.fw-autocomplete-header {
	display: none
}

.fw-main-wrapper {
   margin-top: 2rem !important;
}

@media (min-width: 768px) {
  .fw-main-wrapper {
     margin-top: 3rem !important;
  }
}

.card {
  border: 1px solid #DBDCE5 !important;
  border-radius: 15px;
  background: linear-gradient(298.14deg, #F4F4F7 -5.63%, #FFF 97.7%) !important;
  box-shadow: unset !important;
  min-height:114px;
}
#searchInput {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #F5F7F9 !important;
  height: 48px !important;
  border: 0.653px solid #DBDCE5 !important;
}

@media (min-width: 768px) {
  #searchInput {
    height: 60px !important;
  }
}

#searchInput:focus {
  outline: none; /* Remove the outline */
  border: 0px solid initial; /* Reset border to its initial state */
  box-shadow: none; /* Remove any box shadow */
  border-left-width: 0px !important;
}

.iframe-box {
  border-radius: 12px;
  border:solid 1px #dadada;
  height:500px;
  width: 100%;
}

@media (min-width: 768px) {
  .iframe-box {
    height:600px;
  }
}

.icon-search:before {
  color: #4B4B4B !important;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 700;
}

.input-group-text {
  font-family: "Wix Madefor Display";
  font-style: normal;
  font-weight: 700;
}

.input-group button:disabled {
    background-color: initial; /* Keep the original background color */
    border-color: initial; /* Keep the original border color */
    color: inherit; /* Keep the original text color */
    cursor: not-allowed; /* Change cursor to indicate it's disabled */
    opacity: 1; /* Prevent opacity change */
  }

.faq-btn {
	border-top-left-radius: 30px !important;
  	border-bottom-left-radius: 30px !important;
  	background: #F5F7F9 !important;
    color: #4B4B4B !important;
    border: 0.653px solid #DBDCE5 !important;
  	border-right-width: 0px !important;
	padding: 12px 2px 12px 16px !important;
  	height: 48px !important;
}

@media (min-width: 768px) {
  .faq-btn {
	height: 60px !important;
  	padding: 20px 2px 20px 16px !important;
	}
}

.feedback-modal {
	display: none;
  	opacity: 0;
  	visibility: invisible;
  	transition: opacity 0.8s ease, visibility 0.8s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 30px;
    backdrop-filter: brightness(0.5);
}

.feedback-modal.active {
	display: grid;
  	opacity: 1;
  	visibility: visible;
}

.feedback-modal-content {
	display: flex;
    flex-direction: column;
    background-color: white;
    padding: 30px;
    border-radius: 15px;
    gap: 8px;
}

@media (min-width: 768px) {
  .feedback-modal-content {
  	width: 600px;
  }
}

.feedback-title {
	text-align: center;
}

.feedback-content {
	margin: 20px;
  	padding: 0px 30px;
}

.feedback-option {
	margin: 20px 0px;
  	display: flex;
  	flex-direction: row;
  	gap: 20px;
  	justify-content: center;
  	align-items: center;
}

.feedback-input {
	display: flex;
  	flex-direction: row;
  	justify-content: center;
  	align-items: center;
}

.feedback-number {
	width: 40%;
	height: 45px;
  	border-radius: 10px;
    border: 1px solid black;
  	padding: 0px 10px;
  	box-sizing: border-box;
}

.feedback-label {
	margin-left: 10px;
}

.feedback-btn {
	border-radius: 10px;
  	padding: 10px;
  	border: 1px solid transparent;
  	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
  	cursor: pointer;
  	color: white;
  	width: 148px;
  	text-align: center;
  	transition: transform 0.1s ease, all 0.3s ease;
}

@media (max-width: 480px) {
  .feedback-option {
  	flex-direction: column;
  }
  
  .feedback-btn {
  	width: 100%;
  }
  
  .feedback-number {
  	width: 75%;
  }
  
  .feedback-content {
  	margin: 20px 0px;
    font-size: 14px;
    padding: 0px;
  }
}

.feedback-btn:active {
	transform: scale(0.98);
}

.btn-blue {
	background-color: cornflowerblue;
  	border: 1px solid #007bff;
}

.btn-blue:hover {
	background-color: #0056b3;
  	border-color: #0056b3;
}

.btn-white {
	background-color: white;
  	color: grey;
  	border: 1px solid lightgray;
}

.btn-white:hover {
	background-color: #f5f5f5;
  	border-color: #c0c0c0;
}

.feedback-close-btn {
	align-self: end;
  	background: none;
  	border: none;
  	font-size: 24px;
  	color: #333;
  	cursor: pointer;
} 

.feedback-close-btn:hover {
	color: #ff0000;
}

.disabled {
	pointer-events: none;
  	opacity: 0.5;
  	cursor: not-allowed;
}

.contact-btn {
	display: inline-flex;
    padding: 15px 28px;
    flex-direction: column; 
    flex-shrink: 0;
    text-align: center;
    border-radius: 28px;
    background:#0500FF;
    color:white;
    width: 185px;
}

.chatbot-box {
	margin-top: 150px;
}

@media (max-width: 768px) {
  .chatbot-box {
  	margin-top: 30px;
  }
}

.chatbot-container {
	background: #0500FF !important;
  	height: 136px !important;
    padding: 1px;
}

@media (max-width: 768px) {
  .chatbot-container {
    background: #0500FF !important;
    height: 100% !important;
    padding: 24px;
  }
}

.chatbot-body {
	gap: 1px;
}

@media (max-width: 768px) {
  .chatbot-body {
 	gap: 24px;
  }
}

.chatbox-btn {
	border-radius: 30px;
    border: 0.653px solid #DBDCE5;
    height:48px;
    width: 100%;
  	background: #F5F7F9;
    margin-top: 3.8px;
    color: #4B4B4B;
}

@media (min-width: 768px) {
    .chatbox-btn {
      height: 60px !important;
	}
}

#chatboxDropdown {
  display: none;
  margin-top: 10px;
  z-index: 1000;
  background-color: white;
  position: fixed;
  max-width: 90%;
  width: 500px;
  bottom: 30px;
  right: 30px;
}

@media (max-width: 768px) {
  #chatboxDropdown {
    max-width: 99%;
    right: 2px;
  }
}

.question1 {
  color: #4B4B4B;
  font-family: 'Wix Madefor Display';
  font-style: normal;
  line-height: 42px;
  letter-spacing: -0.36px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.question2 {
  color: #4B4B4B;
  font-family: 'Wix Madefor Display';
  font-style: normal;
  text-align: center;
  letter-spacing: -0.32px;
  line-height: 38px;
  font-size: 32px;
  font-weight: 700
}

@media (min-width: 768px) {
  .question1 {
    text-align: left;
    line-height: 60px;
    letter-spacing: -0.52px;
    font-size: 52px;
    font-weight: 700;
  }
  .question2 {
    text-align: left;
    letter-spacing: -0.38px;
    line-height: 43px;
    font-size: 38px;
    font-weight: 700
  }
}
.type-box {
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (min-width: 768px) {
	.type-box {
      padding-top: 18px;
      padding-bottom: 18px;
    }
}

.topbar {
  margin-bottom: 0px;
  width: 100%;
  background-color: white;
  color: #2d2d2d;
  font-size: 14px;
}

.topbar__inner {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .topbar__inner {
    display: table;
  }
}

.topbar__col {
  position: relative;
  padding: 12px 0;
}

@media (min-width: 768px) {
  .topbar__col {
    display: table-cell;
    vertical-align: middle;
  }
}

.topbar__link {
  color: #3375BB;
}

.topbar__link:hover, .topbar__link:active, .topbar__link:focus {
  color: #1A66B7;
}

.topbar__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}

@media (max-width: 768px) {
  .topbar__link {
  	margin-top: 16px;
}
}

@media (min-width: 768px) {
  .topbar__controls {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .topbar__controls > * + * {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .topbar__collapse {
    display: none;
    padding-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .topbar__collapse {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .topbar__menu {
    padding: 0;
  }
}

.topbar__controls > b {
  margin-left: 8px;
}

.topbar__tab-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.topbar__tab-item:first-child {
  display: none;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.help-center-name {
  color: grey !important;
  text-decoration: none;
}

.help-center-name {
  display: inline-block;
  font-style: 'Montserrat', 'Roboto', sans-serif;
  font-weight: 700px;
  vertical-align: middle;
  margin: 0;
  color: inherit;
}

@media (max-width: 767px) {
  .help-center-name {
    display: none;
  }
}

.logo-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.footer-label{
  font-size: 13px;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.custom-footer ul{
  list-style-type: none;
}

.custom-footer li{
  padding-top: 6px;
}

.footer-container{
  border-top: 1px solid #F5F5F5;
}

.footer-container .container-inner {
  padding-top: 14px;
  border-top: 1px solid white;
}

.footer-container {
  padding: 24px 15px;
  color: #999;
  font-size: 14px;
  line-height: 1.1;
}

.footer-container__inner {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .footer-container__inner {
    display: table;
  }
}

.footer-container__col {
  position: relative;
}

@media (min-width: 768px) {
  .footer-container__col {
    display: table-cell;
    vertical-align: top;
  }
}

@media (min-width: 768px) {
  .footer-container__col--social-links {
    text-align: right;
  }
}

.footer-social-link {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #999;
  vertical-align: middle;
  font-size: 24px !important;
  line-height: 24px !important;
}

.footer-social-link + .footer-social-link {
  margin: 0 0 0 10px;
}

.footer-container__copyright a {
  color: #999;
}

@media (min-width: 768px) {
  .column--sm-1 {
    width: 8.33333%;
  }
  .column--sm-2 {
    width: 16.66667%;
  }
  .column--sm-3 {
    width: 25%;
  }
  .column--sm-4 {
    width: 33.33333%;
  }
  .column--sm-5 {
    width: 41.66667%;
  }
  .column--sm-6 {
    width: 50%;
  }
  .column--sm-7 {
    width: 58.33333%;
  }
  .column--sm-8 {
    width: 66.66667%;
  }
  .column--sm-9 {
    width: 75%;
  }
  .column--sm-10 {
    width: 83.33333%;
  }
  .column--sm-11 {
    width: 91.66667%;
  }
  .column--sm-12 {
    width: 100%;
  }
  .column--sm-pull-0 {
    right: auto;
  }
  .column--sm-pull-1 {
    right: 8.33333%;
  }
  .column--sm-pull-2 {
    right: 16.66667%;
  }
  .column--sm-pull-3 {
    right: 25%;
  }
  .column--sm-pull-4 {
    right: 33.33333%;
  }
  .column--sm-pull-5 {
    right: 41.66667%;
  }
  .column--sm-pull-6 {
    right: 50%;
  }
  .column--sm-pull-7 {
    right: 58.33333%;
  }
  .column--sm-pull-8 {
    right: 66.66667%;
  }
  .column--sm-pull-9 {
    right: 75%;
  }
  .column--sm-pull-10 {
    right: 83.33333%;
  }
  .column--sm-pull-11 {
    right: 91.66667%;
  }
  .column--sm-pull-12 {
    right: 100%;
  }
  .column--sm-push-0 {
    left: auto;
  }
  .column--sm-push-1 {
    left: 8.33333%;
  }
  .column--sm-push-2 {
    left: 16.66667%;
  }
  .column--sm-push-3 {
    left: 25%;
  }
  .column--sm-push-4 {
    left: 33.33333%;
  }
  .column--sm-push-5 {
    left: 41.66667%;
  }
  .column--sm-push-6 {
    left: 50%;
  }
  .column--sm-push-7 {
    left: 58.33333%;
  }
  .column--sm-push-8 {
    left: 66.66667%;
  }
  .column--sm-push-9 {
    left: 75%;
  }
  .column--sm-push-10 {
    left: 83.33333%;
  }
  .column--sm-push-11 {
    left: 91.66667%;
  }
  .column--sm-push-12 {
    left: 100%;
  }
  .column--sm-offset-0 {
    margin-left: 0%;
  }
  .column--sm-offset-1 {
    margin-left: 8.33333%;
  }
  .column--sm-offset-2 {
    margin-left: 16.66667%;
  }
  .column--sm-offset-3 {
    margin-left: 25%;
  }
  .column--sm-offset-4 {
    margin-left: 33.33333%;
  }
  .column--sm-offset-5 {
    margin-left: 41.66667%;
  }
  .column--sm-offset-6 {
    margin-left: 50%;
  }
  .column--sm-offset-7 {
    margin-left: 58.33333%;
  }
  .column--sm-offset-8 {
    margin-left: 66.66667%;
  }
  .column--sm-offset-9 {
    margin-left: 75%;
  }
  .column--sm-offset-10 {
    margin-left: 83.33333%;
  }
  .column--sm-offset-11 {
    margin-left: 91.66667%;
  }
  .column--sm-offset-12 {
    margin-left: 100%;
  }
}

.column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-footer ul{
  list-style-type: none;
}

.custom-footer li{
  padding-top: 6px;
}

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  font-size: 32px !important;
  line-height: 45px !important;
  text-align: center;
  border: 2px solid #3375BB;
  border-radius: 4px;
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 50px;
  height: 50px;
}

li {
  line-height: 1.5;
}

li > a {
  color: #3375BB;
}

footer a {
  color: #3375BB !important;
  padding: 0px !important;
}

footer h5 {
  margin-bottom: 24px; 
}

footer p {
	margin-bottom: 14px;
}

footer ul {
	padding: 0px 0px 0px 0px !important;
}

footer {
	text-align: left !important;
}

.container-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.fw-wrapper-shadow .fw-feedback
{
  display : none;
}

.home-sub-title {
  font-family: "Wix Madefor Display";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px; /* 113.158% */
  letter-spacing: -0.38px;
  color: #4B4B4B;
}