@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400i,700);
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}

.rangeslider,
.rangeslider__fill {
  display: block;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.rangeslider {
  background: #e6e6e6;
  position: relative;
}

.rangeslider--horizontal {
  height: 20px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
  height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #00ff00;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  border-radius: 50%;
}
.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.suggestions-nowrap{white-space:nowrap}.suggestions-input{-ms-box-sizing:border-box;box-sizing:border-box;width:100%}.suggestions-input::-ms-clear{display:none}.suggestions-wrapper{position:relative;margin:0;padding:0;vertical-align:top;-webkit-text-size-adjust:100%}.suggestions-suggestions{background:#fff;border:1px solid #999;-ms-box-sizing:border-box;box-sizing:border-box;cursor:default;left:0;min-width:100%;position:absolute;z-index:9999;-webkit-text-size-adjust:100%}.suggestions-suggestions strong{font-weight:400;color:#39f}.suggestions-suggestions.suggestions-mobile{border-style:none}.suggestions-suggestions.suggestions-mobile .suggestions-suggestion{border-bottom:1px solid #ddd}.suggestions-suggestion{padding:4px 4px;overflow:hidden}.suggestions-suggestion:hover{background:#f7f7f7}.suggestions-selected{background:#f0f0f0}.suggestions-selected:hover{background:#f0f0f0}.suggestions-hint{padding:4px 4px;white-space:nowrap;overflow:hidden;color:#777;font-size:85%;line-height:20px}.suggestions-subtext{color:#777}.suggestions-subtext_inline{display:inline-block;min-width:6em;vertical-align:bottom;margin:0 .5em 0 0}.suggestions-subtext-delimiter{display:inline-block;width:2px}.suggestions-subtext_label{margin:0 0 0 .25em;border-radius:3px;padding:0 3px;background:#f5f5f5;font-size:85%}.suggestions-value[data-suggestion-status=LIQUIDATED]{position:relative}.suggestions-value[data-suggestion-status=LIQUIDATED]:after{position:absolute;left:0;right:0;top:50%;border-top:1px solid rgba(0,0,0,.4);content:""}.suggestions-promo{font-size:85%;display:none;color:#777;padding:4px;text-align:center}.suggestions-promo a{color:#777;display:block;filter:grayscale(100%);line-height:20px;text-decoration:none}.suggestions-promo a:hover{filter:grayscale(0)}.suggestions-promo svg{height:20px;vertical-align:bottom}@media screen and (min-width:600px){.suggestions-promo{position:absolute;top:0;right:0;text-align:left}}
@charset "UTF-8";
/*

CSS FILE STRUCTURE

The css is organized in multiple files following this structure:

sass/ 
| 
|– base/ 				# the boilerplate of the project (typography, colors, normalize, etc.)
| 
|– components/			# all kind of small modules that appear across the site
| 
|– helpers/ 			# all Sass tools and helpers like variables, mixins, functions, etc.
| 
|– pages/				# page-specific styles
| 
|– vendors/				# all the CSS files from external libraries and frameworks
| 
 – app.scss				# primary Sass file 

for more info check https://www.sitepoint.com/architecture-sass-project/

*/
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  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, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.g-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3 {
  --bs-gutter-x: 1rem;
}

.g-3 {
  --bs-gutter-y: 1rem;
}

.g-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5 {
  --bs-gutter-x: 3rem;
}

.g-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 1200px) {

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
 .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
 .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
 .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
 .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
 .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
 .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
 .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
 .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
 .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
 .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
 .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
 .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
 .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
 .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
 .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
 .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
 .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
 .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
 .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
 .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
 .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
 .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
 .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
 .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
 .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
 .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
 .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
 .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
 .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
 .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
 .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
 .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
 .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
 .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
 .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.d-flex {
  display: flex !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.position-relative {
  position: relative !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.w-100 {
  width: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.align-self-center {
  align-self: center !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}
@media (min-width: 768px) {

  .flex-md-column {
    flex-direction: column !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

.hidden {
  display: none;
}

/*! normalize.css v8.0.0 | 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .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 */
  -webkit-text-decoration: underline dotted;
          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, .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.
 */

/* 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;
}

[class^=icon-]:before {
  margin: 0;
}

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

body {
  font-family: "'Alegreya Sans'", sans-serif;
  font-weight: 400;
  color: #1C2126;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "'Alegreya Sans'", sans-serif;
  margin: 0;
}

h1, .h1 {
  font-size: 48;
  line-height: 1.05;
}

h2, .h2 {
  font-size: 36;
  line-height: 1.25;
}

h3, .h3 {
  font-size: 28;
  line-height: 1.25;
}

h4, .h4 {
  font-size: 18;
  line-height: 1.12;
}

@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 40;
    line-height: 1.125;
  }

  h2, .h2 {
    font-size: 32;
    line-height: 1.25;
  }

  h3, .h3 {
    font-size: 24;
    line-height: 1.25;
  }
}
@media (max-width: 999px) {
  h1, .h1 {
    font-size: 32;
    line-height: 1.25;
  }

  h2, .h2 {
    font-size: 22;
    line-height: 1.15;
  }

  h3, .h3 {
    font-size: 32;
    line-height: 1.13;
  }
}
p {
  font-family: "'Alegreya Sans'", sans-serif;
  font-size: 15;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
  scroll-behavior: smooth;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

[role=button] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

.content p {
  margin: 0 0 10px;
  text-align: justify;
}

.content ul {
  padding-top: 10px;
  padding-bottom: 15px;
}

.content ul li {
  margin-bottom: 10px;
}

.content h4, .content .h4 {
  margin-top: 30px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

input[type=radio][disabled],
input[type=radio].disabled,
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success.radio label,
.has-success.checkbox label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error.radio label,
.has-error.checkbox label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav > li > a > img {
  max-width: none;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 5px;
  }
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.alert h4, .alert .h4 {
  margin-top: 0;
  color: inherit;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.btn-primary:hover,
.btn-primary:focus {
  background: white;
}

.btn {
  border: 0;
  font-family: "AvenirNext", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  min-width: 224px;
  margin-top: 2px;
  padding: 14px;
  text-align: center;
}

.container {
  max-width: 970px;
}

.form-control {
  height: 48px;
  border-radius: 5px;
  border: 1px solid #A0A7AF;
  box-shadow: none;
  padding: 0 16px;
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .form-control {
    font-size: 14px;
  }
}
.form-control::-moz-placeholder {
  color: #A0A7AF;
}
.form-control:-ms-input-placeholder {
  color: #A0A7AF;
}
.form-control::placeholder {
  color: #A0A7AF;
}

.has-error .form-control {
  border-color: #d34329;
}

.has-error .help-block {
  color: #d34329;
  font-family: "Calibri", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-align: right;
}

.has-success .form-control {
  border-color: #A0A7AF;
}

.has-success .control-label {
  color: #A0A7AF;
}

.btn-primary {
  background: #573c80;
  border: 2px solid #573c80;
  border-radius: 5px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-primary:hover,
.btn-primary:focus {
  border: 2px solid #573c80;
  box-shadow: 0px 4px 10px rgba(5, 89, 167, 0.07);
  color: #000;
}

.btn-primary:active:focus {
  background: #472c70;
  color: #313131;
}

.btn-primary:disabled {
  background: #f7f7f7;
  color: #dbdbdb;
}

.navbar {
  margin-bottom: 0px;
}

.progress {
  border-radius: 0;
  box-shadow: none;
  height: 12px;
  position: relative;
  margin-bottom: 24px;
}

label {
  font-size: 16px;
  font-weight: normal;
}

@media all and (max-width: 767px) {
  label {
    font-size: 14px;
  }
}
.form-group {
  margin-bottom: 24px;
}

.close {
  font-family: "Helvetica Neue";
}

.breadcrumb {
  background-color: #000;
  padding-left: 0;
}

.breadcrumb a {
  color: #9e9e9e;
  font-size: 12px;
  text-decoration: underline;
}

.breadcrumb a:hover {
  border-bottom: 0;
  color: #9e9e9e;
  text-decoration: none;
}

.breadcrumb > li {
  color: #9e9e9e;
  font-size: 12px;
  margin-bottom: 0;
}

.breadcrumb > li + li::before {
  background-color: transparent;
  content: url(../img/breadcrumb__arrow.png);
  display: inline-block;
  height: auto;
  margin-right: 3px;
  position: relative;
  top: -2px;
  width: auto;
}

.breadcrumb > li:first-child::before {
  display: none;
}

@media only screen and (max-width: 479px) {
  .alert {
    font-size: 12px;
  }
}

/* */
.b-header {
  padding-top: 40px;
  padding-bottom: 30px;
}

@media all and (max-width: 1199px) {
  .b-header {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}
@media all and (max-width: 670px) {
  .b-header {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .b-header {
    display: block;
  }
}
@media all and (max-width: 670px) {
  .b-header .img-responsive {
    width: 132px;
  }
}

.b-header__logo {
  max-width: 240px;
  margin: auto;
}

@media all and (max-width: 767px) {
  .b-header__logo {
    margin: auto;
  }
}

.index .b-header {
  padding-bottom: 0;
}
.b-header__heading {
  margin-top: 12px !important;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 479px) {
  .b-header__heading {
    font-size: 22px;
  }
}
.b-header__heading span {
  color: #573c80;
}

.first-screen {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15px;
  padding-bottom: 64px;
}

@media all and (max-width: 670px) {
  .first-screen {
    padding-bottom: 24px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .first-screen .container {
    background: rgba(255, 255, 255, 0.6);
  }
}
@media all and (max-width: 767px) {
  .first-screen {
    background: none;
  }
}
@media all and (max-width: 767px) {
  .first-screen {
    padding-top: 0;
  }
}
@media all and (max-width: 991px) {
  .first-screen {
    padding-top: 8px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .first-screen {
    width: 100%;
    margin: 0;
  }
}
@media all and (max-width: 670px) {
  .first-screen {
    padding-top: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .first-screen__container {
    width: 750px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
.list {
  padding-top: 0;
}

.form-calc {
  background: rgba(255, 255, 255, 0.7) url("../img/form-calc__bg.png") right top no-repeat;
  border: 1px solid #E8EEF5;
  box-shadow: 0px 4px 10px rgba(5, 89, 167, 0.07);
  padding: 40px 81px;
  font-family: "Rubik", sans-serif;
  position: relative;
  margin-top: 0px;
}

@media all and (max-width: 1199px) {
  .form-calc {
    padding: 30px 40px 40px 40px;
  }
}
@media all and (max-width: 670px) {
  .form-calc {
    display: flex;
    flex-direction: column;
    padding: 24px 17px 24px;
  }
}
.form-calc::after {
  clear: both;
  content: "";
  display: block;
}

.form-calc__summ-wrapper {
  float: right;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 479px) {
  .form-calc__summ-wrapper {
    display: inline-block;
  }
}
.form-calc__chance {
  font-size: 16px;
  margin-top: 7px;
}

@media only screen and (max-width: 479px) {
  .form-calc__chance {
    margin-top: 0;
  }
}
.form-calc__chance span {
  color: #573c80;
  font-size: 18px;
  font-weight: 600;
}

.form-calc__headline {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media all and (max-width: 767px) {
  .form-calc__headline {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.form-calc__range-label {
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
}

.form-calc__range-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 16px;
}

@media all and (max-width: 767px) {
  .form-calc__range-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 14px;
  }
}
.form-calc__range-row::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

@supports (display: grid) {
  .form-calc__range-row::after {
    display: none;
  }
}
.form-calc__range-row .form-calc__summ,
.form-calc__range-row .b-range-slider {
  display: inline-block;
  vertical-align: middle;
}

.form-calc__range-row .b-range-slider {
  width: 500px;
  float: right;
  margin-top: -10px;
}

@supports (display: grid) {
  .form-calc__range-row .b-range-slider {
    width: auto;
  }
}
@media all and (max-width: 767px) {
  .form-calc__range-row .b-range-slider {
    width: 100%;
    margin-top: 0;
  }
}
.form-calc__range-row__fullwidth {
  grid-template-columns: 1fr;
}

.form-calc__summ {
  background: #F2F2F2;
  color: #573c80;
  border-radius: 5px;
  border: 0;
  width: 150px;
  line-height: 1;
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  padding: 0 30px 0 0;
  margin-right: 0;
  height: 40px;
}

@media all and (max-width: 991px) {
  .form-calc__summ {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .form-calc__summ {
    font-size: 18px;
    width: 120px;
    padding: 0 24px 0 0;
  }
}
/*
@media all and (max-width: 767px) {
    .form-calc__summ {
        font-weight: 600;
        font-size: 24px;
        text-align: center;
        border-bottom: 2px solid #573c80;
        padding-top: 0;
		padding-right: 25px;
    }
}
/* */

.form-calc__summ-wrapper {
  font-size: 16px;
}

@media all and (max-width: 991px) {
  .form-calc__summ-wrapper {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .form-calc__summ-wrapper {
    font-size: 18px;
  }
}
@media all and (max-width: 670px) {
  .form-calc__summ-wrapper {
    font-size: 16px;
  }
}
.form-calc__summ-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* *

@media all and (max-width: 767px) {
    .form-calc__summ-wrapper {
        margin-right: 32px
    }
}
/* */
/* *
@media all and (max-width: 767px) {
    .form-calc__summ-wrapper:before {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background: url("../img/edit.svg") no-repeat;
        position: absolute;
        right: -31px;
        top: calc(50% - 9px)
    }
}
/* */
.form-calc__summ-wrapper:after {
  content: " ₽";
  position: absolute;
  font-size: 24px;
  top: 4px;
  right: 6px;
  color: #573c80;
}

@media all and (max-width: 767px) {
  .form-calc__summ-wrapper:after {
    content: " ₽";
    position: absolute;
    font-size: 18px;
    top: 8px;
    right: 4px;
    color: #573c80;
  }
}
/* */
.form-calc .b-range-slider {
  padding-top: 5px;
}

.form-calc__range-row-chance {
  text-align: center;
}

@media only screen and (max-width: 479px) {
  .form-calc__range-row-chance {
    justify-content: center;
  }
}

.b-range-slider::after {
  clear: both;
  content: "";
  display: block;
}

.b-range-slider__min,
.b-range-slider__max {
  color: #a0a7af;
  float: left;
  font-size: 12px;
  width: 50%;
}

.b-range-slider__max {
  text-align: right;
}

.b-range-slider .form-group {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media all and (max-width: 991px) {
  .b-range-slider .form-group {
    margin-bottom: 20px;
  }
}
.about {
  padding-bottom: 81px;
}
h1, .h1,
h2,
.h2,
p,
input,
select {
  color: #313131;
  font-size: 18px;
  outline: none;
}

@media all and (max-width: 991px) {
  h1, .h1,
h2,
.h2,
p,
input,
select {
    font-size: 16px;
  }
}
body, p {
  font-family: "Rubik", sans-serif;
}

.bg {
  width: 100%;
  height: 406px;
  position: absolute;
  top: 0;
  z-index: -1;
}

.bg {
  background: url("../img/bg.webp") center top no-repeat;
  background-size: cover;
}

@media all and (max-width: 670px) {
  .bg {
    background: #f7f7f7;
  }
}
h1,
.h1 {
  font-size: 34px;
  font-weight: 700;
}

h1:first-child,
.h1:first-child {
  margin-top: 0;
}

@media all and (max-width: 991px) {
  h1,
.h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  h1,
.h1 {
    font-size: 24px;
  }
}
h2,
.h2 {
  font-size: 22px;
  font-weight: 700;
}

h2:first-child,
.h2:first-child {
  margin-top: 0;
}

@media all and (max-width: 991px) {
  h2,
.h2 {
    font-size: 18px;
  }
}
a {
  border-bottom: 1px solid transparent;
  color: #573c80;
  text-decoration: none;
}

a:hover {
  border-bottom: 1px solid #573c80;
  color: #573c80;
  text-decoration: none;
}

p {
  line-height: 1.6;
  margin: 30px 0;
}

ol {
  counter-reset: ol;
  padding: 0;
  padding-top: 21px;
}

ol li {
  font-size: 16px;
  list-style: none;
  margin-bottom: 21px;
}

ol li::before {
  background-color: #ccc;
  border-radius: 5px;
  color: #000;
  content: counter(ol);
  counter-increment: ol;
  display: inline-block;
  font-size: 12px;
  height: 23px;
  line-height: 23px;
  margin-right: 15px;
  text-align: center;
  width: 23px;
}

ul {
  padding: 0;
  padding-left: 25px;
  padding-top: 21px;
}

ul li {
  font-size: 16px;
  list-style-image: url("../img/ul_mark.png");
  margin-bottom: 21px;
  padding-left: 10px;
}

.button {
  line-height: 1;
  outline: none;
}


#offers h2,
#offers .h2 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 38px;
}

.block_title {
  color: #1a1e20;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

@media all and (max-width: 670px) {
  .block_title {
    font-size: 24px;
    text-align: center;
  }
}
.accent {
  color: #573c80;
}
.registration-form {
  margin: 0 auto;
  max-width: 940px;
  padding-bottom: 60px;
  font-family: "Rubik", sans-serif;
}
.registration-form__headline {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 22px;
  margin-top: 24px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .registration-form__headline {
    margin-bottom: 18px;
  }
}
.registration-form__step-wrapper {
  background: #FFF;
  border: 2px solid #E8EEF5;
  margin-left: 38px;
  margin-right: 38px;
  margin-bottom: 80px;
  padding: 24px 30px;
}

@media all and (max-width: 991px) {
  .registration-form__step-wrapper {
    margin: 0 auto 80px;
  }
}
.registration-form__content {
  margin: 30px 0 0;
  padding: 0;
}

@media all and (max-width: 991px) {
  .registration-form__content {
    margin: 18px 0 0;
    padding: 0 !important;
  }
}

.registration-form .field-policy_checkbox {
  margin-bottom: 0px;
}

.registration-form__note_personal {
  margin-left: 35px;
  margin-bottom: 16px;
  color: #A0A7AF;
  font-size: 12px;
  line-height: 23px;
}

@media all and (max-width: 767px) {
  .registration-form__note_personal {
    line-height: 14px;
    font-size: 12px;
  }
}
.registration-form__note a {
  border-bottom: 1px solid #573c80;
  cursor: pointer;
  color: #573c80;
}

.registration-form__note a:hover {
  border-bottom: 1px solid transparent;
}

.rangeslider {
  background-color: #cbcbcb;
  margin-top: 20px;
  box-shadow: none;
}

.rangeslider--horizontal {
  height: 4px;
}

.rangeslider--horizontal .rangeslider__handle {
  top: -14px;
}

.rangeslider__handle, .rangeslider__handle:active {
  background: #573c80 url("../img/range-slider__handle.svg") center center no-repeat;
  border: 2px solid #573c80;
  height: 32px;
  width: 32px;
  box-shadow: none;
}

.rangeslider__handle::after {
  display: none;
}

.rangeslider__fill {
  background: #573c80;
  box-shadow: none;
}

.b-logo:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}
@media (max-width: 480px) {
}
@media (max-width: 480px) {
}

.button {
  background: #00a0d5 url(../img/arrow-right_circle.svg) center right 4% no-repeat;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 1px auto 0;
  padding: 21px 26px;
  padding-right: 66px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s;
}

.why-we {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 479px) {
  .why-we {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.why-we__title {
  margin-bottom: 40px;
  font-weight: bold;
}

@media only screen and (max-width: 479px) {
  .why-we__title {
    margin-bottom: 30px;
  }
}
.why-we__content {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 767px) {
  .why-we__content {
    flex-direction: column;
    align-items: center;
  }
}
.why-we__content::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

@supports (display: flex) {
  .why-we__content::after {
    display: none;
  }
}
.why-we__left {
  float: left;
  max-width: 415px;
}

@media all and (max-width: 767px) {
  .why-we__left {
    order: 2;
    max-width: 293px;
  }
}
.why-we__right {
  background: #F2F4F7 url(../img/why__shield.svg) right center no-repeat;
  border-radius: 5px;
  padding: 48px 40px;
  width: 293px;
}

@media all and (max-width: 767px) {
  .why-we__right {
    order: 1;
    margin-bottom: 33px;
    width: 100%;
  }
}
.why-we__accent-text {
  color: #573c80;
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 600;
}

@media only screen and (max-width: 479px) {
  .why-we__accent-text {
    margin-bottom: 24px;
    line-height: 100%;
  }
}
.why-we__text {
  font-size: 18px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 479px) {
  .why-we__text {
    margin-bottom: 32px;
  }
}
.why-we__number {
  color: #000;
  font-size: 30px;
  font-weight: bold;
}

.why-we__description {
  color: #000;
  font-size: 12px;
  margin-bottom: 32px;
}

.why-we__description:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .why-we__buttons {
    text-align: center;
  }
}
.why-we__buttons .btn {
  height: 56px;
}

@media all and (max-width: 767px) {
  .why-we__buttons .btn {
    width: 100%;
  }
}
.get_money {
  background: #F2F4F7;
  font-family: "Rubik";
}

.get_money .get_money__inner {
  max-width: 970px;
  padding: 80px 15px;
  margin: auto;
}

@media all and (max-width: 670px) {
  .get_money .get_money__inner {
    padding: 46px 20px 34px;
  }
}
.get_money .get_money__inner .get_money__title {
  margin: 0 0 38px;
}

@media only screen and (max-width: 479px) {
  .get_money .get_money__inner .get_money__title {
    text-align: center;
  }
}
.get_money .get_money__inner .get_money__content {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media all and (max-width: 670px) {
  .get_money .get_money__inner .get_money__content {
    flex-wrap: wrap;
  }
}
.get_money .get_money__inner .get_money__content .get_money__item {
  width: 225px;
}

@media all and (max-width: 820px) {
  .get_money .get_money__inner .get_money__content .get_money__item {
    width: 210px;
  }
}
@media all and (max-width: 670px) {
  .get_money .get_money__inner .get_money__content .get_money__item {
    width: 100% !important;
    margin-bottom: 41px;
  }
}
/*
.get_money .get_money__inner .get_money__content .get_money__item:nth-child(1) {
    width: 293px
}

@media all and (max-width: 820px) {
    .get_money .get_money__inner .get_money__content .get_money__item:nth-child(1) {
        width: 207px
    }
}

.get_money .get_money__inner .get_money__content .get_money__item:last-child {
    width: 200px
}

@media all and (max-width: 820px) {
    .get_money .get_money__inner .get_money__content .get_money__item:last-child {
        width: 213px;
        margin-bottom: 0
    }
}
/* */
.get_money .get_money__inner .get_money__content .get_money__item .get_money__icon {
  text-align: center;
  margin-bottom: 49px;
  width: 64px;
  height: 64px;
  min-width: 0;
  display: flex;
  align-items: flex-start;
}

@media all and (max-width: 670px) {
  .get_money .get_money__inner .get_money__content .get_money__item .get_money__icon {
    margin-bottom: 32px;
    width: 100%;
    justify-content: center;
  }
}
.get_money .get_money__inner .get_money__content .get_money__item .get_money__icon-number {
  font-weight: 900;
  font-size: 16px;
  margin-right: 12px;
}

@media all and (max-width: 670px) {
  .get_money .get_money__inner .get_money__content .get_money__item .get_money__icon-number {
    margin-left: -30px;
  }
}
.get_money .get_money__inner .get_money__content .get_money__item .get_money__name_block {
  text-align: left;
}

@media all and (max-width: 670px) {
  .get_money .get_money__inner .get_money__content .get_money__item .get_money__name_block {
    text-align: center;
  }
}
.get_money .get_money__inner .get_money__content .get_money__item .get_money__name_block .get_money__name {
  color: #1a1e20;
  font-size: 16px;
  position: relative;
  font-weight: bold;
  line-height: 24.99px;
  text-align: left;
  min-width: 0;
  margin-bottom: 16px;
  display: inline-block;
  padding-right: 5px;
  border-bottom: 2px solid #573c80;
}

@media only screen and (max-width: 479px) {
  .get_money .get_money__inner .get_money__content .get_money__item .get_money__name_block .get_money__name {
    min-width: auto;
  }
}
@media all and (max-width: 670px) {
  .get_money .get_money__inner .get_money__content .get_money__item .get_money__name_block .get_money__name {
    text-align: center;
  }
}
.get_money .get_money__inner .get_money__content .get_money__item .get_money__text {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.99px;
  min-width: 0;
  text-align: left;
}

@media all and (max-width: 670px) {
  .get_money .get_money__inner .get_money__content .get_money__item .get_money__text {
    width: 100%;
    min-width: auto;
    text-align: center;
  }
}
.get_money .get_money__inner .get_money__content .get_money__arrow {
  width: 250px;
  height: 2px;
  background: url("../img/get_money__line.svg") left center no-repeat;
  position: relative;
  top: 33px;
}

@media all and (max-width: 991px) {
  .get_money .get_money__inner .get_money__content .get_money__arrow {
    display: none;
    width: 22px;
    background-size: 100% auto;
    margin: 0 10px;
  }
}
@media all and (max-width: 670px) {
  .get_money .get_money__inner .get_money__content .get_money__arrow {
    background-size: 194px 19px;
    display: block;
    transform: rotate(90deg);
    width: 44px;
    height: 19px;
    position: static;
    margin: 0 auto;
    margin-bottom: 44px;
  }
}
.get_money__get-money-btn {
  width: 100%;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #eaeaea;
  border-color: #eaeaea;
  color: #47b9f2;
}

footer {
  background-color: #F2F4F7;
  font-family: "TT Commons", sans-serif;
  padding-top: 30px;
}

footer .footer_mail-mail {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
}

footer .footer_mail-mail img {
  margin-right: 12px;
  position: relative;
  top: -3px;
}

footer .footer_mail {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

footer .footer_mail-text {
  font-size: 12px;
  margin-bottom: 5px;
}

footer .footer_inner {
  max-width: 1140px;
  padding: 15px;
  margin: auto;
}

@media all and (max-width: 670px) {
  footer .footer_inner {
    padding: 0;
  }
}
footer .footer_inner .footer_top {
  max-width: 994px;
  margin: auto;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1a1e20;
  font-size: 16px;
  font-weight: 400;
}

@media all and (max-width: 670px) {
  footer .footer_inner .footer_top {
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 0 20px 32px;
  }
}
footer .footer_inner .footer_top .footer_logo img {
  margin-right: 15px;
}

@media all and (max-width: 670px) {
  footer .footer_inner .footer_top .footer_logo img {
    display: block;
  }
}
footer .footer_inner .footer_top .footer_mail a {
  color: #1a1e20;
  font-weight: bold;
}

footer .footer_inner .footer_top .footer_mail a:hover {
  border-bottom: 1px solid #1a1e20;
}

footer .footer_inner .footer_bottom {
  max-width: 994px;
  margin: auto;
  padding: 32px 0;
}

@media all and (max-width: 670px) {
  footer .footer_inner .footer_bottom {
    padding: 32px 20px 32px;
  }
}
footer .footer_inner .footer_bottom .footer_text {
  opacity: 0.55;
  color: #1a1e20;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 26px;
}
input[type=date] {
  -webkit-appearance: none;
  font-size: 14px;
  min-height: 56px;
  width: 100%;
}
@-webkit-keyframes offersAnchorShow {
  from {
    display: block;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}
@keyframes offersAnchorShow {
  from {
    display: block;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}

.b-checkbox {
  position: relative;
}

.b-checkbox_left {
  float: left;
  margin: 0;
}

.b-checkbox__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  z-index: -1;
  display: none;
}

.b-checkbox__input + .b-checkbox__img {
  background: url(../img/b-checkbox.png) center center no-repeat;
  width: 24px;
  height: 24px;
  margin-top: -2px;
}

.b-checkbox__input:checked + .b-checkbox__img {
  background-image: url(../img/b-checkbox_check.png);
}

.ways {
  background: #F2F4F7;
  font-family: "Rubik";
}

.ways .ways_inner {
  padding: 80px 5px;
  margin: auto;
}

@media all and (max-width: 767px) {
  .ways .ways_inner {
    padding: 40px 5px;
  }
}
.ways .ways_inner .ways__title {
  margin-bottom: 36px;
}

@media all and (max-width: 767px) {
  .ways .ways_inner .ways__title {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
}
.ways .ways_inner .ways__content .ways__items_wrapper {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 767px) {
  .ways .ways_inner .ways__content .ways__items_wrapper {
    justify-content: space-around;
    flex-direction: column;
    align-items: flex-start;
  }
}
.ways .ways_inner .ways__content .ways__items_wrapper .ways__item {
  box-sizing: border-box;
}

@media all and (max-width: 991px) {
  .ways .ways_inner .ways__content .ways__items_wrapper .ways__item {
    margin: 0 15px;
  }
}
@media all and (max-width: 767px) {
  .ways .ways_inner .ways__content .ways__items_wrapper .ways__item {
    padding: 12px 0px;
    margin: 0;
    display: flex;
    align-items: center;
  }
}
@media all and (max-width: 670px) {
  .ways .ways_inner .ways__content .ways__items_wrapper .ways__item {
    margin: 0 5px;
  }
}
.ways .ways_inner .ways__content .ways__items_wrapper .ways__item-active {
  box-sizing: border-box;
  background: #ffcd00;
}

@media all and (max-width: 991px) {
  .ways .ways_inner .ways__content .ways__items_wrapper .ways__item-active {
    margin: 0 15px;
  }
}
@media all and (max-width: 767px) {
  .ways .ways_inner .ways__content .ways__items_wrapper .ways__item-active {
    padding: 12px 0px;
    margin: 0;
    display: flex;
    align-items: center;
  }
}
@media all and (max-width: 670px) {
  .ways .ways_inner .ways__content .ways__items_wrapper .ways__item-active {
    margin: 0 5px;
  }
}
.ways .ways_inner .ways__content .ways__items_wrapper .ways__item-active .way__icon {
  width: 216px;
  height: 272px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width: 767px) {
  .ways .ways_inner .ways__content .ways__items_wrapper .ways__item-active .way__icon {
    margin-bottom: -2px;
  }
}
@media all and (max-width: 767px) {
  .ways .ways_inner .ways__content .ways__items_wrapper .ways__item-active .way__icon {
    width: 138px;
    height: 174px;
  }
}
.ways .ways_inner .ways__content .ways__items_wrapper .ways__item-active .way__icon img {
  width: auto;
  height: auto;
}

.ways .ways_inner .ways__content .ways__items_wrapper .ways__item-active .ways__text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

@media all and (max-width: 767px) {
  .ways .ways_inner .ways__content .ways__items_wrapper .ways__item-active .ways__text {
    margin-left: 39px;
  }
}
.ways .ways_inner .ways__content .ways__items_wrapper .ways__item .way__icon {
  width: 216px;
  height: 272px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width: 767px) {
  .ways .ways_inner .ways__content .ways__items_wrapper .ways__item .way__icon {
    margin-bottom: -2px;
  }
}
@media all and (max-width: 767px) {
  .ways .ways_inner .ways__content .ways__items_wrapper .ways__item .way__icon {
    width: 138px;
    height: 174px;
  }
}
.ways .ways_inner .ways__content .ways__items_wrapper .ways__item .way__icon img {
  width: auto;
  height: auto;
  max-width: 100%;
}

@media all and (max-width: 767px) {
  .ways .ways_inner .ways__content .ways__items_wrapper .ways__item .way__icon img {
    max-width: 124px;
  }
}

.ways .ways_inner .ways__content .ways__items_wrapper .ways__item .ways__text {
  display: flex;
  justify-content: center;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.ways .ways_inner .ways__content .ways__items_wrapper .ways__item .ways__text .ways__text-inner {
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}

@media all and (max-width: 767px) {
  .ways .ways_inner .ways__content .ways__items_wrapper .ways__item .ways__text .ways__text-inner {
    border-bottom: 2px solid #573c80;
  }
}
@media all and (max-width: 767px) {
  .ways .ways_inner .ways__content .ways__items_wrapper .ways__item .ways__text {
    margin-left: 39px;
  }
}
.ways .ways_inner .ways__content .ways__items_wrapper .ways__item:hover .ways__text-inner {
  border-bottom: 2px solid #573c80;
}

.ways__item {
  transition: 0.3s;
  cursor: pointer;
}
.team {
  font-family: "Rubik", sans-serif;
}

.team .team__inner {
  padding: 80px 0px;
  margin: auto;
}

@media all and (max-width: 767px) {
  .team .team__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.team .team__inner .team__title {
  margin-bottom: 65px;
  line-height: 100%;
}

@media only screen and (max-width: 479px) {
  .team .team__inner .team__title {
    text-align: center;
  }
}
.team .team__inner .team__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.team .team__inner .team__wrapper .team__member {
  width: 20%;
  text-align: left;
  margin-bottom: 33px;
}

@media all and (max-width: 670px) {
  .team .team__inner .team__wrapper .team__member {
    width: 132px;
  }
}
.team .team__inner .team__wrapper .team__member .team__img {
  margin-bottom: 24px;
}

.team .team__inner .team__wrapper .team__member .team__info {
  border-left: 2px solid #573c80;
  padding-left: 10px;
}

.team .team__inner .team__wrapper .team__member .team__name {
  color: #0A3361;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

@media all and (max-width: 670px) {
  .team .team__inner .team__wrapper .team__member .team__name {
    margin-bottom: 10px;
  }
}
.team .team__inner .team__wrapper .team__member .team__role {
  color: #A0A7AF;
  font-size: 12px;
}

.b-about {
  font-family: "Rubik";
}

.b-about p {
  text-align: justify;
}

.b-about p a {
  text-align: left;
}

.b-about .b-about__inner {
  max-width: 970px;
  padding: 0 15px 74px;
  margin: auto;
}

.b-about .b-about__inner .b-about__title {
  width: 100%;
  text-align: left;
  max-width: 994px;
  margin: 0 auto 0px;
}

@media only screen and (max-width: 479px) {
  .b-about .b-about__inner .b-about__title {
    text-align: center;
  }
}
.b-about .b-about__inner .b-about__text_wrapper {
  color: #1a1e20;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  display: flex;
  flex-wrap: wrap;
  max-width: 994px;
  margin: auto;
}

@media all and (max-width: 670px) {
  .b-about .b-about__inner .b-about__text_wrapper {
    font-size: 14px;
  }
}
@media all and (max-width: 670px) {
  .b-about .b-about__inner .b-about__text_wrapper p {
    margin: 10px 0;
    font-size: inherit;
  }
}
.b-about .b-about__inner .b-about__text_wrapper .b-about__text1 {
  width: 50%;
}

@media all and (max-width: 670px) {
  .b-about .b-about__inner .b-about__text_wrapper .b-about__text1 {
    width: 100%;
  }
}
.b-about .b-about__inner .b-about__text_wrapper .b-about__text2 {
  width: 50%;
  padding-left: 34px;
}

@media all and (max-width: 670px) {
  .b-about .b-about__inner .b-about__text_wrapper .b-about__text2 {
    width: 100%;
    padding: 0;
  }
}
.b-about .b-about__inner .b-about__text_wrapper .b-about__text3 {
  width: 100%;
}

.b-about .b-about__inner .b-about__text_wrapper a {
  text-decoration: underline;
}

.b-about .b-about__inner .b-about__text_wrapper a:hover {
  text-decoration: none;
  border-bottom: none;
}

.b-about__buttons {
  display: block;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

.b-about__buttons .btn {
  height: 56px;
}

@media only screen and (max-width: 479px) {
  .b-about__buttons .btn {
    width: 100%;
  }
}

.has-error .help-block {
  text-align: left;
}

.u-AhunterSuggestions {
  border: 1px solid #a0a7af;
  background: white;
  overflow: auto;
  border-radius: 0;
}

.u-AhunterSuggestion {
  font-size: 12px;
  padding: 2px 5px;
  word-wrap: break-word;
}

.u-AhunterEmptySuggestion {
  padding: 5px;
  /*font-style: italic;*/
  color: #a0a7af;
}

.u-AhunterSelectedSuggestion {
  background: #F2F2F2;
}

.u-AhunterSuggestions strong {
  font-weight: bold;
  color: #573c80;
}

.suggestions-promo {
  display: none !important;
}

.suggestions-suggestion {
  font-size: 12px;
  padding: 2px 5px;
  color: #313131;
  word-wrap: break-word;
}

.suggestions-suggestion:hover {
  background: #F2F2F2;
}

.suggestions-suggestion strong {
  font-weight: bold;
  color: #CF3E2A;
}

.select2-container {
  padding: 0;
  width: 100% !important;
}

.selection .select2-selection--single {
  height: 48px;
  border: 1px solid #a0a7af;
  border-radius: 5px;
}

.selection .select2-selection--single .select2-selection__rendered {
  padding: 13px 16px;
  line-height: 20px;
}

.select2-results__options {
  height: 200px;
}

.select2-results__option {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  list-style: none;
  overflow: overlay;
}

.select2-selection__arrow {
  margin: 10px;
}

.select2-dropdown {
  border-radius: 5px;
}

.select2-search__field {
  border: 0;
  border-bottom: 1px solid #573c80;
}

[aria-disabled=true] {
  background-color: #f0f0f0;
}

@-webkit-keyframes wrp-o {
  0% {
    opacity: 1;
    transform: translate(0 0);
  }
  49.99% {
    opacity: 1;
    transform: translate(48px, 0);
  }
  50% {
    opacity: 0;
    transform: translate(48px, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}

@keyframes wrp-o {
  0% {
    opacity: 1;
    transform: translate(0 0);
  }
  49.99% {
    opacity: 1;
    transform: translate(48px, 0);
  }
  50% {
    opacity: 0;
    transform: translate(48px, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes wrp {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(48px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes wrp {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(48px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes ldio-8okarnbu1fu-1 {
  0% {
    top: 0px;
    height: 100px;
  }
  50% {
    top: 25px;
    height: 50px;
  }
  100% {
    top: 25px;
    height: 50px;
  }
}

@keyframes ldio-8okarnbu1fu-1 {
  0% {
    top: 0px;
    height: 100px;
  }
  50% {
    top: 25px;
    height: 50px;
  }
  100% {
    top: 25px;
    height: 50px;
  }
}
@-webkit-keyframes ldio-8okarnbu1fu-2 {
  0% {
    top: 6.25px;
    height: 87.5px;
  }
  50% {
    top: 25px;
    height: 50px;
  }
  100% {
    top: 25px;
    height: 50px;
  }
}
@keyframes ldio-8okarnbu1fu-2 {
  0% {
    top: 6.25px;
    height: 87.5px;
  }
  50% {
    top: 25px;
    height: 50px;
  }
  100% {
    top: 25px;
    height: 50px;
  }
}
@-webkit-keyframes ldio-8okarnbu1fu-3 {
  0% {
    top: 12.5px;
    height: 75px;
  }
  50% {
    top: 25px;
    height: 50px;
  }
  100% {
    top: 25px;
    height: 50px;
  }
}
@keyframes ldio-8okarnbu1fu-3 {
  0% {
    top: 12.5px;
    height: 75px;
  }
  50% {
    top: 25px;
    height: 50px;
  }
  100% {
    top: 25px;
    height: 50px;
  }
}
.ldio-8okarnbu1fu div {
  position: absolute;
  width: 15px;
}

.ldio-8okarnbu1fu div:nth-child(1) {
  left: 17.5px;
  background: #000000;
  -webkit-animation: ldio-8okarnbu1fu-1 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: ldio-8okarnbu1fu-1 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.ldio-8okarnbu1fu div:nth-child(2) {
  left: 42.5px;
  background: #0a0a0a;
  -webkit-animation: ldio-8okarnbu1fu-2 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: ldio-8okarnbu1fu-2 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.ldio-8okarnbu1fu div:nth-child(3) {
  left: 67.5px;
  background: #28292f;
  -webkit-animation: ldio-8okarnbu1fu-3 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: ldio-8okarnbu1fu-3 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -webkit-animation-delay: undefineds;
          animation-delay: undefineds;
}

.loadingio-spinner-pulse-ifniz83o85j {
  width: 32px;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  background: none;
  position: absolute;
  top: 35px;
  left: 15px;
}

.ldio-8okarnbu1fu {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.32);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-8okarnbu1fu div {
  box-sizing: content-box;
}
