@font-face {
  font-family: "Amplitude-Regular";
  src: url("Amplitude-Regular_3557.3602b086.ttf") format("truetype");
}
body {
  font-family: "Amplitude-Regular";
  padding: 0;
  margin: 0;
  font-size: 15px;
  background-color: white;
  color: #254D64;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: #254D64;
}
input {
  border-radius: 0;
}
.btn, .default-btn {
  padding: 10px 40px;
  font-size: 20px;
}
.default-btn {
  background-color: #254D64;
  color: white;
}
.container {
  width: 100%;
  max-width: 1090px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
header .topbar {
  display: grid;
  grid-template-columns: 220px auto;
  padding: 20px;
}
@media only screen and (max-width: 640px) {
  header .topbar {
    grid-template-columns: 120px auto;
    padding: 15px 20px;
  }
}
header .topbar .logo {
  width: 100%;
}
header .topbar .right-section {
  display: grid;
  grid-template-columns: auto;
  width: fit-content;
  justify-self: end;
  grid-column-gap: 60px;
  color: #5C5C5B;
  font-size: 16px;
  grid-row-gap: 15px;
  justify-items: end;
}
@media only screen and (max-width: 640px) {
  header .topbar .right-section {
    font-size: 9px;
    grid-row-gap: 10px;
  }
  header .topbar .right-section .default-btn {
    font-size: 11px;
    padding: 5px 25px;
  }
}
header .topbar .right-section .links {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 20px;
  align-items: center;
  height: fit-content;
}
header .topbar .right-section .links .letter-size {
  border-bottom: 2px solid #254D64;
}
header .topbar .right-section .links .letter-size span {
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  header .topbar .right-section .links .letter-size span {
    font-size: 11px;
  }
}
header .topbar .right-section .links .lang {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 10px;
}
header .topbar .right-section .links .lang a:visited {
  color: #5C5C5B;
}
header .header-image-wrapper {
  position: relative;
  background-color: white;
  z-index: -1;
}
header .header-image-wrapper .header-image {
  width: calc(((100% - 1050px) / 2) + 1050px);
  max-width: 100%;
  height: 240px;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  header .header-image-wrapper .header-image {
    height: 120px;
  }
}
header .search-bar-wrapper {
  background-color: white;
  width: calc(((100vw - 1050px) / 2) + (1050px / 2) + 40px);
  min-width: 620px;
  height: 90px;
  margin-top: -45px;
  position: absolute;
  box-shadow: 0px 0px 7px #00000026;
  display: grid;
  align-items: center;
  padding-right: 60px;
  box-sizing: border-box;
  padding-left: 20px;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  header .search-bar-wrapper {
    width: calc(100vw - 20px);
    min-width: auto;
    height: 54px;
    margin-top: -27px;
    padding-right: 20px;
  }
}
header .search-bar-wrapper .search-bar {
  width: calc(100% - ((100vw - 1090px) / 2));
  display: grid;
  grid-template-columns: auto 42px;
  justify-self: end;
  left: 0;
  height: fit-content;
  grid-column-gap: 20px;
  align-items: center;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  header .search-bar-wrapper .search-bar {
    grid-template-columns: auto 22px;
  }
}
header .search-bar-wrapper .search-bar img {
  width: 100%;
}
header .search-bar-wrapper .search-bar input {
  border: none;
  border-bottom: 4px solid #0076AF;
  padding: 10px 30px;
  font-size: 27px;
}
@media only screen and (max-width: 640px) {
  header .search-bar-wrapper .search-bar input {
    font-size: 16px;
    border-bottom: 2px solid #0076AF;
    padding: 5px 0;
  }
}
header .search-bar-wrapper .search-bar input::placeholder {
  color: #254D64;
}
header .search-bar-wrapper .search-bar input:focus {
  outline: none;
}
.page-wrapper {
  overflow: hidden;
  position: relative;
}
.background-wrapper {
  position: absolute;
  top: 170px;
}
@media only screen and (max-width: 640px) {
  .background-wrapper {
    top: 90px;
  }
}
.background-wrapper .vector-background {
  width: 100vw;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  z-index: -1;
}
.background-wrapper .blue-background {
  position: absolute;
  display: block;
  background: #0076AF;
  height: 5000px;
  width: 100%;
  margin-top: -8px;
  z-index: 0;
  mix-blend-mode: normal;
}
#content {
  padding-top: 100px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #content {
    padding-top: 50px;
  }
}
#content .theme-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media only screen and (max-width: 768px) {
  #content .theme-wrapper ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 640px) {
  #content .theme-wrapper ul {
    grid-template-columns: 1fr;
  }
}
#content .theme-wrapper ul li {
  font-size: 21px;
  text-align: center;
  background-color: white;
  box-shadow: 0px 0px 5px #00000012;
}
#content .theme-wrapper ul li:hover {
  background-color: #1C3B4D;
}
#content .theme-wrapper ul li:hover img:nth-child(1) {
  display: none;
}
#content .theme-wrapper ul li:hover img:nth-child(2) {
  display: block;
}
#content .theme-wrapper ul li:hover a, #content .theme-wrapper ul li:hover a:visited {
  color: white;
}
#content .theme-wrapper ul li a {
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  grid-row-gap: 10px;
  text-decoration: none;
}
#content .theme-wrapper ul li a:visited {
  color: #254D64;
}
#content .theme-wrapper ul li a img {
  height: 44px;
}
#content .theme-wrapper ul li a img:nth-child(2) {
  display: none;
}
#content .content-wrapper .news-wrapper {
  padding-top: 60px;
}
#content .content-wrapper .news-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
#content .content-wrapper .news-wrapper ul li {
  background-color: white;
  height: 330px;
}
#content .content-wrapper .toptask-wrapper {
  padding-top: 60px;
  padding-bottom: 30px;
}
#content .content-wrapper .toptask-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
#content .content-wrapper .toptask-wrapper ul li {
  background-color: white;
  height: 330px;
}
footer {
  padding-top: 60px;
  background-color: white;
  position: relative;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
footer ul li {
  height: 330px;
}
/*# sourceMappingURL=index.41d85855.css.map */
