@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

/* Remove default margin 
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
*/
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

html {
  scroll-padding-top: 7.2rem;
}

html,
body {
  height: 100%;
}

/* Set core body defaults */
body {
  font-family: "Roboto", sans-serif;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-size: 16px;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture,
svg {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: smooth;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: smooth !important;
  }
}
.container-fixed {
  width: min(100%, 1140px);
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.header-inner {
  height: 90px;
}

.breadcrumb-section {
  margin-top: 96px;
}
.breadcrumb-section .breadcrumb-link {
  color: #475467;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.breadcrumb-section .breadcrumb-link:hover {
  color: #2c87d7;
}
.breadcrumb-section .breadcrumb-link::before {
  font-family: "font";
  content: "";
  background: url(../images/breadcrumb-arrow.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 6px 12px;
}

#LoadHeader {
  background: linear-gradient(90.41deg, #0e0a31 9.2%, #011017 50.35%);
  box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  z-index: 99;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  transition-duration: 0.4s;
  width: 100%;
}
#LoadHeader.home-header {
  background: 0 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  filter: drop-shadow(0px 9px 9px rgba(0, 0, 0, 0.1));
}
#LoadHeader.home-header.position-fixed {
  position: sticky;
  background: linear-gradient(90.41deg, #0e0a31 9.2%, #011017 50.35%);
  top: 0;
  z-index: 99;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  transition-duration: 0.4s;
  width: 100%;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.header.index-header {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99;
}
.header.navbar-scroll {
  background: linear-gradient(90.41deg, #0e0a31 9.2%, #011017 50.35%) !important;
  position: fixed;
  top: 0;
  z-index: 99;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) !important;
  transition-duration: 0.4s;
  width: 100%;
}

header {
  padding: 4px;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 12px;
  padding-top: 2px;
}
header .logo-panel {
  display: flex;
  align-items: center;
  gap: 16px;
}
header .logo-panel .poweredby {
  color: #cccccc;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
header .logo-panel .poweredby .linkclr {
  color: #fff;
}
header .logo-panel .poweredby .linkclr:hover {
  color: #177dc3;
}
header .logo {
  height: 60px;
}
header .unfold-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

nav {
  display: flex;
  flex: 1 1 auto;
}
nav.mobile-nav {
  display: none;
}
nav ol {
  list-style-type: none;
}
nav .navlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 32px;
  flex: 1 1 auto;
  font-size: var(--fs-450);
}
nav .navlist {
  align-items: center;
}
nav .navlist li .item-list {
  text-decoration: none;
  color: #ffffff;
}
nav .navlist li .item-list:active {
  color: var(--clr-neutral);
}
nav .navlist li .item-list.active {
  color: var(--clr-neutral);
}
nav .navlist li .item-list .fa-regular {
  font-size: var(--fs-450);
}
nav .navlist li .item-list:hover {
  color: #00ccfe;
}
nav .navlist li:nth-of-type(1) {
  margin-left: auto;
}
nav .navlist li:nth-of-type(7) .item-list {
  background: linear-gradient(89.97deg, #00d2ff -105.4%, #3a7bd5 99.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
nav .navlist .nav-list-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 0px;
  cursor: pointer;
  color: #475467;
}
nav .navlist .nav-list-item .nav-link {
  text-decoration: none;
  color: #ffffff;
}
nav .navlist .nav-list-item .nav-link .fa-regular {
  font-size: var(--fs-500);
}
nav .navlist .nav-list-item .nav-link:hover {
  color: #00ccfe;
}
nav .navlist .nav-list-item .nav-link.fancy-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #6979c1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 250ms ease-in;
}
nav .navlist .nav-list-item.dropdown .sub-navbar-list {
  position: absolute;
  top: 44px;
  margin: 0;
  z-index: 99;
  opacity: 0;
  display: none;
  background: var(--clr-neutral);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
  white-space: nowrap;
}
nav .navlist .nav-list-item.dropdown .sub-navbar-list .inner-nav {
  min-width: 156px;
  list-style: none;
}
nav .navlist .nav-list-item.dropdown .sub-navbar-list .inner-nav .inner-nav-link {
  border-bottom: 1px solid transparent;
  display: block;
  font-size: var(--fs-450);
  color: var(--clr-normal);
  text-decoration: none;
  padding: 8px 20px;
}
nav .navlist .nav-list-item.dropdown .sub-navbar-list .inner-nav .inner-nav-link:hover {
  background: linear-gradient(358.22deg, rgba(44, 135, 215, 0.1) 1.57%, rgba(44, 135, 215, 0) 104.5%);
  color: #00ccfe;
  border-bottom: 1px solid transparent;
  -o-border-image: radial-gradient(53.05% 53.05% at 47.54% 46.95%, #2c87d7 0%, rgba(44, 135, 215, 0) 100%);
     border-image: radial-gradient(53.05% 53.05% at 47.54% 46.95%, #2c87d7 0%, rgba(44, 135, 215, 0) 100%);
  border-image-slice: 1;
}
nav .navlist .nav-list-item.dropdown:hover > ul {
  opacity: 1;
  top: calc(100% + 0px);
  display: block;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}

.nav-tab {
  display: none;
}

.mobile-nav-toggle {
  display: none;
}
.mobile-nav-toggle .fa-solid {
  color: #fff;
  font-size: 18px;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
  top: 0 !important;
}

.light {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 62px;
  padding-block-end: 50px;
}
.light .content-sect {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 0 0 52%;
}
.light .content-sect .section-default {
  background-repeat: no-repeat;
  background: linear-gradient(90.3deg, #2c87d7 47.06%, #00ccfe 103.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.light .content-sect .section-default .salesforce-logo {
  background: url(../images/sf-logo.svg) no-repeat;
  background-size: contain;
  width: 99.83px;
  height: 69.93px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 54px;
}
.light .content-sect .section-default .salesforce-logo .fa-light {
  background: linear-gradient(92.2deg, #2c87d7 47.17%, #00ccfe 142.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.light .content-sect .content-title .h4 {
  font-weight: 400;
  font-size: 40px;
  color: #344054;
}
.light .content-sect .content-paragraph p {
  font-weight: 400;
  font-size: 18px;
  color: #545d72;
  margin-bottom: 10px;
}
.light .content-sect .content-paragraph .item-list {
  font-size: 18px;
  color: #545d72;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.light .content-sect .content-paragraph .item-list .item-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.light .content-sect .content-paragraph .item-list .item-content::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #cccccc;
  border-radius: 2px;
  transform: rotate(45deg);
  display: block;
}
.light .img-sect {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 47.8276px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 8px;
  margin-top: 54px;
  display: flex;
  flex: 0 0 auto;
}
.light .img-sect::before {
  content: "";
  background: url(../images/salesforce-frame.webp);
  background-size: contain;
  width: 251px;
  height: 222px;
  position: absolute;
  z-index: -1;
  right: -40px;
  top: -40px;
}

.dark {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 54px;
  background: #23233e;
  padding: 50px 0px;
  align-items: center;
  box-shadow: 0 0 0 100vmax #23233e;
  -webkit-clip-path: inset(0 -100vmax);
          clip-path: inset(0 -100vmax);
}
.dark .img-sect {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 47.8276px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 8px;
  margin-top: 54px;
  display: flex;
  flex: 0 0 auto;
}
.dark .img-sect::before {
  content: "";
  background: url(../images/salesforce-dark-frame.webp);
  background-size: contain;
  width: 251px;
  height: 222px;
  position: absolute;
  z-index: -1;
  right: -40px;
  top: -40px;
}
.dark .img-sect::after {
  content: "";
  background: url(../images/salesforce-dark-frame.webp);
  background-size: contain;
  width: 251px;
  height: 222px;
  position: absolute;
  z-index: -1;
  left: -40px;
  bottom: -40px;
}
.dark .content-sect {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.dark .content-sect .section-default {
  background-repeat: no-repeat;
  background: linear-gradient(90.3deg, #2c87d7 47.06%, #00ccfe 103.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dark .content-sect .section-default .salesforce-logo {
  background: url(../images/sf-logo.svg) no-repeat;
  background-size: contain;
  width: 99.83px;
  height: 69.93px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 54px;
}
.dark .content-sect .section-default .salesforce-logo .fa-light {
  font-size: 32px;
  margin-left: -16px;
}
.dark .content-sect .section-default .fa-regular {
  font-size: 98px;
}
.dark .content-sect .content-title .h4 {
  font-weight: 400;
  font-size: 40px;
  color: #ffffff;
}
.dark .content-sect .content-title .content-paragraph .p {
  font-weight: 400;
  font-size: 18px;
  color: #cccccc;
  margin-bottom: 10px;
}
.dark .content-sect .content-title .content-paragraph .item-list {
  font-size: 18px;
  color: #cccccc;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dark .content-sect .content-title .content-paragraph .item-list .item-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.dark .nav-label {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header-inner {
    background: linear-gradient(90.41deg, #0e0a31 9.2%, #011017 50.35%);
  }
  .header {
    background-size: cover;
  }
  header {
    padding: 4px 10px;
  }
  header .logo {
    padding-left: 10px;
  }
  header .logo-panel .poweredby {
    display: none;
  }
  header nav .navlist {
    gap: 20px;
  }
  .light {
    gap: 52px;
  }
  .light .img-sect::before {
    right: 12px;
  }
  .dark .img-sect::before {
    right: 12px;
  }
  .mobile-nav-toggle {
    display: none;
  }
}
@media only screen and (max-width: 540px) {
  .breadcrumb-section {
    margin-top: 60px;
  }
  .header-inner {
    height: 52px;
  }
  header {
    background-size: cover;
  }
  header .logo {
    height: 32px;
  }
  header .mobile-nav-toggle {
    display: flex;
    margin-left: auto;
    padding: 20px;
    border-radius: 8px;
  }
  header nav,
  header .nav {
    display: none;
  }
  header nav.mobile-nav,
  header .nav.mobile-nav {
    position: absolute;
    padding: 12px;
    border-radius: 12px;
    width: 88%;
    display: flex;
    order: 1;
    box-shadow: 0px 5.57882px 39.0517px rgba(0, 0, 0, 0.1);
    z-index: 1;
    background: #4b4e53;
    top: 52.5px;
    right: 0;
    width: 100%;
    border-radius: 0;
  }
  header nav.mobile-nav .navlist,
  header .nav.mobile-nav .navlist {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
  header nav.mobile-nav .navlist li,
  header .nav.mobile-nav .navlist li {
    width: 100%;
    display: flex;
    gap: 12px;
  }
  header nav.mobile-nav .navlist li .item-list,
  header .nav.mobile-nav .navlist li .item-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 0;
    gap: 12px;
    color: #fff;
  }
  header nav.mobile-nav .navlist li:nth-of-type(1),
  header .nav.mobile-nav .navlist li:nth-of-type(1) {
    margin: 0;
  }
  header nav.mobile-nav .navlist li.language,
  header .nav.mobile-nav .navlist li.language {
    margin-top: 16px;
  }
  header nav.mobile-nav .navlist .nav-list-item.dropdown,
  header .nav.mobile-nav .navlist .nav-list-item.dropdown {
    display: block;
    color: #fff;
  }
  header nav.mobile-nav .navlist .nav-list-item.dropdown .item,
  header .nav.mobile-nav .navlist .nav-list-item.dropdown .item {
    border: none;
    margin-left: 20px;
  }
  header nav.mobile-nav .navlist .nav-list-item.dropdown .item li:hover,
  header .nav.mobile-nav .navlist .nav-list-item.dropdown .item li:hover {
    background: #f3faff;
    border: 1px solid #edf7ff;
    border-radius: 6px;
  }
  header nav.mobile-nav .navlist .nav-list-item .nav-link,
  header .nav.mobile-nav .navlist .nav-list-item .nav-link {
    color: #fff;
    font-size: 16px;
    margin-left: 8px;
  }
  header nav.mobile-nav .navlist .nav-list-item .nav-link .fa-light,
  header .nav.mobile-nav .navlist .nav-list-item .nav-link .fa-light {
    background: var(--clr-dark);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header nav.mobile-nav .navlist .nav-list-item .nav-link:hover,
  header .nav.mobile-nav .navlist .nav-list-item .nav-link:hover {
    color: var(--clr-dark);
  }
  header nav.mobile-nav .navlist .nav-list-item .sub-menu,
  header .nav.mobile-nav .navlist .nav-list-item .sub-menu {
    margin-top: 8px;
    display: flex;
    color: #fff;
    flex-direction: column;
    gap: 8px;
    margin-left: 24px;
  }
  header nav.mobile-nav .navlist .nav-list-item .sub-menu .inner-nav-link,
  header .nav.mobile-nav .navlist .nav-list-item .sub-menu .inner-nav-link {
    color: #fff;
    padding: 6px 0;
  }
  header .mobile-nav-toggle .menu-show-icons {
    display: block;
  }
  .light {
    flex-wrap: wrap;
  }
  .light .img-sect::before {
    right: -18px;
  }
  .dark {
    flex-wrap: wrap;
  }
  .dark .img-sect::before {
    right: -18px;
  }
}
.header .header-logo-nav {
  /* Show Menu */
}
.header .header-logo-nav .menu-block {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header .header-logo-nav .menu-block .menu-icon {
  cursor: pointer;
}
.header .header-logo-nav .menu-block .contact-icons a .fa-light {
  font-size: 28px;
  background: linear-gradient(90deg, #84fab0 0%, #8fd3f4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .header-logo-nav .menu-block .bar-icons .fa-solid {
  font-size: 28px;
  background: linear-gradient(90deg, #84fab0 0%, #8fd3f4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-title {
  font-weight: normal;
  background: linear-gradient(90.3deg, #2c87d7 47.06%, #00ccfe 103.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: 122px 0 32px;
  font-size: 32px;
}

@media only screen and (max-width: 540px) {
  .page-title {
    margin-top: 64px;
    margin-bottom: 16px;
  }
}
.footer {
  border-top: 1px solid #D4D4D4;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background: linear-gradient(90.41deg, #0e0a31 9.2%, #011017 50.35%), linear-gradient(0deg, #135853, #135853);
}
.footer .container {
  width: min(100%, 1140px);
  margin: auto;
  color: #98a2b3;
  font-size: 13px;
}
.footer .container .footer-section {
  display: flex;
  flex-wrap: nowrap;
  font-weight: 400;
  white-space: nowrap;
  padding: 32px 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #718087;
}
.footer .container .footer-section .cr-info {
  justify-content: flex-end;
}
.footer .container .footer-section .footer-desclaimer {
  justify-content: flex-start;
}
.footer .container .footer-section .footer-desclaimer .separator {
  padding: 4px 0;
}
.footer .container .footer-section :is(.cr-info, .footer-desclaimer) {
  display: flex;
  flex: 0 0 16%;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.footer .container .footer-section :is(.cr-info, .footer-desclaimer) .footer-link {
  display: flex;
  flex: 1 1 auto;
  text-decoration: none;
  position: relative;
  color: #98a2b3;
}
.footer .container .footer-section :is(.cr-info, .footer-desclaimer) .footer-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 250ms ease-in;
}
.footer .container .footer-section :is(.cr-info, .footer-desclaimer) .footer-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.footer .container .footer-section .social-links {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  justify-content: center;
  gap: 18px;
}
.footer .container .footer-section .social-links a.btn {
  border-radius: 50px;
  border: 1px solid #DFDFDF;
  width: 36px;
  height: 36px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.footer .container .footer-section .social-links a.btn .fa-brands {
  color: #ffffff;
}
.footer .container .footer-section .social-links a.btn .fa-brands .fa-x-twitter {
  color: #ffffff;
}
.footer .container .footer-section .social-links a.btn .fa-brands:hover {
  color: #dfdfdf;
}
.footer .container .footer-section .social-links a.btn .fab {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}
.footer .container .footer-section .social-links a.btn:hover .fab {
  color: #dfdfdf;
}
.footer .container .footer-section .scroll {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 1px solid #dfdfdf;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 7px transparent;
  margin-left: 10px;
  position: absolute;
  top: 24px;
  right: 37px;
  color: #fff;
}
.footer .container .footer-section .scroll .scroll-top {
  color: #fff;
}
.footer .container .footer-section .scroll:hover {
  background: linear-gradient(92.2deg, #2c87d7 47.17%, #00ccfe 142.7%);
  border: 0.734973px solid #ffffff;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(1.46995px);
          backdrop-filter: blur(1.46995px);
  color: #fff;
}
.footer .container .footer-menu {
  display: flex;
  font-size: 18px;
  padding-bottom: 32px;
  gap: 10%;
}
.footer .container .footer-menu .h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #98a2b3;
}
.footer .container .footer-menu .bottom-sec-m {
  display: none;
}
.footer .container .footer-menu .footer-menu-list {
  display: flex;
  flex-direction: column;
  font-size: 18px;
}
.footer .container .footer-menu .footer-menu-list .row-one {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.footer .container .footer-menu .footer-menu-list .row-one .top-sec {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.footer .container .footer-menu .footer-menu-list .row-one .bottom-sec {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer .container .footer-menu .footer-menu-list .row-one .bottom-sec .poweredby {
  color: #cccccc;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.footer .container .footer-menu .footer-menu-list .row-one .bottom-sec .poweredby .linkclr {
  color: #fff;
}
.footer .container .footer-menu .footer-menu-list .row-one .bottom-sec .poweredby .linkclr:hover {
  color: #177dc3;
}
.footer .container .footer-menu .footer-menu-list a {
  color: #fff;
}
.footer .container .footer-menu .footer-menu-list .footer-sub-menu {
  font-size: 14px;
  line-height: 28px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .footer .container {
    padding: 0px 10px;
  }
  .footer .container .footer-section :is(.cr-info, .footer-desclaimer) {
    gap: 5px;
  }
  .footer .container .footer-section .social-links {
    gap: 8px;
    flex: 0 0 35%;
  }
  .footer .container .footer-section .scroll {
    top: 2px;
  }
  .footer .container .footer-menu {
    gap: 6%;
  }
  .footer .container .footer-menu .footer-menu-list {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media screen and (max-width: 540px) {
  .footer {
    padding: 0px 20px;
  }
  .footer .container .footer-section {
    flex-wrap: wrap;
  }
  .footer .container .footer-section :is(.cr-info, .footer-desclaimer) {
    flex: 0 0 100%;
    padding-bottom: 10px;
    gap: 2px;
  }
  .footer .container .footer-section :is(.cr-info, .footer-desclaimer) .footer-link {
    flex: none;
  }
  .footer .container .footer-section .social-links {
    flex: 0 0 100%;
    padding-bottom: 20px;
  }
  .footer .container .footer-section .scroll {
    right: 12px;
    top: 70px;
  }
  .footer .container .footer-menu {
    display: grid;
    grid-template-columns: auto auto;
    -moz-column-gap: 96px;
         column-gap: 96px;
    row-gap: 40px;
  }
  .footer .container .footer-menu .bottom-sec-m {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: 1/3;
  }
  .footer .container .footer-menu .bottom-sec-m .poweredby {
    font-size: 16px;
  }
  .footer .container .footer-menu .bottom-sec-m .poweredby .linkclr {
    color: #fff;
  }
  .footer .container .footer-menu .bottom-sec-m .poweredby .linkclr:hover {
    color: #177dc3;
  }
  .footer .container .footer-menu .footer-menu-list .row-one .bottom-sec {
    display: none;
  }
  .footer .container .footer-menu div {
    padding-bottom: 10px;
  }
}/*# sourceMappingURL=common.css.map */