body {
  font-family: 'CircularXX', sans-serif;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #171717;
  background-color: #f2f2f2;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.paragrph {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #171717 !important;
  font-weight: normal;
}
.display {
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: bold;
  color: #171717;
}
.link {
  font-size: 16px !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  color: #171717 !important;
  text-decoration: none !important;
}
.link:focus {
  color: #171717 !important;
  outline-offset: 2px !important;
  background-color: #4de8e3 !important;
  outline: 2px solid #4de8e3 !important;
  text-decoration: underline !important;
}
.link:hover,
.link:active {
  color: #171717 !important;
  outline-offset: 2px !important;
  background-color: #4de8e3 !important;
  text-decoration: underline !important;
}
.font-bold {
  font-weight: bold;
}
.font-yellow {
  color: #F6F3D2 !important;
}
.font-underline {
  text-decoration: underline !important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.font-center {
  text-align: center !important;
}
.menu {
  color: #00264C !important;
}
.menu:hover {
  text-decoration: underline !important;
}
.no-bg-btn {
  box-shadow: none;
  background-color: transparent;
  color: #00264C !important;
  border: 0;
  font-size: 16px !important;
  text-align: center !important;
  font-weight: bold !important;
  cursor: pointer !important;
  border-radius: 30px;
}
.no-bg-btn:hover {
  background-color: #00264C !important;
  color: #f2f2f2 !important;
}
.container-lg {
  max-width: 1150px;
  margin: 0 auto;
  padding: 30px 0;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-20 {
  padding: 20px !important;
}
.gap-10 {
  gap: 10px;
}
.flex-responsive {
  display: flex;
  flex-direction: row;
}
.flex {
  display: flex;
}
.flex-box {
  width: 50%;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 17px;
  }
  .display {
    font-size: 56px;
  }
}
@media screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }
  .flex-responsive-tier {
    flex-direction: column;
    text-align: center;
    width: 100%;
    gap: 10px;
    display: flex;
  }
  .flex-box-tier {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .display {
    font-size: 48px;
  }
  .flex-responsive {
    flex-direction: column;
    text-align: center;
    width: 100%;
    gap: 10px;
    display: flex;
  }
  .flex-box {
    width: 100% !important;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 16px;
  }
  .display {
    font-size: 40px;
  }
}
.ant-form-item-label {
  font-weight: bold;
}
.ant-select-item.ant-select-item-option.ant-select-item-option-active {
  background: #e4e4e4;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background: #def5fd;
}
.carousel-darktheme > .slick-dots > li > button {
  background-color: #646464 !important;
  border-color: #fff !important;
}
.carousel-darktheme > .slick-dots > li.slick-active > button {
  background-color: #252525 !important;
  border-color: #fff !important;
}
.ant-btn.ant-btn-link.btn-dark-theme {
  color: #fff !important;
}
select .ant-btn-primary:focus,
.ant-input:focus,
.ant-input-focused {
  outline: solid 2px #32c5ff;
}
.ant-select-item-option-content {
  overflow: initial !important;
  white-space: normal !important;
  text-overflow: initial !important;
}
.ant-btn,
.ant-btn > i,
.ant-btn > span {
  transition: none !important;
}
.ant-btn {
  height: 38px;
}
a.ant-btn {
  padding-top: 4px;
}
.ant-modal-body {
  padding: 20px;
}
.ant-btn-lg,
.ant-btn-round.ant-btn-lg {
  white-space: normal;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 9.4px 20px;
}
iframe[title='recaptcha challenge'] {
  transform: translateY(-10%);
}
iframe[allowfullscreen] {
  width: 100%;
  max-width: 700px;
}
.ant-radio-inner {
  border-color: #00264C !important;
}
.ant-radio-checked::after {
  color: #00264C !important;
  border: 1px solid #00264C !important;
}
.ant-radio-inner::after {
  background-color: #00264C !important;
}
.ant-collapse > .ant-collapse-item {
  background: white  !important;
}
.ant-drawer-title {
  font-size: 16px;
  color: #00264c !important;
}
#dvFastForms .ff-btn-submit {
  background-color: #00264c !important;
  color: #f6f3d2 !important;
  border: 2px solid #00264c !important;
  font-size: 16px !important;
  text-align: center !important;
  font-weight: bold !important;
  cursor: pointer !important;
  padding: 20px 42px !important;
  line-height: 0 !important;
  border-width: 2px !important;
  border-radius: 30px !important;
  margin: 0 !important;
}
#dvFastForms .btnDiv input:hover {
  background-color: #00264c !important;
  color: #4de8e3 !important;
}
#dvFastForms .btnDiv {
  text-align: left !important;
  margin-top: 30px !important;
}
#dvFastForms .ff-section-header {
  font-weight: bold !important;
  font-size: 22px !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  color: #171717 !important;
}
#dvFastForms label {
  font-size: 16px !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  color: #171717 !important;
  font-weight: normal !important;
}
.ff-form-main,
#dvFastForms .ff-group-row {
  max-width: 700px !important;
  padding: 0 !important;
  background: rgb(242 242 242) !important;
}
#dvFastForms select,
#dvFastForms input {
  padding: 6px 20px !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  width: 100% !important;
}
#dvFastForms .ff-field-col {
  width: 100% !important;
  flex-direction: column !important;
  padding: 3px !important;
}
#dvFastForms .ff-item-row {
  padding-top: 8.5px !important;
}
#dvFastForms .ff-required-mark {
  color: red !important;
}
@media only screen and (max-width: 800px) {
  #dvFastForms .ff-btn-submit {
    width: 100% !important;
  }
}
.ant-drawer-content {
  background-color: #f2f2f2 !important;
  color: #00264C !important;
}
.ant-drawer-header {
  background-color: #00264C !important;
  color: #f6f3d2 !important;
  border-radius: 0  !important;
}
.ant-drawer-title {
  font-size: 20px  !important;
  color: #f6f3d2 !important;
  font-weight: 600  !important;
}
.ff-form-main {
  padding: 20px 30px !important;
}
.ff-form-main label {
  color: #00264c !important;
}
.ant-drawer-body {
  padding: 0 !important;
}
.ant-drawer-content-wrapper {
  width: 620px !important;
}
@media (max-width: 768px) {
  .ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
    width: 100%;
  }
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: #00264C !important;
}
.ant-radio-inner {
  width: 40px;
  height: 40px;
  border-width: 2px;
}
.ant-radio-inner::after {
  top: 2px;
  left: 2px;
  width: 32px;
  height: 32px;
  border-radius: 20px;
}
.ant-radio-wrapper {
  display: flex;
  align-items: center;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #00dd60 !important;
  background: #00dd60 !important;
  color: #00264c !important;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #00264c !important;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) .icon {
  color: #00264c !important;
}
.hide-on-seeker-download {
  display: block;
}
.show-on-seeker-download {
  display: none;
}
@media print {
  @page {
    margin: 3.5mm 11mm;
  }
  body {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  .show-on-seeker-download {
    display: block;
  }
  .hide-on-seeker-download {
    display: none;
  }
  .seeker-pagebreak {
    clear: both;
    page-break-before: always;
    margin: 1.5rem;
  }
  .seeker-bg-color {
    border: #036c91 !important;
    background-color: #036c91 !important;
    color: white !important;
    cursor: pointer !important;
  }
}
.ant-modal-mask {
  backdrop-filter: blur(10px);
  background-color: #00264C99;
}
.ant-modal {
  top: 20px !important;
}
.ant-tooltip-inner {
  background-color: #f6f6f6 !important;
  font-size: 15px  !important;
  color: #00264C99 !important;
}
.custom-tooltip .ant-tooltip-content {
  width: 500px  !important;
}
.ant-menu-root.ant-menu-vertical {
  border: 0  !important;
}
.ant-menu-item > a {
  font-size: 16px !important;
  color: rgb(0 38 76) !important;
}
.ant-menu-item {
  border-radius: 20px !important;
}
.ant-menu-item:hover {
  background-color: #00DD60 !important;
  border-radius: 20px !important;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url('/fonts/hk-grotesk/hkgrotesk-bold-webfont.woff2') format('woff2'), url('/fonts/hk-grotesk/hkgrotesk-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('/fonts/hk-grotesk/hkgrotesk-bolditalic-webfont.woff2') format('woff2'), url('/fonts/hk-grotesk/hkgrotesk-bolditalic-webfont.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('/fonts/hk-grotesk/hkgrotesk-italic-webfont.woff2') format('woff2'), url('/fonts/hk-grotesk/hkgrotesk-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('/fonts/hk-grotesk/hkgrotesk-light-webfont.woff2') format('woff2'), url('/fonts/hk-grotesk/hkgrotesk-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('/fonts/hk-grotesk/hkgrotesk-lightitalic-webfont.woff2') format('woff2'), url('/fonts/hk-grotesk/hkgrotesk-lightitalic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('/fonts/hk-grotesk/hkgrotesk-medium-webfont.woff2') format('woff2'), url('/fonts/hk-grotesk/hkgrotesk-medium-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('/fonts/hk-grotesk/hkgrotesk-mediumitalic-webfont.woff2') format('woff2'), url('/fonts/hk-grotesk/hkgrotesk-mediumitalic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('/fonts/hk-grotesk/hkgrotesk-regular-webfont.woff2') format('woff2'), url('/fonts/hk-grotesk/hkgrotesk-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('/fonts/hk-grotesk/hkgrotesk-semibold-webfont.woff2') format('woff2'), url('/fonts/hk-grotesk/hkgrotesk-semibold-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('/fonts/hk-grotesk/hkgrotesk-semibolditalic-webfont.woff2') format('woff2'), url('/fonts/hk-grotesk/hkgrotesk-semibolditalic-webfont.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.loading-text {
  display: inline-block;
  animation: pulse 1.5s ease-in-out infinite;
}

