﻿/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Outlined");
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 */
  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;
}

input,
select,
textarea {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  appearance: none;
}

select {
  text-transform: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  background: none;
  color: inherit;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button {
  display: inline-block; /* [1] */
  overflow: visible; /* [2] */
  margin: 0; /* [3] */
  padding: 0;
  outline: 0;
  border: 0;
  background: none transparent;
  color: inherit;
  vertical-align: middle; /* [4] */
  text-align: center; /* [3] */
  text-decoration: none;
  text-transform: none;
  font: inherit; /* [5] */
  line-height: normal;
  cursor: pointer !important; /* [6] */
  user-select: none;
}
button:focus, button:hover {
  text-decoration: none;
}

html {
  min-height: 100%; /* [3] */
  font-family: "Roboto", sans-serif;
  font-size: 16px; /* [1] */
  font-weight: 400;
  line-height: 20px; /* [1] */
  color: #fff;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
html.is-msedge {
  font-weight: lighter;
}
html.is-loading {
  cursor: wait;
}
html.is-ready {
  overflow-y: scroll; /* [2] */
}
html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-dragging {
  user-select: none;
}
@media (max-width: 999px) {
  html.has-menu-open {
    overflow: hidden;
  }
}

body {
  position: relative;
  background-color: #fff;
}
@media (max-width: 999px) {
  body {
    font-size: 16px;
    line-height: 1.8125rem;
  }
}
.has-scroll-smooth body {
  overflow: hidden;
}
@media (max-width: 999px) {
  body.has-menu-open {
    overflow: hidden;
  }
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

h3 + p {
  margin-top: 0 !important;
}

::selection {
  background-color: #FFFFFF;
  color: #3297FD;
  text-shadow: none;
}

a {
  text-decoration: underline;
  text-decoration-color: #000;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.1875rem;
  color: inherit;
}
a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}

.nav-link {
  color: inherit;
}

h1 {
  display: block;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  font-family: "Roboto", sans-serif;
  font-size: 3.9375rem;
  font-weight: 700;
  line-height: 4.75rem;
}
@media (max-width: 999px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}
h1 a {
  text-underline-offset: 0.3125rem;
}
h1.is-big {
  font-size: 5.3125rem;
  line-height: 6.25rem;
}
@media (max-width: 999px) {
  h1.is-big {
    margin-bottom: 4rem;
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}
h1.is-big a {
  text-underline-offset: 0.5rem;
}

h2 {
  display: block;
  margin-bottom: 2.1875rem;
  margin-bottom: 2.1875rem;
  font-family: "Roboto", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 3.75rem;
}
@media (max-width: 999px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}

h3, h4, h5, h6 {
  display: block;
  margin-top: 1.625rem;
  margin-bottom: 0.625rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2rem;
  letter-spacing: 0.03125rem;
}
@media (max-width: 999px) {
  h3, h4, h5, h6 {
    margin-top: 3.125rem;
    margin-bottom: 0.9375rem;
  }
}

.is-label {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.875rem;
  letter-spacing: 0.046875rem;
}
.is-label p {
  margin-top: 0.70625rem;
  margin-bottom: 0.70625rem;
}

.is-page-title {
  margin: 0 0 32px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.o-container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.o-icon {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.o-main {
  width: 100%;
}

.o-tooltip {
  position: relative;
  display: inline-block;
}

.o-tooltip .o-tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.o-tooltip .o-tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.o-tooltip:hover .o-tooltiptext {
  visibility: visible;
  opacity: 1;
}

.c-button {
  display: inline-block;
  padding: 0.875rem 2.046875rem;
  width: 7.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0;
  color: #fff;
  background-color: #0000B0;
  border-radius: 1.375rem;
  transition: background-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.4s;
}
.c-button:disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.c-button.btn-submit:disabled {
  width: 8.75rem;
}
.c-button.btn-cancel:disabled {
  width: 8.75rem;
}
.c-button.is-secondary {
  padding: 0.75rem 1.921875rem;
  color: #0000B0;
  background-color: transparent;
  border: 0.125rem solid #0000B0;
  border-radius: 1.375rem;
  transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-button.is-light-fill {
  color: #04131F;
  background-color: #F5F5F7;
}
.c-button.is-light-outline {
  padding: 0.75rem 1.921875rem;
  color: #F5F5F7;
  background-color: transparent;
  border: 0.125rem solid #F5F5F7;
  border-radius: 1.375rem;
  transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-button.is-small {
  padding: 0.5625rem 1.3125rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.c-button:focus, .c-button:hover {
  background-color: #00007D;
}
.c-button:focus.is-secondary, .c-button:hover.is-secondary {
  color: #fff;
  background-color: #0000B0;
}
.c-button:focus.is-light-fill, .c-button:hover.is-light-fill {
  color: #04131F;
  background-color: #DADADB;
}
.c-button:focus.is-light-outline, .c-button:hover.is-light-outline {
  color: #04131F;
  background-color: #F5F5F7;
}

.c-button-formless {
  transition: width 0.4s;
}
.c-button-formless:disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.c-button-formless.btn-action:disabled {
  width: 8.75rem;
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 12px 24px;
  width: calc(100% - 48px);
  height: 40px;
  font-size: 0;
  line-height: 0;
  color: #565B63;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgba(155, 155, 176, 0);
  box-sizing: content-box;
  z-index: 1999;
  transition: background-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-header.has-scrolled {
  box-shadow: 0 2px 20px 0 rgba(155, 155, 176, 0.12);
}
@media (min-width: 700px) {
  .c-header {
    height: 44px;
  }
}

.c-header__logo {
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  width: 106px;
  height: 16px;
  text-indent: -125rem;
  background-image: url("data:image/svg+xml,%3Csvg width='133' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M130.572.322c-1.02 0-1.93.736-1.93 1.88 0 1.15.91 1.89 1.93 1.89s1.928-.74 1.928-1.89c0-1.144-.909-1.88-1.928-1.88Zm0 3.367c-.789 0-1.417-.625-1.417-1.487 0-.857.628-1.477 1.417-1.477.778 0 1.416.62 1.416 1.477 0 .862-.638 1.487-1.416 1.487Zm.878-.433-.562-.923c.311-.025.553-.176.553-.564 0-.459-.297-.625-.825-.625h-.792v2.112h.416v-.903h.262l.512.903h.436Zm-1.21-1.23v-.554h.352c.19 0 .431.034.431.26 0 .258-.175.293-.411.293h-.372Zm-5.42 4.156-4.978 4.545 1.54-10.681h-5.07l-2.897 19.409h5.16l.724-4.727 3.666 4.637h6.743l-5.34-7.002 7.24-6.181h-6.787Zm-11.042.364c-1.63-.682-3.712-1.046-4.798-1.046-6.336 0-9.55 4.636-9.55 8.228 0 4.409 4.21 6.136 7.74 6.136.407 0 3.485-.227 4.752-1.046l.68-4.363c-1.54.863-2.355 1.273-4.12 1.273-2.625 0-3.802-1.454-3.802-2.729 0-.908.77-3.271 4.074-3.271.452 0 2.534.045 4.344 1.408l.68-4.59ZM98.028 0c-1.494 0-2.852 1.182-3.078 2.682-.226 1.455.815 2.637 2.263 2.637s2.85-1.182 3.077-2.637c.182-1.5-.814-2.682-2.263-2.682Zm1.493 6.182h-5.25l-1.99 13.182h5.249l1.99-13.182ZM87.709 19.455l6.065-13.273h-5.296L85.582 12.5l-.905-6.318H79.97l-2.716 6.455-1.13-6.41h-5.16l.152.77C69.966 6.259 68.39 6 66.122 6c-3.983 0-7.061 2.09-7.061 5.317 0 3 4.571 3.319 5.476 3.319.77 0 .995.09.995.5 0 .772-1.085.818-1.81.818-1.629 0-3.167-.546-4.163-1.318l-2.444 3.636c.814.454 3.033 1.727 5.974 1.727 7.603 0 7.784-5.09 7.784-5.682 0-3.136-5.114-3.136-5.883-3.136-.634 0-.77-.41-.77-.545 0-.773 1.132-.91 2.037-.91.543 0 2.67.273 3.123.727l1.868-2.793 2.341 11.84h5.069l2.806-6.819.996 6.773h5.249Zm-30.142-7.636c.046-.59 1.45-5.818-4.073-5.818-1.584 0-3.666.726-4.39 1.545l.09-1.318h-5.203L42 19.5h5.203l1.087-6.863c.09-.41.045-2.682 2.535-2.682 1.9 0 1.492 2.181 1.448 2.5L51.186 19.5h5.16l1.221-7.681ZM42.316 6.273h-5.069l-1.04 7c-.137.636-.273 2.5-2.173 2.5-2.082 0-1.674-2.273-1.63-2.363.091-.729 1.087-7.137 1.087-7.137h-5.114l-.996 6.954c-.362 2.364-.905 6.59 5.837 6.59 6.699 0 7.74-4.544 7.921-5.59.181-1 1.177-7.954 1.177-7.954Zm-14.664-.228c-3.077-.636-5.16 1.318-5.295 1.5l.136-1.272h-4.616l-1.991 13.182h5.113l.95-6.273c.228-1.728 1.992-3.182 5.07-2.136l.633-5ZM9.956.181h-7.06L0 19.546h8.191c8.373 0 9.595-9.273 4.707-10.228C16.428 6.818 17.424.18 9.956.18ZM6.291 11.728h2.625c2.307 0 1.946 3.727-.226 3.727H5.793l.498-3.727Zm.633-3.955.499-3.728H9.14c2.355 0 1.992 3.728-.225 3.728H6.924Z' fill='%23061B2B' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  overflow: hidden;
  transition: background 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 700px) {
  .c-header__logo {
    width: 132.5px;
    height: 20px;
  }
}

.c-header__navigation {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.875rem;
  list-style: none;
}

.c-header__navigation-secondary {
  position: absolute;
  top: 4.5rem;
  left: 50%;
  width: 16.25rem;
  max-height: calc(100vh - 88px);
  background-color: #fff;
  border-radius: 0.25rem;
  transform: translateX(-50%);
  opacity: 0;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(155, 155, 176, 0.12);
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
}
.c-header__navigation-secondary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.5625rem;
  height: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.622.586 10.586 10.586h-24L10.794.586a2 2 0 0 1 2.828 0Z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  transform: translateX(-50%);
  transition: top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 37.4375rem) {
  .is-center-select .c-header__navigation-secondary {
    left: calc(50% - 30px);
  }
  .is-center-select .c-header__navigation-secondary:before {
    left: 65%;
  }
}
.is-hamburger .c-header__navigation-secondary {
  top: 3.75rem;
  left: auto;
  right: -0.75rem;
  transform: none;
}
.is-hamburger .c-header__navigation-secondary:before {
  left: 90%;
}
.is-expanded ~ .c-header__navigation-secondary {
  opacity: 1;
  visibility: visible;
}
.is-expanded ~ .c-header__navigation-secondary:before {
  top: -0.625rem;
}

.c-header__navigation-secondary-list {
  margin: 0;
  padding: 1.5rem;
  list-style: none;
}

.c-header__navigation-secondary-item {
  margin: 1.25rem 0 0;
  padding: 0 0 0.125rem;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.125rem;
  color: #04131F;
  overflow: hidden;
}
.c-header__navigation-secondary-item:first-child {
  margin-top: 0;
}
.c-header__navigation-secondary-item:last-child {
  margin-bottom: 0;
}
.c-header__navigation-secondary-item.is-desktop-only {
  display: none;
}
@media (max-width: 46.8125rem) {
  .c-header__navigation-secondary-item.is-desktop-only {
    display: block;
  }
}
.c-header__navigation-secondary-item a {
  text-decoration: none;
  color: inherit;
}
.c-header__navigation-secondary-item a:focus, .c-header__navigation-secondary-item a:hover {
  text-decoration: underline;
  color: inherit;
}

.c-header__navigation-secondary-link {
  display: flex;
  align-items: center;
}

.c-header__navigation-secondary-text {
  padding: 0.0625rem 0;
  width: auto;
  max-width: calc(100% - 34px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.c-header__navigation-item {
  position: relative;
  margin: 0 0 0 1rem;
  z-index: 2;
}
.c-header__navigation-item:first-child {
  margin-left: 0;
}
.c-header__navigation-item.has-open-children {
  z-index: 1;
}
@media (max-width: 37.4375rem) {
  .c-header__navigation-item.is-language-select {
    display: none;
  }
}
@media (max-width: 46.8125rem) {
  .c-header__navigation-item.is-account {
    display: none;
  }
}

.c-header__navigation-button {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0.5625rem 0.6875rem;
  border: 0.0625rem solid #DBDEE0;
  border-radius: 0.5rem;
  transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), border 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-header__navigation-button:focus, .c-header__navigation-button:hover {
  border-color: #565B63;
}
.c-header__navigation-button.is-expanded {
  border-color: #565B63;
}
.c-header__navigation-button.is-expanded .o-icon.is-arrow {
  transform: rotate(180deg);
}
.is-hamburger .c-header__navigation-button {
  position: relative;
  padding: 0;
  width: 1.3125rem;
  height: 1.3125rem;
  border: none;
  border-radius: 0;
  transform-origin: center;
}
.is-hamburger .c-header__navigation-button.is-expanded {
  transform: rotate(90deg);
}
.is-hamburger .c-header__navigation-button.is-expanded .o-icon.is-hamburger {
  opacity: 0;
}
.is-hamburger .c-header__navigation-button.is-expanded .o-icon.is-close {
  opacity: 1;
}
.c-header__navigation-button .o-icon {
  margin: 0 0.4375rem 0 0;
  font-size: 1.25rem;
  line-height: 1.25rem;
  transform-origin: center;
  transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-header__navigation-button .o-icon.is-arrow {
  margin: 0;
  font-size: 1rem;
  line-height: 1rem;
}
@media (min-width: 37.5rem) {
  .c-header__navigation-button .o-icon.is-arrow {
    margin: 0 0 0 0.4375rem;
  }
}
.c-header__navigation-button .o-icon.is-hamburger {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  font-size: 1.625rem;
  line-height: 1.625rem;
  transform: translate(-50%, -50%);
}
.c-header__navigation-button .o-icon.is-close {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  font-size: 1.625rem;
  line-height: 1.625rem;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.c-header__navigation-button-center-image {
  max-width: 2rem;
  max-height: 2rem;
  margin: 0 0.625rem 0 0;
}

.c-header__navigation-button-text {
  display: block;
  margin: 0.3125rem 0;
  max-width: 12.5rem;
  white-space: nowrap;
  line-height: 1rem !important;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 37.4375rem) {
  .is-center-select .c-header__navigation-button-text {
    display: none;
  }
}

.c-header__navigation-button-bounds-trigger {
  display: none;
  position: absolute;
  top: -500vh;
  left: -500vw;
  width: 1000vw;
  height: 1000vh;
}
.is-expanded .c-header__navigation-button-bounds-trigger {
  display: block;
}

.c-header__signin {
  text-decoration: none;
  color: inherit;
  transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-header__signin:focus, .c-header__signin:hover {
  color: inherit;
}
.c-header__signin:focus .c-header__signin-text, .c-header__signin:hover .c-header__signin-text {
  text-decoration: underline;
}
.c-header__signin .o-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.375rem 0 0;
  font-size: 1.125rem;
  line-height: 1.125rem;
}

.c-header__signin-text {
  display: inline-block;
  vertical-align: middle;
  margin: 0.0625rem 0 0;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.9375rem;
  overflow: visible;
}

.c-footer {
  padding: 2.375rem 1.5rem 1.5rem;
}
@media (min-width: 700px) {
  .c-footer {
    padding: 2.375rem 2.5rem 1.5rem;
  }
}

.c-footer__elements {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.c-footer__elements li {
  display: inline-block;
  margin: 0 0 0 1.25rem;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.875rem;
  color: #565B63;
}
.c-footer__elements li:first-child {
  margin: 0;
}
.c-footer__elements li a {
  text-decoration: underline;
  color: inherit;
}
.c-footer__elements li a:focus, .c-footer__elements li a:hover {
  text-decoration: none;
  color: inherit;
}

.c-form {
  text-align: left;
}
.c-form .c-button {
  margin: 0 auto;
  width: auto;
}

.c-form__asterik {
  color: #D30202;
}

.c-form__row {
  margin: 0 -0.625rem;
  width: calc(100% + 20px);
}
@media (min-width: 900px) {
  .c-form__row {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-form__row:last-child .c-form__item:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 900px) {
  .c-form__row:last-child .c-form__item {
    margin-bottom: 0 !important;
  }
}

.c-form__item {
  position: relative;
  margin: 0 0.625rem 1.25rem !important;
  width: calc(100% - 20px);
  font-size: 0.875rem;
  color: #04131F;
}
@media (min-width: 900px) {
  .c-form__item {
    width: 100%;
  }
}
.c-form__item.is-submit {
  padding-top: 1.25rem;
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: 100%;
  text-align: center;
}

.c-form__label {
  display: block;
  margin: 0 0 0.5625rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0;
  line-height: 1rem;
  z-index: 2;
}
.has-error .c-form__label {
  color: #D30202;
}

.c-form__error {
  display: none;
  margin: 0 0 1.25rem;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 0.875rem;
  color: #D30202;
}
.has-errors .c-form__error {
  display: block;
}

.c-form__input {
  display: block;
}

.c-form__input-field, .c-form__textarea-field, .c-form__select-field {
  position: relative;
  padding: 0.8125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: calc(100% - 32px);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1rem;
  color: #04131F;
  background-color: #fff;
  border: 0.0625rem solid #DBDEE0;
  border-radius: 0.5rem;
  transition: border-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-form__input-field:active, .c-form__textarea-field:active, .c-form__select-field:active {
  border-color: #000;
}
.c-form__input-field:hover, .c-form__textarea-field:hover, .c-form__select-field:hover {
  border-color: #000;
}
.c-form__input-field:focus, .c-form__textarea-field:focus, .c-form__select-field:focus {
  border-color: #000;
}
.c-form__input-field::placeholder, .c-form__textarea-field::placeholder, .c-form__select-field::placeholder {
  font-weight: 400 !important;
  color: #6A717A;
}
.c-form__input-field.has-error, .has-error.c-form__textarea-field, .has-error.c-form__select-field {
  border-color: #D30202;
}

.c-form__input-description {
  display: block;
  margin: 0.375rem 0 0;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 0.875rem;
  color: #04131F;
}
.c-form__input-description a {
  text-decoration: none;
  color: inherit;
}
.c-form__input-description a:focus, .c-form__input-description a:hover {
  text-decoration: underline;
  color: inherit;
}

.c-form__input-error {
  display: none;
  margin: 0.375rem 0 0;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 0.875rem;
  color: #D30202;
}
.c-form__input-field.has-error ~ .c-form__input-error, .has-error.c-form__textarea-field ~ .c-form__input-error, .has-error.c-form__select-field ~ .c-form__input-error {
  display: block;
}

.c-form__checkbox {
  font-size: 0;
}
.c-form__checkbox.is-group {
  padding: 0;
}
.c-form__checkbox .c-form__label {
  margin: 0;
  padding: 0;
  position: relative;
  top: auto;
  left: auto;
  background-color: transparent;
}

.c-form__checkbox-options {
  display: block;
}
@media (min-width: 700px) {
  .is-one-line .c-form__checkbox-options {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
  }
}
.c-form__checkbox-options .c-form__checkbox-label {
  display: block;
  width: 100%;
}
@media (min-width: 700px) {
  .is-group .c-form__checkbox-options {
    margin-left: -1rem;
    width: calc(100% + 16px);
  }
}

.c-form__checkbox-label {
  display: block;
  position: relative;
  margin: 0.625rem 0 0;
}
.c-form__checkbox-label:first-child {
  margin: 0;
}
@media (min-width: 700px) {
  .is-group .c-form__checkbox-label {
    display: inline-block;
    margin: 0.625rem 0 0 1rem;
  }
  .is-group .c-form__checkbox-label:first-child {
    margin-left: 1rem;
  }
}

.c-form__checkbox-indicator {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  margin-bottom: -0.125rem;
  padding: 0;
  width: 0.875rem;
  height: 0.875rem;
  border: 0.0625rem solid #6A717A;
  border-radius: 0.0625rem;
  transition: border 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-form__checkbox-indicator:hover {
  border-color: #0F314A;
}
.c-form__checkbox-indicator:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 0.125rem solid #0D75CB;
  border-radius: 0.0625rem;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.c-form__checkbox-indicator:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%230000B0' fill-rule='nonzero' d='M10.492 2 9.317.817 3.825 6.308l-2.15-2.141L.492 5.342l3.333 3.325z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 0.0625rem solid #0000B0;
  border-radius: 0.0625rem;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.c-form__checkbox-text {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-left: 0.625rem;
  width: calc(100% - 28px);
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1rem;
  color: #04131F;
}

.c-form__checkbox input:checked ~ .c-form__checkbox-indicator {
  border-color: #0000B0;
}
.c-form__checkbox input:checked ~ .c-form__checkbox-indicator:after {
  opacity: 1;
}

.c-form__checkbox input:focus ~ .c-form__checkbox-indicator:before {
  opacity: 0.4;
}

.c-form__radio {
  font-size: 0;
}
@media (min-width: 700px) {
  .is-one-line .c-form__radio {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
  }
}
.c-form__radio .c-form__label {
  margin: 0 0 0.625rem;
  padding: 0;
  position: relative;
  top: auto;
  left: auto;
  background-color: transparent;
}

.c-form__radio-options.is-one-line {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
}
@media (min-width: 700px) {
  .c-form__radio-options {
    margin-left: -1rem;
    width: calc(100% + 16px);
  }
}

.c-form__radio-label {
  display: block;
  position: relative;
  margin: 0.625rem 0 0;
}
.c-form__radio-label:first-child {
  margin: 0;
}
@media (min-width: 700px) {
  .c-form__radio-label {
    margin: 0.625rem 0 0 1rem;
  }
  .c-form__radio-label:first-child {
    margin-left: 1rem;
  }
  .is-one-line .c-form__radio-label {
    display: inline-block;
    flex-basis: 1;
  }
}

.c-form__radio-indicator {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  margin-bottom: -0.125rem;
  padding: 0;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #6A717A;
  border-radius: 0.5rem;
  transition: border 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-form__radio-indicator:hover {
  border-color: #0F314A;
}
.c-form__radio-indicator:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border: 0.125rem solid #0D75CB;
  border-radius: 0.5rem;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.c-form__radio-indicator:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #0000B0;
  border-radius: 0.25rem;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.c-form__radio-text {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-left: 0.625rem;
  width: calc(100% - 28px);
  font-size: 0.8125rem;
  letter-spacing: 0;
  line-height: 1.125rem;
  color: #000;
}

.c-form__radio input:checked ~ .c-form__radio-indicator {
  border-color: #0000B0;
}
.c-form__radio input:checked ~ .c-form__radio-indicator:after {
  opacity: 1;
}

.c-form__radio input:focus ~ .c-form__radio-indicator:before {
  opacity: 0.4;
}

.c-form__select {
  display: block;
}

.c-form__select-wrapper {
  position: relative;
  cursor: pointer;
}
.c-form__select-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  bottom: 0;
  z-index: 2;
  width: 0.5625rem;
  height: 0.375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2304131F' fill-rule='nonzero' d='M7.943 0 4.5 3.435 1.058 0 0 1.058l4.5 4.5 4.5-4.5z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}

.c-form__select-field {
  position: relative;
  font-weight: 400;
  color: #04131F;
  z-index: 1;
  padding-right: 2.1875rem;
  cursor: pointer;
}
.c-form__select-field.has-selection {
  font-weight: 400;
  color: #04131F;
}

.c-form__textarea {
  display: block;
}
.c-form__textarea .ff-errors {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1rem;
  color: #D30202;
}

.c-form__textarea-field {
  min-height: 12.5rem;
}

.c-form__submit {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}

.c-launchpad {
  padding: 8.625rem 1.5rem;
}
.c-launchpad *:first-child {
  margin-top: 0;
}
.c-launchpad *:last-child {
  margin-bottom: 0;
}

.c-launchpad__intro {
  margin: 4.375rem 0;
}

.c-launchpad__welcome {
  display: block;
  margin: 1.125rem 0;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.875rem;
  letter-spacing: 0.0575rem;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 700px) {
  .c-launchpad__welcome {
    font-size: 0.8125rem;
    line-height: 0.9375rem;
    letter-spacing: 0.0625rem;
  }
}

.c-launchpad__headline {
  margin: 1.125rem 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.75rem;
  letter-spacing: -0.03125rem;
  color: #fff;
}
@media (min-width: 700px) {
  .c-launchpad__headline {
    font-size: 3rem;
    letter-spacing: -0.0375rem;
    line-height: 3.375rem;
  }
}

.c-launchpad__grid {
  margin: 4.375rem 0;
}
@media (min-width: 700px) {
  .c-launchpad__grid {
    display: grid;
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    grid-gap: 2.5rem;
  }
}

.c-launchpad__grid-item {
  display: block;
  margin: 1.5rem 0;
  padding: 1.625rem 1.5rem;
  text-decoration: none;
  border: 0.0625rem solid rgba(255, 255, 255, 0.4);
  border-radius: 0.5rem;
  transition: border-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 700px) {
  .c-launchpad__grid-item {
    margin: 0;
    padding: 1.625rem 2rem;
  }
}
.c-launchpad__grid-item strong {
  display: block;
  margin: 0.6875rem 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5rem;
  color: #fff;
}
.c-launchpad__grid-item span {
  display: block;
  margin: 0.6875rem 0;
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.25rem;
  color: #fff;
}
.c-launchpad__grid-item:not([href]) {
  pointer-events: none;
}
.c-launchpad__grid-item:focus, .c-launchpad__grid-item:hover {
  border-color: #fff;
}

.c-signin {
  padding: 8.625rem 1.5rem;
}
.c-signin *:first-child {
  margin-top: 0;
}
.c-signin *:last-child {
  margin-bottom: 0;
}

.c-signin__wrapper {
  padding: 1.875rem 2.5rem;
  text-align: center;
  border: 0.0625rem solid rgba(255, 255, 255, 0.4);
  border-radius: 0.5rem;
}
@media (min-width: 700px) {
  .c-signin__wrapper {
    padding: 3.75rem 4.8125rem;
  }
}
.c-signin__wrapper .c-form__label,
.c-signin__wrapper .c-form__input-description {
  color: #fff;
}
.c-signin__wrapper .c-form__input-field, .c-signin__wrapper .c-form__select-field, .c-signin__wrapper .c-form__textarea-field {
  background-color: transparent;
  color: #fff;
  border-color: #D9DCDE;
}
.c-signin__wrapper .c-form .c-button {
  color: #0000B0;
}
.c-signin__wrapper .c-form .c-button:focus, .c-signin__wrapper .c-form .c-button:hover {
  color: #04131F;
}

.c-signin__intro {
  margin: 3.375rem 0;
}

.c-signin__welcome {
  display: block;
  margin: 0.8125rem 0;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.875rem;
  letter-spacing: 0.0575rem;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 700px) {
  .c-signin__welcome {
    font-size: 0.8125rem;
    line-height: 0.9375rem;
    letter-spacing: 0.0625rem;
  }
}

.c-signin__headline {
  margin: 0.8125rem 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.75rem;
  letter-spacing: -0.03125rem;
  color: #fff;
}

/*@import 'components/_button-toolbar';
@import 'components/_tbc-table';
@import 'components/_tbc-personnel-checks';
@import 'components/_tbc-status';
*/
.tbc-card__container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.tbc-card {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  max-width: 100%;
  min-width: 300px;
  position: relative;
  display: block;
  padding: 20px;
  transition: background 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-decoration: none;
  border: 0;
  border-radius: 8px;
  background-color: #fff;
  color: #565B63;
  box-shadow: 0 2px 20px 0 rgba(86, 91, 99, 0.12);
}
@media (min-width: 520px) {
  .tbc-card {
    flex-basis: 50%;
    max-width: calc(50% - 12px);
  }
}
@media (min-width: 900px) {
  .tbc-card {
    flex-basis: 33.33%;
    max-width: calc(33.33% - 16px);
  }
}
@media (min-width: 1100px) {
  .tbc-card {
    flex-basis: 25%;
    max-width: calc(25% - 18px);
  }
}
.tbc-card .o-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: transparent;
}
.tbc-card:focus .o-icon, .tbc-card:hover .o-icon {
  color: #565B63;
}
.tbc-card.is-active, .tbc-card:active {
  background-color: #f0f0ff;
  box-shadow: 0 2px 20px 0 rgba(86, 91, 99, 0.12), inset 0 0 0 2px #0000B0;
}
.tbc-card.is-active .o-icon, .tbc-card:active .o-icon {
  color: #0000B0;
}
.tbc-card.is-active .tbc-card__headline,
.tbc-card.is-active .tbc-card__subheadline,
.tbc-card.is-active .tbc-card__body,
.tbc-card.is-active .tbc-card__total, .tbc-card:active .tbc-card__headline,
.tbc-card:active .tbc-card__subheadline,
.tbc-card:active .tbc-card__body,
.tbc-card:active .tbc-card__total {
  color: #0000B0;
}

.tbc-card__headline {
  margin: 0 0 13px;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: none;
  line-height: 1.375rem;
  letter-spacing: normal;
  color: #0000B0;
}

.tbc-card__subheadline {
  margin: 0 0 11px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: none;
  line-height: 0.875rem;
  letter-spacing: normal;
  color: #6A717A;
}
@media (min-width: 375px) {
  .tbc-card__subheadline {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

.tbc-card__body {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tbc-card__total {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 0.75rem;
  color: #04131F;
}
@media (min-width: 375px) {
  .tbc-card__total {
    font-size: 0.9375rem;
  }
}
@media (min-width: 444px) {
  .tbc-card__total {
    font-size: 1.25rem;
    line-height: 1.125rem;
  }
}

.c-sidebar {
  padding: 104px 0 36px;
  background-color: #061B2B;
  color: #7F93A3;
}
.c-sidebar .is-label {
  margin-bottom: 22px;
  padding: 0 0 0 20px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 0.9375rem;
  color: #fff;
}
@media (min-width: 768px) {
  .c-sidebar .is-label {
    padding: 0 0 0 40px;
  }
}
.c-sidebar .tbc-nav {
  margin: 0;
  padding: 0 4px;
}
@media (min-width: 768px) {
  .c-sidebar .tbc-nav {
    padding: 0 24px;
  }
}
.c-sidebar .tbc-nav__menu,
.c-sidebar .tbc-nav__item {
  list-style: none;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.c-sidebar .tbc-nav__menu > a,
.c-sidebar .tbc-nav__item > a {
  padding: 14px 16px 13px;
  border-radius: 4px;
}
.c-sidebar .tbc-nav__menu > a.tbc-selected,
.c-sidebar .tbc-nav__item > a.tbc-selected {
  background-color: #0F314A;
  color: #fff;
}
.c-sidebar .tbc-nav__menu.is-active > a,
.c-sidebar .tbc-nav__item.is-active > a {
  background-color: #0F314A;
  color: #fff;
}
.c-sidebar .tbc-nav__menu.is-active ul,
.c-sidebar .tbc-nav__item.is-active ul {
  display: block;
}
.c-sidebar .tbc-nav__menu ul {
  padding: 0;
}
.c-sidebar .tbc-nav__menu .tbc-nav__item {
  font-size: 0.8125rem;
  line-height: 1rem;
}
.c-sidebar .tbc-nav__menu .tbc-nav__item > a {
  padding-left: 49px;
}
.c-sidebar .tbc-nav__back {
  margin-top: 30px;
  margin-left: 40px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 0.9375rem;
}
.c-sidebar .tbc-nav__back .o-icon {
  margin-right: 0;
}
.c-sidebar .o-icon {
  width: 1.2em;
  margin-right: 10px;
  font-size: 1.2em;
}
.c-sidebar a {
  display: flex;
  align-items: center;
  transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-decoration: none;
}
.c-sidebar a:focus, .c-sidebar a:hover {
  color: #fff;
}
.c-sidebar hr {
  border: 1px #243644 solid;
}
@media (min-width: 768px) {
  .c-sidebar {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 260px;
    max-width: 260px;
  }
}
@media (max-width: 766px) {
  .c-sidebar {
    padding: 64px 0 0;
  }
  .c-sidebar .tbc-nav {
    padding-bottom: 19px;
  }
  .c-sidebar .c-sidebar__dropdown {
    position: relative;
    display: block;
    border-bottom: 1px solid #243644;
  }
  .c-sidebar .c-sidebar__dropdown .is-label {
    margin-bottom: 2px;
    padding-top: 14px;
    color: #7F93A3;
  }
  .c-sidebar .c-sidebar__dropdown .is-subtitle {
    padding-left: 20px;
    padding-bottom: 14px;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: #fff;
  }
}
@media (max-width: 766px) and (min-width: 768px) {
  .c-sidebar .c-sidebar__dropdown .is-subtitle {
    padding-left: 40px;
  }
}
@media (max-width: 766px) {
  .c-sidebar .c-sidebar__dropdown .o-icon {
    position: absolute;
    top: 50%;
    right: 24px;
    margin-right: 0;
    transform: translateY(-50%) rotate(0);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
@media (max-width: 766px) {
  .c-sidebar hr,
  .c-sidebar .tbc-nav__back {
    display: none;
  }
}
@media (max-width: 766px) {
  .c-sidebar .c-sidebar__dropdown.is-open .o-icon {
    transform: translateY(-50%) rotate(180deg);
  }
}

.c-sidebar-admin {
  padding: 104px 0 36px;
  background-color: darkblue;
  color: #7F93A3;
}
.c-sidebar-admin .is-label {
  margin-bottom: 22px;
  padding: 0 0 0 20px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 0.9375rem;
  color: #fff;
}
@media (min-width: 768px) {
  .c-sidebar-admin .is-label {
    padding: 0 0 0 40px;
  }
}
.c-sidebar-admin .tbc-nav {
  margin: 0;
  padding: 0 4px;
}
@media (min-width: 768px) {
  .c-sidebar-admin .tbc-nav {
    padding: 0 24px;
  }
}
.c-sidebar-admin .tbc-nav__menu,
.c-sidebar-admin .tbc-nav__item {
  list-style: none;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.c-sidebar-admin .tbc-nav__menu > a,
.c-sidebar-admin .tbc-nav__item > a {
  padding: 14px 16px 13px;
  border-radius: 4px;
}
.c-sidebar-admin .tbc-nav__menu > a.tbc-selected,
.c-sidebar-admin .tbc-nav__item > a.tbc-selected {
  background-color: #0F314A;
  color: #fff;
}
.c-sidebar-admin .tbc-nav__menu.is-active > a,
.c-sidebar-admin .tbc-nav__item.is-active > a {
  background-color: #0F314A;
  color: #fff;
}
.c-sidebar-admin .tbc-nav__menu.is-active ul,
.c-sidebar-admin .tbc-nav__item.is-active ul {
  display: block;
}
.c-sidebar-admin .tbc-nav__menu ul {
  padding: 0;
}
.c-sidebar-admin .tbc-nav__menu .tbc-nav__item {
  font-size: 0.8125rem;
  line-height: 1rem;
}
.c-sidebar-admin .tbc-nav__menu .tbc-nav__item > a {
  padding-left: 49px;
}
.c-sidebar-admin .tbc-nav__back {
  margin-top: 30px;
  margin-left: 40px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 0.9375rem;
}
.c-sidebar-admin .tbc-nav__back .o-icon {
  margin-right: 0;
}
.c-sidebar-admin .o-icon {
  width: 1.2em;
  margin-right: 10px;
  font-size: 1.2em;
}
.c-sidebar-admin a {
  display: flex;
  align-items: center;
  transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-decoration: none;
}
.c-sidebar-admin a:focus, .c-sidebar-admin a:hover {
  color: #fff;
}
.c-sidebar-admin hr {
  border: 1px #243644 solid;
}
@media (min-width: 768px) {
  .c-sidebar-admin {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 260px;
    max-width: 260px;
  }
}
@media (max-width: 766px) {
  .c-sidebar-admin {
    padding: 64px 0 0;
  }
  .c-sidebar-admin .tbc-nav {
    padding-bottom: 19px;
  }
  .c-sidebar-admin .c-sidebar__dropdown {
    position: relative;
    display: block;
    border-bottom: 1px solid #243644;
  }
  .c-sidebar-admin .c-sidebar__dropdown .is-label {
    margin-bottom: 2px;
    padding-top: 14px;
    color: #7F93A3;
  }
  .c-sidebar-admin .c-sidebar__dropdown .is-subtitle {
    padding-left: 20px;
    padding-bottom: 14px;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: #fff;
  }
}
@media (max-width: 766px) and (min-width: 768px) {
  .c-sidebar-admin .c-sidebar__dropdown .is-subtitle {
    padding-left: 40px;
  }
}
@media (max-width: 766px) {
  .c-sidebar-admin .c-sidebar__dropdown .o-icon {
    position: absolute;
    top: 50%;
    right: 24px;
    margin-right: 0;
    transform: translateY(-50%) rotate(0);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
@media (max-width: 766px) {
  .c-sidebar-admin hr,
  .c-sidebar-admin .tbc-nav__back {
    display: none;
  }
}
@media (max-width: 766px) {
  .c-sidebar-admin .c-sidebar__dropdown.is-open .o-icon {
    transform: translateY(-50%) rotate(180deg);
  }
}

.t-launchpad body {
  background-image: url("/images/background_gradient.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  background-attachment: fixed;
}
.t-launchpad .o-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.t-launchpad .o-main {
  max-width: 60.5rem;
}
.t-launchpad .c-header:not(.has-scrolled) {
  background-color: transparent;
}
.t-launchpad .c-header:not(.has-scrolled) .c-header__logo {
  background-image: url("data:image/svg+xml,%3Csvg width='133' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M130.572.322c-1.02 0-1.93.736-1.93 1.88 0 1.15.91 1.89 1.93 1.89s1.928-.74 1.928-1.89c0-1.144-.909-1.88-1.928-1.88Zm0 3.367c-.789 0-1.417-.625-1.417-1.487 0-.857.628-1.477 1.417-1.477.778 0 1.416.62 1.416 1.477 0 .862-.638 1.487-1.416 1.487Zm.878-.433-.562-.923c.311-.025.553-.176.553-.564 0-.459-.297-.625-.825-.625h-.792v2.112h.416v-.903h.262l.512.903h.436Zm-1.21-1.23v-.554h.352c.19 0 .431.034.431.26 0 .258-.175.293-.411.293h-.372Zm-5.42 4.156-4.978 4.545 1.54-10.681h-5.07l-2.897 19.409h5.16l.724-4.727 3.666 4.637h6.743l-5.34-7.002 7.24-6.181h-6.787Zm-11.042.364c-1.63-.682-3.712-1.046-4.798-1.046-6.336 0-9.55 4.636-9.55 8.228 0 4.409 4.21 6.136 7.74 6.136.407 0 3.485-.227 4.752-1.046l.68-4.363c-1.54.863-2.355 1.273-4.12 1.273-2.625 0-3.802-1.454-3.802-2.729 0-.908.77-3.271 4.074-3.271.452 0 2.534.045 4.344 1.408l.68-4.59ZM98.028 0c-1.494 0-2.852 1.182-3.078 2.682-.226 1.455.815 2.637 2.263 2.637s2.85-1.182 3.077-2.637c.182-1.5-.814-2.682-2.263-2.682Zm1.493 6.182h-5.25l-1.99 13.182h5.249l1.99-13.182ZM87.709 19.455l6.065-13.273h-5.296L85.582 12.5l-.905-6.318H79.97l-2.716 6.455-1.13-6.41h-5.16l.152.77C69.966 6.259 68.39 6 66.122 6c-3.983 0-7.061 2.09-7.061 5.317 0 3 4.571 3.319 5.476 3.319.77 0 .995.09.995.5 0 .772-1.085.818-1.81.818-1.629 0-3.167-.546-4.163-1.318l-2.444 3.636c.814.454 3.033 1.727 5.974 1.727 7.603 0 7.784-5.09 7.784-5.682 0-3.136-5.114-3.136-5.883-3.136-.634 0-.77-.41-.77-.545 0-.773 1.132-.91 2.037-.91.543 0 2.67.273 3.123.727l1.868-2.793 2.341 11.84h5.069l2.806-6.819.996 6.773h5.249Zm-30.142-7.636c.046-.59 1.45-5.818-4.073-5.818-1.584 0-3.666.726-4.39 1.545l.09-1.318h-5.203L42 19.5h5.203l1.087-6.863c.09-.41.045-2.682 2.535-2.682 1.9 0 1.492 2.181 1.448 2.5L51.186 19.5h5.16l1.221-7.681ZM42.316 6.273h-5.069l-1.04 7c-.137.636-.273 2.5-2.173 2.5-2.082 0-1.674-2.273-1.63-2.363.091-.729 1.087-7.137 1.087-7.137h-5.114l-.996 6.954c-.362 2.364-.905 6.59 5.837 6.59 6.699 0 7.74-4.544 7.921-5.59.181-1 1.177-7.954 1.177-7.954Zm-14.664-.228c-3.077-.636-5.16 1.318-5.295 1.5l.136-1.272h-4.616l-1.991 13.182h5.113l.95-6.273c.228-1.728 1.992-3.182 5.07-2.136l.633-5ZM9.956.181h-7.06L0 19.546h8.191c8.373 0 9.595-9.273 4.707-10.228C16.428 6.818 17.424.18 9.956.18ZM6.291 11.728h2.625c2.307 0 1.946 3.727-.226 3.727H5.793l.498-3.727Zm.633-3.955.499-3.728H9.14c2.355 0 1.992 3.728-.225 3.728H6.924Z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.t-launchpad .c-header:not(.has-scrolled) .c-header__signin {
  color: #fff;
}
.t-launchpad .c-header:not(.has-scrolled) .c-header__navigation {
  color: #fff;
}
.t-launchpad .c-header:not(.has-scrolled) .c-header__navigation-button {
  border-color: #D9DCDE;
}
.t-launchpad .c-header:not(.has-scrolled) .c-header__navigation-button:focus, .t-launchpad .c-header:not(.has-scrolled) .c-header__navigation-button:hover {
  border-color: #fff;
}
.t-launchpad .c-header:not(.has-scrolled) .c-header__navigation-button.is-expanded {
  border-color: #fff;
}
.t-launchpad .c-footer {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  padding: 0;
}
.t-launchpad .c-footer .c-footer__elements li {
  color: #fff;
}

.t-signin body {
  background-image: url("/images/background_gradient.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  background-attachment: fixed;
}
.t-signin .o-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.t-signin .o-main {
  max-width: 34.25rem;
}
.t-signin .c-header:not(.has-scrolled) {
  background-color: transparent;
}
.t-signin .c-header:not(.has-scrolled) .c-header__logo {
  background-image: url("data:image/svg+xml,%3Csvg width='133' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M130.572.322c-1.02 0-1.93.736-1.93 1.88 0 1.15.91 1.89 1.93 1.89s1.928-.74 1.928-1.89c0-1.144-.909-1.88-1.928-1.88Zm0 3.367c-.789 0-1.417-.625-1.417-1.487 0-.857.628-1.477 1.417-1.477.778 0 1.416.62 1.416 1.477 0 .862-.638 1.487-1.416 1.487Zm.878-.433-.562-.923c.311-.025.553-.176.553-.564 0-.459-.297-.625-.825-.625h-.792v2.112h.416v-.903h.262l.512.903h.436Zm-1.21-1.23v-.554h.352c.19 0 .431.034.431.26 0 .258-.175.293-.411.293h-.372Zm-5.42 4.156-4.978 4.545 1.54-10.681h-5.07l-2.897 19.409h5.16l.724-4.727 3.666 4.637h6.743l-5.34-7.002 7.24-6.181h-6.787Zm-11.042.364c-1.63-.682-3.712-1.046-4.798-1.046-6.336 0-9.55 4.636-9.55 8.228 0 4.409 4.21 6.136 7.74 6.136.407 0 3.485-.227 4.752-1.046l.68-4.363c-1.54.863-2.355 1.273-4.12 1.273-2.625 0-3.802-1.454-3.802-2.729 0-.908.77-3.271 4.074-3.271.452 0 2.534.045 4.344 1.408l.68-4.59ZM98.028 0c-1.494 0-2.852 1.182-3.078 2.682-.226 1.455.815 2.637 2.263 2.637s2.85-1.182 3.077-2.637c.182-1.5-.814-2.682-2.263-2.682Zm1.493 6.182h-5.25l-1.99 13.182h5.249l1.99-13.182ZM87.709 19.455l6.065-13.273h-5.296L85.582 12.5l-.905-6.318H79.97l-2.716 6.455-1.13-6.41h-5.16l.152.77C69.966 6.259 68.39 6 66.122 6c-3.983 0-7.061 2.09-7.061 5.317 0 3 4.571 3.319 5.476 3.319.77 0 .995.09.995.5 0 .772-1.085.818-1.81.818-1.629 0-3.167-.546-4.163-1.318l-2.444 3.636c.814.454 3.033 1.727 5.974 1.727 7.603 0 7.784-5.09 7.784-5.682 0-3.136-5.114-3.136-5.883-3.136-.634 0-.77-.41-.77-.545 0-.773 1.132-.91 2.037-.91.543 0 2.67.273 3.123.727l1.868-2.793 2.341 11.84h5.069l2.806-6.819.996 6.773h5.249Zm-30.142-7.636c.046-.59 1.45-5.818-4.073-5.818-1.584 0-3.666.726-4.39 1.545l.09-1.318h-5.203L42 19.5h5.203l1.087-6.863c.09-.41.045-2.682 2.535-2.682 1.9 0 1.492 2.181 1.448 2.5L51.186 19.5h5.16l1.221-7.681ZM42.316 6.273h-5.069l-1.04 7c-.137.636-.273 2.5-2.173 2.5-2.082 0-1.674-2.273-1.63-2.363.091-.729 1.087-7.137 1.087-7.137h-5.114l-.996 6.954c-.362 2.364-.905 6.59 5.837 6.59 6.699 0 7.74-4.544 7.921-5.59.181-1 1.177-7.954 1.177-7.954Zm-14.664-.228c-3.077-.636-5.16 1.318-5.295 1.5l.136-1.272h-4.616l-1.991 13.182h5.113l.95-6.273c.228-1.728 1.992-3.182 5.07-2.136l.633-5ZM9.956.181h-7.06L0 19.546h8.191c8.373 0 9.595-9.273 4.707-10.228C16.428 6.818 17.424.18 9.956.18ZM6.291 11.728h2.625c2.307 0 1.946 3.727-.226 3.727H5.793l.498-3.727Zm.633-3.955.499-3.728H9.14c2.355 0 1.992 3.728-.225 3.728H6.924Z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.t-signin .c-header:not(.has-scrolled) .c-header__navigation {
  color: #fff;
}
.t-signin .c-header:not(.has-scrolled) .c-header__navigation-button {
  border-color: #D9DCDE;
}
.t-signin .c-header:not(.has-scrolled) .c-header__navigation-button:focus, .t-signin .c-header:not(.has-scrolled) .c-header__navigation-button:hover {
  border-color: #fff;
}
.t-signin .c-header .c-header__signin {
  display: none;
}
.t-signin .c-form .c-form__input-field, .t-signin .c-form .c-form__select-field, .t-signin .c-form .c-form__textarea-field {
  box-sizing: content-box;
}
.t-signin .c-footer {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  padding: 0;
}
.t-signin .c-footer .c-footer__elements li {
  color: #fff;
}

.t-account-select body {
  background-image: url("/images/background_gradient.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  background-attachment: fixed;
}
.t-account-select .o-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.t-account-select .o-main {
  max-width: 34.25rem;
}
.t-account-select .c-header:not(.has-scrolled) {
  background-color: transparent;
}
.t-account-select .c-header:not(.has-scrolled) .c-header__logo {
  background-image: url("data:image/svg+xml,%3Csvg width='133' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M130.572.322c-1.02 0-1.93.736-1.93 1.88 0 1.15.91 1.89 1.93 1.89s1.928-.74 1.928-1.89c0-1.144-.909-1.88-1.928-1.88Zm0 3.367c-.789 0-1.417-.625-1.417-1.487 0-.857.628-1.477 1.417-1.477.778 0 1.416.62 1.416 1.477 0 .862-.638 1.487-1.416 1.487Zm.878-.433-.562-.923c.311-.025.553-.176.553-.564 0-.459-.297-.625-.825-.625h-.792v2.112h.416v-.903h.262l.512.903h.436Zm-1.21-1.23v-.554h.352c.19 0 .431.034.431.26 0 .258-.175.293-.411.293h-.372Zm-5.42 4.156-4.978 4.545 1.54-10.681h-5.07l-2.897 19.409h5.16l.724-4.727 3.666 4.637h6.743l-5.34-7.002 7.24-6.181h-6.787Zm-11.042.364c-1.63-.682-3.712-1.046-4.798-1.046-6.336 0-9.55 4.636-9.55 8.228 0 4.409 4.21 6.136 7.74 6.136.407 0 3.485-.227 4.752-1.046l.68-4.363c-1.54.863-2.355 1.273-4.12 1.273-2.625 0-3.802-1.454-3.802-2.729 0-.908.77-3.271 4.074-3.271.452 0 2.534.045 4.344 1.408l.68-4.59ZM98.028 0c-1.494 0-2.852 1.182-3.078 2.682-.226 1.455.815 2.637 2.263 2.637s2.85-1.182 3.077-2.637c.182-1.5-.814-2.682-2.263-2.682Zm1.493 6.182h-5.25l-1.99 13.182h5.249l1.99-13.182ZM87.709 19.455l6.065-13.273h-5.296L85.582 12.5l-.905-6.318H79.97l-2.716 6.455-1.13-6.41h-5.16l.152.77C69.966 6.259 68.39 6 66.122 6c-3.983 0-7.061 2.09-7.061 5.317 0 3 4.571 3.319 5.476 3.319.77 0 .995.09.995.5 0 .772-1.085.818-1.81.818-1.629 0-3.167-.546-4.163-1.318l-2.444 3.636c.814.454 3.033 1.727 5.974 1.727 7.603 0 7.784-5.09 7.784-5.682 0-3.136-5.114-3.136-5.883-3.136-.634 0-.77-.41-.77-.545 0-.773 1.132-.91 2.037-.91.543 0 2.67.273 3.123.727l1.868-2.793 2.341 11.84h5.069l2.806-6.819.996 6.773h5.249Zm-30.142-7.636c.046-.59 1.45-5.818-4.073-5.818-1.584 0-3.666.726-4.39 1.545l.09-1.318h-5.203L42 19.5h5.203l1.087-6.863c.09-.41.045-2.682 2.535-2.682 1.9 0 1.492 2.181 1.448 2.5L51.186 19.5h5.16l1.221-7.681ZM42.316 6.273h-5.069l-1.04 7c-.137.636-.273 2.5-2.173 2.5-2.082 0-1.674-2.273-1.63-2.363.091-.729 1.087-7.137 1.087-7.137h-5.114l-.996 6.954c-.362 2.364-.905 6.59 5.837 6.59 6.699 0 7.74-4.544 7.921-5.59.181-1 1.177-7.954 1.177-7.954Zm-14.664-.228c-3.077-.636-5.16 1.318-5.295 1.5l.136-1.272h-4.616l-1.991 13.182h5.113l.95-6.273c.228-1.728 1.992-3.182 5.07-2.136l.633-5ZM9.956.181h-7.06L0 19.546h8.191c8.373 0 9.595-9.273 4.707-10.228C16.428 6.818 17.424.18 9.956.18ZM6.291 11.728h2.625c2.307 0 1.946 3.727-.226 3.727H5.793l.498-3.727Zm.633-3.955.499-3.728H9.14c2.355 0 1.992 3.728-.225 3.728H6.924Z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.t-account-select .c-header:not(.has-scrolled) .c-header__navigation {
  color: #fff;
}
.t-account-select .c-header:not(.has-scrolled) .c-header__navigation-button {
  border-color: #D9DCDE;
}
.t-account-select .c-header:not(.has-scrolled) .c-header__navigation-button:focus, .t-account-select .c-header:not(.has-scrolled) .c-header__navigation-button:hover {
  border-color: #fff;
}
.t-account-select .c-header .c-header__signin {
  display: none;
}
.t-account-select .c-form .c-form__row {
  display: flex;
  justify-content: space-between;
}
.t-account-select .c-form .c-form__item {
  margin-bottom: 0 !important;
}
.t-account-select .c-form .c-form__input {
  position: relative;
}
.t-account-select .c-form .c-form__input .c-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 3.25rem;
  height: 100%;
  text-indent: -125rem;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.576 7.547h-.542l-.192-.185A4.44 4.44 0 0 0 8.92 4.46a4.46 4.46 0 1 0-4.46 4.46 4.44 4.44 0 0 0 2.903-1.078l.185.192v.542L10.977 12 12 10.978l-3.424-3.43Zm-4.116 0A3.083 3.083 0 0 1 1.372 4.46 3.083 3.083 0 0 1 4.46 1.372 3.083 3.083 0 0 1 7.547 4.46 3.083 3.083 0 0 1 4.46 7.547Z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 0;
  overflow: hidden;
}
.t-account-select .c-form .c-form__input-field, .t-account-select .c-form .c-form__select-field, .t-account-select .c-form .c-form__textarea-field {
  width: calc(100% - 68px);
  padding-right: 3.25rem;
  box-sizing: content-box;
}
.t-account-select .c-form .c-form__input-field::placeholder, .t-account-select .c-form .c-form__select-field::placeholder, .t-account-select .c-form .c-form__textarea-field::placeholder {
  color: #D9DCDE;
}
.t-account-select .t-account-select__account-list {
  margin: 0;
  margin-top: 2.5rem;
  padding: 0;
  width: 100%;
  list-style: none;
}
.t-account-select .t-account-select__account-list-item {
  margin: 1.25rem 0 0;
  padding: 0;
  min-height: 3rem;
  max-height: 3rem;
}
.t-account-select .t-account-select__account-list-button {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0.5625rem 0.6875rem;
  height: 100%;
  text-decoration: none;
  color: #fff;
  border: 0.0625rem solid #D9DCDE;
  border-radius: 0.5rem;
  transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), border 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.t-account-select .t-account-select__account-list-button:focus, .t-account-select .t-account-select__account-list-button:hover {
  border-color: #fff;
}
.t-account-select .t-account-select__account-list-button-center-image {
  max-width: 2rem;
  max-height: 2rem;
  margin: 0 0.625rem 0 0;
}
.t-account-select .t-account-select__account-list-button-text {
  display: block;
  margin: 0.3125rem 0;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  overflow: hidden;
  transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.t-account-select .c-footer {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  padding: 0;
}
.t-account-select .c-footer .c-footer__elements li {
  color: #fff;
}

.t-pay body {
  background-color: #F5F5F7;
  color: #04131F;
}
.t-pay .o-main .main-content {
  padding: 16px 12px 24px;
  margin-left: 0;
  max-width: 1380px;
}
@media (min-width: 768px) {
  .t-pay .o-main .main-content {
    padding: 24px 40px 36px;
  }
}
.t-pay .o-main .update-create-form {
  width: 980px;
}
.t-pay .o-main .bs-checkbox input {
  width: 1rem;
  height: 1em;
  vertical-align: top;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: auto;
}
.t-pay .o-main .row {
  margin: 0 0 16px;
  padding-left: 0;
  padding-right: 0;
}
.t-pay .o-main .row__title {
  margin: 0 0 12px;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 0.9375rem;
}
@media (min-width: 768px) {
  .t-pay .o-main {
    display: flex;
  }
  .t-pay .o-main .main-content {
    padding-top: 100px;
  }
}
.t-pay .bi-big {
  font-size: 2rem;
}
.t-pay .t-card-select__card-list {
  margin: 0;
  margin-top: 2.5rem;
  padding: 0;
  width: 100%;
  list-style: none;
}
.t-pay .t-card-select__card-list-item {
  margin: 1rem 0 0;
  padding: 0;
  min-height: 3rem;
  max-height: 6rem;
}
.t-pay .t-card-select__card-list-button {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0.5625rem 0.6875rem;
  height: 100%;
  text-decoration: none;
  background-color: #F5F5F7;
  border: 0.0625rem solid #565B63;
  border-radius: 0.5rem;
  transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), border 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.t-pay .t-card-select__card-list-button:focus, .t-pay .t-card-select__card-list-button:hover {
  border-color: #0000B0;
  color: #0000B0;
  background-color: #fff;
}
.t-pay .t-card-select__card-list-button-center-image {
  max-width: 2rem;
  max-height: 2rem;
  margin: 0 0.625rem 0 0;
}
.t-pay .t-card-select__card {
  display: flex;
  flex-direction: column;
}
.t-pay .t-card-select__card-text {
  display: block;
  margin: 0.0625rem 0;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  overflow: hidden;
  transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.t-pay .t-card-select__card-text-secondary {
  display: block;
  margin: 0.0625rem 0;
  font-size: smaller;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #565B63;
  overflow: hidden;
  transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.t-pay .c-footer {
  padding: 0 0 24px 40px;
}
