/* projects/resolve-practice/src/styles.scss */
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small {
  font-size: 0.875em;
  font-weight: 400;
}
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
h1 {
  color: #4f4f4f;
  font-size: 0.875em;
  line-height: 1.25rem;
  font-weight: 700;
  font-size: 1.125rem;
  color: #002234;
}
a {
  color: #4f4f4f;
  font-size: 0.875em;
  line-height: 1.25rem;
  text-decoration: none;
  background-color: transparent;
}
.link {
  color: #4f4f4f;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #025581;
  cursor: pointer;
}
.link.underline {
  text-decoration: underline;
}
.text-big {
  color: #002234;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.25rem;
}
.text-small {
  color: #4f4f4f;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}
.text-medium-small {
  color: #4f4f4f;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-extra-small {
  color: #4f4f4f;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.disabled {
  color: #8d8e95;
}
.hidden {
  display: none;
}
.testimonials .swiper-pagination-bullet,
.contract-review .swiper-pagination-bullet,
.prices-box__container .swiper-pagination-bullet {
  margin: 0 3px;
  cursor: pointer;
}
.testimonials .swiper-pagination-bullet:focus,
.testimonials .swiper-pagination-bullet:active,
.contract-review .swiper-pagination-bullet:focus,
.contract-review .swiper-pagination-bullet:active,
.prices-box__container .swiper-pagination-bullet:focus,
.prices-box__container .swiper-pagination-bullet:active {
  border: 0;
  outline: none;
}
.testimonials .swiper-pagination-bullet-active,
.contract-review .swiper-pagination-bullet-active,
.prices-box__container .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  transform: translateY(1px);
  background: #025581;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.preloader--small {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.preloader > .loader {
  height: 30px;
  width: 30px;
  border: 5px solid rgba(7, 206, 126, 0.267);
  border-top: 5px solid #07ce7f;
  border-radius: 50%;
  animation: rotate 1s infinite linear;
}
.preloader--small > .loader {
  height: 30px;
  width: 30px;
  border: 5px solid rgba(7, 206, 126, 0.267);
  border-top: 5px solid #07ce7f;
  border-radius: 50%;
  animation: rotate 1s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --color-primary: #025581;
  --color-primary-darker: #003754;
  --color-primary-light: #2a8bf2;
  --color-primary-lighter: #96c5d5;
  --color-primary-lightest: #f4f8f9;
  --color-secondary-darkest: #212529;
  --color-border: #dfe0e5;
  --color-border-darker: #8d8e95;
  --color-background: #ffffff;
  --color-background-darker: #f8f8f8;
  --color-background-darkest: #dfe0e5;
  --color-disabled: #dfe0e5;
  --color-text: #100f11;
  --color-text-secondary: #706f73;
  --color-text-light: #ffffff;
  --color-success: #378500;
  --color-success-background: rgba(55, 133, 0, 0.08);
  --color-success-border: rgba(55, 133, 0, 0.24);
  --color-danger: #c94b4b;
  --color-info: #025581;
  --color-warning: #da9838;
  --color-rscore-okay: #025581;
  --color-rscore-showstopper: #c94b4b;
  --color-rscore-high: #fe8960;
  --color-rscore-medium: #ebc657;
  --color-rscore-low: #378500;
  --color-rscore-showstopper-background: #c94b4b1f;
  --color-rscore-high-background: #fe89601f;
  --color-rscore-medium-background: #ebc6571f;
  --color-rscore-low-background: #3785001f;
  --color-rscore-okay-background: #0255811f;
  --color-palette-offwhite: #f6f7f8;
  --color-palette-blue2: #124e66;
  --color-palette-brightblue: #2176d1;
  --color-palette-paleblue: #eef4fc;
  --color-palette-black: #100f11;
  --color-palette-yellow: #ebc657;
  --color-gray-background: #dde7ea;
  --color-blue-dark: #002234;
  --color-red: #eb5757;
  --font-primary:
    Roboto,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  --font-weight: 400;
  --font-weight-heading: 500;
  --font-line-height: 1.5;
  --layer-important: 999;
  --color-palette-white: #ffffff;
  --color-palette-black: #100f11;
  --color-palette-lightgray: #aeadb3;
  --color-palette-gray: #706f73;
  --color-palette-border: #dfe0e5;
  --color-palette-warning-border: #faf2d7;
  --color-palette-warning-banner: #fefbf2;
  --color-danger-background: #fbf1f1;
  --heading1-size: 1.75rem;
  --heading2-size: 1.5rem;
  --heading3-size: 1.125rem;
  --heading4-size: 1rem;
  --heading5-size: 0.875rem;
  --heading6-size: 0.75rem;
  --height-header: 81px;
}
@media (min-width: 768px) {
  :root {
    --heading1-size: 2rem;
    --heading2-size: 1.75rem;
    --heading3-size: 1.5rem;
    --heading4-size: 1.125rem;
    --heading5-size: 1rem;
    --heading6-size: 0.875rem;
  }
}
body {
  background: var(--color-site-background, #f6f7f8);
  font-family:
    Roboto,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
}
header {
  background: var(--color-background, #ffffff);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  border-bottom: 1px solid var(--color-border);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
header a {
  text-decoration: none;
  color: var(--color-link, #2176d1);
}
header img {
  height: 2.25rem;
  width: auto;
}
header span {
  font-size: 0.75rem;
  display: block;
  color: var(--color-primary-darker);
}
@media (max-width: 767px) {
  header {
    padding: 1rem 0.5rem;
  }
}
@media (max-width: 991px) {
  header {
    padding: 1rem 0.5rem;
  }
}
@media (max-width: 767px) {
  header .profile {
    display: flex;
    flex-direction: column;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-text, #100f11);
  font-weight: var(--font-weight-heading, 500);
  line-height: var(--font-line-height, 1.5);
  margin: 0;
  margin-bottom: 0.5rem;
}
h1 {
  font-size: var(--heading1-size);
}
h2 {
  font-size: var(--heading2-size);
}
h3 {
  font-size: var(--heading3-size);
}
h4 {
  font-size: var(--heading4-size);
}
h5 {
  font-size: var(--heading5-size);
}
h6 {
  font-size: var(--heading6-size);
}
p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
a {
  color: var(--color-link, var(--color-palette-brightblue, currentColor));
  text-decoration: var(--link-decoration, none);
  font-size: 1em;
  font-weight: 700;
}
ul,
ol,
dl {
  margin-bottom: 1rem;
}
ul > ul,
ol > ul,
dl > ul {
  margin-bottom: 0;
}
dt {
  font-weight: 600;
}
dd {
  margin-bottom: 0.5rem;
}
table {
  border-collapse: collapse;
}
th,
td {
  padding: 0.75rem 0.5rem;
}
th {
  background-color: var(--color-primary-lightest);
  color: var(--color-primary);
  text-align: left;
  vertical-align: top;
}
th p {
  font-size: 1rem;
  color: #f0f0f0;
  margin: 0;
  font-weight: 700;
}
tbody > tr:nth-child(even) {
  background-color: var(--color-background-darker);
}
legend {
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid #dfe0e5;
}
label {
  align-items: center;
  color: var(--color-text);
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
input {
  --color-input-background: var(--color-background, #ffffff);
  background-color: var(--color-input-background);
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
  padding: 0.75rem;
  margin-bottom: 1rem;
  outline: none;
}
input:hover {
  border-color: var(--color-border-darker);
}
input:focus {
  border-color: var(--color-primary);
}
input:disabled {
  --color-input-background: #dfe0e5;
  border-color: var(--color-input-background);
}
input[type=checkbox] {
  align-items: center;
  appearance: none;
  background: var(--color-checkbox-unchecked, #ffffff);
  border: 1px solid var(--color-border-darker);
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: 1.5rem;
  justify-content: center;
  margin: 0;
  margin-right: 0.5rem;
  position: relative;
  width: 1.5rem;
}
input[type=checkbox]:hover:not(:checked) {
  border: 1px solid var(--color-checkbox-border-hover, #2176d1);
}
input[type=checkbox]:checked {
  background-color: var(--color-checkbox, #2176d1);
  border: 1px solid var(--color-checkbox, #2176d1);
}
input[type=checkbox]:checked::after {
  background: center/contain no-repeat url(/assets/icons/check-solid.svg);
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
}
input[type=radio] {
  appearance: none;
  border: 0.15rem solid var(--color-checkbox-border, #aeadb3);
  border-radius: 50%;
  display: grid;
  place-content: center;
  height: 1.5rem;
  flex-shrink: 0;
  margin: 0;
  margin-right: 0.5rem;
  position: relative;
  width: 1.5rem;
}
input[type=radio]:hover:not(:checked) {
  border: 0.15rem solid var(--color-checkbox-border-hover, #2176d1);
}
input[type=radio]:checked {
  border-color: var(--color-checkbox, #2176d1);
}
input[type=radio]:checked:after {
  background-color: var(--color-checkbox, #2176d1);
  border-radius: 50%;
  content: "";
  height: 0.75rem;
  width: 0.75rem;
}
.container {
  padding: 0.75rem;
}
.hamburger-icon {
  display: block;
  height: 2px;
  width: 1rem;
  background-color: var(--color-primary);
  position: relative;
  border-radius: 1px;
}
.hamburger-icon::before {
  content: "";
  width: 1rem;
  height: 2px;
  background-color: var(--color-primary);
  position: absolute;
  border-radius: 1px;
  left: 0;
  right: 0;
  top: 6px;
}
.hamburger-icon::after {
  content: "";
  width: 1rem;
  height: 2px;
  background-color: var(--color-primary);
  position: absolute;
  border-radius: 1px;
  left: 0;
  right: 0;
  bottom: 6px;
}
.striped > * + * {
  border-top: 1px solid var(--color-border);
}
.striped > *:nth-child(even) {
  background-color: var(--color-background-darker);
}
.striped > *:hover {
  background-color: var(--color-background-darkest);
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
