.overflow-y-hidden {
  overflow-y: hidden;
}

/* Fab Animation */

@-moz-keyframes animate {
  0% {
    -webkit-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
  6% {
    -webkit-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
  33% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  66% {
    -webkit-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
  72% {
    -webkit-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
  100% {
    -webkit-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
}
@-webkit-keyframes animate {
  0% {
    -webkit-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
  6% {
    -webkit-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
  33% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  66% {
    -webkit-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
  72% {
    -webkit-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
  100% {
    -webkit-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
}
@keyframes animate {
  0% {
    -webkit-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
  6% {
    -webkit-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
  33% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  66% {
    -webkit-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
  72% {
    -webkit-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
  100% {
    -webkit-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
}

/* Fade animation */

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

  .cnit-embeded .cnit-fab, 
  .hidden {
    display: none !important;
  }

  @media only screen and (max-width: 766px) {
    .hide-mobile {
      display: none !important;
    }
  }

  @media only screen and (min-width: 767px) {
    .hide-desktop {
      display: none !important;
    }
  }

  /* Animation */

  .fade-in {
    animation: fadein 0.5s;
  }

  .fade-out {
    animation: fadeout 0.5s;
  }

  /* Fixed Fab Height */

  .fixed-fab-space {
    min-height: 905px;
    height: fit-content;
  }

  /* Fab Float */

  .fab-float-icon-cont {
    z-index: 999;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: transparent;
    border: none;
  }

  .fab-float-exp-div {
    display: flex;
    justify-content: flex-end;
    width: fit-content;
  }

  .fab-float-exp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: var(--custom-6);
    border-radius: 100px;
    gap: 10px;
    box-shadow: 0px 0px 10px 0px #21212126;
    width: 56px;
    overflow: hidden;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    max-width: calc(100vw - 60px);

    @media screen and (min-width: 1280px) {
      max-width: calc(100vw - 85px);
    }
  }

  .fab-float-icon-cont:hover > div > div {
    width: 100%;
  }
  .fab-float-icon-cont:focus {
    outline: none !important;
  }

  .fab-float-icon-cont:focus {
    outline: none !important;
  }

  .fab-float-exp-expanded {
    width: 100%;
  }

  .fab-float-icon-cont:focus-visible > div > div {
    outline: 1px solid var(--white);
    box-shadow: 0px 0px 5px 0px #005eb8b2;
  }

  .fab-float-icon-cont:focus-visible > div > div > div {
    background-color: var(--primary);
  }

  .fab-float-txt {
    line-height: 20px;
    color: var(--primary);
    margin: 0;
    padding-left: 16px;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
  }

  .fab-float-icon-div {
    display: flex;
    border-radius: 100px;
    background-color: var(--primary-light);
    padding: 4px;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    min-height: 56px;
  }

  .fab-float-icon {
    width: 40px;
    height: 40px;
  }

  .fab-float-icon2-div {
    position: absolute;
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
  }

  .fab-float-icon2-cont {
    display: flex;
    height: 30px;
    gap: 10px;
  }

  .fab-float-icon2 {
    height: 30px;
    width: 30px;
  }

  .fab-float-icon2 {
    -webkit-animation: animate 6s ease-in-out infinite;
    -moz-animation: animate 6s ease-in-out infinite;
    animation: animate 6s ease-in-out infinite;
  }

  /* Fab */

  .fab-cont-embeded-cont {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    padding: 50px 150px;
    gap: 30px;
    align-items: center;
  }

  @media only screen and (max-width: 1050px) {
    .fab-cont-embeded-cont {
      padding: 50px 20px;
    }

    .fab-link-selections {
      gap: 20px !important;
    }
  }

  @media only screen and (max-width: 767px) {
    .fab-cont-embeded-cont {
      padding: 30px 0;
    }
  }

  .fab-cont-embeded {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fab-cont-popup {
    height: 100%;
    width: 100%;
    padding: 75px 15px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background: #212121b8;
    overflow-y: auto;
    display: flex;
  }

  @media only screen and (min-height: 950px) {
    .fab-cont-popup {
      align-items: center;
    }
  }

  @media only screen and (min-width: 400px) {
    .fab-cont-popup {
      justify-content: center;
    }
  }

  .fab-txt {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    padding-bottom: 50px;
    gap: 20px;
    align-items: center;
  }

  @media only screen and (max-width: 767px) {
    .fab-txt {
      padding: 0 15px;
      padding-bottom: 40px;
      gap: 10px;
    }
  }

  .fab-title {
    text-align: center;
    margin: 0;
  }

  .fab-desc {
    max-width: 750px;
    text-align: center;
    margin: 0;
  }

  .fab {
    display: flex;
    max-width: 1140px;
    width: 100%;
    height: fit-content;
    background-color: var(--primary);
    box-shadow: 0px 0px 10px 0px #21212126;
    flex-direction: column;
    padding: 32px 56px;
    gap: 32px;
    border-radius: 10px;
  }

  @media only screen and (max-width: 767px) {
    .fab {
      max-width: 375px;
      padding: 32px 16px;
      border-radius: 20px;
    }
  }

  .fab-popup {
    max-width: 1140px !important;
    padding: 32px, 53px, 32px, 53px !important;
  }

  .fab-close-div {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }

  .fab-close {
    width: 24px;
    height: 24px;
    position: absolute;
    transition: transform 0.2s;
  }

  .fab-close:hover {
    transform: scale(1.1);
  }

  .fab-div1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    gap: 12px;
    align-items: center;
  }

  .fab-progress-div {
    display: flex;
    width: fit-content;
    height: 24px;
    border-radius: 15px;
    padding: 2px 24px;
    align-items: center;
    border: 1px solid #f5f5f54d;
  }

  .fab-progress {
    width: 35px;
    color: var(--white) !important;
    text-align: center;
    margin: 0;
    white-space: nowrap;
  }

  .fab-question {
    width: 100%;
    color: var(--white) !important;
    text-align: center;
    margin: 0;
  }

  @media only screen and (max-width: 767px) {
    .fab-question {
      font-size: 20px;
    }
  }

  .fab-div2 {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  /* Form */

  .select-3 {
    grid-column-start: 1;
    grid-column-end: 4;
    margin: 0;
    color: var(--gray-600) !important;
  }

  @media only screen and (max-width: 767px) {
    .select-3 {
      grid-column-end: 3;
    }
  }

  .fab-select {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding: 32px;
    border-radius: 10px;
    column-gap: 20px;
    row-gap: 16px;
    background-color: var(--white);
  }

  @media only screen and (max-width: 767px) {
    .fab-select {
      column-gap: 12px;
      row-gap: 12px;
      padding: 16px;
    }
  }

  .fab-radio-cont {
    display: flex;
    width: 100%;
  }

  .fab-radio-view {
    display: flex;
    grid-column-start: 1;
    grid-column-end: 3;
    justify-content: center;
    align-items: center;
    color: var(--primary-light);
    font-size: 14px;
    line-height: 22px;
    padding-top: 12px;
  }

  .fab-radio-view:hover {
    color: var(--primary);
    cursor: pointer;
  }

  .fab-radio-label {
    display: flex;
    width: 100%;
    height: auto;
    padding: 10px 18px;
    color: var(--primary-light) !important;
    background-color: var(--custom-6);
    border-radius: 5px;
    margin: 0;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    letter-spacing: 0 !important;
  }

  @media only screen and (max-width: 767px) {
    .fab-radio-label {
      padding: 10px 12px;
    }
  }

  .fab-label-img {
    color: var(--primary-light) !important;
    min-width: 36px;
    min-height: 36px;
    width: 36px;
    height: 36px;
  }

  .fab-radio-label:hover {
    color: var(--primary-dark) !important;
    box-shadow: 0px 0px 10px 0px #21212126;

    .fab-label-img {
      color: var(--primary-dark) !important;
    }
  }

  .fab-radio:focus-visible + .fab-radio-label {
    background-color: var(--primary);
    color: var(--white) !important;
    outline: 2px solid var(--white);
    box-shadow: 0px 0px 5px 0px #005eb8b2;

    .fab-label-img {
      color: var(--white) !important;
    }
  }

  .fab-radio:checked + .fab-radio-label {
    background-color: var(--primary);
    color: var(--white) !important;

    .fab-label-img {
      color: var(--white) !important;
    }
  }

  .fab2-radio-label {
    min-height: 56px;
    justify-content: flex-start;
    text-align: left;
    gap: 8px;
  }

  @media only screen and (max-width: 767px) {
    .fab2-radio-label {
      min-height: 104px;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      padding: 10px 12px;
    }
  }

  input[type="radio"] {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
  }

  input[type="checkbox"] {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
  }

  .fab-radio-disabled {
    opacity: 30%;
    box-shadow: none !important;
  }

  .fab-radio-disabled2 {
    opacity: 30%;
    box-shadow: none !important;
  }

  @media only screen and (min-width: 768px) {
    .fab-select {
      padding: 32px;
    }

    .fab-select1 {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .fab-select2 {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto 1fr 1fr 1fr 1fr;
    }

    .fab-select3 {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr;
    }
  }

  /* Link */

  .fab-link {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: fit-content;
    padding: 16px 32px;
    border-radius: 10px;
    gap: 24px;
    margin-top: 16px;
    background-color: rgba(0, 69, 133, 0.3);
    align-items: center;
  }

  .fab-link-selections {
    display: flex;
    width: 100%;
    gap: 32px;
  }

  .fab-link-title {
    min-width: 113px;
    font-size: 14px !important;
    height: 20px;
    line-height: 20px;
    color: var(--light-9);
    margin: 0;
  }

  @media only screen and (max-width: 767px) {
    .fab-link-title {
      font-size: 12px !important;
    }
  }

  .fab-link-cont {
    background-color: transparent;
    border: none;
  }

  .fab-link-cont {
    display: flex;
    gap: 8px;
    align-items: center;
    /* max-width: 256px; */
    padding: 5px;
    border-radius: 5px;
    /* width: 100%; */
  }

  .fab-link-cont:has(.fab-link-txt:focus-visible) {
    outline: 1px solid var(--white);
  }

  @media only screen and (max-width: 767px) {
    .fab-link-cont {
      /* max-width: 224px; */
    }
  }

  .fab-link-txt {
    display: flex;
    position: relative;
    overflow: hidden;
    font-size: 14px !important;
    color: var(--light-9) !important;
    cursor: pointer;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .fab-link-txt:focus-visible {
    outline: none;
  }

  .fab-link-txt > p {
    margin: 0 !important;
  }

  @media only screen and (max-width: 800px) {
    .fab-link-cont {
      padding: 0;
    }

    .fab-link {
      flex-direction: column;
      padding: 12px 16px;
      gap: 12px;
      margin-top: 12px;
      align-items: flex-start;
    }

    .fab-link-selections {
      flex-direction: column;
      gap: 12px;
    }

    .fab-link-title {
      font-size: 12px !important;
    }

    .fab-link-txt {
      font-size: 12px !important;
      /* align-items: flex-start; */
    }
  }

  /* Fade in underline*/

  @media only screen and (min-width: 768px) {
    .fab-link-txt::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: var(--light-9);
      opacity: 1;
      transform: translate3d(-100%, 0, 0);
      transition: opacity 300ms, transform 300ms;
    }

    .fab-link-txt:hover::after {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  .fab-link-icon {
    min-width: 16px;
    min-height: 16px;
    width: 16px;
    height: 16px;
  }

  /* Button */
  .fab-btns {
    display: flex;
    width: 100%;
    gap: 16px;
    justify-content: center;
  }

  .fab-btn {
    display: flex;
    width: fit-content;
    height: 42px;
    padding: 10px 18px;
    border-radius: 5px;
    letter-spacing: 0px;
    align-items: center;
    justify-content: center;

    text-decoration: none !important;
  }

  .fab-btn1 {
    background-color: var(--primary);
    color: var(--white) !important;
    border: 2px solid var(--white);
  }

  .fab-btn1:hover:not([disabled]) {
    outline: 1px solid var(--white);
  }

  .fab-btn1:focus:not([disabled]) {
    outline: 1px solid var(--white);
  }

  .fab-btn1:active:not([disabled]) {
    outline: 1px solid var(--white);
  }

  .fab-btn1:disabled {
    opacity: 30%;
  }

  .fab-btn2 {
    background-color: var(--white);
    color: var(--primary-light);
    border: 2px solid var(--white);
    width: 226px;
    max-width: 226px;
  }

  .fab-btn2:hover:not([disabled]) {
    color: var(--primary-dark);
  }

  .fab-btn2:focus:not([disabled]) {
    outline: 2px solid var(--white) !important;
    box-shadow: 0px 0px 5px 0px #0084ff4d;
  }

  .fab-btn2:disabled {
    opacity: 30%;
  }

  @media only screen and (max-width: 767px) {
    .fab-btn2 {
      background-color: var(--white);
      color: var(--primary-light);
      border: 2px solid var(--white);
      width: 200px;
    }
  }

  /* Circle */

  .fab-icon-cont {
    display: flex;
    height: 165px;
    width: 100%;
    overflow: hidden;
    justify-content: center;

    @media only screen and (max-width: 590px) {
      width: 250px;
    }
  }

  .fab-icon-cont::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for IE, Edge and Firefox */
  }

  .fab-icon-cont {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }

  .fab-icon-div {
    position: relative;
    display: flex;
    background-color: var(--primary);
    border-radius: 40%;
    height: 652px;
    width: 652px;
    justify-content: center;
    align-items: center;
  }

  .r0 {
    transform: rotate(0deg);
  }

  .r1 {
    transform: rotate(-72deg);
  }

  .r2 {
    transform: rotate(-144deg);
  }

  .r3 {
    transform: rotate(-216deg);
  }

  .r4 {
    transform: rotate(-288deg);
  }

  .r5 {
    transform: rotate(-432deg);
  }

  .fab1-transition {
    transition: all 0.75s 0.25s;
  }

  .fab1-circle {
    position: absolute;
    width: 430px;
    height: 430px;
    border-radius: 100%;
    border: 1px solid var(--primary-dark);
  }

  .fab-icon {
    position: absolute;
    z-index: 2;
  }

  .fab-icon1 {
    top: 0px;
    width: 203px;
    height: 160px;
  }

  .fab-icon2 {
    right: 0;
  }

  .fab-icon3 {
    bottom: 0;
  }

  .fab-icon4 {
    left: 0;
  }
