#mainWrapper,
#contentMainWrapper {
  padding-top: 0; }

#mainWrapper > .disablejAlert:first-child {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50px;
  z-index: 1; }
  @media (min-width: 1490px) {
    #mainWrapper > .disablejAlert:first-child {
      top: 90px; } }

.header-main {
  background: none;
  box-shadow: none; }

.nav-link--1 {
  color: #fff; }

@media (min-width: 1490px) {
  .nav-item--1:hover > .nav-link--1 {
    color: #e1e1e1; } }

.nav-tools svg,
.nav-tools path {
  fill: #fff; }

.nav-tools a:hover svg,
.nav-tools a:hover path,
.nav-tools a.is-current svg,
.nav-tools a.is-current path {
  fill: #e1e1e1; }

.header-main .cart-items {
  background: #fff; }

#navBreadCrumb.breadcrumb {
  display: none; }

body#partnersBody .nav-link--1 {
  text-decoration: none;
}

.btn-partner {
  border-width: 4px;
  padding:16px 40px;
  text-decoration:none !important;
  display: block;
  width: fit-content;
}
.btn-partner:hover {
  color:#fff !important;
}
.footer-main a {
  text-decoration:none;
}
.banner-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 90px;
  height: 450px;
  position: relative; }
  .banner-hero::before {
    content: "";
    background: url(../../images/hero_banner_partners_sm.jpg) no-repeat center bottom;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 100vw;
    transform: translateX(-50%); }
  .banner-hero__text {
    color: #fff;
    max-width: 410px;
    text-align: center;
    z-index: 1;
    margin-top: -90px; }
  .banner-hero h1 {
    font-size: 3.5555rem; }
  .banner-hero .btn {
    margin-top: 30px;
    background: transparent;
    color: #fff;
    border-color: #fff; }
    .banner-hero .btn:hover {
      background: #0686d4;
      color: #fff; }
  @media (min-width: 768px) {
    .banner-hero {
      height: 600px; }
      .banner-hero::before {
        background-image: url(../../images/hero_banner_partners_md.jpg); }
      .banner-hero h1 {
        font-size: 5.5555rem; }
      .banner-hero__text {
        max-width: 510px; } }
  @media (min-width: 1280px) {
    .banner-hero::before {
      background-image: url(../../images/hero_banner_partners_lg.jpg); } }

.partners-info {
  padding-top: 45px; }
  .partners-info h2 {
    font-size: 1.8rem;
    margin-bottom: 1.35rem; }
  .partners-info__block {
    border: 4px solid #9be4e4;
    padding: 45px 21px;
    max-width: 753px;
    margin: 0 auto;
    position: relative; }
  .partners-info__block + .partners-info__block {
    margin-top: -4px; }
  .partners-info__block:first-child {
    border-top: 0;
    padding-top: 0; }
  .partners-info__block:last-child {
    border-bottom: 0; }
  .partners-info__block:nth-child(odd) {
    border-left: 0; }
  .partners-info__block:nth-child(even) {
    border-top: transparent;
    border-right: transparent; }
  .partners-info__side {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 392px; }
  .partners-info__text > *:last-child {
    margin-bottom: 0; }
  .partners-info .btn {
    margin: auto; }
  @media (min-width: 768px) {
    .partners-info {
      padding-top: 75px; }
      .partners-info__block {
        padding: 75px 60px; } }
  @media (min-width: 1536px) {
    .partners-info__block {
      max-width: 784px; } }

.partners-info__block .partners-info__side:first-child {
  left: -50%;
  border-bottom: 4px solid #9be4e4;
  margin-bottom: -4px;
  display: none; }

.partners-info__block .partners-info__side:last-child {
  right: -50%;
  border-top: 4px solid #9be4e4;
  margin-top: -4px; }

@media (min-width: 1024px) {
  .partners-info__block .partners-info__side:first-child {
    display: block; } }

@media (min-width: 1px) and (max-width: 1439px) {
  .partners-info__block .partners-info__side:last-child {
    position: static;
    border-top: 0;
    margin-top: 30px;
    width: auto; } }

.partners-info__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 -15px;
  padding: 0; }
  .partners-info__logos li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%; }
  .partners-info__logos .partner-info__logo {
    display: block;
    padding: 25px 15px; }
  .partners-info__logos img {
    display: block;
    transition: opacity 0.5; }
  .partners-info__logos a:hover img {
    opacity: 0.75; }
  @media (min-width: 768px) {
    .partners-info__logos li {
      width: 33.3%; } }

#partnersBody {
  font-family:'Manrope', sans-serif;
}
.partner-scroll-wrapper {
  overflow: hidden;
  width: 100%;
  background: #fff;
}
.partners-list {
  display: flex;
}
.partners-track {
  display: flex;
  animation: scroll-left 25s linear infinite;
  gap:12px;
}
.partner {
  flex: 0 0 auto;
  height: 103px;
  width: 245px;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner img {
  display: block;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

#partners-details-container {
  font-family: 'Manrope', sans-serif;
}
.partners-details-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 155px;
  position: relative;
}
#navbar-partners-header {
  max-width: 257px;
  height: auto;
  position: sticky;
  top: 120px;
  margin-top: 120px;
  margin-bottom:80px;
  flex-shrink: 0;
}
#navbar-partners-header .partner-title-link {
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  padding: 0;
  color: rgba(23, 23, 23, 1);
  margin-bottom: 20px;
  text-decoration:none;
}
#navbar-partners-header .partner-title-link.active {
  background: none;
  color: rgba(6, 143, 206, 1);
}
.partners-content-container {
  flex-grow: 1;
}
.partners-content-container > div {
  padding-top:120px;
}
.partners-content-container h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 62px;
  text-transform: capitalize;
  margin-bottom:55px;
}
.partners-content-container h2 small {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.partners-achievements {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom:72px;
}
.partners-achievement {
  border-width: 1px;
  border-style: solid;
  border-radius: 16px;
  box-shadow: 0px 4px 18px 0px rgba(215, 215, 215, 0.13);
  padding: 24px;
}
.partners-achievement.border-red {
  border-color: rgba(255, 142, 109, 1);
}
.partners-achievement.bg-red {
  background: rgba(255, 234, 227, 1);
}
.partners-achievement.border-blue {
  border-color: rgba(199, 236, 255, 1);
}
.partners-achievement.bg-blue {
  background: rgba(236, 249, 255, 1);
}
.partners-achievement.border-green {
  border-color: rgba(25, 243, 162, 1);
}
.partners-achievement.bg-green {
  background: rgba(235, 255, 247, 1);
}
.partners-achievement h4 {
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  margin-top:0;
  margin-bottom:12px;
  width:fit-content;
}
.partners-achievement.bg-red h4 {
  color:rgba(242, 61, 8, 1);
}
.partners-achievement.bg-blue h4 {
  background: linear-gradient(256.76deg, #49C6FF -6.54%, #064EA2 134.17%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.partners-achievement.bg-green h4 {
  color:rgba(6, 213, 135, 1);
}
.partners-achievement p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color:rgba(19, 19, 19, 1);
  margin:0;
}
.partners-types h3 {
  font-weight: 400;
  font-size: 42px;
  line-height: 52px;
  color:rgba(23, 23, 23, 1);
  margin-top:0;
  margin-bottom:40px;
}
.partners-type {
  position: relative;
  background-clip: padding-box;
  border: 1px solid transparent;
  z-index: 1;
  margin-top: 40px;
  border-radius: 16px;
  box-shadow: 0px 4px 18px 0px rgba(215, 215, 215, 0.13);
}
.partners-type::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(256.76deg, #00A1EB -6.54%, #004494 134.17%);
}
.partners-type.type-2::before {
  background:rgba(255, 220, 98, 1);
}
.partners-type-inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 44px 33px;
  background:rgba(236, 249, 255, 1);
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.partners-type.type-2 .partners-type-inner {
  background:rgba(255, 251, 237, 1);
}
.partners-type-details h4 {
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  color: rgba(23, 23, 23, 1);
  text-transform: capitalize;
  display:flex;
  align-items:center;
  gap:20px;
  margin-bottom:20px;
}
.partners-type-details h4 strong {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    background: linear-gradient(256.76deg, #49C6FF -6.54%, #064EA2 134.17%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.partners-type.type-2 .partners-type-details h4 strong {
  color:rgba(215, 167, 0, 1);
  background:none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
}
.partners-type-details p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom:24px;
  color:rgba(23, 23, 23, 1);
}
.partners-type-details ul {
  list-style: none;
  padding: 0;
  margin-bottom:42px;
}
.partners-type-details ul li {
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgba(23, 23, 23, 1);
  gap: 12px;
}
.partners-type-details ul li svg {
  margin-top: 5px;
  flex-shrink: 0;
}
.partners-type-img {
  flex-shrink: 0;
}
.partners-content-container #partner-content-2 h2 {
  text-align:center;
  margin-bottom:35px;
}
.how-works-container {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap:33px 26px;
  align-items: flex-end;
  background-image:url(../../images/partners/how-it-works-bg.png);
  background-position:right bottom;
  background-size:contain;
  background-repeat:no-repeat;
  margin-bottom:100px;
}
.how-works {
  border-width: 1px;
  border-style: solid;
  border-radius: 24px;
  padding:24px;
  box-shadow:0px 4px 18px 0px rgba(215, 215, 215, 0.13);
  background:#fff;
}
.how-works.how-works-helper {
  opacity: 0;
  visibility: hidden;
}
.how-works.how-works-01 {
  border-color: rgba(6, 213, 135, 1);
  position: relative;
  left:100px;
}
.how-works.how-works-02 {
  border: none;
  padding: 1px;
  background: linear-gradient(256.76deg, #49C6FF -6.54%, #064EA2 134.17%);
  margin-bottom:86px;
}
.how-works.how-works-02 .how-works-inner {
  padding: 20px;
  background: #fff;
  border-radius: inherit;
}
.how-works.how-works-03 {
  border-color: rgba(242, 61, 8, 1);
}
.how-works-inner small {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  color: rgba(6, 143, 206, 1);
  display:block;
  margin-bottom:12px;
}
.how-works-inner h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 12px;
  color:rgba(23, 23, 23, 1);
  text-transform:none;
}
.how-works-inner p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom:0;
}
.how-works-inner p a {
  color:rgba(6, 143, 206, 1);
}
.partner-commission-container {
  margin-bottom: 100px;
}
.partner-commission-container h3 {
  font-weight: 400;
  font-size: 42px;
  line-height: 52px;
  text-transform: capitalize;
  color: rgba(23, 23, 23, 1);
  margin-top:0;
  margin-bottom:43px;
}
.partner-commissions {
  display: flex;
  flex-wrap:wrap;
  gap: 25px;
}
.partner-commission {
  padding: 18.5px 24px;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0px 4px 18px 0px rgba(215, 215, 215, 0.13);
  background:rgba(236, 249, 255, 1);
  border-radius:16px;
}
.partner-commission-container.developer-specific-benefits {
  background: rgba(255, 251, 237, 1);
  padding: 40px;
  border-radius: 24px;
  margin-bottom:54px;
}
.partner-commission-container.developer-specific-benefits h3 {
  margin-bottom:26px;
}
.partner-commission-container.developer-specific-benefits p {
  margin-bottom:49px;
}
.partner-commission-container.developer-specific-benefits .partner-commission {
  padding:24px 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color:rgba(23, 23, 23, 1);
  background:#fff;
  border:1px solid rgba(255, 220, 98, 1);
  box-shadow:none;
}
.partner-reasons-container {
  padding: 55px 60px;
  background: rgba(236, 249, 255, 1);
  border-radius: 24px;
}
.why-should-join-wrapper {
  margin-bottom: 114px;
}
.why-should-join-wrapper .reason-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap:35px;
  margin-bottom:50px;
  align-items:center;
}
.why-should-join-wrapper .reason-card {
  position:relative;
  border-radius:12px;
  overflow:hidden;
}
.why-should-join-wrapper .reason-card:first-of-type {
  margin-top:50px;
  transform:rotateZ(4deg);
}
.why-should-join-wrapper .reason-card:nth-of-type(2) {
  transform:rotateZ(-4deg);
}
.why-should-join-wrapper .reason-card:nth-of-type(3) {
  margin-top:20px;
  transform:rotateZ(3deg);
}
.why-should-join-wrapper .reason-card:last-of-type {
  margin-top:50px;
  transform:rotateZ(-4deg);
}
.why-should-join-wrapper .reason-card img {
  display:block;
  width:100%;
}
.why-should-join-wrapper .reason-card h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(112.83deg, rgba(129, 129, 129, 0.1) 0%, rgba(113, 113, 113, 0) 110.84%);
  backdrop-filter: blur(20px);
  color: #fff;
  z-index: 1;
  margin:0;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  text-transform:none;
  padding:6.5px 25px 12px;
}
.why-should-join-wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-bottom:0;
}
.why-partner-with-numinix-container h2 {
  margin-bottom:5px !important;
}
.why-partner-with-numinix-container p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgba(23, 23, 23, 1);
  text-align:center;
  margin-bottom:50px;
}
.advantage-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
  position:relative;
}
.advantage-card:nth-of-type(2)::before {
  content:'';
  display:block;
  width:23px;
  height:5px;
  background:linear-gradient(256.76deg, #49C6FF -6.54%, #064EA2 134.17%);
  position:absolute;
  left:-23px;
  top:calc(50% - 2px);
}
.advantage-card:nth-of-type(2)::after {
  content:'';
  display:block;
  width:23px;
  height:5px;
  background:linear-gradient(256.76deg, #49C6FF -6.54%, #064EA2 134.17%);
  position:absolute;
  right:-23px;
  top:calc(50% - 2px);
}
.advantage-card {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  position:relative;
  z-index:1;
}
.advantage-card svg {
  margin-bottom: 24px;
}
.advantage-card h4 {
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
  text-transform: none;
  margin-bottom: 12px;
}
.advantage-card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  text-align:left;
}
section.partner-inquiries-section {
  padding-top: 126px;
  padding-bottom: 126px;
  background-color: rgba(236, 249, 255, 1);
  background-image: url(/includes/templates/nmn/images/connect-with-expert-bg.png);
  background-repeat: no-repeat;
  background-position: 120% top;
}
.partner-inquiries-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.partner-inquiries-text {
  padding-right: 100px;
}
.partner-inquiries-text h2,
.partner-faq-section h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 62px;
  text-transform: capitalize;
  margin-bottom:24px;
  color:rgba(23, 23, 23, 1);
}
.partner-inquiries-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color:rgba(23, 23, 23, 1);
}
.partner-inquiries-form form {
  box-shadow: -13px 6px 19px 0px rgba(130, 138, 167, 0.07);
  background: #fff;
  border-radius: 12px;
  padding:45px 30px;
}
.partner-inquiries-form .form-control {
  border: none;
  padding:0;
}
.partner-inquiries-form .form-input-2-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:20px;
}
.partner-inquiries-form .form-control label {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 4px;
}
.partner-inquiries-form .form-control input, 
.partner-inquiries-form .form-control select {
  border-radius: 8px;
  background-color: rgba(252, 252, 252, 1);
  border: 1px solid rgba(198, 198, 198, 1);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  height:52px;
}
.partner-inquiries-form .form-control input:focus, 
.partner-inquiries-form .form-control select:focus {
  background:rgba(236, 249, 255, 1);
  border:1px solid rgba(6, 143, 206, 1);
}
.partner-inquiries-form .btn-partner {
  margin-top:50px;
  margin-left:auto;
}
section.partner-faq-section {
  padding-top: 107px;
}
.partner-faq-section h2 {
  margin-bottom:40px;
  text-align:center;
}
section.partner-faq-section .inner-content-section {
  max-width:1232px;
}
section.partner-faq-section .accordion-item {
  margin-bottom: 24px;
  border: 1px solid #ddd !important;
  border-radius: 12px;
  overflow: hidden;
}
section.partner-faq-section .accordion-item button.accordion-button {
  background: rgba(248, 249, 250, 1) !important;
  box-shadow:none !important;
}
section.partner-faq-section .accordion-item button.accordion-button:not(.collapsed) {
  box-shadow:none !important;
}
section.partner-faq-section .accordion-item h3 {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: rgba(23, 23, 23, 1);
}
section.partner-faq-section .accordion-item h3 button {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: rgba(23, 23, 23, 1);
  padding-left:55px;
}
section.partner-faq-section .accordion-item .accordion-button::after {
  margin-left:0;
  position:absolute;
  left:20px;
}
section.partner-faq-section .accordion-body {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color:rgba(23, 23, 23, 1);
}
@media (max-width:1280px) {
  .how-works-container {
    grid-template-columns:1fr;
  }
  .how-works.how-works-01 {
    left:0;
  }
  .how-works.how-works-helper {
    display:none;
  }
  .how-works.how-works-02 {
    margin-bottom:0;
  }
  .partners-achievements {
    grid-template-columns:1fr;
  }
  .partners-details-wrapper {
    gap:40px;
  }
  .partners-type-inner {
    flex-wrap:wrap;
  }
  .partners-type-img {
    width:100%;
  }
  .partners-type-img img {
    width:100%;
  }
  .why-should-join-wrapper .reason-cards {
    grid-template-columns:1fr 1fr;
  }
  .advantage-cards {
    grid-template-columns:1fr;
  }
  .advantage-card:nth-of-type(2)::before {
    height: 23px;
    width: 5px;
    top: -23px;
    left: calc(50% - 2px);
  }
  .advantage-card:nth-of-type(2)::after {
    height: 23px;
    width: 5px;
    top: unset;
    bottom:-23px;
    left: calc(50% - 2px);
  }
}
@media (max-width:992px) {
  .partner-inquiries-container {
    grid-template-columns: 1fr;
  }
  section.partner-inquiries-section {
    background-position: -30% top;
    padding-top:80px;
    padding-bottom:80px;
  }
  .partner-inquiries-text {
    padding-right:0;
  }
}
@media (max-width:768px) {
  .partners-details-wrapper {
    gap:80px;
    flex-wrap:wrap;
  }
  #navbar-partners-header {
    position:relative;
    top:0;
    margin-top: 70px;
    margin-bottom: 0;
  }
  .partners-content-container {
    width:100%;
  }
  .partners-achievements {
    grid-template-columns:1fr;
  }
  .partners-details-wrapper {
    gap:0;
  }
  .partners-content-container > div {
    padding-top:80px;
  }
  .partners-content-container h2,
  .partner-inquiries-text h2,
  .partner-faq-section h2 {
    font-size:36px;
    line-height:normal;
  }
  .partner-commission-container.developer-specific-benefits {
    padding:24px 20px;
  }
  .partner-commission {
    width:100%;
    font-size: 24px;
  }
  .partner-commission-container h3,
  .partners-types h3 {
    font-size:32px;
    line-height:normal;
  }
  .partners-type-details h4 {
    font-size:24px;
    line-height:normal;
    gap:12px;
  }
  .partners-type-details h4 strong {
    font-size:28px;
    line-height:normal;
  }
  .how-works-inner h4 {
    font-size:24px;
    line-height:normal;
  }
  .partner-reasons-container {
    padding:40px 20px;
  }
  .why-should-join-wrapper .reason-cards {
    grid-template-columns: 1fr;
  }
  .why-should-join-wrapper .reason-card:nth-of-type(2),
  .why-should-join-wrapper .reason-card:last-of-type {
    margin-top:20px;
  }
  .partner-inquiries-form .form-input-2-col-grid {
    grid-template-columns: 1fr;
  }
  .partner-inquiries-form form {
    padding:30px 20px;
  }
}
