@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
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%;
  vertical-align: baseline;
  font-weight: inherit;
}

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

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  width: 100%;
  min-height: 100%;
  color: #6B7280;
  background-color: #ffffff;
}

[data-aos=fade-up] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-aos=fade-up].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1480px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .only-mobile-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
.ic-header {
  position: relative;
  z-index: 20;
  background-color: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(26, 58, 107, 0.0784313725);
}
.ic-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 72px;
}
.ic-header__logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}
.ic-header__logoImg {
  display: block;
  width: 140px;
  height: auto;
}
.ic-header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.ic-header__menu {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.ic-header__link {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #1a3a6b;
  transition: color 0.3s ease;
}
.ic-header__link:hover {
  color: #0F54A0;
}
.ic-header__btn {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 9px 20px;
  border: 1px solid #1a3a6b;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #1a3a6b;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.ic-header__btn:hover {
  border-color: #1a3a6b;
  background-color: #1a3a6b;
  color: #ffffff;
}
.ic-header__toggle {
  display: none;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  cursor: pointer;
}
.ic-header__toggleBar {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background-color: #111827;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 1023px) {
  .ic-header__row {
    height: 64px;
  }
  .ic-header__toggle {
    display: flex;
  }
  .ic-header__nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 20;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 24px 32px;
    border-bottom: 1px solid rgba(17, 24, 39, 0.06);
    background-color: #ffffff;
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08);
  }
  .ic-header__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .ic-header__link {
    font-size: 15px;
    line-height: 24px;
  }
  .ic-header__btn {
    width: 100%;
    padding: 12px 20px;
  }
  .ic-header.is-open .ic-header__nav {
    display: flex;
  }
  .ic-header.is-open .ic-header__toggleBar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .ic-header.is-open .ic-header__toggleBar:nth-child(2) {
    opacity: 0;
  }
  .ic-header.is-open .ic-header__toggleBar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .ic-header__logoImg {
    width: 120px;
  }
  .ic-header__nav {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.ic-heroSec {
  position: relative;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.ic-heroSec__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.ic-heroSec__content {
  flex: 0 0 auto;
  width: 46%;
}
.ic-heroSec__eyebrow {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0F54A0;
}
.ic-heroSec__title {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: -0.02em;
  color: #111827;
}
.ic-heroSec__titleAccent {
  display: block;
  color: #0F54A0;
}
.ic-heroSec__text {
  max-width: 540px;
  margin-top: 24px;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: #6B7280;
}
.ic-heroSec__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
.ic-heroSec__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid #0F54A0;
  border-radius: 100px;
  background-color: #0F54A0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.ic-heroSec__btn:hover {
  border-color: #111827;
  background-color: #111827;
  color: #ffffff;
}
.ic-heroSec__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #111827;
  transition: color 0.3s ease;
}
.ic-heroSec__link:hover {
  color: #0F54A0;
}
.ic-heroSec__link:hover .ic-heroSec__linkArrow {
  transform: translateX(4px);
}
.ic-heroSec__linkArrow {
  flex: 0 0 auto;
  transition: transform 0.3s ease;
}
.ic-heroSec__trust {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
.ic-heroSec__avatars {
  flex: 0 0 auto;
  width: 96px;
  height: auto;
}
.ic-heroSec__rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ic-heroSec__ratingValue {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #111827;
}
.ic-heroSec__stars {
  display: block;
  width: 88px;
  height: auto;
}
.ic-heroSec__trustText {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #6B7280;
}
.ic-heroSec__media {
  flex: 0 0 auto;
  width: 50%;
}
.ic-heroSec__img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .ic-heroSec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ic-heroSec__title {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 1023px) {
  .ic-heroSec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ic-heroSec__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
  }
  .ic-heroSec__content, .ic-heroSec__media {
    width: 100%;
  }
  .ic-heroSec__title {
    font-size: 42px;
    line-height: 50px;
  }
  .ic-heroSec__text {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .ic-heroSec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ic-heroSec__eyebrow {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .ic-heroSec__title {
    margin-top: 16px;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
  }
  .ic-heroSec__text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 26px;
  }
  .ic-heroSec__actions {
    gap: 16px;
    margin-top: 24px;
  }
  .ic-heroSec__btn {
    width: 100%;
    padding: 14px 24px;
  }
  .ic-heroSec__trust {
    margin-top: 24px;
  }
  .ic-heroSec__avatars {
    width: 84px;
  }
  .ic-heroSec__stars {
    width: 78px;
  }
}

.ic-tagSec {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.ic-tagSec__text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #111827;
}
.ic-tagSec__textAccent {
  color: #0F54A0;
}
@media (max-width: 1023px) {
  .ic-tagSec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ic-tagSec__text {
    font-size: 26px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .ic-tagSec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ic-tagSec__text {
    font-size: 20px;
    line-height: 30px;
  }
}

.ic-ctaSec {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.ic-ctaSec__inner {
  position: relative;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ic-ctaSec__mark {
  position: absolute;
  top: -52px;
  left: 50%;
  z-index: 0;
  width: 96px;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ic-ctaSec__title {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: -0.02em;
  color: #111827;
}
.ic-ctaSec__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
.ic-ctaSec__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid #0F54A0;
  border-radius: 100px;
  background-color: #0F54A0;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.ic-ctaSec__btn:hover {
  border-color: #111827;
  background-color: #111827;
  color: #ffffff;
}
.ic-ctaSec__btn--outline {
  background-color: #ffffff;
  color: #0F54A0;
}
.ic-ctaSec__btn--outline:hover {
  border-color: #0F54A0;
  background-color: #EAF3FC;
  color: #0F54A0;
}
@media (max-width: 1023px) {
  .ic-ctaSec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ic-ctaSec__title {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .ic-ctaSec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ic-ctaSec__mark {
    top: -38px;
    width: 72px;
  }
  .ic-ctaSec__title {
    font-size: 24px;
    line-height: 34px;
  }
  .ic-ctaSec__actions {
    gap: 8px;
    margin-top: 16px;
  }
  .ic-ctaSec__btn {
    width: 100%;
    padding: 13px 24px;
  }
}

.ic-categorieSec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ic-categorieSec__head {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ic-categorieSec__eyebrow {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0F54A0;
}
.ic-categorieSec__title {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #111827;
}
.ic-categorieSec__text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #6B7280;
}
.ic-categorieSec__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 900px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  list-style: none;
}
.ic-categorieSec__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border: 1px solid rgba(15, 84, 160, 0.16);
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #111827;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.ic-categorieSec__tag:hover {
  border-color: rgba(15, 84, 160, 0.4);
  background-color: #EAF3FC;
}
.ic-categorieSec__tagIcon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  color: #0F54A0;
}
.ic-categorieSec__more {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #111827;
}
.ic-categorieSec__actions {
  margin-top: 32px;
  text-align: center;
}
.ic-categorieSec__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid #0F54A0;
  border-radius: 100px;
  background-color: #0F54A0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.ic-categorieSec__btn:hover {
  border-color: #111827;
  background-color: #111827;
  color: #ffffff;
}
.ic-categorieSec__btn:hover .ic-categorieSec__btnArrow {
  transform: translateX(4px);
}
.ic-categorieSec__btnArrow {
  flex: 0 0 auto;
  transition: transform 0.3s ease;
}
@media (max-width: 1023px) {
  .ic-categorieSec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ic-categorieSec__title {
    font-size: 34px;
    line-height: 44px;
  }
  .ic-categorieSec__list {
    margin-top: 32px;
  }
  .ic-categorieSec__actions {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .ic-categorieSec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ic-categorieSec__eyebrow {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .ic-categorieSec__title {
    font-size: 28px;
    line-height: 36px;
  }
  .ic-categorieSec__text {
    font-size: 15px;
    line-height: 26px;
  }
  .ic-categorieSec__list {
    gap: 8px;
    margin-top: 24px;
  }
  .ic-categorieSec__tag {
    padding: 9px 16px;
    font-size: 14px;
  }
  .ic-categorieSec__tagIcon {
    width: 16px;
    height: 16px;
  }
  .ic-categorieSec__more {
    font-size: 14px;
  }
  .ic-categorieSec__actions {
    margin-top: 24px;
  }
  .ic-categorieSec__btn {
    padding: 14px 24px;
  }
  .ic-categorieSec .ic-categorieSec__head {
    max-width: 100%;
  }
}

.ic-platformSec {
  padding: 0 0 30px;
  background-color: #ffffff;
}
.ic-platformSec__head {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ic-platformSec__eyebrow {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0F54A0;
}
.ic-platformSec__title {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #111827;
}
.ic-platformSec__text {
  max-width: 620px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #6B7280;
}
.ic-platformSec__list {
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-top: 60px;
  padding-left: 0;
  list-style: none;
}
.ic-platformSec__item {
  display: grid;
  grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
  align-items: center;
  gap: 60px;
  padding: 32px 32px 32px 80px;
  border-radius: 32px;
}
.ic-platformSec__item--violet {
  background-color: #ebe8ff;
}
.ic-platformSec__item--sky {
  background-color: #eef8ff;
}
.ic-platformSec__item--reverse .ic-platformSec__media {
  order: 2;
}
.ic-platformSec__media {
  min-width: 0;
}
.ic-platformSec__img {
  display: block;
  width: 100%;
  height: auto;
}
.ic-platformSec__content {
  min-width: 0;
}
.ic-platformSec__itemTitle {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: #111827;
}
.ic-platformSec__itemText {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #4a6080;
  width: 90%;
}
.ic-platformSec__points {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
  padding-left: 0;
  list-style: none;
}
.ic-platformSec__point {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #4a6080;
}
.ic-platformSec__pointIcon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  color: #0F54A0;
}
@media (max-width: 1023px) {
  .ic-platformSec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ic-platformSec__title {
    font-size: 34px;
    line-height: 44px;
  }
  .ic-platformSec__list {
    margin-top: 32px;
  }
  .ic-platformSec__item {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 24px;
  }
  .ic-platformSec__item--reverse .ic-platformSec__media {
    order: 0;
  }
}
@media (max-width: 767px) {
  .ic-platformSec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ic-platformSec__eyebrow {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .ic-platformSec__title {
    font-size: 28px;
    line-height: 36px;
  }
  .ic-platformSec__text {
    font-size: 15px;
    line-height: 26px;
  }
  .ic-platformSec__list {
    gap: 16px;
    margin-top: 24px;
  }
  .ic-platformSec__item {
    padding: 40px 20px;
    border-radius: 16px;
  }
  .ic-platformSec__itemTitle {
    font-size: 22px;
    line-height: 30px;
  }
  .ic-platformSec__points {
    margin-top: 16px;
  }
}

.ic-howItWorkSec {
  padding: 75px 0;
  background-color: #EAF3FC;
}
.ic-howItWorkSec__head {
  max-width: 620px;
}
.ic-howItWorkSec__eyebrow {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0F54A0;
}
.ic-howItWorkSec__title {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #111827;
}
.ic-howItWorkSec__text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #6B7280;
}
.ic-howItWorkSec__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  margin-top: 60px;
  padding-left: 0;
  list-style: none;
}
.ic-howItWorkSec__item {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(15, 84, 160, 0.12);
  border-radius: 20px;
  background-color: #ffffff;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.ic-howItWorkSec__item:hover {
  border-color: rgba(15, 84, 160, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08);
}
.ic-howItWorkSec__icon {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  color: #0F54A0;
}
.ic-howItWorkSec__step {
  display: block;
  margin-top: 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6B7280;
}
.ic-howItWorkSec__itemTitle {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #242424;
}
.ic-howItWorkSec__itemText {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #6B7280;
}
.ic-howItWorkSec__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 60px;
}
.ic-howItWorkSec__note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #0F54A0;
}
.ic-howItWorkSec__noteIcon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: #0F54A0;
}
.ic-howItWorkSec__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid #0F54A0;
  border-radius: 100px;
  background-color: #0F54A0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.ic-howItWorkSec__btn:hover {
  border-color: #111827;
  background-color: #111827;
  color: #ffffff;
}
.ic-howItWorkSec__btn:hover .ic-howItWorkSec__btnArrow {
  transform: translateX(4px);
}
.ic-howItWorkSec__btnArrow {
  flex: 0 0 auto;
  transition: transform 0.3s ease;
}
@media (max-width: 1023px) {
  .ic-howItWorkSec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ic-howItWorkSec__title {
    font-size: 34px;
    line-height: 44px;
  }
  .ic-howItWorkSec__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 32px;
  }
  .ic-howItWorkSec__foot {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .ic-howItWorkSec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ic-howItWorkSec__eyebrow {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .ic-howItWorkSec__title {
    font-size: 28px;
    line-height: 36px;
  }
  .ic-howItWorkSec__text {
    font-size: 15px;
    line-height: 26px;
  }
  .ic-howItWorkSec__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    margin-top: 24px;
  }
  .ic-howItWorkSec__item {
    padding: 16px;
  }
  .ic-howItWorkSec__step {
    margin-top: 16px;
  }
  .ic-howItWorkSec__foot {
    margin-top: 24px;
  }
  .ic-howItWorkSec__note {
    font-size: 14px;
  }
  .ic-howItWorkSec__btn {
    width: 100%;
    padding: 14px 24px;
  }
}

.ic-orgHowItWork {
  padding: 100px 0;
  background-color: #ffffff;
}
.ic-orgHowItWork__head {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ic-orgHowItWork__eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0F54A0;
}
.ic-orgHowItWork__title {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #111827;
}
.ic-orgHowItWork__text {
  max-width: 560px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #6B7280;
}
.ic-orgHowItWork__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
  margin-top: 60px;
  padding-left: 0;
  list-style: none;
}
.ic-orgHowItWork__item {
  display: flex;
  flex-direction: column;
}
.ic-orgHowItWork__item + .ic-orgHowItWork__item {
  padding-left: 32px;
  border-left: 1px solid rgba(15, 84, 160, 0.14);
}
.ic-orgHowItWork__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(15, 84, 160, 0.12);
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 6px 16px rgba(17, 24, 39, 0.06);
}
.ic-orgHowItWork__icon svg {
  width: 20px;
  height: 20px;
  color: #0F54A0;
}
.ic-orgHowItWork__itemTitle {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #111827;
}
.ic-orgHowItWork__itemText {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #6B7280;
}
@media (max-width: 1023px) {
  .ic-orgHowItWork {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ic-orgHowItWork__title {
    font-size: 30px;
    line-height: 40px;
  }
  .ic-orgHowItWork__list {
    gap: 24px;
    margin-top: 32px;
  }
  .ic-orgHowItWork__item + .ic-orgHowItWork__item {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .ic-orgHowItWork {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ic-orgHowItWork__eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .ic-orgHowItWork__title {
    font-size: 26px;
    line-height: 34px;
  }
  .ic-orgHowItWork__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin-top: 24px;
  }
  .ic-orgHowItWork__item + .ic-orgHowItWork__item {
    padding-left: 0;
    padding-top: 24px;
    border-left: 0;
    border-top: 1px solid rgba(15, 84, 160, 0.14);
  }
  .ic-orgHowItWork__itemTitle {
    margin-top: 16px;
  }
}

.ic-testimonialSec {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F8F9FD;
}
.ic-testimonialSec__head {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ic-testimonialSec__eyebrow {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0F54A0;
}
.ic-testimonialSec__title {
  max-width: 580px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #111827;
}
.ic-testimonialSec__text {
  max-width: 560px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #6B7280;
}
.ic-testimonialSec__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 60px;
  padding-left: 0;
  list-style: none;
}
.ic-testimonialSec__item {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(15, 84, 160, 0.08);
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.ic-testimonialSec__item:hover {
  border-color: rgba(15, 84, 160, 0.24);
  box-shadow: 0 22px 50px rgba(17, 24, 39, 0.1);
}
.ic-testimonialSec__item:nth-child(odd) {
  transform: rotate(-2deg) !important;
}
.ic-testimonialSec__item:nth-child(odd):hover {
  transform: rotate(-2deg) translateY(-4px);
}
.ic-testimonialSec__item:nth-child(even) {
  transform: rotate(2deg) !important;
}
.ic-testimonialSec__item:nth-child(even):hover {
  transform: rotate(2deg) translateY(-4px);
}
.ic-testimonialSec__stars {
  display: block;
  flex: 0 0 auto;
  width: 88px;
  height: auto;
}
.ic-testimonialSec__quote {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #111827;
}
.ic-testimonialSec__author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
.ic-testimonialSec__avatar {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100px;
  background-color: #EAF3FC;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #0F54A0;
}
.ic-testimonialSec__avatarImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ic-testimonialSec__authorCopy {
  display: block;
  min-width: 0;
}
.ic-testimonialSec__name {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  color: #111827;
}
.ic-testimonialSec__role {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #6B7280;
}
@media (max-width: 1023px) {
  .ic-testimonialSec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ic-testimonialSec__title {
    font-size: 34px;
    line-height: 44px;
  }
  .ic-testimonialSec__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .ic-testimonialSec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ic-testimonialSec__eyebrow {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .ic-testimonialSec__title {
    font-size: 28px;
    line-height: 36px;
  }
  .ic-testimonialSec__text {
    font-size: 15px;
    line-height: 26px;
  }
  .ic-testimonialSec__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    margin-top: 24px;
  }
  .ic-testimonialSec__item {
    padding: 20px;
  }
  .ic-testimonialSec__quote {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
  }
  .ic-testimonialSec__author {
    margin-top: 16px;
  }
}

.ic-formSec {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #0b2545;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ic-formSec::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  pointer-events: none;
}
.ic-formSec .content-wrapper {
  position: relative;
  z-index: 1;
}
.ic-formSec__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 470px);
  align-items: end;
  gap: 60px;
  min-height: 560px;
  padding-bottom: 60px;
}
.ic-formSec__content {
  padding-bottom: 8px;
}
.ic-formSec__eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.ic-formSec__title {
  max-width: 440px;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.ic-formSec__text {
  max-width: 420px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
}
.ic-formSec__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  border-radius: 12px;
  padding: 12px 16px;
}
.ic-formSec__badgeIcon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  color: #ffffff;
}
.ic-formSec__card {
  padding: 28px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 24px 60px rgba(11, 37, 69, 0.22);
}
.ic-formSec__cardTitle {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #111827;
}
.ic-formSec__cardText {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #6B7280;
}
.ic-formSec__form {
  margin-top: 24px;
}
.ic-formSec__field {
  margin-top: 16px;
}
.ic-formSec__field:first-child {
  margin-top: 0;
}
.ic-formSec__fieldRow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.ic-formSec__label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #111827;
}
.ic-formSec__input, .ic-formSec__textarea {
  display: block;
  width: 100%;
  padding: 11px 14px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  background-color: #f6f7fa;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #111827;
  transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
.ic-formSec__input::-moz-placeholder, .ic-formSec__textarea::-moz-placeholder {
  color: rgba(107, 114, 128, 0.7);
}
.ic-formSec__input::placeholder, .ic-formSec__textarea::placeholder {
  color: rgba(107, 114, 128, 0.7);
}
.ic-formSec__input:focus, .ic-formSec__textarea:focus {
  border-color: #0F54A0;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(15, 84, 160, 0.1);
}
.ic-formSec__textarea {
  min-height: 92px;
  resize: vertical;
}
.ic-formSec__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 24px;
  padding: 13px 24px;
  border: 1px solid #0F54A0;
  border-radius: 100px;
  background-color: #0F54A0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.ic-formSec__btn:hover {
  border-color: #111827;
  background-color: #111827;
  color: #ffffff;
}
.ic-formSec__btn:hover .ic-formSec__btnArrow {
  transform: translateX(4px);
}
.ic-formSec__btnArrow {
  flex: 0 0 auto;
  transition: transform 0.3s ease;
}
@media (max-width: 1023px) {
  .ic-formSec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ic-formSec__row {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 32px;
    min-height: 0;
  }
  .ic-formSec__content {
    padding-bottom: 0;
  }
  .ic-formSec__title {
    max-width: none;
    font-size: 34px;
    line-height: 44px;
  }
  .ic-formSec__text {
    max-width: 560px;
  }
  .ic-formSec__card {
    max-width: 470px;
  }
}
@media (max-width: 767px) {
  .ic-formSec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ic-formSec__eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .ic-formSec__title {
    font-size: 26px;
    line-height: 36px;
  }
  .ic-formSec__card {
    max-width: none;
    padding: 20px;
  }
  .ic-formSec__fieldRow {
    grid-template-columns: minmax(0, 1fr);
  }
}

.ic-footer {
  padding-top: 60px;
  padding-bottom: 32px;
  background-color: #152a62;
  color: #ffffff;
}
.ic-footer__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
}
.ic-footer__logoImg {
  display: block;
  width: 158px;
  height: auto;
}
.ic-footer__text {
  max-width: 425px;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.ic-footer__newsTitle {
  display: block;
  margin-top: 32px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}
.ic-footer__news {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 300px;
  margin-top: 16px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.08);
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.ic-footer__news:focus-within {
  border-color: rgba(255, 255, 255, 0.36);
  background-color: rgba(255, 255, 255, 0.12);
}
.ic-footer__newsInput {
  flex: 1 1 auto;
  min-width: 0;
  padding: 7px 10px;
  border: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
}
.ic-footer__newsInput::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ic-footer__newsInput::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ic-footer__newsBtn {
  flex: 0 0 auto;
  padding: 7px 16px;
  border: 0;
  border-radius: 100px;
  background-color: #0F54A0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.ic-footer__newsBtn:hover {
  background-color: #308ad0;
}
.ic-footer__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 150px));
  gap: 32px;
}
.ic-footer__colTitle {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
}
.ic-footer__menu {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.ic-footer__link {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease;
}
.ic-footer__link:hover {
  color: #ffffff;
}
.ic-footer__apps {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 60px;
}
.ic-footer__app {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.45);
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.ic-footer__app:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.65);
}
.ic-footer__appIcon {
  display: block;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}
.ic-footer__appCopy {
  display: block;
  min-width: 0;
}
.ic-footer__appLabel {
  display: block;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.75);
}
.ic-footer__appName {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #ffffff;
}
.ic-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 120px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.ic-footer__copy {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.65);
}
.ic-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.ic-footer__legalLink {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.3s ease;
}
.ic-footer__legalLink:hover {
  color: #ffffff;
}
.ic-footer__lang {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 6px;
  color: #ffffff;
}
.ic-footer__langIcon {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  color: #308ad0;
}
@media (max-width: 1023px) {
  .ic-footer__row {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
  .ic-footer__text {
    max-width: none;
  }
  .ic-footer__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
  .ic-footer__apps {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .ic-footer {
    padding-top: 32px;
  }
  .ic-footer__logoImg {
    width: 140px;
  }
  .ic-footer__news {
    max-width: none;
  }
  .ic-footer__links {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .ic-footer__apps {
    margin-top: 24px;
  }
  .ic-footer__app {
    flex: 1 1 auto;
    justify-content: center;
  }
  .ic-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .ic-footer__legal {
    gap: 16px;
  }
}