@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap);
/* You can add global styles to this file, and also import other style files */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

/*** HEADER SECTION ***/
.menu-item-9999999999 {
  display: none;
}

.header {
  width: 100%;
  background: linear-gradient(178.45deg, #1B2045 1.74%, #00A0DC 98.1%);
}

.header-container {
  max-width: 1440px !important;
  width: 100%;
  margin: 0 auto;
}

.header-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 55px 57px 50px;
}

.nav-logo {
  max-width: 320px;
  width: 100%;
  min-height: 57px;
  margin-right: 20px;
}

.nav-group {
  display: flex;
}
.nav-group .nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
.nav-group .nav-menu a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 32px;
  line-height: 22px;
  color: #FFFFFF;
  padding-right: 20px !important;
  text-align: center;
  text-decoration: none;
}
.nav-group .nav-menu a:last-of-type {
  padding-right: 0;
}
.nav-group .nav-menu a:hover, .nav-group .nav-menu a:active {
  color: #00A0DC !important;
}
.nav-group i {
  color: #FFFFFF;
  margin: auto;
}
.nav-group i:hover {
  cursor: pointer;
  color: #00A0DC;
}

.hamburger {
  display: none;
}

.search-icon {
  background: center url("../assets/img/search.png") no-repeat;
  height: 20px;
  width: 20px;
}

.search-icon-article {
  background: center url("../assets/img/search_article.png") no-repeat;
  height: 20px;
  width: 20px;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: white;
}

.header__info {
  padding: 50px 57px 0;
  display: flex;
}

.header__info-desc {
  padding-right: 20px;
}

.header__info-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(26px + 30 * (100vw - 360px) / 1560);
  line-height: 67px;
  color: #FFFFFF;
  padding-bottom: 55px;
}

.header__info-btn {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 32px;
  width: 160px;
  height: 48px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(82, 84, 86, 0.35);
  border-radius: 10px;
  line-height: 22px;
  color: #00A0DC;
}

.header__info-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 226px 34px 20px 20px;
  margin-bottom: -68px;
}

@media (min-width: 900px) and (max-width: 1280px) {
  .header-navbar {
    padding: 20px;
  }
  .header__info {
    padding: 50px 20px;
  }
  .nav-link {
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 900px) {
  .header-navbar {
    padding: 20px;
  }
  .navbar {
    padding: 20px;
  }
  .nav-menu {
    position: absolute;
    left: -100%;
    top: 120px;
    flex-direction: column;
    background: #FFFFFF;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
  }
  .nav-menu a {
    margin: 1rem 0;
    color: #00A0DC !important;
  }
  .nav-menu.active {
    left: 0;
  }
  .nav-link {
    margin: 1rem 0;
    color: black !important;
  }
  .hamburger {
    display: block;
    cursor: pointer;
    padding-left: 10px;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .header__info {
    padding: 40px 20px 0;
  }
  .header__info-desc {
    padding-bottom: 20px;
  }
  .header__info-title {
    line-height: 45px;
    padding-bottom: 20px;
  }
  .header__info-img {
    margin-top: 60px;
  }
}
@media (max-width: 600px) {
  .header__info {
    padding: 20px;
  }
  .header__info-title {
    line-height: 25px;
  }
}
/*** MODAL ***/
.modal {
  background: #1B2045;
  opacity: 0.95;
}
.modal .close {
  position: absolute;
  right: 30px;
  top: 30px;
}
.modal .close:hover {
  cursor: pointer;
}
.modal .modal-content {
  border: 0;
}
.modal .modal-content .modal-body {
  padding: 0;
}
.modal .modal-content .modal-body .search {
  background: #1B2045;
  display: flex;
  height: 50px;
}
.modal .modal-content .modal-body .search .search-input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid white;
  border-radius: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
  left: 0;
}
.modal .modal-content .modal-body .search .submit-group {
  position: relative;
  height: auto;
  width: 40px;
}
.modal .modal-content .modal-body .search .submit-group .submit {
  background: center url("../assets/img/search.png") no-repeat;
  height: 100%;
  width: 100%;
  border: 0;
  border-bottom: 1px solid white;
  z-index: 10;
}
.modal .modal-content .modal-body .search .submit-group .submit:active, .modal .modal-content .modal-body .search .submit-group .submit:focus {
  outline: 0;
  border-bottom: 1px solid white;
}

/***  Partners section ***/
.partners {
  width: 100% !important;
  max-width: 100% !important;
  background-color: #f8fdff;
  padding: 80px 53px 40px !important;
}

.partners__container {
  max-width: 1440px !important;
  width: 100%;
  margin: 0 auto;
}

.partners-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(30px + 28 * (100vw - 360px) / 1560) !important;
  line-height: 61px;
  color: #1B2045;
  text-align: center;
  padding-top: 50px;
}

.partners-logos {
  padding-top: 56px;
  padding-bottom: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo__container {
  padding: 5px;
}

@media (max-width: 1280px) {
  .partners {
    padding: 20px !important;
  }
}
@media (max-width: 900px) {
  .partners-title {
    padding-top: 20px;
  }
  .logo__container {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .partners-logos {
    padding: 20px 0;
  }
}
/**** Know more section ****/
.know-more {
  max-width: 100% !important;
  width: 100% !important;
  background-color: #f9fafb;
  padding: 130px 56px !important;
  background-image: url("../assets/icons/Dots.svg");
  background-repeat: no-repeat;
  background-position: 95% 0%;
}
.know-more .col-img {
  display: flex;
}
.know-more .row {
  max-width: 1440px;
  margin: 0 auto;
}

.know-more__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(30px + 28 * (100vw - 360px) / 1560) !important;
  line-height: 61px;
  color: #1B2045;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.know-more__title span {
  background-image: linear-gradient(transparent 0%, transparent 60%, #ff9d43 50%, #ff9d43 35%, transparent 90%, transparent);
}

.know-more__subtitle {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 32px;
  color: #9a9b9c;
  max-width: 507px;
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 0;
}

.know-more__btn {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 32px;
  line-height: 22px;
  color: #ffffff;
  background: #00a0dc;
  box-shadow: 0px 4px 30px rgba(82, 84, 86, 0.35);
  border-radius: 10px;
  max-width: 160px;
  width: 100%;
  min-height: 48px;
}

.know-more__img-container {
  padding: 35px 30px 20px;
  margin-left: auto;
  display: flex;
  background-image: url("../assets/icons/rectangle-blue.svg"), url("../assets/icons/rectangle-orange.svg");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
}

.know-more__img {
  max-width: 372px;
  width: 100%;
  height: 100%;
  border-radius: 100px 18px 10px 10px;
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

@media (max-width: 1280px) {
  .know-more {
    padding: 20px !important;
  }
  .know-more__title {
    line-height: 40px;
  }
}
@media (max-width: 900px) {
  .know-more {
    background-size: 30%;
  }
  .know-more__img-container {
    background-size: 50% 50%;
  }
  .know-more__subtitle {
    line-height: 25px;
  }
  .col-img {
    padding-top: 20px;
  }
}
/**** BENEFITS SECTION ****/
.benefits {
  max-width: 100% !important;
  width: 100% !important;
  background-color: #ffffff;
  padding: 124px 60px 113px !important;
  position: relative;
  background-image: url("../assets/icons/rectangle-blue.svg"), url("../assets/icons/rectangle-orange.svg");
  background-position: 102% 15%, 105% 7%;
  background-repeat: no-repeat, no-repeat;
  background-size: 23% 25%;
}
.benefits .row {
  padding-top: 50px;
}

.benefits__wrapper {
  max-width: 1440px !important;
  width: 100%;
  margin: 0 auto;
}

.benefits__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(30px + 28 * (100vw - 360px) / 1560) !important;
  line-height: 61px;
  color: #1B2045;
  line-height: 67px;
  text-align: center;
  color: #1b2045;
}
.benefits__title span {
  background-image: linear-gradient(transparent 0%, transparent 60%, #ff9d43 50%, #ff9d43 35%, transparent 90%, transparent);
}

.benefits__subtitle {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 32px;
  line-height: 32px;
  text-align: center;
  color: #9a9b9c;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.benefits__box {
  max-width: 256px;
  width: 100%;
  min-height: 200px;
  background: #eef3fa;
  border-radius: 70.2144px 10.5632px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 40px 37px 24px;
}

.benefits-box__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 32px;
  line-height: 24px;
  text-align: center;
  color: #1b2045;
  word-break: break-word;
}

@media (max-width: 1280px) {
  .benefits {
    padding: 20px !important;
  }
  .benefits__title {
    line-height: 40px;
  }
  .rectangles {
    display: none;
  }
}
@media (max-width: 900px) {
  .benefits__subtitle {
    line-height: 25px;
  }
  .benefits__box {
    margin: 10px auto;
  }
}
/*** NEWS SECTION ***/
.news {
  max-width: 100% !important;
  width: 100% !important;
  background-color: #f8fdff;
  padding: 62px 57px 120px !important;
}

.news__wrapper {
  max-width: 1440px !important;
  width: 100%;
  margin: 0 auto;
}

.news__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 35px;
}

.news__header-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(30px + 28 * (100vw - 360px) / 1560) !important;
  line-height: 61px;
  color: #1B2045;
  line-height: 58px;
  color: #1b2045;
  padding-bottom: 8px;
}
.news__header-title span {
  background-image: linear-gradient(transparent 0%, transparent 60%, #00a0dc 50%, #00a0dc 35%, transparent 90%, transparent);
}

.news__header-link {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 32px;
  line-height: 22px;
  color: #9a9b9c;
  text-decoration: unset;
  margin-top: auto;
  padding-bottom: 30px;
}

.news__cell {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 316px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 160, 220, 0.25);
  border-radius: 80px 10px 0px 0px;
}
.news__cell a {
  text-decoration: none;
}

.news__cell-img {
  width: 100%;
  min-height: 230px;
  padding: 0 16px;
  border-radius: 80px 10px 0px 0px;
  margin: 0 auto;
  margin-top: -34px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news__cell-desc {
  padding: 16px 16px 25px;
}

.home-news__cell-desc {
  padding: 16px 16px 25px;
  height: 150px;
}

.news__cell-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 32px;
  line-height: 22px;
  color: #1b2045;
  margin-bottom: 0;
  text-decoration: none;
}

.news__cell-date {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #9a9b9c;
  margin-bottom: 0;
  text-decoration: none;
}

.news__cell-publisher {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  padding-top: 25px;
}

.home-news__cell-publisher {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  padding: 25px 0 0 16px;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  bottom: 20px;
  max-width: 300px;
}
@media (max-width: 1443px) {
  .home-news__cell-publisher {
    padding-right: 16px;
  }
}
@media (max-width: 575px) {
  .home-news__cell-publisher {
    padding-right: 0;
  }
}

.news__cell-publisher--txt {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #9a9b9c;
  margin-bottom: 0;
}

.news__cell-publisher--img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.news__cell-publisher-link {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #ff9d43;
}

@media (max-width: 1280px) {
  .news {
    padding: 20px !important;
  }
  .news__header-title {
    line-height: 40px;
  }
}
@media (max-width: 900px) {
  .news-col {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .news__cell {
    margin: 0 auto;
  }
}
/**** CONSORTIUM SECTION ***/
.consortium {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto;
  min-height: 695px;
  padding: 100px 57px !important;
  background-color: #f9fafb;
  background-image: url("../assets/img/dots-orange.svg");
  background-repeat: no-repeat;
  background-position: 95% 0%;
}

.consortium__wrapper {
  max-width: 1440px !important;
  width: 100%;
  margin: 0 auto;
}

.consortium__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(30px + 28 * (100vw - 360px) / 1560) !important;
  line-height: 61px;
  color: #1B2045;
  line-height: 67px;
  color: #1b2045;
}
.consortium__title span {
  background-image: linear-gradient(transparent 0%, transparent 60%, #00a0dc 50%, #00a0dc 35%, transparent 90%, transparent);
}

.consortium__list {
  padding-left: 0;
}

.consortium__list-item {
  max-width: 422px;
  width: 100%;
  padding: 12px 24px !important;
  border: 2px solid #00a0dc !important;
  box-sizing: border-box;
  border-top-right-radius: 70.2144px !important;
  border-bottom-right-radius: 10.5632px !important;
  margin-bottom: 8px;
  cursor: pointer;
}
.consortium__list-item .list-item__txt {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 32px;
  line-height: 25px;
  color: #1b2045;
  margin-bottom: 0;
}
.consortium__list-item.active, .consortium__list-item:hover {
  background-color: #00a0dc !important;
}
.consortium__list-item.active .list-item__txt, .consortium__list-item:hover .list-item__txt {
  color: #ffffff !important;
}

.consortium__desc {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 32px;
  line-height: 32px;
  color: #000000;
  text-align: left;
  padding-bottom: 30px;
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  .consortium {
    padding: 20px !important;
    background-position: bottom right;
  }
  .consortium__title {
    line-height: 40px;
  }
}
@media (max-width: 900px) {
  .consortium {
    background-size: 30%;
  }
  .consortium__desc {
    line-height: 25px;
  }
}
.c-footer {
  width: 100%;
  background-color: #00A0DC;
  padding: 60px 55px 25px;
}

.c-footer__wrapper {
  max-width: 1440px !important;
  width: 100%;
  margin: 0 auto;
}

.c-footer__container {
  margin: 0 !important;
  border-bottom: 1px solid #FFFFFF;
}

.c-footer__col {
  padding-bottom: 35px;
}

.c-footer__logos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}
.c-footer__logos .img-fluid-left {
  width: 207px;
  height: 141px;
}
.c-footer__logos .img-fluid-right {
  width: 142px;
  height: 141px;
}

.c-footer__info {
  font-family: "Inter", sans-serif;
  font-size: calc(12px + 2 * (100vw - 360px) / 1560);
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 0;
}

.c-footer__links-container {
  justify-content: flex-end;
}

.c-footer__links {
  padding-right: 15px;
  text-align: right;
}
.c-footer__links .c-links__title {
  width: 100% !important;
  text-align: right !important;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 32px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
}
.c-footer__links ul {
  padding: 0;
}
.c-footer__links ul a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 32px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  text-decoration: unset;
}

.c-footer__copyright {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}

.c-copyright__txt {
  font-family: "Inter", sans-serif;
  font-size: calc(12px + 2 * (100vw - 360px) / 1560);
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 0;
}

.c-copyright__social a {
  color: white;
  text-decoration: none;
}
.c-copyright__social a:hover {
  color: white;
}
.c-copyright__social ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
}
.c-copyright__social ul li {
  padding-right: 15px;
}
.c-copyright__social ul li:last-of-type {
  padding-right: 0;
}

@media (max-width: 1280px) {
  .c-footer {
    padding: 20px;
  }
  .c-footer__links-container {
    justify-content: space-evenly;
  }
}
@media (max-width: 450px) {
  .c-footer__logos {
    align-items: center;
  }
  .c-footer__logos img {
    max-width: 50%;
    height: 100%;
  }
}
.article-section {
  width: 100%;
  padding: 40px 55px;
  background-color: #F8FDFF;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
.article-section h2 {
  font-size: calc(18px + 6 * (100vw - 360px) / 1560);
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
  color: #1B2045;
  margin-bottom: 0;
  padding-bottom: 24px;
}
.article-section p {
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #1B2045;
}

.article-section__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.article-date {
  font-weight: normal;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 22px;
  color: #9A9B9C;
  margin-bottom: 0;
  padding-bottom: 22px;
}
.article-date a {
  color: inherit;
  text-decoration: none;
}

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

.wp-block-column h2 {
  font-weight: 600;
  font-size: calc(18px + 6 * (100vw - 360px) / 1560);
  line-height: 36px;
  color: #1B2045;
  margin-bottom: 0;
  padding-bottom: 24px;
}
.wp-block-column p {
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #1B2045;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.wp-block-column .wp-block-image {
  padding-left: 50px;
}
.wp-block-column .wp-block-image img {
  max-width: 610px;
  height: auto;
  width: 100%;
  border-radius: 111.708px 13.9635px 0px 0px;
}

.article__picture {
  padding-left: 50px;
  float: right;
  width: 50%;
  background-image: url("../assets/icons/rectangle-blue.svg"), url("../assets/icons/rectangle-orange.svg");
  background-position: 7% 7%, 116% 97%;
  background-repeat: no-repeat, no-repeat;
  background-size: 70% 70%, 70% 70%;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.article__picture img {
  max-width: 610px;
  width: 100%;
  min-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 111.708px 13.9635px 0px 0px;
}

.article__content {
  padding-bottom: 45px;
}

.article__social-media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
}
.article__social-media .social-media__title {
  font-size: calc(18px + 6 * (100vw - 360px) / 1560);
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #1B2045;
  margin-bottom: 0;
  padding-bottom: 24px;
}

.social-media__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.social-media__icon {
  padding-right: 16px;
}
.social-media__icon:last-of-type {
  padding-right: 0;
}

.social-icon {
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1280px) {
  .article__picture {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .article-section {
    padding: 20px;
  }
  .article__picture {
    padding-bottom: 20px;
  }
  .article__content {
    padding-bottom: 20px;
  }
  .article__title,
  .article__content-title {
    line-height: 30px;
    padding-bottom: 14px;
  }
  .article__desc,
  .article__content-txt {
    line-height: 25px;
  }
}
.header-article {
  background: #F8FDFF;
}
.header-article .header-container {
  max-width: none;
  width: 100%;
}
.header-article .header-navbar {
  max-width: 1440px;
  margin: 0 auto;
}
.header-article .header-navbar .nav-group a {
  color: black;
}
.header-article i {
  color: black;
}
.header-article .hamburger .bar {
  background-color: #1B2045;
}

.nav-link-article {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 32px;
  line-height: 22px;
  color: #1B2045 !important;
  padding-right: 20px !important;
  text-align: center;
  text-decoration: unset;
}
.nav-link-article:last-of-type {
  padding-right: 0;
}
.nav-link-article:hover, .nav-link-article:active, .nav-link-article:visited {
  color: #00A0DC !important;
}

.header-article__info {
  background: linear-gradient(178.37deg, #1B2045 -15.94%, #00A0DC 146.67%);
  border-radius: 120px 0px 0px 0px;
  padding: 70px 30px;
}

.header-article__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(26px + 30 * (100vw - 360px) / 1560);
  line-height: 67px;
  text-align: center;
  max-width: 1000px;
  width: 100%;
  color: #FFFFFF;
  margin: 0 auto;
}

.header-article__content {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  max-width: 721px;
  text-align: center;
  color: #FFFFFF;
  line-height: 180%;
  margin: 30px auto 0;
}

@media (max-width: 900px) {
  .nav-link-article {
    margin: 1rem 0;
  }
  .header-article__title {
    line-height: 35px;
  }
}
/* Header */
.header-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 610px;
  position: relative;
  border-radius: 0px 0px 24px 0px;
}

.header-page-news {
  background-image: url("../assets/img/Rectangle_header_news.png");
}

.header-page-about {
  background-image: url("../assets/img/Rectangle_header_about.png");
}

.header-page-downloads {
  background-image: url("../assets/img/Rectangle_downloads.png");
}

.header-page-consortium {
  background-image: url("../assets/img/Rectangle_consortium.png");
}

.header-page-digitalization {
  background-image: url("../assets/img/Rectangle_digitalization.png");
}

.header-page-policy {
  background-image: url("../assets/img/Rectangle_digitalization.png");
}

.header-page-terms {
  background-image: url("../assets/img/Rectangle_digitalization.png");
}

.header-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.header-page__title-container {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

.header-page-img {
  position: absolute;
  right: 50px;
  bottom: -50px;
}

/* News section */
.page-news__section {
  background-image: url("http://localhost/worktransition/wp-content/uploads/2021/06/Dots.png");
  background-repeat: no-repeat;
  background-position: 2% 48%;
}
.page-news__section .news__wrapper {
  padding-top: 100px;
}
.page-news__section .news-col {
  margin-bottom: 80px;
}
.page-news__section .news__cell {
  max-width: 650px;
}
.page-news__section .news__cell-img {
  max-height: 290px;
  height: 296px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-news__section .news__cell-desc {
  height: 139px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Search */
.search .search-title {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
}
.search .search-group {
  margin-bottom: 20px;
}
.search .search-group .search-description {
  color: #9A9B9C;
}
.search .search-group .search-description p {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}
.search .search-group .search-read-more {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #FF9D43;
}

.page-news__search-container {
  position: relative;
  max-width: 830px;
  width: 100%;
}
.page-news__search-container form {
  position: absolute;
  top: -25px;
  left: 28%;
}
.page-news__search-container form .inner-form {
  width: 827px;
  max-width: 830px;
  height: 64px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(82, 84, 86, 0.35);
  border-radius: 8px;
  padding: 0 16px;
}
.page-news__search-container form .inner-form .has-search .search-icon {
  position: absolute;
  top: 20px;
  left: 13px;
  cursor: pointer;
}
.page-news__search-container form .inner-form .has-search .form-control {
  width: 369px;
  padding-left: 2.375rem;
  background-color: unset;
  border: unset;
  border-radius: 0;
  color: #9A9B9C;
}
.page-news__search-container form .inner-form .has-search .form-control::-moz-placeholder {
  color: #9A9B9C;
}
.page-news__search-container form .inner-form .has-search .form-control::placeholder {
  color: #9A9B9C;
}
.page-news__search-container form .inner-form .has-search .form-control:focus {
  border: unset;
  box-shadow: unset;
}
@media (max-width: 862px) {
  .page-news__search-container form .inner-form .has-search .form-control {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .page-news__search-container form .inner-form .has-search .form-control {
    padding-left: 3rem;
  }
}
.page-news__search-container form .inner-form .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 600px) {
  .page-news__search-container form .inner-form .has-search {
    position: relative;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
  }
}
.page-news__search-container form .inner-form .calendar-relative-container {
  position: relative;
  border-left: 1px solid #9A9B9C;
  width: 450px;
}
.page-news__search-container form .inner-form .calendar-relative-container .date-input {
  height: 40px;
  border: none;
  border: none !important;
  padding-left: 40px !important;
  font-size: 16px !important;
  margin-left: 5px !important;
  width: 100% !important;
  color: #9A9B9C !important;
}
.page-news__search-container form .inner-form .calendar-relative-container .date-input::-moz-placeholder {
  color: #9A9B9C;
}
.page-news__search-container form .inner-form .calendar-relative-container .date-input::placeholder {
  color: #9A9B9C;
}
.page-news__search-container form .inner-form .calendar-relative-container .date-input:focus {
  box-shadow: none !important;
  outline: 0 !important;
}
@media (max-width: 600px) {
  .page-news__search-container form .inner-form .calendar-relative-container .date-input {
    border-left: none;
  }
}
@media (max-width: 600px) {
  .page-news__search-container form .inner-form .calendar-relative-container {
    width: 100%;
    margin: 12px 0;
  }
}
.page-news__search-container form .inner-form .calendar-relative-container #date {
  width: 200px;
}
@media (max-width: 600px) {
  .page-news__search-container form .inner-form .calendar-relative-container #date {
    position: relative;
    width: 100%;
  }
}
.page-news__search-container form .inner-form .calendar-relative-container .category-arrow {
  position: absolute;
  top: 17px;
  right: 22px;
  cursor: pointer;
}
.page-news__search-container form .inner-form .calendar-relative-container .calendar-icon {
  position: absolute;
  top: 9px;
  left: 12px;
  z-index: 1;
}
.page-news__search-container form .inner-form .calendar-relative-container .calendar-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 1;
}
.page-news__search-container form .inner-form .calendar-relative-container .calendar-arrow:hover {
  cursor: pointer;
}
.page-news__search-container form .inner-form .calendar-relative-container .cover-data-container {
  position: absolute;
  background-color: #fff;
  width: 110px;
  height: 80%;
  left: 48px;
  top: 5px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #9A9B9C;
  display: flex;
  align-items: center;
}
.page-news__search-container form .inner-form .calendar-relative-container ::-webkit-calendar-picker-indicator {
  background-image: url(../assets/img/category-arrow.svg);
  width: 14px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.page-news__search-container form .inner-form .dropdown {
  position: relative;
  font-size: 14px;
  color: #333;
  z-index: 99;
  width: 300px;
}
.page-news__search-container form .inner-form .dropdown .category-icon {
  position: absolute;
  top: 9px;
  left: 19px;
}
.page-news__search-container form .inner-form .dropdown .category-arrow {
  position: absolute;
  top: 17px;
  right: 7px;
  cursor: pointer;
}
.page-news__search-container form .inner-form .dropdown .dropdown-list {
  padding: 12px;
  background: #fff;
  position: absolute;
  top: 38px;
  left: 2px;
  right: 2px;
  width: 211px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  max-height: 66vh;
  overflow-y: scroll;
  border-radius: 8px;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.page-news__search-container form .inner-form .dropdown .dropdown-list::-webkit-scrollbar {
  display: none;
}
.page-news__search-container form .inner-form .dropdown .dropdown-option {
  display: block;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  font-size: 16px;
  line-height: 20px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  color: #9A9B9C;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-news__search-container form .inner-form .dropdown .dropdown-option #checkboxvar {
  width: 16.5px;
  height: 16.5px;
  margin-right: 11.75px;
  border: 2px solid #9A9B9C;
}
.page-news__search-container form .inner-form .dropdown .dropdown-label {
  display: block;
  height: 30px;
  width: 100%;
  cursor: pointer;
  height: 40px;
  border: none;
  border-left: 1px solid #9A9B9C;
  padding-left: 50px;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  color: #9A9B9C;
}
.page-news__search-container form .inner-form .dropdown.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
}
.page-news__search-container form .inner-form .dropdown.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
}
.page-news__search-container form .inner-form .dropdown.on .category-arrow {
  transform: rotate(180deg);
}
.page-news__search-container form .inner-form .dropdown [type=checkbox] {
  position: relative;
  top: -1px;
  margin-right: 4px;
}
@media (max-width: 862px) {
  .page-news__search-container form .inner-form .dropdown {
    width: 220px;
  }
}
@media (max-width: 600px) {
  .page-news__search-container form .inner-form .dropdown {
    width: 100%;
    margin: 12px 0;
  }
  .page-news__search-container form .inner-form .dropdown .dropdown-label {
    border-left: none;
    padding-left: 48px;
  }
  .page-news__search-container form .inner-form .dropdown .dropdown-list {
    width: 100%;
  }
  .page-news__search-container form .inner-form .dropdown .category-icon {
    left: 13px;
  }
  .page-news__search-container form .inner-form .dropdown .category-arrow {
    right: 18px;
  }
}
@media (max-width: 600px) {
  .page-news__search-container form .inner-form {
    width: 400px;
    height: auto;
    padding: 0;
    flex-direction: column;
    margin: auto;
  }
}
@media (max-width: 430px) {
  .page-news__search-container form .inner-form {
    width: 100%;
  }
}
@media (max-width: 1368px) {
  .page-news__search-container form {
    left: 7%;
  }
}
@media (max-width: 1200px) {
  .page-news__search-container form {
    left: 2%;
  }
}
@media (max-width: 700px) {
  .page-news__search-container form {
    position: static;
  }
}
@media (max-width: 600px) {
  .page-news__search-container {
    background-color: #F8FDFF;
  }
}

.c-about-project__section {
  width: 100%;
  background-color: #F8FDFF;
}

.c-about-project__container {
  max-width: 1440px !important;
  width: 100%;
  margin: 0 auto;
  padding: 140px 55px 0;
  background-image: url("../assets/icons/Dots.svg");
  background-repeat: no-repeat;
  background-position: 6% 13.5%;
}
@media (max-width: 991px) {
  .c-about-project__container {
    background-image: none;
  }
}

.c-about-project__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(30px + 28 * (100vw - 360px) / 1560) !important;
  line-height: 61px;
  color: #1B2045;
  line-height: 61px;
  color: #1B2045;
  padding-top: 123px;
}
.c-about-project__title span {
  background-image: linear-gradient(transparent 0%, transparent 60%, #FF9D43 50%, #FF9D43 35%, transparent 90%, transparent);
}
@media (max-width: 991px) {
  .c-about-project__title {
    padding-top: 0;
  }
}

.c-about-project__desc {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 32px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #1B2045;
}
.c-about-project__desc a {
  text-decoration: none;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.c-expected-results__section {
  width: 100%;
  background-color: #F9FAFB;
}

.c-expected-results__container {
  max-width: 1440px !important;
  width: 100%;
  margin: 0 auto;
  padding: 75px 0;
}

.c-expected-results__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(30px + 28 * (100vw - 360px) / 1560) !important;
  line-height: 61px;
  color: #1B2045;
  color: #1B2045;
}
.c-expected-results__title span {
  background-image: linear-gradient(transparent 0%, transparent 60%, #FF9D43 50%, #FF9D43 35%, transparent 90%, transparent);
}

.row-results {
  padding-top: 70px;
}

.col-result {
  padding-bottom: 35px;
}

.c-results__box {
  max-width: 422px;
  min-height: 422px;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(82, 84, 86, 0.35);
  border-radius: 120px 10px 0px 0px;
}

.c-results__title {
  font-family: "Inter", sans-serif;
  font-size: calc(16px + 8 * (100vw - 360px) / 1560);
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  padding-top: 60px;
  padding-bottom: 35px;
  text-align: left;
  color: #00A0DC;
  margin-bottom: 0;
  text-align: center;
}

.c-results__content {
  width: 100;
  height: 80%;
  max-height: 250px;
  overflow-y: auto;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none;
  margin-right: 10px;
}
.c-results__content::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.c-results__desc {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 32px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
  color: #1B2045;
  margin-bottom: 0;
  padding: 0 25px;
  overflow-y: hidden;
  max-height: 230px;
  position: relative;
}

.c-result__img {
  border-radius: 120px 10px 0px 0px;
  max-width: 422px;
  width: 100%;
  min-height: 422px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1280px) {
  .c-expected-results__container {
    padding: 20px;
  }
}
@media (max-width: 900px) {
  .c-about-project__container {
    background-size: 30%;
    background-position: 36% -10%;
  }
  .c-about-project__title {
    line-height: 40px;
  }
  .c-about-project__desc {
    line-height: 25px;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .c-results__box {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .c-results__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 20px;
    margin: 0 auto;
    min-height: unset;
  }
  .c-result__img {
    min-height: unset;
  }
  .c-results__title {
    padding: 0;
  }
  .c-results__desc {
    line-height: 25px;
  }
}
.c-timeline-section {
  background-color: #f8fdff;
  width: 100%;
  height: 100%;
  padding-top: 135px;
  background-image: url(../assets/img/dots-orange.svg);
  background-repeat: no-repeat;
  background-position: 95% 0%;
}
.c-timeline-section .timeline-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(30px + 28 * (100vw - 360px) / 1560) !important;
  line-height: 61px;
  color: #1B2045;
  color: #1B2045;
  padding-top: 50px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.c-timeline-section .timeline-title span {
  background-image: linear-gradient(transparent 0%, transparent 60%, #FF9D43 50%, #FF9D43 35%, transparent 90%, transparent);
}
.c-timeline-section .timeline {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #f8fdff;
}
.c-timeline-section .timeline .arrows-container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-60%);
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  z-index: 200;
}
.c-timeline-section .timeline .arrows-container .left-arrow,
.c-timeline-section .timeline .arrows-container .right-arrow {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.c-timeline-section .timeline .arrows-container .right-arrow {
  transform: rotate(180deg);
}
.c-timeline-section .timeline .center-line {
  width: 90%;
  height: 3px;
  background: rgb(250, 224, 199);
  background: linear-gradient(90deg, rgb(250, 224, 199) 0%, rgb(245, 155, 66) 30%, rgb(245, 155, 66) 60%, rgb(250, 224, 199) 100%);
  position: absolute;
  top: 49%;
  border-radius: 25px;
}
.c-timeline-section .timeline .timeline-container {
  width: 100%;
  height: 900px;
  padding: 100px 120px 100px 172px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  overflow-x: scroll;
  list-style: none;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.c-timeline-section .timeline .timeline-container::-webkit-scrollbar {
  display: none;
}
.c-timeline-section .timeline .timeline-container .lateral-space {
  width: 50px;
  height: 50px;
}
.c-timeline-section .timeline .timeline-container .timeline-item {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  position: relative;
  margin: 0 120px;
}
.c-timeline-section .timeline .timeline-container .timeline-item .content {
  position: absolute;
  width: 345px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #00a0dc;
  padding: 10px 40px;
}
.c-timeline-section .timeline .timeline-container .timeline-item .tags {
  position: absolute;
  color: #65728a;
  font-size: 16px;
  line-height: 180%;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.c-timeline-section .timeline .timeline-container .timeline-item .timeline-body {
  position: absolute;
  width: 345px;
  height: 332px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-timeline-section .timeline .timeline-container .timeline-item .timeline-body img {
  margin: auto;
}
.c-timeline-section .timeline .timeline-container .timeline-item .timeline-body .content a {
  text-decoration: none;
  color: #00a0dc;
}
.c-timeline-section .timeline .timeline-container .timeline-item .timeline-body .js-verify-content {
  display: none;
}
.c-timeline-section .timeline .timeline-container .timeline-item .timeline-body-top {
  left: -164px;
  bottom: 20px;
}
.c-timeline-section .timeline .timeline-container .timeline-item .timeline-body-top .content {
  bottom: 140px;
}
.c-timeline-section .timeline .timeline-container .timeline-item .timeline-body-top .tags {
  bottom: 80px;
}
.c-timeline-section .timeline .timeline-container .timeline-item .timeline-body-bottom {
  left: -164px;
  top: 20px;
}
.c-timeline-section .timeline .timeline-container .timeline-item .timeline-body-bottom .content {
  top: 140px;
}
.c-timeline-section .timeline .timeline-container .timeline-item .timeline-body-bottom .tags {
  top: 97px;
}
.c-timeline-section .timeline .timeline-container .timeline-item .target-top {
  left: -164px !important;
  bottom: 45px !important;
}
.c-timeline-section .timeline .timeline-container .timeline-item .target-top .content {
  bottom: 115px !important;
}
.c-timeline-section .timeline .timeline-container .timeline-item .target-top .tags {
  bottom: 55px !important;
}
.c-timeline-section .timeline .timeline-container .timeline-item .target-bottom {
  left: -164px !important;
  top: -5px !important;
}
.c-timeline-section .timeline .timeline-container .timeline-item .target-bottom .content {
  top: 165px !important;
}
.c-timeline-section .timeline .timeline-container .timeline-item .target-bottom .tags {
  top: 122px !important;
}
.c-timeline-section .timeline .timeline-container .timeline-item .point {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #ff9d43;
}
.c-timeline-section .timeline .timeline-container .timeline-item::before {
  content: attr(data-time);
  position: absolute;
  color: #65728a;
  font-size: 24px;
  line-height: 180%;
  font-weight: bold;
}
.c-timeline-section .timeline .timeline-container .timeline-item:nth-child(even)::before {
  left: -45px;
  top: 14px;
}
.c-timeline-section .timeline .timeline-container .timeline-item:nth-child(odd)::before {
  left: -45px;
  bottom: 14px;
}
.c-timeline-section .timeline .timeline-container .hide {
  opacity: 0.4;
}

/* Partners section */
.c-consortium-partners__section {
  width: 100%;
  background-color: #F8FDFF;
}

.c-consortium-partners__container {
  max-width: 1440px !important;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}
.c-consortium-partners__container .tab-content {
  padding-top: 60px;
}

.c-consortium-content__section {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0 20px;
}

.c-consortium-content__container {
  max-width: 1440px !important;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  min-height: 640px;
}

/* Content section  */
.c-consortium__tabs {
  border-bottom: unset !important;
  display: flex;
  justify-content: space-between;
  padding: 0 20px !important;
}

.c-consortium-partners__box {
  max-width: 200px;
  width: 100%;
}
.c-consortium-partners__box .nav-link {
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 8px;
  height: 90px;
  width: 100%;
  border: 1px solid #DCDCDC !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.c-consortium-partners__box .nav-link p {
  text-align: left;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11.4704px;
  line-height: 18px;
  text-transform: uppercase;
  color: #1B2045;
  padding-left: 5px;
}
.c-consortium-partners__box .nav-link:hover, .c-consortium-partners__box .nav-link:focus, .c-consortium-partners__box .nav-link.active {
  border: 1px solid #00A0DC !important;
  box-shadow: 0px 4px 20px rgba(0, 160, 220, 0.25);
}

.c-concordia__tab-content .title {
  font-family: "Inter", sans-serif;
  font-size: calc(18px + 6 * (100vw - 360px) / 1560);
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #00A0DC;
  padding-top: 30px;
}
.c-concordia__tab-content .description {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(12px + 2 * (100vw - 360px) / 1560);
  line-height: 29px;
  display: flex;
  align-items: center;
  color: #1B2045;
  padding-top: 20px;
}
.c-concordia__tab-content .social-container {
  display: flex;
}
.c-concordia__tab-content .social-container .title {
  font-family: "Inter", sans-serif;
  font-size: calc(16px + 8 * (100vw - 360px) / 1560);
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: center;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: #1B2045;
  padding-top: 0;
}
.c-concordia__tab-content .social-container a {
  text-decoration: unset;
  margin-right: 20px;
}
.c-concordia__tab-content--img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 422px;
  height: 100%;
  padding-bottom: 9%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-height: 597px;
  height: 100%;
  padding-bottom: 9%;
  background-image: url("../assets/icons/rectangle-blue.svg"), url("../assets/icons/rectangle-orange.svg");
  background-position: 22% 18%, 84% 96%;
  background-repeat: no-repeat, no-repeat;
  background-size: 36% 36%;
}
.c-concordia__tab-content--img img {
  max-width: 420px;
  width: 100%;
  min-height: 420px;
  height: auto;
  box-shadow: 0px 4px 20px rgba(0, 160, 220, 0.25);
  border-radius: 120px 10px 0px 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-concordia__tab-content--img .MGYOSZ-image {
  -o-object-position: 0;
     object-position: 0;
}
.c-concordia__tab-content--img .NUE-image {
  -o-object-position: 30%;
     object-position: 30%;
}
@media (max-width: 1167px) {
  .c-concordia__tab-content--img {
    background-position: 22% 18%, 87% 99%;
  }
}
@media (max-width: 1130px) {
  .c-concordia__tab-content--img {
    background-position: 22% 18%, 95% 101%;
  }
}
@media (max-width: 991px) {
  .c-concordia__tab-content--img {
    background-position: 34% 17%, 72% 88%;
  }
}
@media (max-width: 900px) {
  .c-concordia__tab-content--img {
    background-position: 30% 33%, 78% 80%;
  }
}
@media (max-width: 846px) {
  .c-concordia__tab-content--img {
    background-position: 27% 33%, 78% 80%;
  }
}
@media (max-width: 720px) {
  .c-concordia__tab-content--img {
    background-position: 20% 32%, 79% 80%;
  }
}
@media (max-width: 660px) {
  .c-concordia__tab-content--img {
    background-position: 16% 32%, 85% 80%;
  }
}
@media (max-width: 593px) {
  .c-concordia__tab-content--img {
    background-position: 7% 32%, 92% 80%;
  }
}
@media (max-width: 537px) {
  .c-concordia__tab-content--img {
    background-position: 1% 32%, 99% 80%;
  }
}
@media (max-width: 537px) {
  .c-concordia__tab-content--img {
    background-image: none;
  }
}

.col-img-bg {
  background-image: url("../assets/img/dots-orange.svg");
  background-repeat: no-repeat;
  background-position: top center;
  min-width: 440px;
  min-height: 722px;
}
@media (max-width: 900px) {
  .col-img-bg {
    min-width: 330px;
    min-height: 530px;
  }
}
@media (max-width: 537px) {
  .col-img-bg {
    background-image: none;
  }
}

.c-consortium__form-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.c-consortium__form-container .title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(30px + 28 * (100vw - 360px) / 1560) !important;
  line-height: 61px;
  color: #1B2045;
  text-align: center;
  color: #1B2045;
  padding-top: 50px;
  padding-bottom: 25px;
}
.c-consortium__form-container .title span {
  background-image: linear-gradient(transparent 0%, transparent 60%, #FF9D43 50%, #FF9D43 35%, transparent 90%, transparent);
}

.c-consortium-content__section .c-consortium__form,
.c-consortium-content__section form {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.c-consortium-content__section .c-consortium__form .form-label,
.c-consortium-content__section form .form-label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 3 * (100vw - 360px) / 1560);
  line-height: 20px;
  text-align: center;
  color: #65728A;
}
.c-consortium-content__section .c-consortium__form .form-control,
.c-consortium-content__section form .form-control {
  border: 1px solid #65728A;
  box-sizing: border-box;
  border-radius: 8px;
}
.c-consortium-content__section .c-consortium__form .btn-sent,
.c-consortium-content__section form .btn-sent {
  display: flex;
  justify-content: center;
  margin: 10px auto;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: calc(13px + 3 * (100vw - 360px) / 1560);
  font-weight: 600;
  line-height: 22px;
  padding: 13px 0;
  color: #FFFFFF;
  max-width: 200px;
  width: 100%;
  background-color: #00A0DC;
  box-shadow: 0px 4px 30px rgba(82, 84, 86, 0.35);
  border-radius: 10px;
}
.c-consortium-content__section .c-consortium__form .btn-sent:hover,
.c-consortium-content__section form .btn-sent:hover {
  color: #FFFFFF;
}

@media (min-width: 900px) and (max-width: 1280px) {
  .c-consortium__tabs {
    justify-content: flex-start;
  }
  .c-consortium-partners__box {
    margin: 10px;
  }
}
@media (max-width: 900px) {
  .c-concordia__tab-content .title {
    margin-bottom: 0;
    padding-top: 20px;
  }
  .c-concordia__tab-content .description {
    padding-top: 15px;
    line-height: 25px;
  }
  .c-concordia__tab-content--img {
    align-items: center;
    padding-bottom: unset;
    min-height: unset;
    padding-top: 5%;
  }
  .c-concordia__tab-content--img img {
    min-height: unset;
  }
  .c-consortium__form-container .title {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .c-consortium__form {
    padding-bottom: 40px;
  }
}
@media (max-width: 460px) {
  .c-consortium-partners__box {
    max-width: 170px;
    margin: 0 10px;
  }
  .c-consortium__tabs {
    justify-content: center;
  }
}
.c-fa-digitalisation__section {
  width: 100%;
  background-color: #F8FDFF;
}

.c-fa-digitalisation__container {
  max-width: 1440px !important;
  width: 100%;
  margin: 0 auto;
  padding-top: 70px;
}

.c-fa__col {
  padding: 0 20px !important;
}

.digitalisation-img__container {
  height: 100%;
  display: flex;
  align-items: center;
}

.fa-on-digitalisation__img {
  width: 100%;
  max-width: 625px;
  height: auto;
  border: 2px solid #00A0DC;
  box-sizing: border-box;
  border-radius: 8px;
  background: #FFFFFF;
}

.c-aim-list {
  list-style: none;
  position: relative;
  padding: 0;
}

.c-aim-list__item {
  list-style: none;
  position: relative;
  padding: 0 0 0 43px;
}
.c-aim-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  background-color: #FF9D43;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.c-fa__download-container {
  padding-bottom: 60px;
}
.c-fa__download-container .title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 32px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #65728A;
}

.c-fa__download-btn {
  padding: 13px 0;
  max-width: 100px;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  color: #65728A;
  text-transform: uppercase;
  text-align: center;
}
.c-fa__download-btn:hover, .c-fa__download-btn:active, .c-fa__download-btn:focus {
  background: linear-gradient(130.75deg, #00A0DC 32.38%, #006B93 87.4%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
}

@media (max-width: 900px) {
  .c-fa-digitalisation__container {
    padding-top: 20px;
  }
  .c-fa__col-container .title {
    padding: 20px 0;
    line-height: 30px;
  }
  .c-fa__col-container .description {
    margin-bottom: 0;
    padding-bottom: 15px;
    line-height: 25px;
  }
  .c-fa__download-container {
    padding-bottom: 30px;
  }
  .c-fa__download-container .title {
    margin-bottom: 0;
  }
}
.c-fa-digitalisation__section .c-fa__row .wp-block-column h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(30px + 28 * (100vw - 360px) / 1560) !important;
  line-height: 61px;
  color: #1B2045;
  display: inline-block;
  text-align: left;
  color: #1B2045;
  padding-top: 50px;
  padding-bottom: 25px;
  width: auto !important;
  background-image: linear-gradient(transparent 0%, transparent 60%, #FF9D43 50%, #FF9D43 35%, transparent 90%, transparent);
  background-position: right -17px bottom 30px;
  background-size: auto 50px;
  background-repeat: no-repeat;
}
.c-fa-digitalisation__section .c-fa__row .wp-block-column .wp-block-image img {
  border-radius: 0;
}
.c-fa-digitalisation__section .c-fa__row > h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(30px + 28 * (100vw - 360px) / 1560) !important;
  line-height: 61px;
  color: #1B2045;
  display: inline-block;
  text-align: left;
  color: #1B2045;
  padding-top: 50px;
  padding-bottom: 25px;
  width: auto !important;
  background-image: linear-gradient(transparent 0%, transparent 60%, #FF9D43 50%, #FF9D43 35%, transparent 90%, transparent);
  background-position: right -40px bottom 30px;
  background-size: auto 50px;
  background-repeat: no-repeat;
}
.c-fa-digitalisation__section .c-fa__row p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 32px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #1B2045;
  padding-bottom: 30px;
}
.c-fa-digitalisation__section .c-fa__row ul {
  list-style: inherit;
}
.c-fa-digitalisation__section .c-fa__row ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 43px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 32px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #1B2045;
  padding-bottom: 30px;
}
.c-fa-digitalisation__section .c-fa__row ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  background-color: #FF9D43;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.c-fa-digitalisation__section .c-fa__row .downloads__col {
  margin-bottom: 60px;
}
.c-fa-digitalisation__section .c-fa__row .downloads__col .buttons .title {
  padding: 0;
  color: #65728A;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}
.c-fa-digitalisation__section .c-fa__row .downloads__col .buttons .download-group {
  display: flex;
}
.c-fa-digitalisation__section .c-fa__row .downloads__col .buttons .download-group a {
  background: #FFFFFF;
  border-radius: 10px;
  width: 103px;
  height: 48px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 22px;
  color: #65728A;
  padding: 13px 0;
  margin-right: 10px;
  text-align: center;
}
.c-fa-digitalisation__section .c-fa__row .downloads__col .buttons .download-group a:hover, .c-fa-digitalisation__section .c-fa__row .downloads__col .buttons .download-group a:active, .c-fa-digitalisation__section .c-fa__row .downloads__col .buttons .download-group a:focus {
  color: #FFFFFF;
  background: linear-gradient(130.75deg, #00A0DC 32.38%, #006B93 87.4%);
}

.c-downloads-page__section {
  width: 100%;
  background-color: #f8fdff;
  background-image: url("../assets/img/dots-orange.svg");
  background-repeat: no-repeat;
  background-position: 97% 3%;
}

.c-downloads-page__container {
  max-width: 1440px !important;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
}

.c-downloads__col {
  padding-bottom: 50px;
}

.c-downloads__box {
  background-color: #ffffff;
  box-shadow: 0px 4px 30px rgba(82, 84, 86, 0.35);
  border-radius: 120px 0px 10px;
  padding: 56px 28px 24px 70px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.c-downloads__box .download-link {
  width: 103px;
}
.c-downloads__box .category,
.c-downloads__box .date {
  display: none;
}
.c-downloads__box .title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: calc(18px + 6 * (100vw - 360px) / 1560);
  line-height: 29px;
  color: #1b2045;
}
.c-downloads__box .subtitle {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(12px + 2 * (100vw - 360px) / 1560);
  line-height: 29px;
  color: #1b2045;
}
.c-downloads__box .buttons {
  display: flex;
  justify-content: flex-start;
  padding-top: 45px;
  margin-top: auto;
}
.c-downloads__box .buttons .title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 32px;
  font-weight: 500;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #65728a;
  margin-bottom: 0;
  padding-right: 50px;
}
.c-downloads__box .buttons .download-btn {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 22px;
  color: #65728a;
  max-width: 103px;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 13px 0;
}
.c-downloads__box .buttons .download-btn:hover, .c-downloads__box .buttons .download-btn:active, .c-downloads__box .buttons .download-btn:focus {
  color: #ffffff;
  background: linear-gradient(130.75deg, #00a0dc 32.38%, #006b93 87.4%);
}

.download-group {
  display: flex;
}
.download-group a {
  background: #ffffff;
  border-radius: 10px;
  width: 103px;
  height: 48px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 22px;
  color: #65728a;
  padding: 13px 0;
  margin-right: 10px;
  text-align: center;
}
.download-group a:hover, .download-group a:active, .download-group a:focus {
  color: #ffffff;
  background: linear-gradient(130.75deg, #00a0dc 32.38%, #006b93 87.4%);
}

.download-link-language {
  text-decoration: none !important;
}
.download-link-language .download-btn {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.c-downloads__col-selection .buttons {
  display: flex;
  justify-content: flex-start;
  padding-top: 45px;
  margin-top: auto;
}
.c-downloads__col-selection .buttons .title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 32px;
  font-weight: 500;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #65728a;
  margin-bottom: 0;
  padding-right: 50px;
}
.c-downloads__col-selection .buttons .download-btn {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(13px + 5 * (100vw - 360px) / 1560);
  line-height: 22px;
  color: #65728a;
  max-width: 103px;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 13px 20px;
}
.c-downloads__col-selection .buttons .download-btn:hover, .c-downloads__col-selection .buttons .download-btn:active, .c-downloads__col-selection .buttons .download-btn:focus {
  color: #ffffff;
  background: linear-gradient(130.75deg, #00a0dc 32.38%, #006b93 87.4%);
}

@media (max-width: 600px) {
  .c-downloads__box {
    padding: 36px 18px 14px 50px;
  }
  .c-downloads__box .buttons {
    padding-top: 20px;
  }
  .c-downloads__box .buttons .title {
    padding-right: 0;
  }
}
