.gold {
  color: #948866;
}

div.white-bg {
  top: unset;
}

section {
  clear: both;
}

section.banner {
  background-position: 0% 50%;
  background-size: cover !important;
  background: white;
}
@media (max-width: 1000px) {
  section.banner {
    background: white;
  }
}
section.banner > div {
  background: linear-gradient(135deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%);
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 1000px) {
  section.banner > div {
    padding: 20px;
  }
}
section.banner > div .trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #948866;
  font-weight: bold;
  margin-bottom: 12px;
}
section.banner > div .trust-badge img {
  width: 40px;
}
section.banner > div h1 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 650px;
  text-align: left;
  margin: 0 0 0 0;
  line-height: 50px;
}
@media (max-width: 760px) {
  section.banner > div h1 {
    font-size: 24px;
    max-width: 75%;
    line-height: 30px;
    margin-top: 10px;
  }
}
section.banner > div h2 {
  font-size: 24px;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: left;
  margin-left: 0;
  max-width: 600px;
}
@media (max-width: 760px) {
  section.banner > div h2 {
    font-size: 22px;
    max-width: 75%;
  }
}
section.banner > div h3 {
  max-width: 450px;
  font-size: 23px;
  margin-top: 15px;
  color: #5d8926;
  font-weight: 900;
}
@media (max-width: 1000px) {
  section.banner > div h3 {
    color: black;
    max-width: 75%;
    font-size: 14px;
  }
}
section.banner > div .consultation {
  font-weight: bold;
}
section.banner > div .contacts a {
  margin-right: 5px !important;
}

.why-items {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  margin-top: 40px;
}
@media (max-width: 1000px) {
  .why-items {
    flex-wrap: wrap;
  }
}
.why-items .why-item {
  padding: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  color: #777777;
}
.why-items .why-item h4 {
  text-align: start;
  color: #948866;
  font-weight: 600;
  margin: 0;
}

section.advantages {
  padding: 20px;
  background-color: #dbe1e7;
  text-align: center;
}
section.advantages p.section-description {
  color: var(--muted);
}
section.advantages .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 12px;
}
@media (max-width: 1000px) {
  section.advantages .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.advantages .grid .item {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #fbfbfb);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 30px rgba(34, 34, 34, 0.04);
  transition: transform 0.5s ease;
}
section.advantages .grid .item:hover {
  transform: scale(1.01);
}
section.advantages .grid .item img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 12px;
}
section.advantages .grid .item .content {
  flex: 1;
  font-weight: 700;
  text-align: start;
}
section.advantages .grid .item .content .description {
  color: var(--muted);
  font-weight: 400;
  margin-top: 6px;
}

section.steps {
  background: #E6EBF0;
  text-align: center;
}
section.steps .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 12px;
  margin-bottom: 32px;
}
section.steps .grid .item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #fbfbfb);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 30px rgba(34, 34, 34, 0.04);
}
section.steps .grid .item img {
  width: 128px;
  height: 128px;
  object-fit: contain;
  border-radius: 12px;
}
section.steps .grid .item .content {
  flex: 1;
  font-weight: 700;
  text-align: center;
}
section.steps .grid .item .content .description {
  color: var(--muted);
  font-weight: 400;
  margin-top: 6px;
}

section.rates {
  background-color: #E6EBF0;
}
section.rates .fbs-accounts-section {
  padding: 60px 20px;
  background: #f4f7f5;
  font-family: Inter, sans-serif;
}
section.rates .section-header {
  text-align: center;
  margin-bottom: 40px;
}
section.rates .section-header h2 {
  font-size: 32px;
  margin-bottom: 8px;
}
section.rates .section-header p {
  color: #666;
  font-size: 15px;
}
section.rates .container {
  max-width: 1200px;
  margin: auto;
}
section.rates .cards-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 24px;
}
section.rates .card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 26px;
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.rates .card .icon {
  width: 48px;
  height: 48px;
}
section.rates .card .badge {
  position: absolute;
  top: -12px;
  right: 16px;
  background: #3c494f;
  color: white;
  padding: 6px 14px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}
section.rates .card h3 {
  margin: 0 0 8px;
  color: #948866;
  font-size: 22px;
}
section.rates .card .desc {
  color: #444;
  margin: 0;
}
section.rates .card .stats {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
section.rates .card .stats div {
  text-align: center;
}
section.rates .card .stats strong {
  font-size: 20px;
  color: #948866;
}
section.rates .card .stats span {
  display: block;
  font-size: 12px;
  color: #666;
}
section.rates .card .features {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
section.rates .card .features li {
  margin: 4px 0;
  color: #333;
}
section.rates .card a.apply {
  width: 100%;
}

section.details {
  background-color: white;
}
section.details .wrapper > div:last-of-type {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dddddd;
}
@media (min-width: 1000px) {
  section.details .wrapper > div {
    width: 50%;
  }
  section.details .wrapper > div:first-of-type {
    border-right: 1px solid #dddddd;
  }
  section.details .wrapper > div:last-of-type {
    padding-left: 40px;
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 1000px) {
  section.details table.details {
    width: 100%;
  }
  section.details table.details td {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  section.details table.details td:last-of-type {
    padding-right: 50px;
  }
}
section.details table.details td {
  padding: 10px;
  vertical-align: middle;
}
section.details .best-choice {
  font-size: 11px;
  padding: 3px 7px 3px 3px;
  background-color: #38c172;
  color: white;
  border-radius: 100px;
  margin-left: 5px;
}
section.details .best-choice .material-icons {
  font-size: 12px !important;
  vertical-align: text-top;
}
section.details .partner-code {
  position: relative;
  display: inline-block;
}
section.details .partner-code span {
  position: absolute;
  right: 8px;
  top: 6px;
  cursor: pointer;
}

section.howitworks {
  background: white;
}
section.howitworks img {
  width: 450px;
}
section.howitworks > div.wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
section.howitworks .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 12px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  section.howitworks .grid {
    display: flex;
    flex-direction: column;
  }
}
section.howitworks .grid .item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 12px;
  background: #edf0f2;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 30px rgba(34, 34, 34, 0.04);
}
section.howitworks .grid .item img {
  width: 128px;
  height: 128px;
  object-fit: contain;
  border-radius: 12px;
}
section.howitworks .grid .item .content {
  flex: 1;
  font-weight: 700;
  text-align: center;
}
section.howitworks .grid .item .content .description {
  color: var(--muted);
  font-weight: 400;
  margin-top: 6px;
}
@media (max-width: 1000px) {
  section.howitworks img {
    width: 100%;
  }
}

section.calc {
  background-color: #dae0e6;
}

.sectionRewards {
  background-color: #d4dce5;
}
.sectionRewards .rewardImage {
  display: block;
  margin: 0 auto 20px;
  max-height: 300px;
}
@media (max-width: 768px) {
  .sectionRewards .rewardImage {
    width: 132px;
  }
  .sectionRewards .sectionRewards p {
    font-size: 18px;
  }
}
.sectionRewards p {
  color: #4f6277;
  text-align: center;
}
section.sectionTeam {
  background-color: white;
}
section.sectionTeam .team {
  text-align: center;
}
section.sectionTeam .team p {
  margin-top: 18px;
  line-height: 30px;
}
section.sectionTeam .team .block {
  display: inline-block;
  text-align: center;
}
section.sectionTeam .team .desk-team .block:nth-child(4) {
  margin-right: 0;
}
section.sectionTeam .team .block p:first-of-type {
  font-weight: bold;
  margin: 25px 0 5px 0;
}
section.sectionTeam .team .block img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
section.sectionTeam .team h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 45px;
}
section.sectionTeam .team .name {
  display: inline-block;
  font-weight: 100;
  vertical-align: top;
}
section.sectionTeam .team .name img {
  border-radius: inherit;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 12px;
}
section.sectionTeam .team .name p {
  margin: 0;
  line-height: inherit;
}
section.sectionTeam .inf {
  padding: 40px 25px;
  text-align: left;
}
section.sectionTeam .swiper-slide img {
  width: initial;
}
section.sectionTeam .swiper-team img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 23px;
}
section.sectionTeam .teamslid {
  position: relative;
}
section.sectionTeam .swiper-mob-team {
  display: block;
  margin: auto;
  overflow: hidden;
  padding: 0 15px;
  position: relative;
}
section.sectionTeam .phrases {
  clear: both;
  margin-top: 20px;
}
section.sectionTeam .right img,
section.sectionTeam .left .phrases img {
  width: 40px;
  vertical-align: top;
  margin-right: 20px;
}

section.sectionReviews {
  background: #F8FAFC;
}
section.sectionReviews .reviewPhoto {
  object-fit: cover;
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
  margin-right: 23px;
  float: left;
}
section.sectionReviews .reviewName img {
  border-radius: inherit;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 12px;
}
section.sectionReviews .reviews .swiper-slide {
  background: white;
  display: block;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  text-align: left;
  margin: 5px 0;
}
section.sectionReviews .reviews .swiper-slide > div {
  margin: 25px;
}

section.faq {
  background: #F8FAFC;
}
section.faq > div {
  display: flex;
}
section.faq > div div:first-of-type {
  flex-grow: 1;
}
section.faq > div a {
  display: inline-block;
  margin-left: 40px;
  margin-top: 50px;
}
section.faq h4 {
  color: #4f626c;
  padding: 20px;
  border-left: 5px solid #5c8926;
  background: #f0f3f4;
  cursor: pointer;
  font-size: 12pt;
}
section.faq p {
  display: none;
  margin: 20px;
}

section.mobile {
  background-color: white;
}
section.mobile > div {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 1000px) {
  section.mobile > div {
    flex-wrap: wrap;
  }
}
section.mobile > div > div:first-of-type {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.mobile > div > div:first-of-type h2 {
  margin-bottom: 20px;
  max-width: 500px;
  margin-top: 100px;
  font-size: 36px;
}
@media (max-width: 1000px) {
  section.mobile > div > div:first-of-type h2 {
    margin-top: 0;
  }
}
section.mobile > div > div:first-of-type p {
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 20px;
}
section.mobile > div > div:first-of-type .storeLinks a {
  display: inline-block;
  height: 50px;
  width: auto;
}
section.mobile > div > div:first-of-type .storeLinks a img {
  height: 100%;
}
@media (max-width: 1000px) {
  section.mobile > div > div:last-of-type img {
    width: 100%;
  }
}

.top-buttons {
  background-color: #d4dce5;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  z-index: 10000;
  justify-content: stretch;
  justify-items: stretch;
}
@media (min-width: 800px) {
  .top-buttons {
    display: none;
  }
}
.top-buttons a {
  padding: 10px 30px;
  font-weight: normal;
  background-color: #948866;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  color: white !important;
  text-transform: uppercase;
  text-align: center;
  flex-grow: 1;
  display: inline-block;
  margin: 5px;
}
.top-buttons a:hover {
  background-color: #856635;
  text-decoration: none;
}

.partner-code {
  position: relative;
  display: inline-block;
  width: 100%;
}
.partner-code span.copy-code {
  position: absolute;
  right: 8px;
  top: 4px;
  cursor: pointer;
}
.partner-code span.gradient {
  width: 60px;
  position: absolute;
  right: 1px;
  bottom: 1px;
  top: 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 100%);
  display: block;
}
.partner-code input {
  width: 100%;
}

.arrow {
  position: absolute;
  top: calc(50% - 24px);
  width: 48px;
  height: 48px;
  z-index: 10;
  cursor: pointer;
  background-color: white;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  user-select: none;
}
.arrow:hover {
  top: calc(50% - 28px);
}
.arrow:hover > span {
  font-size: 32px;
  color: #039be5;
}
.arrow > span {
  font-size: 24px;
}

.arrow-right {
  right: -24px;
  left: auto;
}

.arrow-left {
  left: -24px;
  right: auto;
}

@media screen and (max-width: 800px) {
  .arrow-right {
    right: 10px;
  }
  .arrow-left {
    left: 10px;
  }
}
@media (min-width: 1000px) {
  .hide-on-desktop {
    display: none;
  }
}

/*# sourceMappingURL=home.css.map */
