@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-orgHero {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.ic-orgHero__head {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ic-orgHero__eyebrow {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0F54A0;
}
.ic-orgHero__title {
  max-width: 620px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -0.02em;
  color: #111827;
}
.ic-orgHero__text {
  max-width: 560px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #6B7280;
}
.ic-orgHero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.ic-orgHero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border: 1px solid #0F54A0;
  border-radius: 100px;
  background-color: #0F54A0;
  font-size: 15px;
  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-orgHero__btn:hover {
  border-color: #111827;
  background-color: #111827;
  color: #ffffff;
}
.ic-orgHero__btn:hover .ic-orgHero__btnArrow {
  transform: translateX(4px);
}
.ic-orgHero__btn--ghost {
  border-color: transparent;
  background-color: #fff;
  color: #111827;
  border: 1px solid #E2E8F0;
}
.ic-orgHero__btn--ghost:hover {
  border-color: transparent;
  background-color: rgba(15, 84, 160, 0.08);
  color: #0F54A0;
}
.ic-orgHero__btnArrow {
  flex: 0 0 auto;
  transition: transform 0.3s ease;
}
.ic-orgHero__media {
  margin-top: 60px;
}
.ic-orgHero__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0px 10px 30px 0px rgba(26, 58, 107, 0.1254901961);
}
.ic-orgHero__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 32px;
  padding-left: 0;
  list-style: none;
}
.ic-orgHero__trustItem {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #6B7280;
}
.ic-orgHero__trustIcon {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  color: #0F54A0;
}
@media (max-width: 1023px) {
  .ic-orgHero {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .ic-orgHero__title {
    max-width: 520px;
    font-size: 36px;
    line-height: 46px;
  }
  .ic-orgHero__media {
    margin-top: 32px;
  }
  .ic-orgHero__trust {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .ic-orgHero {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .ic-orgHero__eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .ic-orgHero__title {
    max-width: none;
    font-size: 28px;
    line-height: 36px;
  }
  .ic-orgHero__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
  }
  .ic-orgHero__actions {
    gap: 8px;
    margin-top: 24px;
  }
  .ic-orgHero__btn {
    width: 100%;
  }
  .ic-orgHero__media {
    margin-top: 24px;
  }
  .ic-orgHero__img {
    border-radius: 8px;
  }
  .ic-orgHero__trust {
    gap: 16px;
    margin-top: 24px;
  }
}

.ic-featureSec {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ic-featureSec__head {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ic-featureSec__eyebrow {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0F54A0;
}
.ic-featureSec__title {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #111827;
}
.ic-featureSec__text {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #6B7280;
}
.ic-featureSec__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 60px;
  padding-left: 0;
  list-style: none;
}
.ic-featureSec__item {
  text-align: center;
}
.ic-featureSec__media {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ic-featureSec__media:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 56px rgba(17, 24, 39, 0.14);
}
.ic-featureSec__img {
  display: block;
  width: 100%;
  height: auto;
}
.ic-featureSec__itemTitle {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #111827;
}
.ic-featureSec__itemText {
  max-width: 320px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #6B7280;
}
@media (max-width: 1023px) {
  .ic-featureSec {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ic-featureSec__title {
    font-size: 32px;
    line-height: 42px;
  }
  .ic-featureSec__list {
    gap: 24px;
    margin-top: 32px;
  }
  .ic-featureSec__itemTitle {
    margin-top: 16px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .ic-featureSec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ic-featureSec__eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .ic-featureSec__title {
    font-size: 26px;
    line-height: 34px;
  }
  .ic-featureSec__text {
    font-size: 14px;
    line-height: 24px;
  }
  .ic-featureSec__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    margin-top: 24px;
  }
  .ic-featureSec__itemText {
    max-width: none;
  }
}

.ic-marketplaceSec {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #EAF3FC;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.ic-marketplaceSec__head {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ic-marketplaceSec__eyebrow {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0F54A0;
}
.ic-marketplaceSec__title {
  max-width: 720px;
  margin-top: 16px;
  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-marketplaceSec__text {
  max-width: 860px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #6B7280;
}
.ic-marketplaceSec__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 60px;
}
.ic-marketplaceSec__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border: 1px solid #0F54A0;
  border-radius: 100px;
  background-color: #0F54A0;
  font-size: 15px;
  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-marketplaceSec__btn:hover {
  border-color: #111827;
  background-color: #111827;
  color: #ffffff;
}
.ic-marketplaceSec__btn:hover .ic-marketplaceSec__btnArrow {
  transform: translateX(4px);
}
.ic-marketplaceSec__btnArrow {
  flex: 0 0 auto;
  transition: transform 0.3s ease;
}
.ic-marketplaceSec__media {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
.ic-marketplaceSec__img {
  display: block;
  width: 100%;
  max-width: 980px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .ic-marketplaceSec {
    padding-top: 70px;
  }
  .ic-marketplaceSec__title {
    max-width: 520px;
    font-size: 34px;
    line-height: 44px;
  }
  .ic-marketplaceSec__media {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .ic-marketplaceSec {
    padding-top: 50px;
  }
  .ic-marketplaceSec__eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .ic-marketplaceSec__title {
    max-width: none;
    font-size: 26px;
    line-height: 34px;
  }
  .ic-marketplaceSec__text {
    font-size: 14px;
    line-height: 24px;
  }
  .ic-marketplaceSec__actions {
    gap: 8px;
    margin-top: 24px;
  }
  .ic-marketplaceSec__btn {
    width: 100%;
  }
  .ic-marketplaceSec__media {
    margin-top: 24px;
  }
}

.ic-orgTagSec {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.ic-orgTagSec__text {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #111827;
}
.ic-orgTagSec__textAccent {
  color: #0F54A0;
}
@media (max-width: 1023px) {
  .ic-orgTagSec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ic-orgTagSec__text {
    font-size: 26px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .ic-orgTagSec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ic-orgTagSec__text {
    font-size: 20px;
    line-height: 30px;
  }
}

.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-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;
  }
}