@font-face {
  font-family: Lexend;
  src: url(../font/Lexend-Regular.ttf);
}
@font-face {
  font-family: Lexend;
  src: url(../font/Lexend-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: 'IBM Plex Sans';
  src: url(../font/IBMPlexSans-Regular.ttf);
}
@font-face {
  font-family: 'IBM Plex Sans';
  src: url(../font/IBMPlexSans-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: 'IBM Plex Sans';
  src: url(../font/IBMPlexSans-SemiBold.ttf);
  font-weight: 600;
}
@media (max-width: 992px) {
  h1 {
    font-size: 23px !important;
    line-height: 30px !important;
    letter-spacing: 0.015em !important;
    padding-top: 0.25em;
  }
  h2 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .block_title >div {
    justify-content: start !important;
  }
  .block_title img {
    margin-right: 22px !important;
  }
  .block {
    font-size: 16px;
    line-height: 26px;
  }
  .deco {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 25px !important;
  }
  .deco:before {
    top: 0 !important;
  }
  .deco-right {
    text-align: left !important;
  }
  .deco-right:before {
    left: 0 !important;
    right: auto !important;
  }
}
.base {
  font-family: 'IBM Plex Sans', sans-serif;
  font-style: normal;
  font-size: 1rem;
  background-color: #012A37;
  color: white !important;
}
.debug {
  border: 1px solid red;
}
a {
  color: #012A37;
  text-decoration: underline;
}
h1 {
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  font-size: 2.7em;
  letter-spacing: 0.015em;
}
h2 {
  font-family: 'Lexend', sans-serif;
  font-weight: 800;
  font-size: 1.9em;
}
h3 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.45em;
  font-weight: 700;
  letter-spacing: 0.005em;
}
h4 {
  font-family: 'Lexend', sans-serif;
  font-weight: 500;
  font-size: 0.9em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
}
h4 a {
  color: #DBDEFF;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  line-height: 1.4em;
}
.deco {
  position: relative;
  padding-left: 46px;
}
.deco :before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 30px;
  height: 14px;
  background-color: #FF78B9;
  display: inline-block;
  border-radius: 8px;
}
.deco-right,
.deco-left {
  position: relative;
  padding-top: 1.18em;
  font-family: 'Lexend';
  font-weight: 700;
  line-height: 1.468em;
  letter-spacing: 0.015em;
}
.deco-right:before,
.deco-left:before {
  position: absolute;
  content: "";
  top: 0;
  width: 3.82em;
  height: 0.48em;
  background-color: #FF78B9;
  display: inline-block;
  border-radius: 8px;
}
.deco-right {
  text-align: right;
}
.deco-right:before {
  right: 0;
}
.deco-left:before {
  left: 0;
}
.block_title {
  background-color: #012A37;
  padding: 3.75em 2em 3.75em 2em !important;
  color: white;
  font-family: Lexend;
}
.block_title .block_text {
  align-self: center !important;
}
.block_title .sub_title {
  color: #FF78B9;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  padding-bottom: 1.3em;
  font-size: 1.125em;
  text-transform: uppercase;
}
.block_title >div {
  justify-content: center;
}
.block_title img {
  width: 8.75em;
  margin-right: 4.25em;
}
.block_title h1 {
  font-size: 2.625em;
}
.block {
  color: #00455B;
  padding: 4em 2em 4em 2em;
  font-family: 'IBM Plex Sans';
  line-height: 1.88em;
  letter-spacing: 0.005em;
}
.block >div {
  max-width: 1280px;
  padding: 0;
}
.block_dark {
  background-color: #012A37;
}
.block_dark2 {
  background-color: #00455B;
}
.block_light {
  background-color: white;
}
.block_grey {
  background-color: #F0F5F7;
}
.block_sky {
  background-color: #E1F0F5;
}
.bt {
  border-radius: 0.5em;
  padding: 0.5em 1em 0.5em 1em;
  font-weight: 600;
  font-size: 0.9em;
  line-height: 1.2em;
  letter-spacing: 0.025em;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
}
.bt i {
  padding-right: 0.75em;
}
.bt_bigger {
  font-size: 1.05em;
}
.bt_dark {
  color: white;
  background-color: #00455B;
  border: 1px solid #00455B;
}
.bt_dark:hover {
  color: #00455B;
  background-color: white;
}
.bt_pink {
  color: #012A37;
  background-color: #FFBDDD;
  border: 1px solid #FFBDDD;
}
.bt_pink:hover {
  color: #FFBDDD;
  background-color: inherit;
}
.bt_light {
  color: #012A37;
  background-color: #DBDEFF;
  border: 1px solid #DBDEFF;
}
.bt_light:hover {
  color: #DBDEFF;
  background-color: inherit;
}
.bt_light_line {
  border: 1px solid #DBDEFF;
  background-color: inherit;
  color: #DBDEFF;
}
.bt_light_line:hover {
  background-color: #DBDEFF;
  color: #012A37;
}
.bt_pink_line {
  border: 1px solid #FFBDDD;
  background-color: inherit;
  color: #FFBDDD;
}
.bt_pink_line:hover {
  background-color: #FFBDDD;
  color: #012A37;
}
.bt_dark_line {
  border: 1px solid #012A37;
  background-color: inherit;
  color: #012A37;
}
.bt_dark_line:hover {
  background-color: #012A37;
  color: white;
}
.bt_full {
  width: 100%;
  font-size: 1.05em;
}
