* {
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

html {
  font-size: 10px;
  line-height: 1.2;
}
html.scroll-off {
  overflow: hidden;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  color: #1a1c1e;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

.list-unstyled {
  list-style: none;
  padding-left: 0px;
}

p {
  margin-bottom: 1rem;
  font-weight: 300;
}

a {
  color: #000;
  text-decoration: none;
}

.img-placeholder {
  position: relative;
  display: block;
}
.img-placeholder:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blue-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 6.2rem;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  gap: 0.4rem;
}
@media (min-width: 992px) {
  .blue-btn {
    padding-right: 6.6rem;
  }
}
.blue-btn .bubble {
  height: 5.2rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
}
@media (min-width: 992px) {
  .blue-btn .bubble {
    height: 5.6rem;
  }
}
.blue-btn .label {
  background: #2567e8;
  padding: 0 2.8rem;
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: -0.32px;
}
.blue-btn .arrow {
  width: 5.2rem;
  background: #2567e8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 992px) {
  .blue-btn .arrow {
    width: 5.6rem;
  }
}
.blue-btn .right {
  right: 0.6rem;
  opacity: 1;
}
.blue-btn .left {
  left: 0.6rem;
  opacity: 0;
  transform: translate(-16px, -50%);
}
@media (min-width: 992px) {
  .blue-btn:hover {
    padding-right: 2.8rem;
    padding-left: 4.6rem;
  }
  .blue-btn:hover .right {
    opacity: 0;
    transform: translate(16px, -50%);
  }
  .blue-btn:hover .left {
    opacity: 1;
    transform: translate(0, -50%);
  }
  .blue-btn:hover .label {
    transform: translateX(20px);
  }
}

.white-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 6.2rem;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  gap: 0.4rem;
}
@media (min-width: 992px) {
  .white-btn {
    padding-right: 6.6rem;
  }
}
.white-btn .bubble {
  height: 5.2rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2567e8;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
}
@media (min-width: 992px) {
  .white-btn .bubble {
    height: 5.6rem;
  }
}
.white-btn .label {
  background: #fff;
  padding: 0 2.8rem;
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: -0.32px;
}
.white-btn .arrow {
  width: 5.2rem;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 992px) {
  .white-btn .arrow {
    width: 5.6rem;
  }
}
.white-btn .right {
  right: 0.6rem;
  opacity: 1;
}
.white-btn .left {
  left: 0.6rem;
  opacity: 0;
  transform: translate(-16px, -50%);
}
@media (min-width: 992px) {
  .white-btn:hover {
    padding-right: 2.8rem;
    padding-left: 4.6rem;
  }
  .white-btn:hover .right {
    opacity: 0;
    transform: translate(16px, -50%);
  }
  .white-btn:hover .left {
    opacity: 1;
    transform: translate(0, -50%);
  }
  .white-btn:hover .label {
    transform: translateX(20px);
  }
}

.section-header .section-label {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .section-header .section-label {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
}
.section-header .section-title {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.72px;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .section-header .section-title {
    font-size: 5.6rem;
    letter-spacing: -1.12px;
    margin-bottom: 2.4rem;
  }
}
.section-header .section-desc {
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .section-header .section-desc {
    margin-bottom: 4.8rem;
  }
}
.section-header .section-desc p {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
}
.section-header .section-desc p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section-header .section-desc p {
    font-size: 1.8rem;
    letter-spacing: -0.36px;
  }
}

.error-msg .error {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: red;
  margin-bottom: 0;
  margin-top: 1rem;
}

.add-after {
  position: relative;
}
.add-after::after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 1px;
  background: linear-gradient(to right, rgba(248, 250, 254, 0) 0%, rgba(37, 103, 232, 0.4) 50%, rgba(248, 250, 254, 0) 100%);
}
.add-after::after {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.position-relative {
  position: relative;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-center {
  text-align: center;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.btn-info, .btn-blue, .btn-secondary, .btn-primary {
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: 0.2s linear;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.19px;
  border-radius: 3rem;
}

.btn-block {
  display: block;
}

.btn-primary {
  background-color: #1a1c1e;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #020303;
  color: #fff !important;
}

.bg-primary {
  background-color: #1a1c1e;
}

.text-primary {
  color: #1a1c1e !important;
}

.btn-secondary {
  background-color: #fff;
  color: #000 !important;
}
.btn-secondary:hover {
  background-color: #e6e6e6;
  color: #000 !important;
}

.bg-secondary {
  background-color: #fff;
}

.text-secondary {
  color: #fff !important;
}

.btn-blue {
  background-color: #2567e8;
  color: #fff !important;
}
.btn-blue:hover {
  background-color: #1551c5;
  color: #fff !important;
}

.bg-blue {
  background-color: #2567e8;
}

.text-blue {
  color: #2567e8 !important;
}

.btn-info {
  background-color: #6c7278;
  color: #fff !important;
}
.btn-info:hover {
  background-color: #54595d;
  color: #fff !important;
}

.bg-info {
  background-color: #6c7278;
}

.text-info {
  color: #6c7278 !important;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.row > [class*=col-] {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.row.no-gutters {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.row.no-gutters > [class*=col-] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.container,
.container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-center {
  align-content: center;
}

.align-content-stretch {
  align-content: stretch;
}

.align-content-between {
  align-content: space-between;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

@media (min-width: 450px) {
  .col-xm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xm-none {
    display: none !important;
  }
  .d-xm-block {
    display: block !important;
  }
  .d-xm-flex {
    display: flex !important;
  }
  .d-xm-inline-block {
    display: inline-block !important;
  }
  .d-xm-inline-flex {
    display: inline-flex !important;
  }
  .flex-xm-wrap {
    flex-wrap: wrap;
  }
  .flex-xm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xm-row {
    flex-direction: row;
  }
  .flex-xm-column {
    flex-direction: column;
  }
  .align-items-xm-start {
    align-items: flex-start;
  }
  .align-items-xm-end {
    align-items: flex-end;
  }
  .align-items-xm-center {
    align-items: center;
  }
  .align-items-xm-stretch {
    align-items: stretch;
  }
  .align-content-xm-start {
    align-content: flex-start;
  }
  .align-content-xm-end {
    align-content: flex-end;
  }
  .align-content-xm-center {
    align-content: center;
  }
  .align-content-xm-stretch {
    align-content: stretch;
  }
  .align-content-xm-between {
    align-content: space-between;
  }
  .justify-content-xm-start {
    justify-content: flex-start;
  }
  .justify-content-xm-end {
    justify-content: flex-end;
  }
  .justify-content-xm-center {
    justify-content: center;
  }
  .justify-content-xm-between {
    justify-content: space-between;
  }
  .justify-content-xm-around {
    justify-content: space-around;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
}
@media (min-width: 1265px) {
  .container {
    max-width: 1260px;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
}
@media (min-width: 1450px) {
  .container {
    max-width: 1438px;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xxl-row {
    flex-direction: row;
  }
  .flex-xxl-column {
    flex-direction: column;
  }
  .align-items-xxl-start {
    align-items: flex-start;
  }
  .align-items-xxl-end {
    align-items: flex-end;
  }
  .align-items-xxl-center {
    align-items: center;
  }
  .align-items-xxl-stretch {
    align-items: stretch;
  }
  .align-content-xxl-start {
    align-content: flex-start;
  }
  .align-content-xxl-end {
    align-content: flex-end;
  }
  .align-content-xxl-center {
    align-content: center;
  }
  .align-content-xxl-stretch {
    align-content: stretch;
  }
  .align-content-xxl-between {
    align-content: space-between;
  }
  .justify-content-xxl-start {
    justify-content: flex-start;
  }
  .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxl-center {
    justify-content: center;
  }
  .justify-content-xxl-between {
    justify-content: space-between;
  }
  .justify-content-xxl-around {
    justify-content: space-around;
  }
}
.form-group {
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .form-group {
    margin-bottom: 2.4rem;
  }
}
.form-group .label {
  display: block;
  color: #1a1c1e;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 1.6rem;
}
.form-group .label span {
  color: #2567e8;
}
@media (min-width: 992px) {
  .form-group .label {
    font-size: 1.6rem;
  }
}
.form-group .input-group {
  border-radius: 8px;
  border: 1px solid rgba(26, 28, 30, 0.1);
  background: #fff;
  height: 5.4rem;
  padding: 0 1.6rem;
  width: 100%;
  color: #1a1c1e;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.28px;
}
.form-group .input-group::placeholder {
  color: #6c7278;
  opacity: 1;
}
.form-group .input-group:focus-visible {
  outline: 1px solid #2567e8;
}
.form-group .input-group.textarea {
  height: 100%;
  padding: 2rem 1.6rem;
}

header {
  position: fixed;
  top: 2.4rem;
  left: 0;
  width: 100%;
  z-index: 999;
}
header .header-wrapper {
  background-color: #fff;
  border: 1px solid rgba(26, 28, 30, 0.1);
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1265px) {
  header .header-wrapper {
    padding: 2.4rem 4.2rem;
  }
}
header .header-wrapper .header-bar {
  padding: 1.2rem 1.2rem 1.2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bar {
    padding: 0;
  }
}
header .header-wrapper .header-bar .logo {
  display: block;
  max-width: 14.6rem;
}
@media (min-width: 992px) {
  header .header-wrapper .header-bar .logo {
    max-width: 18.3rem;
  }
}
header .header-wrapper .header-bar .navbar-toggler {
  cursor: pointer;
  border-radius: 50%;
  background-color: #2567e8;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
@media (min-width: 992px) {
  header .header-wrapper .header-bar .navbar-toggler {
    padding: 1.5rem;
  }
}
header .header-wrapper .header-bar .navbar-toggler span {
  width: 1.8rem;
  height: 2px;
  background-color: #fff;
  border-radius: 999px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
}
header .header-wrapper .header-bar .navbar-toggler span:last-child {
  width: 1.3rem;
}
header .header-wrapper .header-bar .navbar-toggler.active span:first-child {
  transform: translateY(7px) rotate(45deg);
}
header .header-wrapper .header-bar .navbar-toggler.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
header .header-wrapper .header-bar .navbar-toggler.active span:last-child {
  width: 1.8rem;
  transform: translateY(-7px) rotate(-45deg);
}
@media (min-width: 1265px) {
  header .header-wrapper .header-bar .navbar-toggler {
    display: none;
  }
}
header .header-wrapper .menu-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
header .header-wrapper .menu-wrapper .menu-inner {
  overflow: hidden;
  padding: 0 2.4rem;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fff;
}
header .header-wrapper .menu-wrapper .menu-inner .main-menu {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
@media (min-width: 1265px) {
  header .header-wrapper .menu-wrapper .menu-inner .main-menu {
    flex-direction: row;
    margin-bottom: 0;
  }
}
header .header-wrapper .menu-wrapper .menu-inner .main-menu .menu-item:not(:last-of-type) {
  margin-bottom: 0.4rem;
}
@media (min-width: 1265px) {
  header .header-wrapper .menu-wrapper .menu-inner .main-menu .menu-item:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 0.4rem;
  }
}
header .header-wrapper .menu-wrapper .menu-inner .main-menu .menu-item .menu-link {
  display: inline-block;
  padding: 1.2rem 1.6rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1.6rem;
  color: #1a1c1e;
  letter-spacing: -0.32px;
}
header .header-wrapper .menu-wrapper .menu-inner .main-menu .menu-item .menu-link:hover {
  background: rgba(37, 103, 232, 0.1);
}
@media (min-width: 1265px) {
  header .header-wrapper .menu-wrapper .menu-inner .blue-btn {
    flex: 0 0 27.8rem;
    width: 27.8rem;
  }
  header .header-wrapper .menu-wrapper .menu-inner .blue-btn .label {
    flex: 1;
  }
}
header .header-wrapper.menu-open .menu-wrapper {
  grid-template-rows: 1fr;
}
header .header-wrapper.menu-open .menu-inner {
  clip-path: inset(0 0 0 0);
  padding: 4.4rem 2.4rem 2.4rem 2.4rem;
}
@media (min-width: 1265px) {
  header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 999px;
  }
  header .header-wrapper .menu-wrapper {
    display: block;
    grid-template-rows: none;
    flex: 1;
  }
  header .header-wrapper .menu-wrapper .menu-inner {
    clip-path: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3.2rem;
  }
  header .header-wrapper .menu-wrapper .main-menu {
    flex-direction: row;
    margin-bottom: 0;
  }
}

.static-page {
  padding: 14.6rem 0 3.2rem;
}
@media (min-width: 1265px) {
  .static-page {
    padding: 24.6rem 0 7.2rem;
  }
}
.static-page .static-page-wrapper {
  max-width: 78rem;
  margin-inline: auto;
}
.static-page .static-page-wrapper .section-header .section-title {
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .static-page .static-page-wrapper .section-header .section-title {
    margin-bottom: 2.4rem;
  }
}
.static-page .static-page-wrapper .static-page-content h2,
.static-page .static-page-wrapper .static-page-content h3,
.static-page .static-page-wrapper .static-page-content h4,
.static-page .static-page-wrapper .static-page-content h5,
.static-page .static-page-wrapper .static-page-content h6 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #1a1c1e;
  line-height: 120%;
  letter-spacing: -0.72px;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .static-page .static-page-wrapper .static-page-content h2,
  .static-page .static-page-wrapper .static-page-content h3,
  .static-page .static-page-wrapper .static-page-content h4,
  .static-page .static-page-wrapper .static-page-content h5,
  .static-page .static-page-wrapper .static-page-content h6 {
    margin-bottom: 2.4rem;
  }
}
.static-page .static-page-wrapper .static-page-content h2 {
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  .static-page .static-page-wrapper .static-page-content h2 {
    font-size: 3.2rem;
  }
}
.static-page .static-page-wrapper .static-page-content h3 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .static-page .static-page-wrapper .static-page-content h3 {
    font-size: 2.6rem;
  }
}
.static-page .static-page-wrapper .static-page-content h4 {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .static-page .static-page-wrapper .static-page-content h4 {
    font-size: 2.2rem;
  }
}
.static-page .static-page-wrapper .static-page-content h5 {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .static-page .static-page-wrapper .static-page-content h5 {
    font-size: 2rem;
  }
}
.static-page .static-page-wrapper .static-page-content h6 {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .static-page .static-page-wrapper .static-page-content h6 {
    font-size: 1.8rem;
  }
}
.static-page .static-page-wrapper .static-page-content p {
  color: #6c7278;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.3px;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .static-page .static-page-wrapper .static-page-content p {
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1265px) {
  .static-page .static-page-wrapper .static-page-content p {
    font-size: 1.6rem;
  }
}
.static-page .static-page-wrapper .static-page-content a {
  color: #2567e8;
  text-decoration: underline;
  font-weight: 600;
}
.static-page .static-page-wrapper .static-page-content b,
.static-page .static-page-wrapper .static-page-content strong {
  font-weight: 600;
  color: #1a1c1e;
}
.static-page .static-page-wrapper .static-page-content em {
  font-style: italic;
}
.static-page .static-page-wrapper .static-page-content ul,
.static-page .static-page-wrapper .static-page-content ol {
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .static-page .static-page-wrapper .static-page-content ul,
  .static-page .static-page-wrapper .static-page-content ol {
    margin-bottom: 2.4rem;
  }
}
.static-page .static-page-wrapper .static-page-content ul li,
.static-page .static-page-wrapper .static-page-content ol li {
  color: #1a1c1e;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.3px;
}
@media (min-width: 1265px) {
  .static-page .static-page-wrapper .static-page-content ul li,
  .static-page .static-page-wrapper .static-page-content ol li {
    font-size: 1.6rem;
  }
}
.static-page .static-page-wrapper .static-page-content ul li::marker,
.static-page .static-page-wrapper .static-page-content ol li::marker {
  color: #2567e8;
}

footer {
  padding: 4.8rem 0 3.2rem;
}
@media (min-width: 1265px) {
  footer {
    padding: 9.6rem 0 3.2rem;
  }
}
footer .footer-wrapper {
  padding: 3.2rem 1.6rem 5.6rem;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
@media (min-width: 576px) {
  footer .footer-wrapper {
    padding: 3.2rem 2.4rem 8.2rem;
  }
}
@media (min-width: 992px) {
  footer .footer-wrapper {
    padding: 7.2rem 7.2rem 16.4rem 7.2rem;
  }
}
@media (min-width: 1265px) {
  footer .footer-wrapper {
    display: flex;
    align-items: stretch;
  }
}
footer .footer-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/footer-bg-m.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 0;
}
@media (min-width: 1450px) {
  footer .footer-wrapper:before {
    background: url(../img/footer-bg-d.svg) no-repeat center bottom;
  }
}
footer .footer-wrapper > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 1265px) {
  footer .footer-wrapper .footer-top {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
footer .footer-wrapper .footer-top .section-header {
  color: #fff;
  margin-bottom: 4.2rem;
}
@media (min-width: 1265px) {
  footer .footer-wrapper .footer-top .section-header {
    margin-bottom: 0;
  }
}
footer .footer-wrapper .footer-top .footer-info {
  display: none;
}
@media (min-width: 1265px) {
  footer .footer-wrapper .footer-top .footer-info {
    display: block;
  }
  footer .footer-wrapper .footer-top .footer-info .footer-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 3.2rem;
  }
  footer .footer-wrapper .footer-top .footer-info .footer-menu .footer-item:not(:last-of-type) {
    position: relative;
    padding-right: 2.2rem;
    margin-right: 1.6rem;
  }
  footer .footer-wrapper .footer-top .footer-info .footer-menu .footer-item:not(:last-of-type)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 50%;
    width: 0.6rem;
    height: 0.6rem;
    right: 0;
  }
  footer .footer-wrapper .footer-top .footer-info .footer-menu .footer-item .footer-link {
    display: block;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.28px;
  }
  footer .footer-wrapper .footer-top .footer-info .copyright {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.14px;
    margin-bottom: 0;
  }
}
@media (min-width: 1265px) {
  footer .footer-wrapper .footer-bottom {
    flex: 0 0 68.8rem;
    width: 68.8rem;
    margin-left: 6.4rem;
  }
}
@media (min-width: 1450px) {
  footer .footer-wrapper .footer-bottom {
    margin-left: 12.8rem;
  }
}
footer .footer-wrapper .footer-bottom .footer-form {
  border-radius: 24px;
  padding: 3.2rem 2.4rem;
  background: #fff;
  margin-bottom: 4.2rem;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-bottom .footer-form {
    padding: 5.6rem;
  }
}
@media (min-width: 1265px) {
  footer .footer-wrapper .footer-bottom .footer-form {
    margin-bottom: 0;
  }
}
@media (min-width: 1265px) {
  footer .footer-wrapper .footer-bottom .footer-form .form-group-wrapper {
    display: flex;
    align-items: center;
    gap: 2.4rem;
  }
  footer .footer-wrapper .footer-bottom .footer-form .form-group-wrapper .form-group {
    flex: 1;
  }
}
footer .footer-wrapper .footer-bottom .footer-form .blue-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (min-width: 1265px) {
  footer .footer-wrapper .footer-bottom .footer-info {
    display: none;
  }
}
footer .footer-wrapper .footer-bottom .footer-info .footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.4rem;
}
footer .footer-wrapper .footer-bottom .footer-info .footer-menu .footer-item:not(:last-of-type) {
  position: relative;
  padding-right: 2.2rem;
  margin-right: 1.6rem;
}
footer .footer-wrapper .footer-bottom .footer-info .footer-menu .footer-item:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  right: 0;
}
footer .footer-wrapper .footer-bottom .footer-info .footer-menu .footer-item .footer-link {
  display: block;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px;
}
footer .footer-wrapper .footer-bottom .footer-info .copyright {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.14px;
  margin-bottom: 0;
}

/*# sourceMappingURL=static-page.css.map */
