/**
 *
 * Footer
 *
 */
.section-footer {
  --font-family-base: "Plus Jakarta Sans", sans-serif;
  width: 100%;
  padding-top: 75px;
  background-image: linear-gradient(180deg, #F5F6F8 0%, #fff 100%);
}
@media (max-width: 1199px) {
  .section-footer {
    padding-top: 77px;
  }
}
@media (max-width: 991px) {
  .section-footer {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .section-footer {
    padding-top: 48px;
  }
}
.section-footer .container {
  padding: 0 25px;
  width: 1650px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .section-footer .container {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .section-footer .container {
    padding: 0 20px;
  }
}
.section-footer__logo {
  margin-bottom: 34px;
  display: inline-block;
}
@media (max-width: 991px) {
  .section-footer__logo {
    margin-bottom: 30px;
  }
}
.section-footer .footerButtonsWrapper {
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) {
  .section-footer .footerButtonsWrapper {
    display: none;
  }
}
.section-footer .footerContactUs {
  margin-top: 95px;
}
@media (max-width: 991px) {
  .section-footer .footerContactUs {
    display: none;
  }
}
.section-footer .footerContactUs .footerContactUs__title {
  margin: 0;
  color: var(--color-blue-darker);
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
  align-items: center;
  gap: 5px;
}
.section-footer .footerContactUs .footerContactUs__title svg {
  width: 25px;
  height: 25px;
}
.section-footer .footerContactUs .footerContactUs__tel {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.section-footer .footerContactUs .footerContactUs__tel_num {
  color: rgba(32, 28, 68, 0.9);
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.section-footer .footerContactUs .footerContactUs__tel_det {
  color: rgba(32, 28, 68, 0.4);
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  text-decoration-line: none;
}
.section-footer .footerContactUs .footerContactUs__message {
  color: var(--color-blue-darker);
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: 10px;
}
.section-footer .footerContactUs .footerContactUs__address {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.43;
  color: var(--color-blue-darker);
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.section-footer .footerContactUs .footerContactUs__address svg {
  width: 25px;
  height: 25px;
}
.section-footer .section-footer__button_appLinks {
  display: flex;
  gap: 16px;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .section-footer .section-footer__button_appLinks {
    margin-top: 30px;
    justify-content: center;
    order: 2;
  }
}
.section-footer .section-footer__button_appLinks a {
  margin: 0;
  padding: 0;
  background: transparent;
  width: 145px;
  height: auto;
}
.section-footer .section-footer__button_appLinks a.play-store-link {
  width: 160px;
}
.section-footer .section-footer__button_appLinks a img {
  -o-object-fit: cover;
  object-fit: cover;
}
.section-footer .login_and_share {
  display: flex;
  gap: 30px;
  margin-top: 45px;
  position: relative;
  align-items: center;
}
@media (max-width: 991px) {
  .section-footer .login_and_share {
    order: 1;
    margin-top: 0;
    justify-content: center;
  }
}
.section-footer .login_and_share a, .section-footer .login_and_share button {
  background: transparent;
  border: none;
  color: rgba(32, 28, 68, 0.9);
  font-family: Inter;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
}
.section-footer .login_and_share a span, .section-footer .login_and_share button span {
  color: rgba(32, 28, 68, 0.9);
  font-family: Inter;
  font-size: 16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 991px) {
  .section-footer .login_and_share a.loginBtn {
    display: none;
  }
}
@media (max-width: 991px) {
  .section-footer .login_and_share button > svg {
    display: none;
  }
  .section-footer .login_and_share button > span {
    display: none;
  }
}
.section-footer .login_and_share .shareBtn:hover .section-footer__bottom-socials {
  display: flex;
}
.section-footer .login_and_share .section-footer__bottom-socials {
  display: none;
  position: absolute;
  top: 32px;
  left: 6px;
  width: 271px;
  height: 75px;
  border-radius: 16px;
  background: #FEFEFE;
  box-shadow: -5px 5px 20px 0px rgba(32, 28, 68, 0.1);
  gap: 12px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .section-footer .login_and_share .section-footer__bottom-socials {
    display: flex !important;
    position: relative;
    top: unset;
    left: unset;
    background: transparent;
    box-shadow: none;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.section-footer .login_and_share .section-footer__bottom-socials a {
  width: 39px;
  height: 39px;
}
.section-footer__copyright p {
  margin: 0;
  line-height: 1.43;
  color: rgba(32, 28, 68, 0.5);
  font-family: Inter, serif;
  font-size: 16px;
  font-weight: 300;
}
.section-footer__buttons {
  display: grid;
  grid-gap: 0;
  justify-content: start;
}
@media (max-width: 991px) {
  .section-footer__buttons {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 374px) {
  .section-footer__buttons {
    grid-gap: 7px;
  }
}
.section-footer__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  border-radius: 18px;
  border-radius: 50px;
  color: var(--color-white);
  border: 1px solid var(--color-blue);
  background: var(--color-blue);
  line-height: 1;
  padding: 12px 20px 14px;
}
.section-footer__button.bookADemo {
  color: var(--color-blue-darker);
  border: 1px solid var(--color-blue-darker);
  color: var(--color-blue-darker);
  background: var(--color-white);
}
.section-footer__button.bookADemo:hover {
  color: var(--color-blue-darker);
  border: 1px solid var(--color-btn-hover);
  color: var(--color-btn-hover);
  background: var(--color-white);
}
.section-footer__button:hover {
  background: var(--color-btn-hover);
  border-color: var(--color-blue);
  color: var(--color-white);
}
.section-footer__button svg path {
  transition: 0.2s;
}
.section-footer__button.createAppBtn svg {
  margin-left: 10px;
}
.section-footer__button.app-store-link, .section-footer__button.play-store-link {
  border: none;
  padding: 0 10px;
  margin: 0;
  justify-content: start;
}
.section-footer__button.app-store-link img, .section-footer__button.play-store-link img {
  width: 100%;
}
.section-footer__button.app-store-link {
  margin-top: 20px;
}
.section-footer__button.play-store-link {
  margin-bottom: 20px;
}
.section-footer__badges {
  width: 349px;
  max-width: 349px;
  height: 63px;
  margin-inline: auto;
  margin-top: 90px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 991px) {
  .section-footer__badges {
    margin-top: 50px;
    order: 3;
  }
}
.section-footer__inner {
  display: grid;
  grid-template-columns: 17.1875vw 1fr;
  justify-content: space-between;
  grid-gap: 15.625vw;
  padding-bottom: 50px;
}
@media (max-width: 1100px) {
  .section-footer__inner {
    grid-template-columns: 22vw 1fr;
  }
}
@media (max-width: 991px) {
  .section-footer__inner {
    padding-bottom: 50px;
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 100px;
  }
}
@media (max-width: 767px) {
  .section-footer__inner {
    grid-gap: 50px;
  }
}
@media (max-width: 991px) {
  .section-footer__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.section-footer__menu {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-gap: 40px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .section-footer__menu {
    grid-auto-columns: unset;
    grid-auto-flow: unset;
    grid-template-columns: repeat(3, minmax(140px, auto));
    grid-gap: 120px;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section-footer__menu {
    max-width: 100%;
    display: block;
    grid-gap: unset;
    width: 100%;
  }
}
.section-footer__menuColumn {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .section-footer__menuColumn {
    gap: 0;
  }
}
@media (max-width: 767px) {
  .section-footer__menuNav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
  }
  .section-footer__menuNav.accordion-opened .section-footer__menuNav-list {
    max-height: 600px;
    overflow: visible;
    overflow-y: auto;
    padding-top: 8px;
    padding-bottom: 34px;
  }
  .section-footer__menuNav.accordion-opened .section-footer__menuNav-title:after {
    transform: rotate(-180deg);
  }
  .section-footer__menuNav[data-name="Contact us"] ul li {
    margin-bottom: 10px;
  }
  .section-footer__menuNav[data-name="Contact us"] ul li:last-child a {
    text-decoration-line: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
  }
  .section-footer__menuNav[data-name="Contact us"] ul li a:first-child {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .section-footer__menuNav[data-name="Contact us"] ul li a span:first-child {
    text-decoration-line: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
  }
  .section-footer__menuNav[data-name="Contact us"] ul li a .link_tag {
    display: inline-block;
    color: rgba(32, 28, 68, 0.4);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    background: transparent;
    padding: 0;
    margin-left: 0;
  }
}
.section-footer__menuNav-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: var(--font-family-base);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
  color: var(--color-blue-darker);
}
@media (max-width: 767px) {
  .section-footer__menuNav-title {
    margin-bottom: 0;
    padding: 20px 0;
    cursor: pointer;
    position: relative;
  }
  .section-footer__menuNav-title:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    transform: rotate(0deg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'><path d='M1 0.969725L7.06055 7.03027L13.1211 0.969726' stroke='%23201C44' stroke-width='1.38568' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    transition: 0.2s;
  }
}
.section-footer__menuNav-title_tag {
  display: none;
}
@media (max-width: 767px) {
  .section-footer__menuNav-title_tag {
    display: inline-block;
    border-radius: 4px;
    background: linear-gradient(90deg, #D2E9FF 0%, #E4DDFF 100%);
    color: #363357;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    padding: 3px 9px 4px;
    margin-left: 5px;
  }
}
.section-footer__menuNav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .section-footer__menuNav-list {
    max-height: 0;
    overflow: hidden;
    transition: 0.2s;
    padding-left: 6px;
  }
}
.section-footer__menuNav-list li {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.43;
  color: var(--color-blue-darker);
  opacity: 0.9;
}
.section-footer__menuNav-list li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section-footer__menuNav-list li:not(:last-child) {
    margin-bottom: 25px;
  }
}
.section-footer__menuNav-list li a {
  color: inherit;
}
@media (max-width: 767px) {
  .section-footer__menuNav-list li a {
    white-space: nowrap;
  }
}
.section-footer__menuNav-list li a:hover {
  font-weight: 600;
}
.section-footer__menuNav-list li a .link_tag {
  color: var(--color-blue-darker);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  padding: 2px 9px;
  border-radius: 4px;
  background: linear-gradient(90deg, #D2E9FF 0%, #E4DDFF 100%);
  margin-left: 5px;
}
.section-footer__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 31px 0 48px;
  max-width: 100%;
  gap: 50px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .section-footer__bottom {
    padding: 24px 0 45px;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}
.section-footer__bottom-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-flow: wrap;
}
@media (max-width: 991px) {
  .section-footer__bottom-links {
    justify-content: center;
    gap: 16px 10px;
  }
}
@media (max-width: 767px) {
  .section-footer__bottom-links {
    justify-content: center;
    gap: 0;
  }
}
.section-footer__bottom-links li {
  font-family: Inter, serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.33;
  color: var(--color-blue-darker);
}
.section-footer__bottom-links li .ot-sdk-show-settings,
.section-footer__bottom-links li a {
  text-decoration-line: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
  color: var(--color-blue-darker) !important;
}
.section-footer__bottom-links li .ot-sdk-show-settings:hover,
.section-footer__bottom-links li a:hover {
  color: var(--color-blue);
}
@media (min-width: 768px) {
  .section-footer__bottom-links li:not(:last-child) {
    margin-right: 1.5em;
  }
}
@media (max-width: 767px) {
  .section-footer__bottom-links li {
    margin: 0 10px 10px;
  }
}
@media (max-width: 374px) {
  .section-footer__bottom-links li {
    font-size: 14px;
    margin: 0 7px 10px;
  }
}
.section-footer__bottom-socials {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 28px;
  grid-auto-rows: 28px;
  grid-gap: 28px;
}
.section-footer__bottom-socials a {
  --social-icon-color: #4D4D4D;
}
.section-footer__bottom-socials a:hover {
  --social-icon-color: #2998FF;
}
.section-footer__bottom-socials svg {
  max-width: 100%;
  max-height: 100%;
}
.section-footer__bottom-socials svg path {
  transition: 0.2s;
}

.rtl .section-footer {
  direction: rtl;
}
.rtl .section-footer .section-footer__button.loginBtn {
  padding-left: 15px;
}
.rtl .section-footer .section-footer__button.loginBtn svg {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .section-footer .section-footer__button.createAppBtn svg {
  margin-left: 0;
  margin-right: 10px;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .rtl .section-footer .section-footer__bottom-links li:not(:last-child) {
    margin-left: 48px;
    margin-right: 0;
  }
}
.rtl .section-footer .section-footer__menuNav[data-name="Talk with sales"] {
  display: none;
}
.rtl .section-footer .section-footer__menuNav-title {
  font-size: 18px;
}
@media (max-width: 767px) {
  .rtl .section-footer .section-footer__menuNav-title {
    padding: 15px 6px 15px 0;
  }
  .rtl .section-footer .section-footer__menuNav-title:after {
    right: unset;
    left: 15px;
    transform: rotate(-180deg);
  }
}
.rtl .section-footer .section-footer__menuNav-list li {
  font-size: 16px;
}
@media (max-width: 767px) {
  .rtl .section-footer .section-footer__menuNav-list {
    padding-left: 0;
    padding-right: 6px;
  }
}
@media (max-width: 767px) {
  .rtl .section-footer .section-footer__menuNav.accordion-opened .section-footer__menuNav-title:after {
    transform: rotate(-270deg);
  }
}

[lang=en-US] .section-footer .footerContactUs .footerContactUs__address svg {
  display: none;
}

@media only screen and (max-width: 425px) {
  #onetrust-banner-sdk #onetrust-policy {
    margin-top: 1em !important;
  }
}
/*# sourceMappingURL=section-footernew.css.map */
