@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  --webkey-color-primary: #304B6F;
  --webkey-color-success: #7CB342;
  --webkey-color-info: #03a9f4;
  --webkey-color-warning: #FF8833;
  --webkey-color-error: #ff1a1a;
  --webkey-color-text: #111827;
  --webkey-color-text-grey: #9ca3af;
  --webkey-font-family: "Inter";
  --webkey-margin-top: 0.5rem;
  --webkey-margin-right: 0.5rem;
  --webkey-margin-end-block: 100px;
  --webkey-padding: 0.375rem;
  --webkey-border-radius: 0.375rem;
  --webkey-border: 1px solid #D1D5DB;
  --webkey-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.2);
  font-family: var(--webkey-font-family);
  margin: 0;
  padding: 0; }

body {
  height: 100vh; }
  body .wrapper {
    display: flex;
    flex-direction: column;
    height: 100%; }
    body .wrapper .content {
      flex: 1 0 auto; }
    body .wrapper footer {
      flex: 0 0 auto; }

a {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: var(--webkey-color-primary); }

p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem; }

footer {
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.3);
  margin-top: 5rem; }
  @media screen and (max-width: 576px) {
    footer {
      margin-top: 2.5rem; } }
  footer .webkey_nav .webkey_nav_link {
    display: none; }
  footer .webkey_nav__list__sub_menu {
    top: -4rem; }

.page_404 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 10rem;
  margin-bottom: 10rem;
  width: 100%;
  height: 100%; }
  .page_404 h1 {
    max-width: 100%;
    word-wrap: break-word;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 92px;
    line-height: 3.75rem;
    margin-bottom: 1rem; }

.webkey_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0; }
  .webkey_nav a {
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
    line-height: 1.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--webkey-color-text);
    text-decoration: inherit; }
    .webkey_nav a svg {
      width: 1.25rem;
      height: 1.25rem;
      color: var(--webkey-color-text-grey); }
    .webkey_nav a:hover {
      cursor: pointer;
      color: var(--webkey-color-primary); }
  .webkey_nav__list {
    position: relative; }
    .webkey_nav__list ul {
      display: flex;
      padding: 0;
      column-gap: 2rem;
      margin: 0; }
      .webkey_nav__list ul li {
        list-style: none; }
    .webkey_nav__list__sub_menu {
      display: none;
      position: absolute;
      top: 3rem;
      min-width: 10rem; }
      .webkey_nav__list__sub_menu ul {
        flex-direction: column;
        background: #fff;
        padding: var(--webkey-padding);
        column-gap: 3rem;
        border: var(--webkey-border);
        border-radius: var(--webkey-border-radius);
        z-index: 1;
        min-width: 150px; }
        .webkey_nav__list__sub_menu ul li {
          background: #fff;
          list-style: none;
          margin: var(--webkey-margin-top); }
  .webkey_nav_mobile .webkey_nav_mobile, .webkey_nav_mobile .webkey_nav_mobile__top, .webkey_nav_mobile .webkey_nav_mobile__wrapper {
    display: none; }
  @media screen and (max-width: 1024px) {
    .webkey_nav_mobile .webkey_nav, .webkey_nav_mobile .webkey_nav__center {
      display: none; }
    .webkey_nav_mobile .webkey_nav_mobile__top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
      background-color: white;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
      .webkey_nav_mobile .webkey_nav_mobile__top__logo {
        width: 100%; }
      .webkey_nav_mobile .webkey_nav_mobile__top__btn {
        width: 1.5rem;
        height: 1.5rem; }
    .webkey_nav_mobile .webkey_nav_mobile__wrapper {
      display: block;
      position: fixed;
      overflow: hidden;
      width: 75vw;
      max-width: 100%;
      height: 100%;
      z-index: 100;
      background-color: white;
      left: -100%;
      top: 0; } }
  @media screen and (max-width: 1024px) and (max-width: 576px) {
    .webkey_nav_mobile .webkey_nav_mobile__wrapper {
      width: 100%; } }
  @media screen and (max-width: 1024px) {
      .webkey_nav_mobile .webkey_nav_mobile__wrapper_visible {
        left: 0; }
      .webkey_nav_mobile .webkey_nav_mobile__wrapper_list {
        display: flex;
        flex-direction: column;
        height: 85vh;
        margin-left: -0.75rem;
        margin-right: 0;
        padding: 1.5rem; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_list__content {
          flex: 1 0 auto; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_list__footer {
          flex: 0 0 auto; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_list a {
          display: flex;
          flex-direction: row;
          color: var(--webkey-color-text);
          font-weight: 600;
          font-size: 1rem;
          line-height: 1.5rem;
          text-decoration: none;
          padding: 0.5rem 0.75rem;
          border-radius: var(--webkey-border-radius); }
          .webkey_nav_mobile .webkey_nav_mobile__wrapper_list a:hover {
            background-color: #F9FAFB; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_list__sub_menu__btn {
          display: flex;
          justify-content: space-between;
          align-items: center; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_list__sub_menu__list {
          display: none;
          flex-direction: column;
          padding-left: 0.75rem; }
          .webkey_nav_mobile .webkey_nav_mobile__wrapper_list__sub_menu__list a {
            font-size: 0.875rem; }
      .webkey_nav_mobile .webkey_nav_mobile__wrapper_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
        padding: 1.5rem; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_top__logo {
          width: 100%;
          height: 3rem; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_top__btn {
          width: 1.5rem;
          height: 1.5rem; }
      .webkey_nav_mobile .webkey_nav_mobile__wrapper_close {
        position: fixed;
        top: 0;
        z-index: 101;
        width: 25vw;
        height: 100vh;
        margin-left: 75vw;
        background-color: rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 1024px) and (max-width: 576px) {
      .webkey_nav_mobile .webkey_nav_mobile__wrapper_close {
        width: 0; } }
  @media screen and (max-width: 1024px) {
    .webkey_nav {
      display: none; } }
.webkey_nav__center {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 1rem 0; }
  .webkey_nav__center a {
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
    line-height: 1.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--webkey-color-text);
    text-decoration: inherit; }
    .webkey_nav__center a svg {
      width: 1.25rem;
      height: 1.25rem;
      color: var(--webkey-color-text-grey); }
    .webkey_nav__center a:hover {
      cursor: pointer;
      color: var(--webkey-color-primary); }
  .webkey_nav__center__list {
    position: relative; }
    .webkey_nav__center__list ul {
      display: flex;
      padding: 0;
      column-gap: 2rem;
      margin: 0; }
      .webkey_nav__center__list ul li {
        list-style: none; }
    .webkey_nav__center__list__sub_menu {
      display: none;
      position: absolute;
      top: 3rem;
      min-width: 10rem; }
      .webkey_nav__center__list__sub_menu ul {
        flex-direction: column;
        background: #fff;
        padding: var(--webkey-padding);
        column-gap: 3rem;
        border: var(--webkey-border);
        border-radius: var(--webkey-border-radius);
        z-index: 1;
        min-width: 150px; }
        .webkey_nav__center__list__sub_menu ul li {
          background: #fff;
          list-style: none;
          margin: var(--webkey-margin-top); }
  @media screen and (max-width: 1024px) {
    .webkey_nav__center {
      display: none; } }
  .webkey_nav__center_mobile .webkey_nav_mobile, .webkey_nav__center_mobile .webkey_nav_mobile__top, .webkey_nav__center_mobile .webkey_nav_mobile__wrapper {
    display: none; }
  @media screen and (max-width: 1024px) {
    .webkey_nav__center_mobile .webkey_nav, .webkey_nav__center_mobile .webkey_nav__center {
      display: none; }
    .webkey_nav__center_mobile .webkey_nav_mobile__top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
      background-color: white;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
      .webkey_nav__center_mobile .webkey_nav_mobile__top__logo {
        width: 100%; }
      .webkey_nav__center_mobile .webkey_nav_mobile__top__btn {
        width: 1.5rem;
        height: 1.5rem; }
    .webkey_nav__center_mobile .webkey_nav_mobile__wrapper {
      display: block;
      position: fixed;
      overflow: hidden;
      width: 75vw;
      max-width: 100%;
      height: 100%;
      z-index: 100;
      background-color: white;
      left: -100%;
      top: 0; } }
  @media screen and (max-width: 1024px) and (max-width: 576px) {
    .webkey_nav__center_mobile .webkey_nav_mobile__wrapper {
      width: 100%; } }
  @media screen and (max-width: 1024px) {
      .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_visible {
        left: 0; }
      .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list {
        display: flex;
        flex-direction: column;
        height: 85vh;
        margin-left: -0.75rem;
        margin-right: 0;
        padding: 1.5rem; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list__content {
          flex: 1 0 auto; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list__footer {
          flex: 0 0 auto; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list a {
          display: flex;
          flex-direction: row;
          color: var(--webkey-color-text);
          font-weight: 600;
          font-size: 1rem;
          line-height: 1.5rem;
          text-decoration: none;
          padding: 0.5rem 0.75rem;
          border-radius: var(--webkey-border-radius); }
          .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list a:hover {
            background-color: #F9FAFB; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list__sub_menu__btn {
          display: flex;
          justify-content: space-between;
          align-items: center; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list__sub_menu__list {
          display: none;
          flex-direction: column;
          padding-left: 0.75rem; }
          .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list__sub_menu__list a {
            font-size: 0.875rem; }
      .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
        padding: 1.5rem; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_top__logo {
          width: 100%;
          height: 3rem; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_top__btn {
          width: 1.5rem;
          height: 1.5rem; }
      .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_close {
        position: fixed;
        top: 0;
        z-index: 101;
        width: 25vw;
        height: 100vh;
        margin-left: 75vw;
        background-color: rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 1024px) and (max-width: 576px) {
      .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_close {
        width: 0; } }
.language {
  display: flex; }
  .language .selected {
    color: var(--webkey-color-primary) !important;
    font-weight: bold; }
  .language a:first-child {
    border-radius: 0; }
  .language .border {
    display: inline-block;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    border-right: 2px solid #222; }

@media screen and (max-width: var(webkey-screen-tablets)) {
  .language {
    display: flex;
    justify-content: space-evenly;
    border-top: 1px solid var(--webkey-color-text-grey);
    margin-top: 25rem; }
    .language .selected {
      color: var(--webkey-color-primary) !important;
      font-weight: bold; }
    .language a {
      display: flex;
      font-size: 1rem !important;
      margin-top: 15px;
      margin-bottom: 15px; }
      .language a:first-child {
        border-radius: 0;
        border-right: 0; }
      .language a:last-child {
        margin-left: 0; } }

.webkey_btn__primary {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-primary);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border: none; }
  .webkey_btn__primary:hover {
    cursor: pointer; }
  .webkey_btn__primary:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-primary); }
  .webkey_btn__primary a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer; }
    .webkey_btn__primary a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__primary {
      width: 100%; } }
.webkey_btn__success {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-success);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border: none; }
  .webkey_btn__success:hover {
    cursor: pointer; }
  .webkey_btn__success:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-success); }
  .webkey_btn__success a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer; }
    .webkey_btn__success a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__success {
      width: 100%; } }
.webkey_btn__info {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-info);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border: none; }
  .webkey_btn__info:hover {
    cursor: pointer; }
  .webkey_btn__info:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-info); }
  .webkey_btn__info a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer; }
    .webkey_btn__info a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__info {
      width: 100%; } }
.webkey_btn__warning {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-warning);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border: none; }
  .webkey_btn__warning:hover {
    cursor: pointer; }
  .webkey_btn__warning:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-warning); }
  .webkey_btn__warning a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer; }
    .webkey_btn__warning a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__warning {
      width: 100%; } }
.webkey_btn__danger {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-error);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border: none; }
  .webkey_btn__danger:hover {
    cursor: pointer; }
  .webkey_btn__danger:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-error); }
  .webkey_btn__danger a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer; }
    .webkey_btn__danger a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__danger {
      width: 100%; } }
.title, .title__pages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 0.5rem;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .title, .title__pages {
      flex-direction: column;
      align-items: flex-start; } }
  .title_container, .title__pages_container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 1024px) {
      .title_container, .title__pages_container {
        flex-direction: column; } }
    .title_container .right_block, .title__pages_container .right_block {
      display: flex;
      flex-direction: column;
      width: 100%; }
      .title_container .right_block p, .title__pages_container .right_block p {
        width: 100%; }
    .title_container .left_block, .title__pages_container .left_block {
      width: 100%; }
      @media screen and (max-width: 576px) {
        .title_container .left_block, .title__pages_container .left_block {
          display: none; } }
  .title h1, .title__pages h1 {
    max-width: 100%;
    word-wrap: break-word;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 48px;
    line-height: 3.75rem; }
    @media screen and (max-width: 576px) {
      .title h1, .title__pages h1 {
        font-size: 38px;
        line-height: 2.75rem; } }
    @media screen and (max-width: 320px) {
      .title h1, .title__pages h1 {
        font-size: 32px; } }
  .title img, .title__pages img {
    width: 35px;
    height: 35px;
    margin-right: 5px; }
    .title img:last-child, .title__pages img:last-child {
      margin-right: 0; }

@media screen and (max-width: 576px) {
  .title .images {
    display: none; }
  .title__pages {
    margin-top: 0.5rem; } }

/*# sourceMappingURL=common.css.map */