<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

@media (min-width: 1200px) {
  .container {
    max-width: 970px;
  }
}

.bullet-number {
  font-size: 40px;
  border-right: 2px solid #e1dfdf;
  padding: 0px 8px;
  display: inline-block;
  width: 35px;
  margin-right: 5px;
  color: #9ca0a5;
}

.files {
  position: relative;
  margin-bottom: 3em;
  background-color: #fff;
  width: 100%;
  max-width: 970px;
  border-radius: 0.75em;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 5px 16px -2px rgba(42, 115, 217, 0.2);
  font-size: 1em;
  padding: 1.6em 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.files__types {
  margin-bottom: 1em;
}

.files__buttons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
}

.files__buttons:not(:last-child) {
  margin-bottom: .7em;
}

.files__list-spacer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.files__list-outer {
  position: relative;
  width: 100%;
  height: 163px;
  height: calc(163px + 20px);
  margin-bottom: .7em;
  overflow: hidden;
}

.files__list {
  position: relative;
  height: 163px;
  height: calc(163px + 20px);
  padding: 10px 0 10px 3em;
  overflow: auto;
  overflow-y: hidden;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.files__list_ios {
  overflow: hidden;
}

.files__list_ios * {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}

.files__list:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 3em;
  flex-shrink: 0;
}

.files__list::-webkit-scrollbar {
  display: none;
}

.files__list_sortable .files__file {
  cursor: move;
}

.files__list_owf-hidden {
  overflow: hidden;
}

.files__list-inner {
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
  list-style: none;
  display: flex;
  flex-shrink: 0;
  height: 163px;
}

.files__button_mr {
  margin-right: 1.35em;
}

.files__file {
  width: 163px;
  height: 163px;
  height: 100%;
  flex-shrink: 0;
}

.files__file:not(:last-child) {
  margin-right: 0.875em;
}

.files__input-files {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.files__drop-caption {
  position: absolute;
  z-index: 0;
  top: .5em;
  bottom: .5em;
  left: 3em;
  right: 3em;
}

.files__scroll-button {
  position: absolute;
  z-index: 3;
  top: 0;
  height: 100%;
  width: 2.6em;
  font-size: 1em;
}

.files__scroll-button:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.75), #fff);
}

.files__scroll-button_prev {
  left: -1px;
}

.files__scroll-button_next {
  right: -1px;
}

.files__scroll-button_next:after {
  transform: rotate(180deg);
}

@media screen and (max-width: 970px) {
  .files__list-outer {
    height: calc(150px + 20px);
  }

  .files__list {
    height: calc(150px + 20px);
  }

  .files__list-inner {
    height: 150px;
  }

  .files__file {
    width: 150px;
  }
}

@media screen and (max-width: 555px) {
  .files {
    padding: 1em 0;
  }
}

@media screen and (max-width: 355px) {
  .files__button .button__icon {
    transform: scale(0.75);
  }
}

.drop-caption {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.drop-caption_hidden {
  transition: opacity 0.05s ease-in;
  opacity: 0;
  pointer-events: none;
}

.drop-caption__border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  stroke: #b5cef2;
  stroke-dasharray: 10 10;
  stroke-dashoffset: 0;
  stroke-width: 2px;
}

.drop-caption__text {
  font-size: 1em;
  font-weight: 600;
  color: #b5cef2;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  transform: translateY(-50%);
}

.scroll-button {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  color: #D44D3B;
  transition: color 0.2s ease-out, opacity 0.2s ease-out;
}

.scroll-button:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -0.3em;
  left: -0.3em;
  right: -0.3em;
  bottom: -0.3em;
  border-radius: 0.35em;
  background-color: #2a73d9;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
}

.scroll-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.scroll-button__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: currentColor;
  width: 1.1em;
  height: 2.2em;
  filter: drop-shadow(0 2px 4px #fff);
  transition: transform 0.2s ease-out;
}

.scroll-button__icon_left {
  transform: translate(-50%, -50%) rotate(180deg);
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
}

.scroll-button:not(.focus-visible):hover .scroll-button__icon {
  transform: translate(calc(-50% + 3px), -50%);
}

.scroll-button:not(.focus-visible):hover .scroll-button__icon_left {
  transform: translate(calc(-50% - 3px), -50%) rotate(180deg);
}

.scroll-button:disabled,
.scroll-button.focus-visible,
.scroll-button:not(.focus-visible):hover {
  transition: color 0.05s ease-in, opacity 0.05s ease-in;
}

.scroll-button:disabled .scroll-button__icon,
.scroll-button.focus-visible .scroll-button__icon,
.scroll-button:not(.focus-visible):hover .scroll-button__icon {
  transition: transform 0.05s ease-in;
}


.button {
  position: relative;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #2a73d9;
  border: 2px solid #2a73d9;
  color: #fff;
  text-align: center;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 4px;
  height: 2.5em;
  flex-shrink: 0;
  white-space: nowrap;
  padding: 0 .9em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  min-width: 11em;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, opacity 0.2s ease-out;
}

.button_disabled,
.button:disabled {
  opacity: 0.4;
  pointer-events: none;
}

.button_secondary {
  background-color: #D44D3B;
  border-color: #D44D3B;
}

.button_dark {
  background-color: #38404B;
  border-color: #38404B;
}

.button_fluid {
  width: 100%;
  min-width: 0;
  padding: 0 .25em;
}

.button__icon {
  fill: currentColor;
  margin-right: .75em;
  margin-left: -0.1em;
}

.button__text {
  margin: 0 auto;
}

.button__counter {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(55%, -35%);
  font-size: 0.85em;
  font-weight: 700;
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  background-color: #38404B;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.6);
}

.button.focus-visible,
.button:hover {
  background-color: #fff;
  color: #2a73d9;
}

.button_secondary.focus-visible,
.button_secondary:hover {
  color: #D44D3B;
}

.button_dark.focus-visible,
.button_dark:hover {
  color: #38404B;
}

.button_disabled,
.button:disabled,
.button.focus-visible,
.button:hover {
  transition: color 0.05s ease-in, background-color 0.05s ease-in, opacity 0.05s ease-in;
}

.button_mrfix {
  margin-right: 0.75em;
}

@media screen and (max-width: 555px) {
  .button {
    font-size: .75em;
  }

  .button_mrfix {
    margin-right: initial;
  }
}

@media screen and (max-width: 355px) {
  .button {
    font-size: 0.625em;
  }
}

.file {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  cursor: default;
  opacity: 1;
  transition: transform 0.35s, opacity 0.35s;
}

.file:after {
  content: '';
  position: absolute;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: border-color 0.2s ease-out;
}

.file:before {
  content: '';
  position: absolute;
  top: -.4em;
  left: -.4em;
  right: -.4em;
  bottom: -.4em;
  border-radius: .75em;
  border: 3px solid #2a73d9;
  opacity: 0;
  transform: scale(0.98, 0.98);
  pointer-events: none;
  transform-origin: center center;
  transition: opacity 0.35s, transform 0.35s;
}

.file_drag-active {
  z-index: 3;
}

.file_drag-move {
  transition: opacity 0.35s;
}

.file_drag-active.file_drag-move {
  opacity: 0.75;
}

.file__header {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  padding: .25em .25em .25em .75em;
}

.file__footer {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .25em;
}

.file__content {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  outline: none;
}

.file__content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

.file__image {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: none;
  transition: opacity 0.2s ease-out;
}

.file__image_hidden {
  opacity: 0;
  transition: opacity 0.05s ease-in;
}

.file__close {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  color: inherit;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid transparent;
  margin-top: -16px;
  margin-right: -1px;
  width: 1.25em;
  height: 1.25em;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, opacity 0.2s ease-out;
}

.file__close.focus-visible {
  color: #2a73d9;
  background-color: #fff;
  border-color: #fff;
}

.file__close:not(.focus-visible):hover {
  opacity: 0.75;
}

.file__close.focus-visible,
.file__close:not(.focus-visible):hover {
  transition: color 0.05s ease-in, background-color 0.05s ease-in, border-color 0.05s ease-in, opacity 0.05s ease-in;
}

.file__close-icon {
  display: inline-block;
  vertical-align: top;
  fill: currentColor;
  padding-right: 5px;
  margin-bottom: 5px;
}

.file__title {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  font-size: 0.75em;
  margin-right: 1em;
  font-weight: 600;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  cursor: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.file__state {
  border: none;
  background: none;
  outline: none;
  position: absolute;
  font-size: 1em;
  z-index: 2;
  top: 46.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.05s ease-in;
}

.file__state_visible {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.file__state_repeat {
  transition: opacity 0.05s ease-in;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}

.file__state_visible+.file__state_repeat {
  pointer-events: auto;
}

.file__state-icon {
  margin-bottom: 0.25em;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
}

.file__state-text {
  color: #fff;
  font-size: .9375em;
  font-weight: 600;
  letter-spacing: 0.02em;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}

.file__state-text_saving {
  font-size: 2.625em;
  opacity: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

.file__state-text:first-letter {
  text-transform: uppercase;
}

.file__button {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.file_can-setting {
  cursor: pointer;
}

.file_can-setting .file__content.focus-visible .file__state,
.file_can-setting .file__content:hover .file__state {
  transition: opacity 0.05s ease-in;
  opacity: 0;
  pointer-events: none;
}

.file_can-setting .file__content.focus-visible .file__state_settings,
.file_can-setting .file__content:hover .file__state_settings {
  transition: opacity 0.2s ease-out;
  opacity: 1;
}

.file_can-repeat {
  cursor: pointer;
}

.file_can-repeat .file__content.focus-visible .file__state,
.file_can-repeat .file__content:hover .file__state {
  transition: opacity 0.05s ease-in;
  opacity: 0;
  pointer-events: none;
}

.file_can-repeat .file__content.focus-visible .file__state_repeat,
.file_can-repeat .file__content:hover .file__state_repeat {
  transition: opacity 0.2s ease-out;
  opacity: 1;
  pointer-events: auto;
}

.file_active:before {
  opacity: 1;
  transform: scale(1, 1);
  transition: opacity 0.05s ease-in, transform 0.05s ease-in;
}

.file-button {
  position: relative;
  z-index: 1;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 0.75em;
  background-color: #fff;
  height: 2.65em;
  text-align: center;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #fff;
  transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
}

.file-button__text {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: color 0.2s ease-out;
  text-shadow: 0px 0px 2px #fff;
}

.file-button__text_title {
  text-transform: uppercase;
}

.file-button__text_hidden {
  display: none;
}

.file-button.focus-visible {
  background-color: #2a73d9;
}

.file-button.focus-visible .file-button__text {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  transition: color 0.05s ease-in;
}

.file-button_disabled {
  opacity: 0.65;
  pointer-events: none;
}

.file-button:disabled {
  pointer-events: none;
}

.file-button:not(.focus-visible):hover {
  opacity: 0.85;
}

.file-button.focus-visible,
.file-button:not(.focus-visible):hover {
  transition: background-color 0.05s ease-in, opacity 0.05s ease-in;
}

.file-button__progress {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background-color: #8ab9ea;
  background-image: linear-gradient(0deg, #8ab9ea, #b5d3f2);
  transition: width 0.05s ease-in;
}

.file-button__progress:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 42px 42px;
  animation: move 3.5s linear infinite;
}

.file-button__progress_hidden {
  display: none;
}

.p-title a {
  text-decoration: none;
}

.p-title a:hover {
  text-decoration: underline;
}

.drop-caption {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.drop-caption_hidden {
  transition: opacity 0.05s ease-in;
  opacity: 0;
  pointer-events: none;
}

.drop-caption__border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  stroke: #b5cef2;
  stroke-dasharray: 10 10;
  stroke-dashoffset: 0;
  stroke-width: 2px;
}

.drop-caption__text {
  font-size: 1em;
  font-weight: 600;
  color: #b5cef2;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  transform: translateY(-50%);
}

.__d-none {
  display: none;
}

.services {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 .7em;
  max-width: 100%;
  overflow: hidden;
  height: calc(1.625em + 11px);
  padding-top: 10px;
  margin-top: -10px;
  margin-bottom: -1px;
}

.services__item {
  flex-shrink: 0;
  height: 100%;
}

.services__item:not(:last-child) {
  margin-right: 1px;
}

.services__item_align-right {
  margin-left: auto;
}

.services__item_new {
  position: relative;
  overflow: hidden;
  margin-left: auto;
}

.services__item_new label {
  padding-right: .75em;
}

.services__item_new:after {
  content: "NEW";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f00;
  transform-origin: top right;
  transform: translate(10.5%, 93%) rotate(45deg) scale(0.375);
  color: #fff;
  font-size: 1em;
  line-height: 1.8;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0.05em 4em 0;
}

.services__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
}

.services__label {
  white-space: nowrap;
  display: inline-block;
  font-size: 0.75em;
  letter-spacing: 0.02em;
  border-radius: .4em .4em 0 0;
  background-color: #E9F1FB;
  cursor: pointer;
  outline: none;
  color: #38404B;
  text-decoration: none;
  font-weight: bold;
  height: 100%;
  line-height: 2.2em;
  padding: 0 .4em;
  border-color: #F2F2F2;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
}

.services__label:hover {
  color: #000;
  background-color: #f4f8fd;
  box-shadow: -8px -4px 10px -5px rgba(42, 115, 217, 0.1), 8px -4px 10px -5px rgba(42, 115, 217, 0.1);
  transition: background-color 0.05s ease-in, color 0.05s ease-in, box-shadow 0.05s ease-in;
}

.services__input:checked+.services__label {
  position: relative;
  z-index: 5;
  background-color: #fff;
  color: #000;
  height: calc(100% + 3px);
  box-shadow: -8px -3px 10px -5px rgba(42, 115, 217, 0.1), 8px -3px 10px -5px rgba(42, 115, 217, 0.1), 0px 4px 3px -3px rgba(255, 255, 255, 0.5);
}

@keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 42px 42px;
  }
}

.home-desc h1 {
  border-bottom: 1px solid #c9c9c9;
  font-size: 28px;
}

.home-desc h2 {
  font-size: 22px;
}

.home-desc h3 {
  font-size: 16px;
}



.home-desc p {
  margin-bottom: 50px;
}

@media only screen and (max-width: 600px) { 
  .navbar-brand img {
    width: 265px;
  }

  .navbar-toggler {
    border: none;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .services {
    margin: 0;
  }
}

/* your styles go here */

.underline {
  border-bottom: 2px solid;
  border-bottom-color: rgb(var(--bs-primary-rgb));
}

.form-group {
  margin-bottom: 1rem;
}

.btn-block {
  width: 100%;
}

.alert .close {
  border: navajowhite;
  background: inherit;
  color: inherit;
}

.left-sidebar {
  width: 200px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.content {
  display: inline-block;
  width: calc(100% - 260px);
}

.toast-success {
  background-color: rgb(var(--bs-success-rgb));
}

.toast-error {
  background-color: rgb(var(--bs-danger-rgb));
}

.thumb {
  width: auto;
  height: 43px;
  margin-right: 10px;
  border-radius: 4px;
}

.thumb-big {
  width: 250px;
  height: 150px;
  margin-right: 10px;
  border-radius: 4px;
  object-fit: cover;
}

.blog-thumbnail {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}


@media only screen and (max-width: 600px) {
  .navbar-brand span {
    font-size: 19px;
  }

  .search-form button span.text-label {
    display: none;
  }

  .search-form button {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .ux-labels-values__labels,
  .ux-layout-section__item--table-view .ux-layout-section__row {
    display: block !important;
  }
}
</pre></body></html>