@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9WXZ0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXZ0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6WXZ0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw3aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw3aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w3aX8.ttf) format('truetype');
}
* {
  box-sizing: border-box;
}
:root {
  color: #33384D;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #33384D;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  background: #f7f8ff;
}
.wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  min-width: 480px;
  overflow-x: hidden;
}
h1 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 120%;
  margin: 2em 0 1em;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}
h2 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 120%;
  margin: 2em 0 1em;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.6rem;
  }
}
h3 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 120%;
  margin: 2em 0 1em;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.36rem;
  }
}
h4 {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 120%;
  margin: 2em 0 1em;
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.2rem;
  }
}
h5 {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 120%;
  margin: 2em 0 1em;
}
@media (max-width: 767px) {
  h5 {
    font-size: 1.15rem;
  }
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
p:first-child,
ul:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
p:last-child,
ul:last-child {
  margin-bottom: 0;
}
p {
  font-size: 1rem;
  line-height: 150%;
  margin: 1.5em 0;
}
@media (max-width: 767px) {
  p {
    font-size: 0.875rem;
  }
}
small,
.small {
  font-size: 0.75rem;
  line-height: 150%;
}
ul,
ol {
  margin: 2rem 0;
  padding: 0 0 0 2rem;
}
ul li,
ol li {
  margin: 0.75rem;
  padding: 0;
}
a {
  color: #6373B9;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #4455A1;
}
.dark-bg {
  color: #fff;
}
.dark-bg a {
  color: #F2F4FF;
}
.dark-bg a:hover,
.dark-bg a:focus {
  color: #DBE1FF;
}
.alert {
  display: block;
  padding: 1.5rem;
  font-size: 0.875rem;
  line-height: 150%;
  margin: 1.5rem 0;
  border: 1px solid #DBE1FF;
  background: #F2F4FF;
  color: #20317D;
}
.alert + .alert {
  margin-top: 1rem;
}
.alert.alert-success {
  border-color: #77df51;
  background: #a3f871;
  color: #215106;
}
.alert.alert-info {
  border-color: #78a4ff;
  background: #b2caff;
  color: #000c39;
}
.alert.alert-warning {
  border-color: #fdff5e;
  background: #fcff86;
  color: #5d5a00;
}
.alert.alert-danger {
  border-color: #ff5956;
  background: #ff999b;
  color: #4c000a;
}
.card {
  display: block;
  position: relative;
  padding: 1.5rem;
  border: 1px solid #ACB9F3;
  border-top: 4px solid #4455A1;
  background: #fff;
  min-width: 320px;
  min-height: 140px;
}
.card.card-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.card.card-link .card-link-text {
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 700;
}
@media (max-width: 767px) {
  .card.card-link .card-link-text {
    font-size: 1.125rem;
  }
}
.card.card-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.card.card-link:hover {
  background: #F2F4FF;
}
.card.card-link:focus-within {
  background: #F2F4FF;
}
.card.card-link::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #33384D;
  border-right: 2px solid #33384D;
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  transform: rotate(45deg);
}
.card.card-with-icon {
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
.card.card-with-icon .card-link-icon {
  width: 70px;
  height: 70px;
  background: #4455A1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .card.card-with-icon .card-link-icon {
    width: 48px;
    height: 48px;
    margin-right: 1rem;
  }
}
.card.card-with-icon svg {
  display: block;
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  .card.card-with-icon svg {
    width: 24px;
    height: 24px;
  }
}
.card.card-with-icon svg path:not([fill]) {
  fill: #fff;
}
.cards-grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.cards-grid .card {
  flex: 1;
  margin: 0 1rem;
  margin-bottom: 2rem;
}
.badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  background: #D6D6D6;
  color: #030312;
  text-transform: uppercase;
  padding: 4px 8px;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
.badge.badge-success {
  background: #a3f871;
  color: #215106;
}
.badge.badge-info {
  background: #b2caff;
  color: #000c39;
}
.badge.badge-warning {
  background: #fcff86;
  color: #5d5a00;
}
.badge.badge-danger {
  background: #ff999b;
  color: #4c000a;
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  margin: 0;
  padding: 0.875rem 1rem;
  background: none;
  border: 0;
  cursor: pointer;
}
.button.button-with-icon .icon {
  display: block;
  margin-right: 0.5rem;
}
.button.button-with-icon svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.button.button-with-icon svg path:not([fill]) {
  fill: currentColor;
}
.button.button-primary {
  color: #fff;
  background: #4455A1;
}
.button.button-primary:hover {
  background: #273a8d;
}
.button.button-primary:focus,
.button.button-primary:active {
  background: #20317D;
}
.button.button-secondary {
  color: #20317D;
  background: #F2F4FF;
}
.button.button-secondary:hover {
  background: #DBE1FF;
}
.button.button-secondary:focus,
.button.button-secondary:active {
  background: #ACB9F3;
}
.button.button-secondary.button-with-icon svg path:not([fill]) {
  fill: #20317D;
}
.button.button-tertiary {
  color: #5B6074;
  background: none;
  border: 1px solid #D6D6D6;
}
.button.button-tertiary:hover {
  border-color: #989EBB;
  background: none;
}
.button.button-tertiary:focus,
.button.button-tertiary:active {
  color: #33384D;
  border-color: #5B6074;
  background: none;
}
.button.button-tertiary.button-with-icon svg path:not([fill]) {
  fill: #5B6074;
}
.button.button-tertiary.button-with-icon:focus svg path:not([fill]),
.button.button-tertiary.button-with-icon:active svg path:not([fill]) {
  fill: #33384D;
}
.button.button-success {
  color: #fff;
  background: #41b50d;
}
.button.button-success:hover {
  background: #37990b;
}
.button.button-success:focus,
.button.button-success:active {
  background: #276d08;
}
.button.button-info {
  color: #fff;
  background: #0037ff;
}
.button.button-info:hover {
  background: #002ed7;
}
.button.button-info:focus,
.button.button-info:active {
  background: #002196;
}
.button.button-warning {
  color: #fff;
  background: #e2d600;
}
.button.button-warning:hover {
  background: #b4aa00;
}
.button.button-warning:focus,
.button.button-warning:active {
  background: #989100;
}
.button.button-danger {
  color: #fff;
  background: #df001d;
}
.button.button-danger:hover {
  background: #b60018;
}
.button.button-danger:focus,
.button.button-danger:active {
  background: #810011;
}
.button.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.buttons-row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .buttons-row {
    display: block;
  }
}
.buttons-row .button {
  flex: 1;
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .buttons-row .button {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.buttons-row .button:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .buttons-row .button:first-child {
    margin-top: 0;
  }
}
.form-input {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 0 2rem;
}
.form-input label,
.form-input .label {
  margin: 0 0 0.5rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
  font-weight: 700;
}
.form-input .optional {
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 0.75em;
  line-height: 120%;
  color: #989EBB;
  margin-left: 0.5rem;
}
.form-input input,
.form-input select,
.form-input textarea {
  display: block;
  width: 100%;
  height: 42px;
  margin: 0;
  padding: 0 1rem;
  font-size: 0.875rem;
  line-height: 120%;
  border: 1px solid #989EBB;
  background-color: #fff;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.form-input textarea {
  padding-top: 1rem;
  resize: vertical;
  min-height: 140px;
}
.form-input.checkbox + .checkbox {
  margin-top: -1rem;
}
.form-input.checkbox input {
  display: none;
}
.form-input.checkbox input:checked + label::before {
  border-color: #4455A1;
}
.form-input.checkbox input:checked + label::after {
  opacity: 1;
}
.form-input.checkbox label {
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 400;
  cursor: pointer;
}
.form-input.checkbox label::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #989EBB;
  background: #fff;
  margin-right: 0.5rem;
  margin-top: -0.025rem;
  flex: none;
}
.form-input.checkbox label::after {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.25rem;
  position: absolute;
  border-left: 2px solid #4455A1;
  border-bottom: 2px solid #4455A1;
  opacity: 0;
  left: 0.25rem;
  top: 0.27rem;
  transform: rotate(-45deg);
}
.form-input.radio + .radio {
  margin-top: -1rem;
}
.form-input.radio input {
  display: none;
}
.form-input.radio input:checked + label::before {
  border-color: #6373B9;
}
.form-input.radio input:checked + label::after {
  opacity: 1;
}
.form-input.radio label {
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 400;
  cursor: pointer;
}
.form-input.radio label::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #ACB9F3;
  background: #fff;
  margin-right: 0.5rem;
  margin-top: -0.025rem;
  flex: none;
  border-radius: 50%;
}
.form-input.radio label::after {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  background: #6373B9;
  border-radius: 50%;
  opacity: 0;
  left: 0.36rem;
  top: 0.3rem;
}
.form-input.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.form-inputs-grid {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.form-inputs-grid .form-input {
  flex: 1;
  margin-left: 1rem;
  margin-right: 1rem;
  min-width: 224px;
}
.form-inputs-grid-2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.form-inputs-grid-2 .form-input {
  flex: 1;
  margin-left: 1rem;
  margin-right: 1rem;
  min-width: 300px;
}
table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  background: #fff;
  border: 1px solid #DBE1FF;
  margin: 1.5rem 0;
  font-size: 1rem;
}
table:first-child {
  margin-top: 0;
}
table:last-child {
  margin-bottom: 0;
}
table[sortable] th {
  cursor: pointer;
}
table th,
table td {
  border: 0;
  text-align: left;
  padding: 1em;
  font-size: 0.875em;
  min-width: 120px;
}
table th {
  background: #DBE1FF;
  color: #273a8d;
  white-space: nowrap;
}
table th.sorted {
  background: #ACB9F3;
  color: #20317D;
}
table th.sorted img {
  opacity: 1;
}
table th img {
  display: inline-block;
  vertical-align: baseline;
  width: 0.75em;
  height: 0.75em;
  margin-left: 1em;
  opacity: 0.3;
}
table td {
  border-top: 1px solid #DBE1FF;
  border-bottom: 1px solid #DBE1FF;
}
table tr:hover td {
  background: #F2F4FF;
}
.table-wrap {
  width: 100%;
  overflow: auto;
}
.tabs {
  position: relative;
}
.tabs .tabs-nav {
  width: 100%;
  overflow: auto;
}
.tabs .tabs-nav::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-color: #e9ebf8;
}
.tabs .tabs-nav ul {
  display: flex;
  align-items: baseline;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.tabs .tabs-nav li {
  display: block;
  margin: 0;
  padding: 0;
}
.tabs .tabs-nav a {
  display: block;
  padding: 1rem 2rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #989EBB;
  text-decoration: none;
  position: relative;
}
.tabs .tabs-nav a.selected {
  color: #273a8d;
}
.tabs .tabs-nav a.selected::after {
  background: #273a8d;
}
.tabs .tabs-nav a::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-color: #DBE1FF;
  position: absolute;
  top: 100%;
  left: 0;
}
@media (max-width: 640px) {
  .tabs .tabs-nav a {
    padding: 0.75rem 1.5rem;
  }
}
.tabs .tab {
  padding: 2rem 0 0;
  display: none;
}
.tabs .tab.active {
  display: block;
}
.nav {
  width: 290px;
  flex: none;
  min-height: 100vh;
  background: #fff;
  border-right: 1px solid #ACB9F3;
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) {
  .nav {
    width: 74px;
  }
}
.nav .nav-inner {
  position: fixed;
  height: 100%;
  display: flex;
  flex-direction: column;
  max-height: 100vh;
  width: 290px;
}
@media (max-width: 900px) {
  .nav .nav-inner {
    position: static;
    width: 100%;
    height: auto;
    display: block;
  }
}
.nav .logo {
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
@media (max-width: 900px) {
  .nav .logo {
    height: 50px;
  }
}
.nav .logo img {
  width: 100%;
}
@media (max-width: 900px) {
  .nav .logo img {
    max-width: none;
    width: 100px;
    transform-origin: 0 100%;
    transform: translate3d(23%, 300%, 0) rotate(-90deg);
  }
}
.nav .menu-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #5B6074;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0 24px;
}
@media (max-width: 900px) {
  .nav .menu-label {
    display: none;
  }
}
.nav .menu {
  display: block;
  margin: 0;
  padding: 0;
  flex: 1;
}
@media (max-width: 900px) {
  .nav .menu {
    width: 74px;
    overflow: hidden;
    margin-top: 100px;
  }
}
.nav .menu li {
  display: block;
  margin: 0;
  padding: 0 1em 0 0;
}
@media (max-width: 900px) {
  .nav .menu li {
    padding: 0;
  }
}
.nav .menu a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 100%;
  text-decoration: none;
  color: #33384D;
  padding: 12px 24px;
}
@media (max-width: 900px) {
  .nav .menu a {
    flex-direction: column;
    justify-content: center;
    font-size: 0.625rem;
    text-align: center;
    padding: 10px 0;
  }
}
.nav .menu a:hover,
.nav .menu a:focus {
  background: #F2F4FF;
}
.nav .menu a .icon {
  display: block;
  margin-right: 12px;
}
@media (max-width: 900px) {
  .nav .menu a .icon {
    margin-bottom: 4px;
    margin-right: 0;
  }
}
.nav .menu a svg {
  display: block;
}
.nav .menu a svg path:not(.no-fill),
.nav .menu a svg rect:not(.no-fill),
.nav .menu a svg circle:not(.no-fill),
.nav .menu a svg line:not(.no-fill) {
  fill: #5B6074;
}
.nav .menu a.active {
  background: #4455A1;
  color: #fff;
  position: relative;
}
.nav .menu a.active::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 8px;
  background: #20317D;
}
@media (max-width: 900px) {
  .nav .menu a.active::before {
    display: none;
  }
}
.nav .menu a.active svg {
  display: block;
}
.nav .menu a.active svg path:not(.no-fill),
.nav .menu a.active svg rect:not(.no-fill),
.nav .menu a.active svg circle:not(.no-fill),
.nav .menu a.active svg line:not(.no-fill) {
  fill: #fff;
}
.nav .authorized {
  color: #273a8d;
  font-size: 0.75rem;
  line-height: 120%;
  font-weight: 700;
  flex: none;
  text-align: center;
  margin: 24px auto 2rem;
  width: 100%;
  padding: 0 24px;
}
@media (max-width: 900px), (max-height: 740px) {
  .nav .authorized {
    display: none;
  }
}
.nav .authorized img {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 1rem;
}
.nav .langs ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  flex: 1;
}
@media (max-width: 900px) {
  .nav .langs ul {
    flex-direction: column;
    margin-top: 48px;
  }
}
.nav .langs li {
  display: block;
  margin: 0 8px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  padding: 0;
}
@media (max-width: 900px) {
  .nav .langs li {
    margin: 8px 0;
  }
}
.nav .langs img {
  display: block;
  width: 24px;
}
.nav .back-to-site {
  padding: 24px;
}
@media (max-width: 900px) {
  .nav .back-to-site {
    padding: 0;
    margin-top: 24px;
  }
}
.header {
  width: 100%;
  height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  line-height: 100%;
  border-bottom: 1px solid #ACB9F3;
}
@media (max-width: 900px) {
  .header {
    height: 74px;
  }
}
.header .quickcalls {
  display: flex;
  align-items: baseline;
  flex: 1;
  padding: 1rem 0 1rem 1.5rem;
}
@media (max-width: 1300px) {
  .header .quickcalls {
    display: block;
  }
}
@media (max-width: 900px) {
  .header .quickcalls {
    font-size: 0.75rem;
  }
}
.header .quickcalls div:not(:first-child) {
  margin-left: 2rem;
}
@media (max-width: 1300px) {
  .header .quickcalls div:not(:first-child) {
    margin-left: 0;
    margin-top: 1rem;
  }
}
@media (max-width: 900px) {
  .header .quickcalls div:not(:first-child) {
    margin-top: 0.5rem;
  }
}
.header .quickcalls a {
  color: currentColor;
  text-decoration: none;
  font-weight: 700;
}
.header .quickcalls a:hover,
.header .quickcalls a:focus {
  color: #000;
}
.header .user {
  display: flex;
  align-items: center;
}
.header .user .profile {
  margin-right: 1rem;
  white-space: nowrap;
  position: relative;
  justify-content: flex-start;
}
@media (max-width: 900px) {
  .header .user .profile {
    overflow: hidden;
    text-indent: -9999px;
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 640px) {
  .header .user .profile {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 900px) {
  .header .user .profile .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #4455A1;
  }
}
.header .user .logout {
  margin-right: 1rem;
  white-space: nowrap;
  position: relative;
  justify-content: flex-start;
}
@media (max-width: 900px) {
  .header .user .logout {
    overflow: hidden;
    text-indent: -9999px;
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 640px) {
  .header .user .logout {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 900px) {
  .header .user .logout .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
  }
}
.content {
  flex: 1;
}
.content-inner {
  padding: 2rem;
}
.content-inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.section {
  grid-column: span 12;
}
.section-label {
  font-size: 1.25rem;
  margin: 0 0 1rem;
}
.more {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.25em;
}
.more .button {
  width: auto;
}
@media (max-width: 640px) {
  .more .button {
    width: 100%;
  }
}
.card .card-label {
  font-weight: 700;
}
.card.card-num {
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .card.card-num {
    min-height: 80px;
  }
}
.card.card-num .card-value {
  font-size: 3rem;
  line-height: 120%;
  font-weight: 700;
  margin: 1rem 0;
  flex: 1;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .card.card-num .card-value {
    font-size: 2.25rem;
  }
}
@media (max-width: 1140px) {
  .card.card-num .card-value {
    font-size: 1.875rem;
  }
}
@media (max-width: 900px) {
  .card.card-num .card-value {
    font-size: 1.5rem;
  }
}
.card.card-num .card-subinfo {
  font-size: 0.875rem;
}
@media (max-width: 1400px) {
  .card.card-num .card-subinfo {
    font-size: 0.75rem;
  }
}
.card.card-news {
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .card.card-news {
    min-height: 80px;
  }
}
.card.card-news .card-label {
  margin: 1rem 0.2rem;
  flex: 1;
}
.card.card-news .card-news-text {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.25em;
}
.card.card-news .card-news-text:first-child {
  margin-top: 0;
}
.card.card-graph {
  display: flex;
}
.card.card-graph .card-text,
.card.card-graph .card-graph {
  width: 50%;
  flex: none;
}
.card.card-graph .card-text {
  display: flex;
  flex-direction: column;
}
.card.card-graph .card-text .card-label {
  flex: 1;
}
.card.card-graph .card-descs {
  font-size: 0.875rem;
}
@media (max-width: 1400px) {
  .card.card-graph .card-descs {
    font-size: 0.75rem;
  }
}
.card.card-graph .desc {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.card.card-graph .desc:first-child {
  margin-top: 0;
}
.card.card-graph .desc .dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-right: 12px;
  background: #D6D6D6;
}
.card.card-graph .desc .dot-primary-lighter {
  background: #6373B9;
}
.card.card-graph .desc .dot-primary {
  background: #4455A1;
}
@media (max-width: 1300px) {
  .card.card-graph .card-graph {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .card.card-graph .card-graph {
    width: 50%;
  }
}
.card.card-graph .graph-circle {
  width: 100%;
  position: relative;
}
.fuel-check .tabs-nav input {
  display: none;
}
.fuel-check .tabs-nav input:checked + label {
  color: #273a8d;
}
.fuel-check .tabs-nav input:checked + label::after {
  background: #273a8d;
}
.fuel-check .tabs-nav label {
  display: block;
  padding: 1rem 2rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ACB9F3;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.fuel-check .tabs-nav label::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-color: #DBE1FF;
  position: absolute;
  top: 100%;
  left: 0;
}
.fuel-check .tab-wrap {
  display: flex;
}
.fuel-check .form-information,
.fuel-check .tab {
  width: 50%;
  flex: none;
  padding: 2rem 0 0;
}
@media (max-width: 900px) {
  .fuel-check .form-information,
  .fuel-check .tab {
    width: 100%;
  }
}
.fuel-check .form-information {
  padding-left: 4rem;
}
@media (max-width: 900px) {
  .fuel-check .form-information {
    display: none;
  }
}
.fuel-check .emails-wrap,
.fuel-check .states-wrap {
  margin-bottom: 0;
}
.fuel-check .states {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  width: 100%;
  border-top: 1px solid #989EBB;
  border-left: 1px solid #989EBB;
  margin: 0.5rem 0 2rem;
}
.fuel-check .states input {
  display: none;
}
.fuel-check .states input:checked + label {
  background-color: #4455A1;
  color: #fff;
}
.fuel-check .states input:checked + label::after {
  opacity: 1;
}
.fuel-check .states label {
  border-right: 1px solid #989EBB;
  border-bottom: 1px solid #989EBB;
  padding: 1rem;
  font-size: 0.875rem;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  white-space: nowrap;
}
.fuel-check .states label::after {
  content: '';
  display: block;
  width: 0.875rem;
  height: 0.375rem;
  position: relative;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-left: 1rem;
  margin-top: -0.375rem;
  opacity: 0;
  flex: none;
}
.fuel-check .emails-wrap label {
  font-size: 0.75rem;
  width: 100%;
}
.card-order .tab-wrap {
  display: flex;
}
.card-order .form-information,
.card-order .tab {
  width: 50%;
  flex: none;
  padding: 0;
}
@media (max-width: 900px) {
  .card-order .form-information,
  .card-order .tab {
    width: 100%;
  }
}
.card-order .form-information {
  padding-left: 4rem;
}
@media (max-width: 900px) {
  .card-order .form-information {
    display: none;
  }
}
.card-order .categories,
.card-order .distance,
.card-order .types {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  border-top: 1px solid #989EBB;
  border-left: 1px solid #989EBB;
  margin: 0.5rem 0 0;
}
.card-order .categories input,
.card-order .distance input,
.card-order .types input {
  display: none;
}
.card-order .categories input:checked + label,
.card-order .distance input:checked + label,
.card-order .types input:checked + label {
  background-color: #4455A1;
  color: #fff;
}
.card-order .categories input:checked + label::after,
.card-order .distance input:checked + label::after,
.card-order .types input:checked + label::after {
  opacity: 1;
}
.card-order .categories label,
.card-order .distance label,
.card-order .types label {
  border-right: 1px solid #989EBB;
  border-bottom: 1px solid #989EBB;
  padding: 1rem;
  font-size: 0.875rem;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  white-space: nowrap;
}
.card-order .categories label::after,
.card-order .distance label::after,
.card-order .types label::after {
  content: '';
  display: block;
  width: 0.875rem;
  height: 0.375rem;
  position: relative;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-2px) rotate(-45deg);
  margin-left: 1rem;
  margin-top: -0.375rem;
  opacity: 0;
  flex: none;
}
.card-order .address-wrap {
  margin-bottom: 0;
}
.card-order .address-wrap label {
  font-size: 0.75rem;
}
.download .doc-search .form-input {
  margin: 0 0 1em;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 640px) {
  .download .doc-search .form-input {
    flex-direction: column;
    align-items: flex-start;
  }
}
.download .doc-search label {
  margin-right: 1em;
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .download .doc-search label {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.download .doc-search input {
  width: 100%;
  max-width: 320px;
}
@media (max-width: 640px) {
  .download .doc-search input {
    max-width: none;
  }
}
