html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "ibm-plex-mono", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(223, 224, 208);
  background: #2151FF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  overflow-x: hidden;
}

*, *::before, *::after {
  box-sizing: inherit;
}

.skip-to-main {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 16px;
  background: rgb(35, 36, 39);
  color: rgb(223, 224, 208);
  text-decoration: none;
}
.skip-to-main:focus {
  left: 50%;
  transform: translateX(-50%);
  top: 16px;
}

a:focus-visible, button:focus-visible, [role=button]:focus-visible {
  outline: 3px solid #2151FF;
  outline-offset: 3px;
}

html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.word-animate {
  display: inline-block;
  overflow: visible;
  vertical-align: top;
}

.word {
  display: inline-block;
  transform-origin: top left;
}

.hero-content-animate .content h1,
.hero-content-animate .content p {
  overflow: visible;
}

h1 {
  font-family: "ivyora-text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(3rem, 1.9437rem + 3.3803vw, 6rem);
  line-height: 110%;
}

h2 {
  font-family: "ivyora-text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2.25rem, 1.6338rem + 1.9718vw, 4rem);
  line-height: 110%;
}

h3 {
  font-family: "ivyora-text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.5rem, 0.44rem + 2.1333vw, 3rem);
  line-height: 110%;
}

h4 {
  font-family: "ivyora-text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 0.86rem + 0.5333vw, 1.5rem);
  line-height: 110%;
}

.label {
  font-family: "ibm-plex-mono", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 6px 8px;
  border-radius: 8px;
  display: inline-block;
}
@media (max-width: 480px) {
  .label {
    font-size: 0.75rem;
    padding: 5px 7px;
  }
}
.label.dark {
  color: rgb(35, 36, 39);
  border: 1px solid rgb(35, 36, 39);
}
.label.light {
  color: rgb(223, 224, 208);
  border: 1px solid rgb(223, 224, 208);
}

p {
  line-height: 150%;
}

.btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  gap: 0;
  font-family: "ibm-plex-mono", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.875rem, 0.787rem + 0.2817vw, 1.125rem);
  background: rgb(35, 36, 39);
  color: rgb(223, 224, 208);
  border-radius: 16px;
  text-decoration: none;
  position: relative;
  height: 64px;
  overflow: hidden;
  width: 100%;
  min-width: 490px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .btn {
    min-width: 450px;
  }
}
@media (max-width: 490px) {
  .btn {
    min-width: unset;
    width: 100%;
    max-width: 100%;
    height: 56px;
  }
  .btn:before {
    left: 12px;
    height: 36px;
  }
}
.btn:before {
  display: block;
  content: "";
  background: #2151FF;
  width: 12px;
  height: 48px;
  border-radius: 6px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  flex: none;
  transition: all 0.3s ease;
}
.btn:hover, .btn:focus {
  outline: none;
}
.btn:hover:before, .btn:focus:before {
  width: calc(100% - 8px);
  left: 4px;
  border-radius: 12px;
}
.btn:hover span, .btn:focus span {
  color: rgb(223, 224, 208);
}
.btn span {
  position: relative;
  z-index: 1;
  flex: 1;
  text-align: center;
  line-height: 24px;
  padding: 0 24px;
  transition: color 0.3s ease;
}

.btn_alt {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: "ibm-plex-mono", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.875rem, 0.787rem + 0.2817vw, 1.125rem);
  color: rgb(223, 224, 208);
  background: transparent;
  text-decoration: none;
  min-height: 48px;
  transition: opacity 0.3s ease;
}
@media (max-width: 480px) {
  .btn_alt {
    width: 100%;
    justify-content: center;
  }
}
.btn_alt:hover, .btn_alt:focus {
  opacity: 0.5;
}
.btn_alt:hover.eye:after, .btn_alt:focus.eye:after {
  transform: translateX(6px);
}
.btn_alt:hover.more:after, .btn_alt:focus.more:after {
  transform: translateX(6px);
}
.btn_alt.eye:after {
  display: block;
  content: url(/src/img/eye_icon.svg);
  transition: transform 0.3s ease;
}
.btn_alt.more:after {
  display: block;
  content: url(/src/img/more_icon.svg);
  transition: transform 0.3s ease;
}

.container {
  padding: 120px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .container {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 60px 24px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 40px 20px;
  }
}

.hero {
  height: 100vh;
  min-height: 600px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .hero {
    min-height: 100vh;
  }
}
.hero .container {
  padding: 48px;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
@media (max-width: 768px) {
  .hero .container {
    padding: 24px;
  }
}
@media (max-width: 480px) {
  .hero .container {
    padding: 20px;
  }
}
.hero header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(120px, 15vh, 360px);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .hero header {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .hero header {
    margin-bottom: 60px;
  }
}
.hero header .logo img, .hero header .ns_symbol img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  .hero header .logo img, .hero header .ns_symbol img {
    max-height: 32px;
  }
}
.hero .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  min-height: 0;
}
.hero .content h1 {
  text-align: center;
  max-width: 1170px;
  margin-bottom: 48px;
  width: 100%;
}
@media (max-width: 768px) {
  .hero .content h1 {
    margin-bottom: 32px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .hero .content h1 {
    margin-bottom: 24px;
    max-width: 100%;
    font-size: clamp(2rem, 1.5rem + 2vw, 3rem);
  }
}
.hero .content p {
  text-align: center;
  max-width: 630px;
  font-size: clamp(1rem, 0.8239rem + 0.5634vw, 1.5rem);
  margin-bottom: 64px;
  width: 100%;
}
@media (max-width: 768px) {
  .hero .content p {
    margin-bottom: 48px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .hero .content p {
    margin-bottom: 32px;
    max-width: 100%;
    font-size: clamp(0.875rem, 0.75rem + 1vw, 1.125rem);
  }
}
.hero .content .btns {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .hero .content .btns {
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .hero .content .btns {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .hero .content .btns li {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .hero .content .btns .btn {
    width: 100%;
    min-width: unset;
    max-width: 100%;
  }
}

.problem .top_border {
  background: url(/src/img/top_border_bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 188px;
}
@media (max-width: 768px) {
  .problem .top_border {
    height: 120px;
  }
}
@media (max-width: 480px) {
  .problem .top_border {
    height: 80px;
  }
}
.problem .container {
  background: rgb(223, 224, 208);
}
.problem .container .content {
  max-width: 1170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .problem .container .content {
    padding: 0 16px;
  }
}
.problem .container .content h2 {
  color: rgb(35, 36, 39);
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .problem .container .content h2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .problem .container .content h2 {
    margin-bottom: 24px;
  }
}
.problem .container .content p {
  color: rgb(35, 36, 39);
  max-width: 590px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .problem .container .content p {
    margin-bottom: 48px;
  }
}
@media (max-width: 480px) {
  .problem .container .content p {
    margin-bottom: 32px;
  }
}
.problem .container .compare {
  width: 100%;
  max-width: 1600px;
  background: #232427;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: flex;
}
.problem .container .compare .fixed_column {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 280px;
  background: #232427;
  z-index: 3;
}
@media (max-width: 1024px) {
  .problem .container .compare .fixed_column {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .problem .container .compare .fixed_column {
    width: 200px;
  }
}
@media (max-width: 480px) {
  .problem .container .compare .fixed_column {
    width: 160px;
  }
}
.problem .container .compare .fixed_column .fixed_header {
  height: 91px;
  background: #232427;
}
.problem .container .compare .fixed_column .fixed_cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 143px;
  padding: 0 24px;
  position: relative;
}
@media (max-width: 768px) {
  .problem .container .compare .fixed_column .fixed_cell {
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .problem .container .compare .fixed_column .fixed_cell {
    padding: 0 12px;
  }
}
.problem .container .compare .fixed_column .fixed_cell.neue_cell {
  background: #2151FF;
}
.problem .container .compare .fixed_column .fixed_cell .logo {
  margin-bottom: 8px;
}
.problem .container .compare .fixed_column .fixed_cell .logo img {
  height: 24px;
}
@media (max-width: 768px) {
  .problem .container .compare .fixed_column .fixed_cell .logo img {
    height: 20px;
  }
}
@media (max-width: 480px) {
  .problem .container .compare .fixed_column .fixed_cell .logo img {
    height: 18px;
  }
}
.problem .container .compare .fixed_column .fixed_cell .title {
  font-family: "ivyora-text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
  color: rgb(223, 224, 208);
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .problem .container .compare .fixed_column .fixed_cell .title {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .problem .container .compare .fixed_column .fixed_cell .title {
    font-size: 1.125rem;
  }
}
.problem .container .compare .fixed_column .fixed_cell p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 160%;
  color: rgb(223, 224, 208);
  opacity: 0.8;
}
@media (max-width: 768px) {
  .problem .container .compare .fixed_column .fixed_cell p {
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  .problem .container .compare .fixed_column .fixed_cell p {
    font-size: 0.6875rem;
  }
}
.problem .container .compare .scrollable_columns {
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #444 #232427;
  position: relative;
}
.problem .container .compare .scrollable_columns::-webkit-scrollbar {
  height: 8px;
}
.problem .container .compare .scrollable_columns::-webkit-scrollbar-track {
  background: #232427;
}
.problem .container .compare .scrollable_columns::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 4px;
}
.problem .container .compare .scrollable_columns::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.problem .container .compare .scrollable_columns .scrollable_content {
  position: relative;
  min-width: 1080px;
}
@media (max-width: 480px) {
  .problem .container .compare .scrollable_columns .scrollable_content {
    min-width: 720px;
  }
}
.problem .container .compare .scrollable_columns .scrollable_content .blue_highlight {
  position: absolute;
  width: 100%;
  height: 143px;
  background: #2151FF;
  top: 91px;
  left: 0;
  right: 0;
  z-index: 0;
}
.problem .container .compare .scrollable_columns .scrollable_content .compare_header {
  display: flex;
  height: 91px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.problem .container .compare .scrollable_columns .scrollable_content .compare_header .cell {
  flex: 1;
  min-width: 180px;
  text-align: center;
}
@media (max-width: 1024px) {
  .problem .container .compare .scrollable_columns .scrollable_content .compare_header .cell {
    min-width: 160px;
  }
}
@media (max-width: 768px) {
  .problem .container .compare .scrollable_columns .scrollable_content .compare_header .cell {
    min-width: 140px;
  }
}
@media (max-width: 480px) {
  .problem .container .compare .scrollable_columns .scrollable_content .compare_header .cell {
    min-width: 120px;
  }
}
.problem .container .compare .scrollable_columns .scrollable_content .compare_header .cell .title {
  font-family: "ivyora-text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 100%;
  color: rgb(223, 224, 208);
}
@media (max-width: 1024px) {
  .problem .container .compare .scrollable_columns .scrollable_content .compare_header .cell .title {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .problem .container .compare .scrollable_columns .scrollable_content .compare_header .cell .title {
    font-size: 0.9375rem;
  }
}
@media (max-width: 480px) {
  .problem .container .compare .scrollable_columns .scrollable_content .compare_header .cell .title {
    font-size: 0.875rem;
  }
}
.problem .container .compare .scrollable_columns .scrollable_content .data_rows {
  position: relative;
}
.problem .container .compare .scrollable_columns .scrollable_content .data_rows .compare_row {
  display: flex;
  height: 143px;
  align-items: center;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .problem .container .compare .scrollable_columns .scrollable_content .data_rows .compare_row {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .problem .container .compare .scrollable_columns .scrollable_content .data_rows .compare_row {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .problem .container .compare .scrollable_columns .scrollable_content .data_rows .compare_row {
    padding: 0;
  }
}
.problem .container .compare .scrollable_columns .scrollable_content .data_rows .compare_row .cell {
  flex: 1;
  min-width: 180px;
  text-align: center;
}
@media (max-width: 1024px) {
  .problem .container .compare .scrollable_columns .scrollable_content .data_rows .compare_row .cell {
    min-width: 160px;
  }
}
@media (max-width: 768px) {
  .problem .container .compare .scrollable_columns .scrollable_content .data_rows .compare_row .cell {
    min-width: 140px;
  }
}
@media (max-width: 480px) {
  .problem .container .compare .scrollable_columns .scrollable_content .data_rows .compare_row .cell {
    min-width: 120px;
  }
}
.problem .container .compare .scrollable_columns .scrollable_content .data_rows .compare_row .cell p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 160%;
  color: rgb(223, 224, 208);
}
@media (max-width: 1024px) {
  .problem .container .compare .scrollable_columns .scrollable_content .data_rows .compare_row .cell p {
    font-size: 0.8125rem;
  }
}
@media (max-width: 768px) {
  .problem .container .compare .scrollable_columns .scrollable_content .data_rows .compare_row .cell p {
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  .problem .container .compare .scrollable_columns .scrollable_content .data_rows .compare_row .cell p {
    font-size: 0.6875rem;
  }
}
.problem .bottom_border {
  background: url(/src/img/bottom_border_bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 188px;
}
@media (max-width: 768px) {
  .problem .bottom_border {
    height: 120px;
  }
}
@media (max-width: 480px) {
  .problem .bottom_border {
    height: 80px;
  }
}

.how_we_work .container .content {
  max-width: 1170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .how_we_work .container .content {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .how_we_work .container .content {
    margin-bottom: 40px;
  }
}
.how_we_work .container .info_graph {
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .how_we_work .container .info_graph {
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .how_we_work .container .info_graph {
    flex-direction: column;
    gap: 32px;
  }
}
.how_we_work .container .info_graph .cell.odd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .how_we_work .container .info_graph .cell.odd {
    gap: 16px;
  }
}
.how_we_work .container .info_graph .cell.odd img {
  max-width: 200px;
  height: auto;
}
@media (max-width: 768px) {
  .how_we_work .container .info_graph .cell.odd img {
    max-width: 180px;
  }
}
.how_we_work .container .info_graph .cell.odd .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.how_we_work .container .info_graph .cell.odd .text .title {
  font-family: "ivyora-text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
  color: rgb(223, 224, 208);
}
@media (max-width: 768px) {
  .how_we_work .container .info_graph .cell.odd .text .title {
    font-size: 1.5rem;
  }
}
.how_we_work .container .info_graph .cell.odd .text p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 160%;
  color: rgb(223, 224, 208);
}
@media (max-width: 768px) {
  .how_we_work .container .info_graph .cell.odd .text p {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .how_we_work .container .info_graph .cell.even {
    display: none;
  }
}
.how_we_work .container .what {
  width: 100%;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
  gap: 24px;
}
@media (max-width: 768px) {
  .how_we_work .container .what {
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .how_we_work .container .what {
    margin-top: 40px;
  }
}
.how_we_work .container .what .more_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(223, 224, 208, 0.25);
  padding-top: 24px;
}
@media (max-width: 768px) {
  .how_we_work .container .what .more_info {
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .how_we_work .container .what .more_info h2 {
    text-align: center;
  }
}
.how_we_work .container .what .more_info ul {
  width: 100%;
  max-width: 450px;
}
@media (max-width: 768px) {
  .how_we_work .container .what .more_info ul {
    max-width: 100%;
  }
}
.how_we_work .container .what .more_info ul li {
  display: flex;
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 160%;
  color: rgb(223, 224, 208);
}
.how_we_work .container .what .more_info ul li:before {
  content: url(/src/img/check_icon.svg);
  margin-right: 16px;
  flex-shrink: 0;
}

.offer .top_border {
  background: url(/src/img/offer_top_border_bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 188px;
}
@media (max-width: 768px) {
  .offer .top_border {
    height: 120px;
  }
}
@media (max-width: 480px) {
  .offer .top_border {
    height: 80px;
  }
}
.offer .container {
  background: rgb(35, 36, 39);
}
.offer .container .content {
  max-width: 1170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .offer .container .content {
    margin-bottom: 48px;
  }
}
@media (max-width: 480px) {
  .offer .container .content {
    margin-bottom: 32px;
  }
}
.offer .container .content h2 {
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .offer .container .content h2 {
    margin-bottom: 16px;
  }
}
.offer .container .content p {
  max-width: 590px;
}
.offer .container .services {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1024px) {
  .offer .container .services {
    flex-direction: column;
    max-width: 600px;
  }
}
.offer .container .services .card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background: #2151FF;
  padding: 48px;
  border-radius: 16px;
  gap: 24px;
}
@media (max-width: 768px) {
  .offer .container .services .card {
    padding: 32px;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .offer .container .services .card {
    padding: 24px 12px;
    gap: 16px;
  }
}
.offer .container .services .card h3 {
  margin-bottom: 8px;
}
.offer .container .services .card .header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}
.offer .container .services .card .price {
  width: 100%;
  color: rgb(223, 224, 208);
  background: rgb(35, 36, 39);
  padding: 24px;
  border-radius: 8px;
  text-align: center;
}
@media (max-width: 480px) {
  .offer .container .services .card .price {
    padding: 20px;
  }
}
.offer .container .services .card .price .number {
  font-family: "ivyora-text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(3rem, 2.16rem + 3.2vw, 6rem);
}
.offer .container .services .card .price .subtext {
  font-family: "ibm-plex-mono", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  margin-left: 8px;
}
@media (max-width: 480px) {
  .offer .container .services .card .price .subtext {
    font-size: 0.75rem;
    display: block;
    margin-left: 0;
    margin-top: 8px;
  }
}
.offer .container .services .card .price.alt {
  padding: 16px 24px;
}
@media (max-width: 480px) {
  .offer .container .services .card .price.alt {
    padding: 12px 16px;
  }
}
.offer .container .services .card .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: rgb(223, 224, 208);
  padding: 24px;
  border-radius: 8px;
  gap: 16px;
}
@media (max-width: 480px) {
  .offer .container .services .card .list {
    padding: 20px;
  }
}
.offer .container .services .card .list .bullets {
  width: 100%;
}
.offer .container .services .card .list .bullets li {
  width: 100%;
  display: flex;
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 160%;
  color: rgb(35, 36, 39);
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(35, 36, 39, 0.25);
}
.offer .container .services .card .list .bullets li:last-child {
  border: none;
}
.offer .container .services .card .list .bullets li:before {
  content: url(/src/img/blue_check_icon.svg);
  margin-right: 16px;
  flex-shrink: 0;
}
.offer .container .services .card .what_we_offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: rgb(35, 36, 39);
  background: rgb(223, 224, 208);
  padding: 24px;
  border-radius: 8px;
  gap: 16px;
}
@media (max-width: 480px) {
  .offer .container .services .card .what_we_offer {
    padding: 20px;
  }
}
.offer .container .services .card .what_we_offer p {
  text-align: center;
  font-size: 0.875rem;
}
.offer .container .services .card .btn {
  width: 100%;
  justify-content: space-evenly;
}
.offer .container .services .card > p {
  text-align: center;
}
@media (max-width: 480px) {
  .offer .container .services .card > p {
    font-size: 0.875rem;
  }
}
.offer .bottom_border {
  background: url(/src/img/offer_bottom_border_bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 186px;
}
@media (max-width: 768px) {
  .offer .bottom_border {
    height: 120px;
  }
}
@media (max-width: 480px) {
  .offer .bottom_border {
    height: 80px;
  }
}

.who_we_are .container .content {
  max-width: 1170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .who_we_are .container .content {
    margin-bottom: 48px;
  }
}
@media (max-width: 480px) {
  .who_we_are .container .content {
    margin-bottom: 32px;
  }
}
.who_we_are .container .content h2 {
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 768px) {
  .who_we_are .container .content h2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .who_we_are .container .content h2 {
    margin-bottom: 24px;
  }
}
.who_we_are .container .content p {
  max-width: 630px;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .who_we_are .container .content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .who_we_are .container .content p {
    margin-bottom: 16px;
  }
}
.who_we_are .container .team {
  width: 100%;
  max-width: 1200px;
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .who_we_are .container .team {
    flex-direction: column;
    max-width: 600px;
  }
}
.who_we_are .container .team .member {
  width: 100%;
  max-width: 588px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  color: #2151FF;
  font-size: 0.875rem;
  background: rgb(223, 224, 208);
}
@media (max-width: 768px) {
  .who_we_are .container .team .member {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .who_we_are .container .team .member {
    padding: 20px;
  }
}
.who_we_are .container .team .member .photo {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.who_we_are .container .team .member .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.who_we_are .container .team .member .name {
  margin-bottom: 8px;
}
.who_we_are .container .team .member .role {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 0.75rem;
}
@media (max-width: 480px) {
  .who_we_are .container .team .member .role {
    margin-bottom: 16px;
  }
}
.who_we_are .container .team .member p {
  line-height: 160%;
}

.faq .top_border {
  background: url(/src/img/top_border_bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 188px;
}
@media (max-width: 768px) {
  .faq .top_border {
    height: 120px;
  }
}
@media (max-width: 480px) {
  .faq .top_border {
    height: 80px;
  }
}
.faq .container {
  background: rgb(223, 224, 208);
}
.faq .container .content {
  max-width: 1170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.faq .container .content h2 {
  color: rgb(35, 36, 39);
  margin-bottom: 48px;
}
.faq .container .questions {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 768px) {
  .faq .container .questions {
    flex-direction: column;
  }
}
.faq .container .questions .col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq .container .questions .acc {
  background: #2151FF;
  color: white;
  border-radius: 8px;
}
.faq .container .questions .acc_title {
  padding: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  min-height: 48px;
  transition: background-color 0.2s ease;
}
@media (max-width: 480px) {
  .faq .container .questions .acc_title {
    padding: 20px;
  }
}
.faq .container .questions .acc_title:hover, .faq .container .questions .acc_title:focus {
  background-color: rgba(255, 255, 255, 0.1);
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: -2px;
}
.faq .container .questions .acc_title:after {
  content: url(/src/img/down_icon.svg);
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-left: 16px;
}
.faq .container .questions .acc_title.active::after {
  transform: rotate(180deg);
}
.faq .container .questions .acc_title h4 {
  margin: 0;
}
.faq .container .questions .acc_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq .container .questions .acc_text {
  padding: 0 24px 24px 24px;
  line-height: 1.5rem;
}
@media (max-width: 480px) {
  .faq .container .questions .acc_text {
    padding: 0 20px 20px 20px;
  }
}
.faq .bottom_border {
  background: url(/src/img/bottom_border_bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 188px;
}
@media (max-width: 768px) {
  .faq .bottom_border {
    height: 120px;
  }
}
@media (max-width: 480px) {
  .faq .bottom_border {
    height: 80px;
  }
}

.footer .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px;
}
@media (max-width: 768px) {
  .footer .container {
    padding: 40px 24px;
  }
}
@media (max-width: 480px) {
  .footer .container {
    padding: 32px 20px;
  }
}
.footer .container .tagline {
  font-family: "ivyora-text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(3rem, 1.9437rem + 3.3803vw, 5rem);
  margin-bottom: 120px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer .container .tagline {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .footer .container .tagline {
    margin-bottom: 60px;
  }
}
.footer .container .info {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  padding-top: 48px;
  border-top: 1px solid rgba(223, 224, 208, 0.25);
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer .container .info {
    padding-top: 32px;
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .footer .container .info {
    flex-direction: column;
    padding-top: 24px;
    gap: 16px;
    align-items: center;
  }
}
.footer .container .info li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .container .info li img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  .footer .container .info li img {
    max-height: 32px;
  }
}
.footer .container .info p {
  font-size: 0.875rem;
  line-height: 160%;
}
@media (max-width: 480px) {
  .footer .container .info p {
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=main.css.map */