html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header,
hgroup, menu, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }
  html:focus, body:focus, div:focus, span:focus, applet:focus, object:focus,
  iframe:focus, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus, p:focus, blockquote:focus,
  pre:focus, a:focus, abbr:focus, acronym:focus, address:focus, big:focus, cite:focus, code:focus, del:focus,
  dfn:focus, em:focus, img:focus, ins:focus, kbd:focus, q:focus, s:focus, samp:focus, small:focus, strike:focus,
  strong:focus, sub:focus, sup:focus, tt:focus, var:focus, b:focus, u:focus, i:focus, dl:focus, dt:focus, dd:focus, ol:focus, ul:focus, li:focus, fieldset:focus,
  form:focus, label:focus, legend:focus, table:focus, caption:focus, tbody:focus,
  tfoot:focus, thead:focus, tr:focus, th:focus, td:focus, article:focus, aside:focus, canvas:focus,
  details:focus, embed:focus, figure:focus, figcaption:focus, footer:focus, header:focus,
  hgroup:focus, menu:focus, nav:focus, output:focus, section:focus, summary:focus,
  time:focus, mark:focus, audio:focus, video:focus {
    outline: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

audio, canvas, video {
  display: inline-block;
  display: inline;
  zoom: 1;
  max-width: 100%; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a {
  text-decoration: none;
  outline: none;
  color: inherit; }
  a:focus, a:active, a:hover {
    outline: none; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

legend {
  color: #000; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle; }

figure, form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  margin-left: -7px; }

button, input, select, textarea {
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

::-moz-selection,
::-moz-selection {
  text-shadow: none; }

::-moz-selection,
::selection {
  text-shadow: none; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

@font-face {
  font-family: 'Golos';
  src: url("../fonts/GolosText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Golos';
  src: url("../fonts/GolosText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Golos';
  src: url("../fonts/GolosText-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

.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 {
  position: relative; }

.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-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.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[aria-selected] {
  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; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute; }

.tooltipster-box {
  flex: 1 1 auto; }

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

.tooltipster-fade {
  opacity: 0;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading .4s;
          animation: tooltipster-fading .4s; }

@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating .6s;
          animation: tooltipster-rotating .6s; }

@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling .6s;
          animation: tooltipster-scaling .6s; }

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px; }

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px; }

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000; }

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute; }

.tooltipster-box {
  flex: 1 1 auto; }

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

.tooltipster-fade {
  opacity: 0;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading .4s;
          animation: tooltipster-fading .4s; }

@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating .6s;
          animation: tooltipster-rotating .6s; }

@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling .6s;
          animation: tooltipster-scaling .6s; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  border: none;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1); }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
  margin-right: 6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
  margin-left: 6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 6px; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: #8d8d8d; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  height: 6px;
  margin-left: -6px;
  width: 12px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  width: 6px; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
  display: none; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
  border: 6px solid transparent; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
  left: -6px; }

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75; }

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height); }

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-animation: f-spinner-rotate 2s linear infinite;
          animation: f-spinner-rotate 2s linear infinite; }

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none; }

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1); }

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
          animation: f-spinner-dash 2s ease-in-out infinite; }

@-webkit-keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124; } }

@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124; } }

.f-throwOutUp {
  -webkit-animation: .175s ease-out both f-throwOutUp;
          animation: .175s ease-out both f-throwOutUp; }

.f-throwOutDown {
  -webkit-animation: .175s ease-out both f-throwOutDown;
          animation: .175s ease-out both f-throwOutDown; }

@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -150px, 0);
            transform: translate3d(0, -150px, 0);
    opacity: 0; } }

@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -150px, 0);
            transform: translate3d(0, -150px, 0);
    opacity: 0; } }

@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 150px, 0);
            transform: translate3d(0, 150px, 0);
    opacity: 0; } }

@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 150px, 0);
            transform: translate3d(0, 150px, 0);
    opacity: 0; } }

.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp;
          animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp; }

.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown; }

@-webkit-keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; } }

@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; } }

.f-fadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
          animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2; }

.f-fadeOut {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
          animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1; }

@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes f-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes f-fadeOut {
  100% {
    opacity: 0; } }

@keyframes f-fadeOut {
  100% {
    opacity: 0; } }

.f-fadeSlowIn {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
          animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2; }

.f-fadeSlowOut {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
          animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1; }

@-webkit-keyframes f-fadeSlowIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes f-fadeSlowOut {
  100% {
    opacity: 0; } }

@keyframes f-fadeSlowOut {
  100% {
    opacity: 0; } }

.f-fadeFastIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2; }

.f-fadeFastOut {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
  z-index: 2; }

@-webkit-keyframes f-fadeFastIn {
  0% {
    opacity: .75; }
  100% {
    opacity: 1; } }

@keyframes f-fadeFastIn {
  0% {
    opacity: .75; }
  100% {
    opacity: 1; } }

@-webkit-keyframes f-fadeFastOut {
  100% {
    opacity: 0; } }

@keyframes f-fadeFastOut {
  100% {
    opacity: 0; } }

.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2; }

.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration, 0.2s)*.5) linear 0.1s both f-crossfadeOut;
          animation: calc(var(--f-transition-duration, 0.2s)*.5) linear 0.1s both f-crossfadeOut;
  z-index: 1; }

@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes f-crossfadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes f-crossfadeOut {
  100% {
    opacity: 0; } }

@keyframes f-crossfadeOut {
  100% {
    opacity: 0; } }

.f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext; }

.f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev; }

.f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext; }

.f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev; }

@-webkit-keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-webkit-keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

.f-classicIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2; }

.f-classicIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2; }

.f-classicOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1; }

.f-classicOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1; }

@-webkit-keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0; } }

@keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0; } }

@-webkit-keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0; } }

@keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0; } }

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65; }

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition); }

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg); } }

.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg); }

.f-button:focus:not(:focus-visible) {
  outline: none; }

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color)); }

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity .15s ease;
  -webkit-transform: var(--f-button-transform);
          transform: var(--f-button-transform);
  -webkit-filter: var(--f-button-svg-filter);
          filter: var(--f-button-svg-filter);
  pointer-events: none; }

.f-button[disabled] {
  cursor: default; }

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity); }

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1; }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos); }

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto; }

html.with-fancybox body {
  touch-action: none; }

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none; }

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain; }

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit; }

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0); }

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity; }

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip; }

.fancybox__viewport {
  width: 100%;
  height: 100%; }

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab; }

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing; }

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%; }

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px; }

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden; }

.fancybox__slide.has-image {
  overflow: hidden; }

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible; }

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto; }

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20; }

.is-loading .fancybox__content {
  opacity: 0; }

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab; }

.can-zoom_in .fancybox__content {
  cursor: zoom-in; }

.can-zoom_out .fancybox__content {
  cursor: zoom-out; }

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto; }

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%; }

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden; }

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  will-change: transform,width,height; }

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fancybox__caption {
  -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible; }

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden; }

.is-compact .fancybox__caption {
  padding-bottom: 0; }

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40; }

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: .75; }

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden; }

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden; }

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1; }

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative; }

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all .25s ease; }

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5); }

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px; }

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px; }

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1); }

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1; }

.is-idle .fancybox__nav {
  -webkit-animation: .15s ease-out both f-fadeOut;
          animation: .15s ease-out both f-fadeOut; }

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  -webkit-animation: .15s ease-out both f-fadeOut;
          animation: .15s ease-out both f-fadeOut; }

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer; }

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none; }

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none; }

.fancybox__container:not([aria-hidden]) {
  opacity: 0; }

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop):not(.fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: .25s ease .1s backwards f-fadeIn;
          animation: .25s ease .1s backwards f-fadeIn; }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  -webkit-animation: .35s ease backwards f-fadeIn;
          animation: .35s ease backwards f-fadeIn; }

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop):not(.fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: .15s ease forwards f-fadeOut;
          animation: .15s ease forwards f-fadeOut; }

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  -webkit-animation: .35s ease forwards f-fadeOut;
          animation: .35s ease forwards f-fadeOut; }

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible; }

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: 100%;
  height: 100%; }

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content, .fancybox__container:not(.is-compact) .has-map .fancybox__content, .fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%; }

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0); }

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0; }

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1; }

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px; }

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1; }

.f-thumbs .f-spinner svg {
  display: none; }

.f-thumbs.is-vertical {
  height: 100%; }

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden; }

.f-thumbs__track {
  display: flex;
  will-change: transform; }

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  min-width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer; }

.f-thumbs__slide.is-loading img {
  opacity: 0; }

.is-classic .f-thumbs__viewport {
  height: 100%; }

.is-modern .f-thumbs__track {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--left, 0)*1px);
  width: calc(100% - var(--width, 0)*1px);
  cursor: pointer; }

.is-modern .f-thumbs__slide {
  --clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );
  -webkit-transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
          transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none; }

.is-modern .f-thumbs__slide > * {
  -webkit-clip-path: var(--clip-path);
          clip-path: var(--clip-path); }

.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within {
  -webkit-filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
          filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color)); }

.is-modern.in-touch .f-thumbs__slide {
  -webkit-filter: none;
          filter: none; }

.is-modern.is-resting .f-thumbs__slide {
  transition: all .33s ease; }

.is-modern.is-resting .f-thumbs__slide > * {
  transition: all .33s ease; }

.f-thumbs__slide__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity .2s ease; }

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity); }

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none; }

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity); }

.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity); }

.is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  -webkit-animation: f-fadeIn .2s ease-out;
          animation: f-fadeIn .2s ease-out;
  z-index: 10; }

.f-thumbs__slide__img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover; }

.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 8px 0 12px 0; }

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0; }

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 8px; }

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0; }

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1); }

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1; }

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); }

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1; }

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); }

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap); }

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0; }

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px; }

.fancybox__thumbs.is-masked {
  max-height: 0px !important; }

.is-closing .fancybox__thumbs {
  transition: none !important; }

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20; }

.fancybox__toolbar :focus-visible {
  z-index: 1; }

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.is-idle .fancybox__toolbar {
  pointer-events: none;
  -webkit-animation: .15s ease-out both f-fadeOut;
          animation: .15s ease-out both f-fadeOut; }

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start; }

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0; }

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap; }

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fancybox__infobar span {
  padding: 0 5px; }

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg); }

[data-fancybox-toggle-slideshow] {
  position: relative; }

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: .3; }

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex; }

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none; }

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none; }

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex; }

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex; }

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none; }

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none; }

:-moz-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none; }

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none; }

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none; }

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex; }

:-moz-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex; }

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex; }

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex; }

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box; }

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

html, :root {
  font-size: 100%;
  overflow-x: hidden; }
  @media screen and (max-width: 1024px) {
    html, :root {
      -webkit-text-size-adjust: 100%; } }

body {
  font-family: "Golos";
  font-size: 100%;
  color: #212121;
  letter-spacing: -0.04em;
  line-height: 1.2em;
  min-width: 320px;
  padding: 0;
  margin: 0; }
  body ::-moz-selection {
    background: #16171B; }
  body ::selection {
    background: #16171B; }

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 2; }

.main {
  flex-grow: 1; }

img {
  max-width: 100%; }

.wrapper {
  width: 100%;
  max-width: 1820px;
  padding: 0 50px;
  margin: 0 auto; }
  .wrapper--large {
    max-width: 100%; }
  .wrapper--small {
    max-width: 1390px; }
  @media screen and (max-width: 1100px) {
    .wrapper {
      padding: 0 40px; } }
  @media screen and (max-width: 650px) {
    .wrapper {
      padding: 0 20px; } }

.gray {
  background-color: #16171B; }

.form-field {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px; }
  .form-field[disabled], .form-field.disabled {
    opacity: .5;
    pointer-events: none; }
  @media screen and (max-width: 600px) {
    .form-field {
      margin-bottom: 15px; } }
  .form-field__input {
    font-family: "Golos";
    display: block;
    width: 100%;
    padding: 0px 0px 0px;
    height: 1.5625rem;
    line-height: 1.5625rem;
    border-bottom: 1px solid #DDE2E5;
    color: #383838;
    font-size: 14px;
    transition: .3s linear; }
    .form-field__input:focus {
      border-color: #33bdd8;
      box-shadow: 0 1px 1px rgba(51, 154, 240, 0.1); }
    @media screen and (max-width: 768px) {
      .form-field__input {
        height: 36px;
        line-height: 36px;
        font-size: 0.875rem;
        border-radius: 0; } }
  .form-field__textarea {
    height: 65px;
    line-height: 1.5;
    padding-bottom: 25px;
    border-bottom: 1px solid #DDE2E5;
    width: 100%;
    color: #383838;
    font-size: 14px;
    overflow: hidden; }
    @media screen and (max-width: 576px) {
      .form-field__textarea {
        height: 90px; } }
  .form-field__label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    will-change: transform;
    -webkit-transform-origin: 20px 0;
            transform-origin: 20px 0;
    transition: .3s linear;
    font-size: 14px;
    pointer-events: none;
    color: #757575; }
    .form-field__label--top {
      align-items: flex-start;
      padding-top: 24px; }
    @media screen and (max-width: 576px) {
      .form-field__label {
        font-size: 0.875rem; } }
  .form-field__icon {
    position: absolute;
    top: 0;
    bottom: 15px;
    right: 0px;
    margin: auto 0;
    width: 24px;
    height: 24px;
    opacity: 0;
    transition: opacity .3s linear;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-image: url("../images/alert.svg"); }
    .form-field__icon svg {
      width: 100%;
      height: 100%;
      fill: transparent; }
  .form-field .select2-container {
    width: 100% !important; }
  .form-field--focused .form-field__label,
  .form-field--focused .select2-selection__placeholder {
    opacity: 0; }
  .form-field--error .form-field__input {
    border-color: #F57E77; }
  .form-field-textarea .form-field__icon {
    bottom: auto;
    top: 16px; }

label.error {
  font-size: 12px;
  color: #F57E77;
  letter-spacing: -0.03em;
  position: absolute; }

.form-checkbox {
  position: relative;
  padding: 0 0 0 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  cursor: pointer;
  font-size: 1rem; }
  .form-checkbox--yellow .form-checkbox__text {
    color: #F2FDFF; }
  .form-checkbox[disabled] {
    opacity: .5;
    pointer-events: none; }
  .form-checkbox__input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    width: 0;
    height: 0; }
    .form-checkbox__input:checked ~ .form-checkbox__checkmark {
      border-color: #E4E4E4; }
      .form-checkbox__input:checked ~ .form-checkbox__checkmark:after {
        opacity: 1; }
  .form-checkbox__text {
    font-size: 12px;
    color: #495057;
    line-height: 1.4; }
    .form-checkbox__text a {
      text-decoration: underline;
      text-underline-offset: 3px; }
  .form-checkbox__checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    border: 1px solid #E4E4E4;
    background-color: #fff;
    width: 14px;
    height: 14px;
    transition: .2s; }
    .form-checkbox__checkmark:after {
      background: url("../images/check.png") 50% no-repeat;
      background-size: 8px 7px;
      width: 100%;
      height: 100%;
      content: '';
      opacity: 0;
      transition: opacity 150ms ease-in-out;
      position: absolute;
      top: 0;
      left: 0; }
  .form-checkbox--color {
    padding: 0; }
    .form-checkbox--color .form-checkbox__checkmark {
      position: relative;
      display: block;
      width: 14px;
      height: 14px;
      border-radius: 3px; }
      .form-checkbox--color .form-checkbox__checkmark:after {
        display: none; }
      .form-checkbox--color .form-checkbox__checkmark:before {
        display: none;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        border: 4px solid #fff; }
    .form-checkbox--color .form-checkbox__input:checked ~ .form-checkbox__checkmark {
      border: 2px solid #F2FDFF !important; }
      .form-checkbox--color .form-checkbox__input:checked ~ .form-checkbox__checkmark:before {
        display: block; }

.form-radio {
  position: relative;
  padding: 0 0 0 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4; }
  .form-radio[disabled] {
    opacity: .5;
    pointer-events: none; }
  .form-radio__input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    width: 0;
    height: 0; }
    .form-radio__input:checked ~ .form-radio__checkmark:after {
      opacity: 1; }
  .form-radio__text {
    font-size: 0.889rem;
    color: #495057;
    line-height: 1; }
  .form-radio__checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    border: 2px solid #16171B;
    border-radius: 50%;
    background-color: #fff;
    width: 24px;
    height: 24px; }
    .form-radio__checkmark:after {
      background: #212121;
      border-radius: 50%;
      width: 8px;
      height: 8px;
      content: '';
      opacity: 0;
      transition: opacity 150ms ease-in-out;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }

.form-select {
  position: relative; }
  .form-select__label {
    position: absolute;
    left: 20px;
    top: 8px;
    z-index: 20;
    font-weight: 500;
    font-size: 0.667rem;
    line-height: 0.778rem;
    color: #495057; }
  .form-select[disabled], .form-select.disabled {
    opacity: .5;
    pointer-events: none; }

.select2-container * {
  outline: none !important; }

.select2-container .no-input .select2-search {
  display: none; }

.select2-container .input .select2-search {
  font-size: 1rem;
  color: #495057;
  padding: 20px 20px 0; }
  .select2-container .input .select2-search__field {
    border-radius: 5px;
    border-color: #DDE2E5;
    height: 26px;
    padding-left: 15px; }

.select2-container .select {
  height: 26px;
  display: flex;
  align-items: center; }
  .select2-container .select.select2-selection--single {
    border-radius: 2px;
    border: 1px solid #E4E4E4; }
    @media screen and (max-width: 576px) {
      .select2-container .select.select2-selection--single {
        border-radius: 5px; } }
    .select2-container .select.select2-selection--single .select2-selection__rendered {
      margin: 0px 0 0;
      padding-left: 15px;
      color: #E4E4E4;
      font-size: 16px;
      overflow: visible; }
    .select2-container .select.select2-selection--single .select2-selection__arrow {
      top: 0;
      bottom: 0;
      right: 12px;
      margin: auto;
      height: 7px;
      width: 12px; }
      .select2-container .select.select2-selection--single .select2-selection__arrow b {
        width: 100%;
        height: 100%;
        background: url("../images/dd-arrow.svg") 50% no-repeat;
        background-size: contain;
        border: unset;
        transition: .3s linear; }

.select2-container .select2-selection__placeholder {
  display: block;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #212121; }

.select2-container--open .select {
  border-bottom-color: transparent !important;
  position: relative; }

.select2-container--open .select2-dropdown {
  min-width: 219px !important; }
  .select2-container--open .select2-dropdown--below {
    border-color: #DDE2E5;
    border-top-color: transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .select2-container--open .select2-dropdown--above {
    border-color: #DDE2E5;
    border-bottom-color: transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50%;
          transform-origin: 50%; }

.select2-container--open.select2-container--above .select {
  border-top-color: transparent !important;
  border-bottom-color: #DDE2E5 !important; }
  .select2-container--open.select2-container--above .select:after {
    bottom: unset;
    top: 0; }

.select2-container .select2-results .select2-results__options {
  padding: 0px 0; }
  .select2-container .select2-results .select2-results__options::-webkit-scrollbar {
    width: 5px; }
  .select2-container .select2-results .select2-results__options::-webkit-scrollbar-track {
    background: #DDE2E5;
    border-radius: 5px; }
  .select2-container .select2-results .select2-results__options::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px; }
  .select2-container .select2-results .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #555; }
  .select2-container .select2-results .select2-results__options .select2-results__option {
    margin: 0px 0 !important;
    padding: 5px 20px;
    font-size: 16px;
    background-color: transparent;
    color: #495057; }
    .select2-container .select2-results .select2-results__options .select2-results__option:first-child {
      margin-top: 0 !important; }
    .select2-container .select2-results .select2-results__options .select2-results__option:last-child {
      margin-bottom: 0 !important; }
    .select2-container .select2-results .select2-results__options .select2-results__option:after {
      display: none; }
    .select2-container .select2-results .select2-results__options .select2-results__option--highlighted {
      color: #757575; }
    @media screen and (max-width: 576px) {
      .select2-container .select2-results .select2-results__options .select2-results__option {
        font-size: 1rem; } }

.js-select + .select2-container, .js-select-input + .select2-container {
  width: 100% !important; }

.select-bor-gray .select2-container .select {
  height: 50px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-size: 100% 100%;
  background-image: url("../images/select-mask.png"); }

.select-bor-gray .select2-container .select.select2-selection--single {
  border-radius: 0px; }
  .select-bor-gray .select2-container .select.select2-selection--single .select2-selection__rendered {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #16171B; }

.select-label .select2-container {
  display: block;
  width: 100% !important; }
  .select-label .select2-container .select.select2-selection--single .select2-selection__arrow b {
    background: url(../images/arrow2.svg) 50% no-repeat; }
  .select-label .select2-container .select {
    height: 50px; }
    @media screen and (max-width: 576px) {
      .select-label .select2-container .select {
        height: 40px; } }
  .select-label .select2-container .select.select2-selection--single {
    border-radius: 0;
    border-color: #16171B; }
  .select-label .select2-container .select-label {
    font-size: 0.875rem;
    color: #16171B;
    padding-right: 14px; }
  .select-label .select2-container .select.select2-selection--single .select2-selection__rendered {
    font-size: 0.9375rem; }

.tooltipster-shadow-customized.tooltipster-shadow .tooltipster-box {
  box-shadow: 0 2px 4px rgba(33, 36, 41, 0.05);
  background-color: transparent; }

.tooltipster-shadow-customized.tooltipster-shadow .tooltipster-content {
  text-align: center;
  background-color: #16171B;
  border-radius: 10px;
  padding: 13px 24px;
  color: #fff;
  font-family: "Golos";
  font-size: 14px;
  line-height: 140%; }

.tooltipster-shadow-customized.tooltipster-shadow .tooltipster-arrow .tooltipster-arrow-border {
  border-top-color: #16171B; }

.tag {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px; }
  .tag__item {
    border: 1px solid #DDE2E5;
    box-shadow: 0 2px 4px rgba(33, 36, 41, 0.05);
    border-radius: 200px;
    color: #495057;
    padding: 0 16px;
    height: 32px;
    display: flex;
    align-items: center;
    margin: 0 4px 8px; }
    .tag__item span {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 0.667rem;
      line-height: 0.778rem; }
    .tag__item--icon {
      color: #33bdd8; }
      .tag__item--icon svg {
        fill: transparent;
        color: #33bdd8;
        margin: 0 8px 0 0;
        width: 20px;
        height: 20px; }

.form-filter {
  display: flex; }
  .form-filter__label {
    font-size: 0.778rem;
    line-height: 1;
    margin-right: 29px; }
  .form-filter .filter {
    display: flex;
    align-items: center; }
    .form-filter .filter.select2-selection--single {
      border: unset;
      height: unset; }
      .form-filter .filter.select2-selection--single .select2-selection__rendered {
        padding: 0 26px 0 0;
        color: #33bdd8;
        font-size: 0.778rem;
        line-height: 1; }
        .form-filter .filter.select2-selection--single .select2-selection__rendered:hover {
          color: #034EA2; }
      .form-filter .filter.select2-selection--single .select2-selection__arrow {
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 6px;
        width: 11px; }
        .form-filter .filter.select2-selection--single .select2-selection__arrow b {
          width: 100%;
          height: 100%;
          background: url("../images/arrow.svg") 50% no-repeat;
          background-size: contain;
          border: unset;
          transition: .3s linear; }

.select2-container .filter-dropdown {
  background-color: #16171B;
  width: unset !important;
  margin: 10px 0 0;
  border-radius: 10px !important; }
  .select2-container .filter-dropdown:after {
    content: '';
    position: absolute;
    left: 19px;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #16171B; }
  .select2-container .filter-dropdown.select2-dropdown--above {
    margin: 0;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px); }
    .select2-container .filter-dropdown.select2-dropdown--above:after {
      content: '';
      top: unset;
      bottom: -5px;
      border-top: 7px solid #16171B;
      border-bottom: unset; }
  .select2-container .filter-dropdown .select2-results > .select2-results__options {
    max-height: unset;
    padding: 14px 0; }
    .select2-container .filter-dropdown .select2-results > .select2-results__options .select2-results__option {
      margin: 0 !important;
      padding: 10px 18px !important;
      position: relative;
      color: #fff;
      font-size: 0.667rem;
      white-space: nowrap;
      transition: .3s ease-in; }
      .select2-container .filter-dropdown .select2-results > .select2-results__options .select2-results__option:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #C4C4C4;
        opacity: 0; }
      .select2-container .filter-dropdown .select2-results > .select2-results__options .select2-results__option:hover:before {
        opacity: 0.2; }

.js-select-filter + .select2-container {
  width: unset !important; }

.counter {
  display: flex;
  border: 1px solid #16171B;
  height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #fff; }
  .counter__item {
    height: 100%;
    width: 50px;
    position: relative; }
    .counter__item:first-child:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 10px;
      height: 2px;
      background-color: #212121;
      border-radius: 5px; }
    .counter__item:last-child:before, .counter__item:last-child:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 10px;
      height: 2px;
      background-color: #212121;
      border-radius: 5px; }
    .counter__item:last-child:after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .counter__item:last-child, .counter__item:first-child {
      cursor: pointer; }
    .counter__item:nth-child(2) {
      width: 30px;
      flex-shrink: 0;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.9375rem;
      font-weight: 700;
      color: #212121; }
  .counter__input {
    width: 100%;
    height: 100%;
    text-align: center; }
  @media screen and (max-width: 576px) {
    .counter {
      height: 40px; }
      .counter__item {
        height: 40px; } }

.close-icon {
  padding: 6px;
  width: 18px;
  height: 18px;
  color: #ACB5BD;
  cursor: pointer;
  transition: .3s linear;
  box-sizing: content-box; }
  .close-icon:hover {
    color: #495057; }
  .close-icon svg {
    width: 100%;
    height: 100%; }

.navigation-arrows {
  width: 100%;
  min-width: 88px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .navigation-arrows__item {
    padding: 6px;
    box-sizing: content-box;
    cursor: pointer;
    width: 18px;
    height: 18px;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    color: #495057;
    transition: .3s linear; }
    .navigation-arrows__item:hover {
      color: #33bdd8; }
    .navigation-arrows__item svg {
      width: 100%;
      height: 100%;
      fill: transparent; }
    .navigation-arrows__item:first-child {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
      .navigation-arrows__item:first-child:hover {
        -webkit-transform: rotate(90deg) translateY(5px);
                transform: rotate(90deg) translateY(5px); }
    .navigation-arrows__item:last-child {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
      .navigation-arrows__item:last-child:hover {
        -webkit-transform: rotate(-90deg) translateY(5px);
                transform: rotate(-90deg) translateY(5px); }

.btn-group {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ACB5BD;
  border-radius: 8px; }
  .btn-group__item {
    padding: 22px 30px 21px;
    border: unset;
    font-size: 0.889rem;
    color: #495057;
    position: relative; }
    .btn-group__item--active {
      font-weight: 500;
      color: #212429; }
      .btn-group__item--active:after {
        content: '';
        position: absolute;
        left: -1px;
        top: -1px;
        right: 0;
        bottom: 0;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        border: 1px solid #495057; }
      .btn-group__item--active:first-child:after {
        border-radius: 8px 0 0 8px; }
      .btn-group__item--active:last-child:after {
        border-radius: 0 8px 8px 0; }
    .btn-group__item:not(:last-child) {
      border-right: 1px solid #ACB5BD; }
  @media screen and (max-width: 940px) {
    .btn-group {
      flex-direction: column; }
      .btn-group__item:first-child:after {
        border-radius: 8px 8px 0 0; }
      .btn-group__item:last-child:after {
        border-radius: 0 0 8px 8px; }
      .btn-group__item:not(:last-child) {
        border-right: unset;
        border-bottom: 1px solid #ACB5BD; } }

.link, a {
  display: inline;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  transition: 0.4s ease;
  outline: none;
  color: #FF6C0E; }
  .link:hover, a:hover {
    color: #FF6C0E;
    cursor: pointer; }
  .link--blue, a--blue {
    color: #33bdd8; }
  .link--arrow, a--arrow {
    display: flex;
    align-items: center;
    border-color: transparent;
    font-weight: 500; }
    .link--arrow svg, a--arrow svg {
      margin: 0 0 0 12px;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      width: 11px;
      height: 6px;
      fill: transparent; }

.btn, .pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Golos";
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  transition: 0.5s ease;
  cursor: pointer;
  padding: 0 20px;
  border-bottom: none;
  height: 2.875rem;
  position: relative;
  border-radius: 4px;
  transition: 0.4s ease;
  letter-spacing: -0.04em; }
  .btn:hover, .pagination .page-numbers:hover {
    background-color: #F2FDFF;
    color: #212121; }
  .btn--sm {
    height: 1.9375rem;
    font-size: 14px;
    color: #757575;
    font-size: 14px;
    font-weight: 400; }
  .btn--icon {
    gap: 6px; }
    .btn--icon span.icon {
      transition: 0.4s ease; }
    .btn--icon:hover span.icon {
      -webkit-transform: translateX(3px);
              transform: translateX(3px);
      transition: 0.4s ease; }
  .btn--orange {
    background: #FF6C0E;
    color: #fff;
    font-size: 14px; }
    .btn--orange:hover {
      background: #f36106 !important;
      color: #fff; }
  .btn--blue {
    background: #52CEE6;
    color: #fff;
    font-size: 14px; }
    .btn--blue:hover {
      background: #33BDD8;
      color: #fff; }
  .btn--white {
    background: #fff;
    color: #383838;
    font-size: 14px; }
    .btn--white:hover {
      background: #F2FDFF; }
  .btn--border {
    border: 1px solid #e4e4e4;
    color: #757575; }
    .btn--border.white {
      border-color: #fff;
      color: #fff; }
      .btn--border.white:hover {
        background: #F2FDFF;
        color: #757575; }
        .btn--border.white:hover svg path {
          fill: #757575; }
    .btn--border.btn--light {
      border-color: #fff; }
      .btn--border.btn--light:hover {
        background: #F2FDFF; }
  .btn--middle {
    height: 3.4375rem;
    padding: 0 35px; }
  .btn--large {
    height: 3.75rem;
    padding: 0 35px; }
  .btn--flat, .pagination .page-numbers {
    color: #16171B;
    border: 1px solid #ACB5BD;
    font-weight: 400; }
    .btn--flat:hover, .pagination .page-numbers:hover {
      color: #16171B;
      border: 1px solid #16171B; }
  .btn.is-hide, .pagination .is-hide.page-numbers {
    display: none; }
  .btn.is-show, .pagination .is-show.page-numbers {
    display: flex; }
  .btn[disabled], .pagination .page-numbers[disabled], .btn.disabled, .pagination .disabled.page-numbers {
    opacity: .5;
    pointer-events: none; }
  @media screen and (max-width: 1400px) {
    .btn, .pagination .page-numbers {
      font-size: 14px;
      padding: 0 15px; } }
  @media screen and (max-width: 576px) {
    .btn, .pagination .page-numbers {
      font-size: 14px;
      height: 46px;
      padding: 0 15px; } }

h1 {
  font-size: 5.625rem;
  line-height: 100%;
  font-weight: 300;
  margin: 1em 0; }

h2 {
  font-size: 3.75rem;
  line-height: 110%;
  font-weight: 300;
  margin: 1em 0; }

h3 {
  font-size: 1.875rem;
  line-height: 120%;
  font-weight: 700;
  margin: 1em 0; }

h4 {
  font-size: 1.875rem;
  line-height: 120%;
  font-weight: 300;
  margin: 1em 0; }

h5 {
  font-size: 1.5rem;
  line-height: 130%;
  font-weight: 500;
  margin: 1em 0; }

h6 {
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 300;
  margin: 1em 0; }

p,
ol li,
ul li {
  font-size: 1.125rem;
  line-height: 140%; }
  p + img,
  ol li + img,
  ul li + img {
    margin: 6px 0 0; }

b {
  font-weight: 700; }

img + h1,
img + h2,
img + h3,
img + h4,
img + h5,
img + h6,
img + p,
img + ul,
img + ol {
  margin-top: 39px; }

img + small {
  display: block;
  color: #16171B;
  margin: 7px 0 45px;
  text-align: center; }

small {
  font-size: 0.9375rem;
  line-height: 120%; }

blockquote {
  font-size: 1.5rem;
  line-height: 2.1rem;
  margin: 50px 0;
  font-weight: normal;
  padding: 30px 0 50px;
  border-top: 2px solid #212121;
  border-bottom: 2px solid #212121;
  position: relative; }
  blockquote:after {
    content: url("../images/lap.png");
    position: absolute;
    right: 0;
    bottom: 20px; }
  blockquote p {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0; }

ul, ol {
  margin: 0px 0; }
  ul li, ol li {
    position: relative;
    padding-left: 15px; }
    ul li:first-child, ol li:first-child {
      margin-top: 0; }
    ul li:last-child, ol li:last-child {
      margin-bottom: 0; }
  ul + img, ol + img {
    margin: 6px 0 0; }

ol {
  list-style-type: none;
  counter-reset: item; }

.table-wrap {
  overflow-x: auto;
  width: 100%;
  margin: 39px 0; }

table {
  min-width: 500px;
  width: 100%; }
  table th {
    padding: 12px 25px;
    font-size: 1.125rem;
    line-height: 1.8rem;
    font-weight: 600;
    text-align: left;
    border-bottom: 2px solid #212121;
    position: relative; }
    table th:first-child {
      padding-left: 0;
      padding-right: 10px; }
    table th:after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      width: 2px;
      height: 20px;
      background-color: #212121; }
    table th:last-child:after {
      display: none; }
  table td {
    padding: 12px 25px;
    font-size: 0.9375rem;
    line-height: 1.3125rem;
    position: relative; }
    table td:first-child {
      padding-left: 0;
      min-width: 140px;
      padding-right: 10px; }
    table td:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 2px;
      height: 100%;
      background-color: #16171B; }
    table td:last-child:after {
      display: none; }
  table tr:first-child td {
    padding-top: 40px; }
    table tr:first-child td:after {
      height: 80%; }

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 0; }

ul h1,
ul h2,
ul h3,
ul h4,
ul h5,
ul h6,
ul p, ol h1,
ol h2,
ol h3,
ol h4,
ol h5,
ol h6,
ol p, blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6,
blockquote p {
  margin: 0; }

@media screen and (max-width: 1400px) {
  h1 {
    font-size: 3.75rem;
    line-height: 100%; }
  h2 {
    font-size: 2.75rem;
    line-height: 2.9375rem; }
  h3 {
    font-size: 1.625rem;
    line-height: 120%; }
  h4 {
    font-size: 1.5rem;
    line-height: 120%; }
  h5 {
    font-size: 1.25rem;
    line-height: 130%; }
  h6 {
    font-size: 1.25rem;
    line-height: 120%; }
  p,
  ol li,
  ul li {
    font-size: 1rem;
    line-height: 140%; }
  small {
    font-size: 0.875rem;
    line-height: 120%; }
  blockquote {
    font-size: 1.3125rem;
    line-height: 1.8125rem; } }

.header {
  display: block; }

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: -1;
  transition: opacity 0.3s linear;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: #52CEE633; }
  .popup__wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    position: relative;
    padding: 0; }
  .popup__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
    z-index: 2;
    opacity: 0; }
  .popup__inner {
    color: #212121;
    z-index: 5;
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    transition: 0.5s;
    max-width: 415px;
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
    position: relative;
    padding: 40px; }
    @media screen and (max-width: 770px) {
      .popup__inner {
        padding: 20px;
        max-width: 355px; } }
    @media screen and (max-width: 360px) {
      .popup__inner {
        padding: 15px;
        max-width: 300px; } }
    .popup__inner .popup__title {
      font-size: 24px;
      font-weight: 400;
      line-height: 1.2em;
      margin-top: 0; }
    .popup__inner:after {
      content: '';
      width: 100%;
      height: 11px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center; }
  .popup__close {
    cursor: pointer;
    position: absolute;
    top: 37px;
    right: 35px;
    width: 32px;
    height: 32px;
    background: transparent;
    z-index: 5;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease; }
    @media screen and (max-width: 992px) {
      .popup__close {
        top: 18px;
        right: 20px; } }
    @media screen and (max-width: 360px) {
      .popup__close {
        top: 15px;
        right: 15px; } }
    .popup__close svg {
      fill: #212121; }
    .popup__close:hover {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      transition: 0.4s ease; }
  .popup__content {
    width: 100%;
    position: relative; }
  .popup__layout {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
    z-index: 2;
    opacity: 0; }
  .popup.is-show {
    opacity: 1;
    visibility: visible;
    z-index: 100; }
    .popup.is-show .popup__overlay {
      opacity: 0.1;
      transition-delay: 0s; }
    .popup.is-show .popup__inner {
      opacity: 1; }
    .popup.is-show .popup__inner {
      opacity: 1;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
      @media screen and (min-width: 1350px) {
        .popup.is-show .popup__inner {
          -webkit-transform: scale(1.07) !important;
                  transform: scale(1.07) !important; } }
      @media screen and (min-width: 1500px) {
        .popup.is-show .popup__inner {
          -webkit-transform: scale(1.1) !important;
                  transform: scale(1.1) !important; } }
      @media screen and (min-width: 1530px) {
        .popup.is-show .popup__inner {
          -webkit-transform: scale(1.1) !important;
                  transform: scale(1.1) !important; } }
      @media screen and (min-width: 1580px) {
        .popup.is-show .popup__inner {
          -webkit-transform: scale(1.2) !important;
                  transform: scale(1.2) !important; } }
      @media screen and (min-width: 1662px) {
        .popup.is-show .popup__inner {
          -webkit-transform: scale(1.25) !important;
                  transform: scale(1.25) !important; } }
      @media screen and (min-width: 1850px) {
        .popup.is-show .popup__inner {
          -webkit-transform: scale(1.43) !important;
                  transform: scale(1.43) !important; } }
      @media screen and (min-width: 2000px) {
        .popup.is-show .popup__inner {
          -webkit-transform: scale(1.53) !important;
                  transform: scale(1.53) !important; } }
      @media screen and (min-width: 2200px) {
        .popup.is-show .popup__inner {
          -webkit-transform: scale(1.64) !important;
                  transform: scale(1.64) !important; } }
      @media screen and (min-width: 2300px) {
        .popup.is-show .popup__inner {
          -webkit-transform: scale(1.68) !important;
                  transform: scale(1.68) !important; } }
      @media screen and (min-width: 2400px) {
        .popup.is-show .popup__inner {
          -webkit-transform: scale(1.745) !important;
                  transform: scale(1.745) !important; } }

.modal-text {
  width: 100%;
  background-color: #fff;
  border-radius: 50px; }
  .modal-text__content {
    padding: 80px;
    position: relative;
    z-index: 3; }
    @media screen and (max-width: 940px) {
      .modal-text__content {
        padding: 70px; } }

.thank-popup__inner {
  max-width: 450px;
  margin: 0 auto;
  border-radius: 30px;
  width: 100%;
  background-color: #fff;
  padding: 40px 50px;
  text-align: center;
  z-index: 101;
  position: relative;
  background-color: #fff; }

.thank-popup__title {
  margin-top: 0;
  margin-bottom: 20px; }

@media screen and (max-width: 576px) {
  .thank-popup .popup__content {
    display: flex;
    align-items: center; }
  .thank-popup__inner {
    width: 90%;
    padding: 30px 20px; } }

.form-block h2 {
  margin-top: 0; }

.form-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.form-col {
  width: 32%; }
  @media screen and (max-width: 600px) {
    .form-col {
      width: 100%; } }

.form-line {
  width: 100%; }

.form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    .form-bottom {
      flex-direction: column; }
      .form-bottom .btn, .form-bottom .pagination .page-numbers, .pagination .form-bottom .page-numbers {
        width: 100%; }
      .form-bottom .form-checkbox {
        margin-bottom: 20px; } }

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap; }

.breadcrumbs__link {
  display: inline;
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 5px 15px 5px 0;
  transition: .25s;
  text-transform: uppercase;
  color: #757575;
  letter-spacing: -0.06em;
  line-height: 1em;
  text-underline-offset: 4px; }
  .breadcrumbs__link:not(:last-child):after {
    content: '/';
    position: absolute;
    right: -10px; }
  .breadcrumbs__link:hover {
    text-decoration: underline;
    color: #757575; }
  .breadcrumbs__link--back {
    padding-left: 20px;
    font-size: 13px; }
    .breadcrumbs__link--back:before {
      content: '/';
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.breadcrumbs span:hover {
  text-decoration: none; }

@media screen and (max-width: 940px) {
  .breadcrumbs--page .breadcrumbs__link {
    font-size: 0.8125rem; }
    .breadcrumbs--page .breadcrumbs__link:after {
      font-size: inherit; } }

.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.pagination-perpage {
  width: 200px;
  margin-left: 20px; }
  @media screen and (max-width: 1400px) {
    .pagination-perpage .select2-container .select {
      height: 34px; } }
  @media screen and (max-width: 1100px) {
    .pagination-perpage {
      display: none; } }

.pagination {
  display: flex; }
  @media screen and (max-width: 768px) {
    .pagination {
      justify-content: center; } }
  .pagination .page-numbers {
    padding: 0 12px;
    background-color: transparent;
    border: none;
    border-top: 1px solid #E4E4E4;
    border-radius: 0;
    height: 34px;
    min-width: 34px !important;
    width: 34px; }
    .pagination .page-numbers:hover {
      color: #52CEE6 !important;
      border: none;
      border-top: 1px solid #52CEE6; }
      .pagination .page-numbers:hover svg {
        color: #33BDD8; }
    .pagination .page-numbers.active, .pagination .page-numbers.current {
      color: #33BDD8 !important;
      border-top: 1px solid #52CEE6; }
      .pagination .page-numbers.active svg, .pagination .page-numbers.current svg {
        color: #33BDD8; }
  .pagination__showmore {
    width: 100%;
    margin-bottom: 20px;
    display: none;
    align-items: center; }
  .pagination__pages {
    display: flex;
    margin: 0 20px; }
  .pagination__page {
    width: 40px;
    margin-right: 6px; }
    .pagination__page:last-child {
      margin-right: 0; }
    .pagination__page--active, .pagination__page:hover {
      border-color: #F2FDFF;
      color: #000; }
  .pagination__row {
    display: flex;
    justify-content: space-between; }
  @media screen and (max-width: 1400px) {
    .pagination__page {
      width: 34px;
      height: 34px;
      padding: 0; }
    .pagination__btn {
      height: 34px; }
    .pagination--news .pagination-perpage {
      sisplay: none; } }
  @media screen and (max-width: 1170px) {
    .pagination__showmore {
      display: flex; }
    .pagination__row {
      justify-content: space-between; } }
  @media screen and (max-width: 576px) {
    .pagination__prev, .pagination__next {
      display: none; }
    .pagination__pages {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      justify-content: center; }
    .pagination__btn {
      height: 30px;
      font-size: 0.9375rem; }
    .pagination__page {
      flex-grow: 1; } }

.file-upload {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .file-upload__input {
    display: none; }
  .file-upload__btn {
    max-width: 320px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #F2FDFF;
    transition: .25s;
    font-weight: 500;
    color: #000;
    height: 40px;
    border-radius: 3px;
    padding: 0 20px;
    cursor: pointer;
    padding-left: 0; }
    .file-upload__btn span {
      text-decoration: underline;
      color: #33BDD8;
      font-size: 14px;
      text-underline-offset: 4px; }
    .file-upload__btn:hover {
      color: #F2FDFF; }
    .file-upload__btn-icon {
      width: 18px;
      height: 18px;
      margin-right: 7px;
      background: #33BDD8;
      border-radius: 2px;
      display: flex;
      justify-content: center;
      align-items: center; }
  .file-upload__notice {
    margin-top: 10px;
    color: #16171B;
    font-size: 0.9375rem; }
  .file-upload__item {
    display: flex;
    font-size: 0.9375rem;
    margin-bottom: 12px;
    position: relative; }
    .file-upload__item:first-child {
      margin-top: 20px; }
    .file-upload__item:last-child {
      margin-bottom: 0; }
  .file-upload__delete {
    cursor: pointer;
    margin-left: 12px; }

.slider-arrow {
  display: flex;
  justify-content: space-between;
  width: 100px;
  gap: 10px; }
  .slider-arrow__item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    border: 1px solid #E4E4E4;
    flex: none; }
    .slider-arrow__item:hover {
      border-color: #757575; }
      .slider-arrow__item:hover svg path {
        fill: #757575; }
    .slider-arrow__item--prev:hover svg {
      -webkit-transform: translateX(-4px);
              transform: translateX(-4px); }
    .slider-arrow__item--next:hover svg {
      -webkit-transform: translateX(4px);
              transform: translateX(4px); }
  .slider-arrow--line .slider-arrow__item {
    position: absolute;
    bottom: 38%;
    left: 70px;
    z-index: 5; }
    .slider-arrow--line .slider-arrow__item--next {
      right: 70px;
      left: auto; }
  @media screen and (max-width: 1400px) {
    .slider-arrow--line {
      display: none; } }
  @media screen and (max-width: 1400px) {
    .slider-arrow--line-nt {
      display: flex;
      position: absolute;
      top: 0;
      bottom: auto;
      right: 50px;
      width: 132px; }
      .slider-arrow--line-nt .slider-arrow__item {
        position: static;
        -webkit-transform: none;
                transform: none; } }
  @media screen and (max-width: 940px) {
    .slider-arrow__item {
      width: 50px;
      height: 50px; }
    .slider-arrow--line-nt {
      display: none; } }
  @media screen and (max-width: 576px) {
    .slider-arrow__item {
      width: 40px;
      height: 40px; } }

.swiper-pagination-bullet {
  width: 4px !important;
  height: 4px !important;
  background-color: #fff !important;
  opacity: 0.5 !important;
  margin: 0 3 !important; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;
    -webkit-transform: scale(1.8);
            transform: scale(1.8); }

.soc {
  display: flex;
  align-items: center;
  gap: 4px; }
  .soc-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    flex: none;
    position: relative;
    border: 1px solid #E4E4E4;
    border-radius: 5px; }
    .soc-link.soc-link--r svg {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
    .soc-link svg {
      position: relative;
      z-index: 2;
      fill: #212121;
      transition: 0.4s; }
    .soc-link:after {
      content: '';
      width: 40px;
      height: 40px;
      background: linear-gradient(-45deg, transparent 7px, #16171B 7px);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 0;
      transition: 0.25s;
      z-index: 1; }
    .soc-link:hover {
      background-color: #F2FDFF;
      color: #212121; }
  @media screen and (max-width: 1170px) {
    .soc {
      justify-content: center; } }

.parallax {
  transition: all 0.4s ease; }

.pulse {
  left: 135px;
  top: 316px;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

.levitation {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: levitation;
          animation-name: levitation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

.levitation-horizotal {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: levitation_horizotal;
          animation-name: levitation_horizotal;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

.rotation {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: rotation;
          animation-name: rotation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

@-webkit-keyframes levitation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes levitation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  25% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  25% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@-webkit-keyframes levitation_horizotal {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes levitation_horizotal {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85); }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85); }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85); }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85); }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85); }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85); }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85); } }

.animatable {
  visibility: hidden;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.4s ease; }
  .animatable--visible {
    visibility: visible; }

.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px); }
  60% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  80% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px); }
  60% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  80% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); }
  60% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }
  80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); }
  60% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }
  80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes moveUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.animated.animationDelay {
  animation-delay: .4s;
  -webkit-animation-delay: .4s; }

.animated.animationDelayMed {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s; }

.animated.animationDelayLong {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s; }

.animated.fadeBgColor {
  -webkit-animation-name: fadeBgColor;
  animation-name: fadeBgColor; }

.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.animated.moveUp {
  -webkit-animation-name: moveUp;
  animation-name: moveUp; }

/*!
   * Bootstrap Grid v5.3.0 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 770px) {
  .container, .container-sm, .container-md {
    max-width: 770px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 770px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px; }

.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(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%; }

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

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

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

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

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

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

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

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

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

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%; }

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

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 770px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

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

.d-inline-block {
  display: inline-block !important; }

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

.d-grid {
  display: -ms-grid !important;
  display: grid !important; }

.d-inline-grid {
  display: -ms-inline-grid !important;
  display: inline-grid !important; }

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

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

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

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

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

.flex-fill {
  flex: 1 1 auto !important; }

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

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

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

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

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

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

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

.justify-content-between {
  justify-content: space-between !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-end {
  align-items: flex-end !important; }

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

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

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

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

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

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

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  -ms-grid-row-align: auto !important;
      align-self: auto !important; }

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

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  -ms-grid-row-align: center !important;
      align-self: center !important; }

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

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

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

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

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

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

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

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

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

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

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

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

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

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

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important; }

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

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !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; }

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

.mb-auto {
  margin-bottom: auto !important; }

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

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

.ms-2 {
  margin-left: 0.5rem !important; }

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

.ms-4 {
  margin-left: 1.5rem !important; }

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

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

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

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

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

.p-4 {
  padding: 1.5rem !important; }

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

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

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

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

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

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

.pt-0 {
  padding-top: 0 !important; }

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

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

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

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

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

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

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

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

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

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

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

.pb-4 {
  padding-bottom: 1.5rem !important; }

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

.ps-0 {
  padding-left: 0 !important; }

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

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

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

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-sm-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; } }

@media (min-width: 770px) {
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-md-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-lg-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-xl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-xxl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-print-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

@media screen and (max-width: 992px) {
  body {
    overflow-x: hidden;
    width: 100%; } }

body.menu-is-opened {
  height: 100vh;
  overflow: hidden; }

.page {
  overflow: hidden;
  width: 100%;
  -webkit-transform-origin: 50% 0% !important;
          transform-origin: 50% 0% !important; }
  @media screen and (min-width: 1350px) {
    .page {
      -webkit-transform: scale(1.07) !important;
              transform: scale(1.07) !important; } }
  @media screen and (min-width: 1500px) {
    .page {
      -webkit-transform: scale(1.1) !important;
              transform: scale(1.1) !important; } }
  @media screen and (min-width: 1530px) {
    .page {
      -webkit-transform: scale(1.1) !important;
              transform: scale(1.1) !important; } }
  @media screen and (min-width: 1580px) {
    .page {
      -webkit-transform: scale(1.2) !important;
              transform: scale(1.2) !important; } }
  @media screen and (min-width: 1662px) {
    .page {
      -webkit-transform: scale(1.25) !important;
              transform: scale(1.25) !important; } }
  @media screen and (min-width: 1850px) {
    .page {
      -webkit-transform: scale(1.43) !important;
              transform: scale(1.43) !important; } }
  @media screen and (min-width: 2000px) {
    .page {
      -webkit-transform: scale(1.53) !important;
              transform: scale(1.53) !important; } }
  @media screen and (min-width: 2200px) {
    .page {
      -webkit-transform: scale(1.64) !important;
              transform: scale(1.64) !important; } }
  @media screen and (min-width: 2300px) {
    .page {
      -webkit-transform: scale(1.68) !important;
              transform: scale(1.68) !important; } }
  @media screen and (min-width: 2400px) {
    .page {
      -webkit-transform: scale(1.745) !important;
              transform: scale(1.745) !important; } }

.container {
  max-width: 94%;
  margin: 0 auto; }
  @media screen and (max-width: 1170px) {
    .container {
      max-width: 97%; } }
  @media screen and (max-width: 770px) {
    .container {
      max-width: 100%;
      padding-left: 12px;
      padding-right: 12px; } }
  @media screen and (min-width: 1300px) {
    .container {
      max-width: 1280px; } }

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }
  header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1000; }

.header-row {
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  justify-content: space-between;
  align-items: center; }

.logo.logo--text {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #757575; }
  @media screen and (max-width: 770px) {
    .logo.logo--text {
      gap: 10px; } }
  @media screen and (max-width: 1170px) {
    .logo.logo--text img {
      width: 219px; } }
  @media screen and (max-width: 770px) {
    .logo.logo--text img {
      width: 195px; } }
  @media screen and (max-width: 370px) {
    .logo.logo--text img {
      width: 145px; } }
  .logo.logo--text h1 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: -0.04em;
    width: 107px;
    margin-bottom: 0;
    margin-top: 0;
    opacity: 0.6; }
    @media screen and (max-width: 770px) {
      .logo.logo--text h1 {
        font-size: 11px; } }
    @media screen and (max-width: 370px) {
      .logo.logo--text h1 {
        font-size: 10px; } }

.header-col--menu {
  margin-left: auto; }

.header-col--action {
  margin-left: auto; }

.main {
  padding-top: 44px; }
  @media screen and (max-width: 1170px) {
    .main.main--fp {
      padding-top: 114px; } }
  @media screen and (max-width: 770px) {
    .main.main--fp {
      padding-top: 47px; } }
  @media screen and (max-width: 770px) {
    .main {
      padding-top: 47px; } }

@media screen and (max-width: 880px) {
  .menu-wrap {
    display: none; } }

.main-menu {
  display: flex;
  gap: 20px;
  margin: 0; }
  @media screen and (max-width: 770px) {
    .main-menu {
      gap: 18px; } }
  .main-menu li {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
    .main-menu li a {
      color: #383838;
      font-size: 14px; }
      .main-menu li a:hover {
        text-decoration: underline;
        text-underline-offset: 3px; }

.burger-btn {
  display: flex;
  align-items: center;
  gap: 13px;
  border-radius: 4px;
  background: #375d77;
  padding: 8px 12px;
  margin-left: 4px;
  height: 31px;
  -webkit-transform: 0.4s ease;
          transform: 0.4s ease; }
  @media screen and (max-width: 375px) {
    .burger-btn {
      padding: 4px 6px;
      margin-left: 4px;
      height: 25px; } }
  .burger-btn:hover {
    background: #33bdd8;
    -webkit-transform: 0.4s ease;
            transform: 0.4s ease;
    cursor: pointer; }
  .burger-btn .burger-btn__label {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px; }

.burger {
  width: 13px;
  flex: none;
  height: 12px;
  position: relative;
  cursor: pointer;
  z-index: 200;
  margin-left: 3px;
  z-index: 0; }
  .burger__line {
    background: #fff;
    height: 1px;
    border-radius: 2px;
    transition: 0.5s;
    width: 100%;
    position: absolute; }
    .burger__line:first-child {
      top: 1px; }
    .burger__line:nth-child(2) {
      top: 6px; }
    .burger__line:last-child {
      bottom: 0; }
  .burger_active .burger__line:first-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 12px; }
  .burger_active .burger__line:nth-child(2) {
    opacity: 0; }
  .burger_active .burger__line:last-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: 10px; }

.bpad {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (max-width: 1170px) {
    .bpad {
      padding-top: 30px;
      padding-bottom: 30px; } }

.banner {
  padding-top: 10px;
  z-index: 0;
  padding-bottom: 65px; }
  @media screen and (max-width: 992px) {
    .banner {
      padding-top: 75px; } }
  @media screen and (max-width: 770px) {
    .banner {
      padding-top: 55px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 370px) {
    .banner {
      padding-top: 34px; } }
  .banner .container {
    position: relative; }

.banner-title {
  font-size: 48px;
  line-height: 1em;
  position: relative;
  margin-top: 75px;
  min-height: 144px;
  letter-spacing: -0.04em; }
  @media screen and (max-width: 1180px) {
    .banner-title {
      font-size: 43px; } }
  @media screen and (max-width: 1170px) {
    .banner-title {
      margin-top: 75px; } }
  @media screen and (max-width: 992px) {
    .banner-title {
      margin-top: 0; } }
  @media screen and (max-width: 880px) {
    .banner-title {
      font-size: 48px; } }
  @media screen and (max-width: 420px) {
    .banner-title {
      font-size: 48px; } }
  @media screen and (max-width: 400px) {
    .banner-title {
      font-size: 48px; } }
  @media screen and (max-width: 360px) {
    .banner-title {
      font-size: 38px; } }
  .banner-title span {
    color: #33bdd8;
    position: relative; }
    @media screen and (max-width: 460px) {
      .banner-title span {
        position: initial; } }
  .banner-title span.abs {
    position: absolute;
    font-size: 14px;
    color: #383838;
    line-height: 1.2em;
    right: -160px;
    width: 144px;
    bottom: 6px;
    letter-spacing: -0.04em;
    padding: 7px 14px;
    background: #F2FDFF;
    border-radius: 4px; }
    @media screen and (max-width: 768px) {
      .banner-title span.abs {
        right: -70px;
        top: -38px;
        bottom: auto; } }
    @media screen and (max-width: 450px) {
      .banner-title span.abs {
        top: 54px;
        bottom: auto;
        right: 0; } }
    @media screen and (max-width: 360px) {
      .banner-title span.abs {
        font-size: 12px;
        top: 39px;
        bottom: auto;
        right: -19px;
        padding: 5px 10px; } }

.banner__img {
  position: absolute;
  left: -57px;
  top: 7px;
  z-index: -1; }
  .banner__img::before {
    content: '';
    left: 0;
    top: 0;
    width: 50px;
    height: 77px;
    position: absolute;
    z-index: 1;
    background: #fff;
    display: none; }
    @media screen and (max-width: 770px) {
      .banner__img::before {
        display: block; } }
  @media screen and (max-width: 1170px) {
    .banner__img {
      left: -88px; } }
  @media screen and (max-width: 992px) {
    .banner__img {
      top: -60px; } }
  @media screen and (max-width: 920px) {
    .banner__img {
      left: -132px;
      top: -42px; } }
  @media screen and (max-width: 770px) {
    .banner__img {
      position: relative;
      left: -20px;
      top: 0px; } }
  .banner__img img {
    max-width: 2263px; }
    @media screen and (max-width: 770px) {
      .banner__img img {
        width: 1724px;
        max-width: 2544px;
        left: -100px;
        margin-left: -68px; } }

.banner-items {
  display: flex;
  margin-top: 150px;
  width: 584px; }
  @media screen and (max-width: 770px) {
    .banner-items {
      margin-top: 60px;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%; } }
  .banner-items .banner-item {
    padding-left: 17px;
    padding-right: 17px;
    position: relative; }
    @media screen and (max-width: 770px) {
      .banner-items .banner-item {
        width: 49%;
        padding-left: 0;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 20px; } }
    .banner-items .banner-item:first-child {
      padding-left: 0; }
    .banner-items .banner-item:last-child:after {
      display: none; }
      @media screen and (max-width: 770px) {
        .banner-items .banner-item:last-child:after {
          display: block; } }
    .banner-items .banner-item:after {
      position: absolute;
      content: '';
      right: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background: #E4E4E4; }
      @media screen and (max-width: 770px) {
        .banner-items .banner-item:after {
          width: 100%;
          height: 1px;
          left: 0;
          top: -1px; } }
    .banner-items .banner-item .banner-item__count {
      font-size: 40px;
      color: #33BDD8;
      letter-spacing: -0.06em;
      line-height: 1em; }
      @media screen and (max-width: 880px) {
        .banner-items .banner-item .banner-item__count {
          font-size: 29px; } }
      @media screen and (max-width: 1170px) {
        .banner-items .banner-item .banner-item__count {
          font-size: 32px; } }
    .banner-items .banner-item .banner-item__label {
      font-size: 20px;
      padding-top: 10px;
      color: #757575; }
      @media screen and (max-width: 880px) {
        .banner-items .banner-item .banner-item__label {
          font-size: 17px; } }
      @media screen and (max-width: 770px) {
        .banner-items .banner-item .banner-item__label {
          font-size: 20px;
          padding-top: 5px; } }

.box-title {
  font-size: 32px;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: -0.04em;
  color: #383838; }
  @media screen and (max-width: 770px) {
    .box-title {
      margin-left: -2px; } }
  @media screen and (max-width: 360px) {
    .box-title {
      font-size: 28px; } }
  .box-title--50 {
    max-width: 50%; }
  .box-title span {
    color: #33bdd8;
    line-height: 120%; }
  @media screen and (max-width: 770px) {
    .box-title br {
      content: '';
      display: none; } }

@media screen and (max-width: 770px) {
  .box-title--career span {
    display: block; } }

.box-header {
  padding-bottom: 15px; }
  .box-header.box-header--row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 770px) {
      .box-header.box-header--row .subtitle {
        order: 1; } }
    @media screen and (max-width: 770px) {
      .box-header.box-header--row .box-title {
        order: 2; } }
    @media screen and (max-width: 770px) {
      .box-header.box-header--row {
        flex-direction: column; } }
  .box-header.box-header--line {
    border-bottom: 1px solid #E4E4E4; }

.subtitle {
  text-transform: uppercase;
  font-size: 14px;
  color: #757575;
  letter-spacing: -0.06em;
  margin-top: 8px;
  border-bottom: 1px solid #fff;
  transition: 0.4s ease; }
  .subtitle.subtitle--icon {
    display: flex;
    align-items: center;
    gap: 5px; }
    .subtitle.subtitle--icon:hover {
      color: #757575;
      border-bottom: 1px solid #757575;
      transition: 0.4s ease; }
  @media screen and (max-width: 770px) {
    .subtitle {
      margin-bottom: 5px;
      margin-top: 0; } }

.arrow-list {
  margin: 0; }
  .arrow-list.arrow-list--big li {
    font-size: 20px;
    line-height: 1em;
    padding-top: 2px;
    padding-bottom: 2px; }
    .arrow-list.arrow-list--big li::before {
      top: 1px; }
  .arrow-list li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    color: #757575; }
    .arrow-list li::before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 0px;
      width: 10px;
      height: 22px;
      background: url("../images/arrow-right.svg") no-repeat center; }
  .arrow-list--lines li {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #E4E4E4;
    line-height: 1.2em; }
    .arrow-list--lines li::before {
      top: 8px; }
    .arrow-list--lines li:first-child {
      border-top: 1px solid #E4E4E4; }

.box-desc {
  font-size: 20px;
  color: #757575;
  line-height: 1.2em;
  letter-spacing: -0.06em; }

.direction-items {
  margin-top: 30px; }
  @media screen and (max-width: 770px) {
    .direction-items {
      margin-top: 0; } }
  .direction-items .col-md-6:nth-child(2) .direction-item .direction-item__link {
    background-color: #FF6C0E; }

.direction-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .direction-item .direction-item__overlink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block; }
  .direction-item:hover .direction-item__link {
    bottom: 20px;
    transition: 0.4s ease; }
  @media screen and (max-width: 770px) {
    .direction-item {
      margin-bottom: 40px; } }
  .direction-item:last-child {
    margin-bottom: 0; }
  .direction-item__img {
    position: relative;
    height: 423px;
    overflow: hidden;
    position: relative;
    border-radius: 4px; }
    @media screen and (max-width: 770px) {
      .direction-item__img {
        margin-top: 50px; } }
    .direction-item__img:hover .direction-item__img__link {
      opacity: 1; }
  .direction-item__img img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%; }
  .direction-item__link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: opacity 0.3s ease;
    bottom: -50px;
    transition: 0.4s ease; }
    .direction-item__link.blue {
      background-color: #33bdd8; }
    .direction-item__link.orange {
      background-color: #FF6C0E; }
  .direction-item__top {
    padding-top: 21px;
    display: flex;
    justify-content: space-between;
    padding-right: 32px;
    align-items: flex-start;
    min-height: 90px; }
    @media screen and (max-width: 1170px) {
      .direction-item__top {
        min-height: 90px; } }
    @media screen and (max-width: 770px) {
      .direction-item__top {
        padding-right: 0;
        min-height: auto; } }
  .direction-item__label {
    display: block;
    font-size: 24px;
    color: #383838;
    line-height: 1.2em;
    padding-right: 20px;
    flex: 1; }
  .direction-item__title {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1.2em;
    color: #757575;
    margin-top: 0;
    flex: 1;
    max-width: 245px;
    min-height: 72px;
    padding-top: 5px; }
  .direction-item__body {
    padding: 0px; }
  .direction-item__list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 28px; }
    @media screen and (max-width: 1170px) {
      .direction-item__list {
        margin-top: 15px; } }
    .direction-item__list li {
      padding-bottom: 10px;
      padding-top: 10px;
      border-bottom: 1px solid #E4E4E4;
      position: relative;
      padding-left: 16px;
      font-size: 14px;
      margin-bottom: 0;
      margin-top: 0;
      color: #757575;
      font-size: 14px;
      line-height: 1.2em;
      letter-spacing: -0.04em; }
      @media screen and (max-width: 770px) {
        .direction-item__list li {
          padding-left: 15px; } }
      .direction-item__list li::before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        top: 15px;
        width: 10px;
        height: 10px;
        background: url("../images/arrow-right.svg") no-repeat center; }
      .direction-item__list li:first-child {
        border-top: 1px solid #E4E4E4; }

.intouch {
  margin-top: 40px; }
  @media screen and (max-width: 770px) {
    .intouch {
      margin-top: 0; } }
  .intouch .intouch-wrap {
    padding: 30px;
    background: #F2FDFF;
    border-radius: 6px;
    overflow: hidden; }
    @media screen and (max-width: 770px) {
      .intouch .intouch-wrap {
        padding: 15px;
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 60px; } }
  .intouch .box-desc {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 393px;
    letter-spacing: -0.06; }
    @media screen and (max-width: 770px) {
      .intouch .box-desc {
        font-size: 20px;
        color: #757575;
        margin-top: 74px;
        max-width: 309px; } }

.intouch-content {
  height: 100%;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 992px) {
    .intouch-content {
      padding-right: 10px; } }

@media screen and (max-width: 992px) {
  .form--action .form__title {
    margin-top: 47px; } }

@media screen and (max-width: 770px) {
  .form--action .form__title {
    margin-top: 0; } }

.w-100 {
  width: 100%; }

.form {
  width: 334px;
  position: relative; }
  .form.form--icon {
    margin-right: 55px; }
    .form.form--icon .form-elem {
      position: absolute;
      right: -58px;
      bottom: -2px; }
      @media screen and (max-width: 1170px) {
        .form.form--icon .form-elem {
          display: none; } }
  @media screen and (max-width: 770px) {
    .form {
      width: 100%; } }
  .form .form-checkbox {
    padding-left: 23px;
    margin-left: 0px;
    margin-bottom: 30px !important; }
    @media screen and (max-width: 360px) {
      .form .form-checkbox {
        margin-left: 0; } }
  .form .form-checkbox__text {
    font-size: 12px;
    letter-spacing: -0.04em;
    line-height: 1.2em; }
    @media screen and (max-width: 360px) {
      .form .form-checkbox__text {
        font-size: 11px; } }
  .form .form__title {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 30px;
    color: #383838; }
  @media screen and (max-width: 770px) {
    .form .btn, .form .pagination .page-numbers, .pagination .form .page-numbers {
      height: 46px; } }

.partners {
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .partners {
      padding-bottom: 100px; } }
  .partners .box-btm {
    margin-top: 30px; }
    .partners .box-btm .btn, .partners .box-btm .pagination .page-numbers, .pagination .partners .box-btm .page-numbers {
      min-width: 154px; }
  .partners .swiper-wrapper {
    transition-timing-function: linear !important; }
    .partners .swiper-wrapper .swiper-slide {
      width: auto; }

.partner-items-wrap {
  position: relative;
  margin-top: 35px; }

.partner-items {
  display: flex;
  gap: 8px;
  position: absolute;
  top: 0; }

.partner-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 10px;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  transition: all 0.3s ease;
  width: 100%;
  height: 155px;
  padding-bottom: 30px; }
  @media screen and (max-width: 770px) {
    .partner-item {
      height: 135px;
      padding: 8px  10px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 400px) {
    .partner-item {
      height: 105px;
      padding: 8px  10px;
      padding-bottom: 30px; } }
  .partner-item.partner-item--big {
    width: 100%; }
  .partner-item__top {
    font-weight: 400;
    margin-bottom: 10px;
    color: #757575;
    font-size: 10px;
    text-align: left;
    line-height: 1em;
    display: inline-block;
    padding: 3px 4px;
    background: #F2FDFF;
    align-self: flex-start;
    border-radius: 2px; }
    @media screen and (max-width: 770px) {
      .partner-item__top {
        font-size: 9px; } }
  .partner-item__img {
    margin-bottom: 15px;
    text-align: center;
    margin-top: 15px; }
    @media screen and (max-width: 770px) {
      .partner-item__img {
        margin-top: 0;
        margin-bottom: 0;
        height: 50px; } }
    .partner-item__img img {
      max-width: 100%;
      height: auto; }
      @media screen and (max-width: 770px) {
        .partner-item__img img {
          max-width: auto;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; } }
  .partner-item__btm {
    font-size: 10px;
    color: #666;
    text-align: right;
    margin-top: 10px;
    padding: 3px 4px;
    background: #F2FDFF;
    position: absolute;
    right: 14px;
    bottom: 14px;
    border-radius: 2px;
    line-height: 1em; }
    @media screen and (max-width: 770px) {
      .partner-item__btm {
        font-size: 7px;
        right: 8px;
        bottom: 8px; } }

@media screen and (max-width: 992px) {
  .products-items .products-item:nth-child(3) .products-item__name {
    width: 360px;
    position: relative; }
    .products-items .products-item:nth-child(3) .products-item__name span {
      position: absolute;
      z-index: 10;
      top: 3px;
      left: 100%; } }

@media screen and (max-width: 770px) {
  .products-items .products-item:nth-child(3) .products-item__name {
    width: auto;
    position: relative; }
    .products-items .products-item:nth-child(3) .products-item__name span {
      position: relative;
      z-index: 10;
      top: auto;
      left: auto; } }

@media screen and (max-width: 992px) {
  .products-items .products-item:nth-child(5) .products-item__name {
    width: 360px;
    position: relative; }
    .products-items .products-item:nth-child(5) .products-item__name span {
      position: absolute;
      z-index: 10;
      left: 89%;
      top: 16px; } }

@media screen and (max-width: 770px) {
  .products-items .products-item:nth-child(5) .products-item__name {
    width: auto;
    position: relative; }
    .products-items .products-item:nth-child(5) .products-item__name span {
      position: relative;
      z-index: 10;
      top: auto;
      left: auto; } }

@media screen and (max-width: 992px) {
  .products-items .products-item:nth-child(6) .products-item__name {
    width: 320px;
    position: relative; }
    .products-items .products-item:nth-child(6) .products-item__name span {
      position: absolute;
      z-index: 10;
      top: 20px;
      left: 100%; } }

@media screen and (max-width: 770px) {
  .products-items .products-item:nth-child(6) .products-item__name {
    width: auto;
    position: relative; }
    .products-items .products-item:nth-child(6) .products-item__name span {
      position: relative;
      z-index: 10;
      top: auto;
      left: auto; } }

.products-item {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #E4E4E4;
  margin-bottom: 20px;
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .products-item .col-md-5 {
      width: 385px; } }
  @media screen and (max-width: 770px) {
    .products-item .col-md-5 {
      width: 100%; } }
  @media screen and (max-width: 1170px) {
    .products-item {
      padding-right: 0px; } }
  @media screen and (max-width: 770px) {
    .products-item {
      padding: 0;
      border: none; } }
  .products-item .products-item__accent {
    padding: 20px;
    border-radius: 3px;
    max-width: 346px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (max-width: 770px) {
      .products-item .products-item__accent {
        max-width: 100%; } }
    .products-item .products-item__accent.blue {
      background: #CBF0F7;
      height: 216px; }
      @media screen and (max-width: 770px) {
        .products-item .products-item__accent.blue {
          height: auto; } }
    .products-item .products-item__accent.gray {
      background: #E4E4E4; }
      .products-item .products-item__accent.gray .products-item__option::before {
        background: #FBFBFB; }
      .products-item .products-item__accent.gray .products-item__option:last-child::before {
        display: none; }
    .products-item .products-item__accent.dblue {
      background: #33BDD8; }
      @media screen and (max-width: 770px) {
        .products-item .products-item__accent.dblue .products-item__option__name {
          color: #fff; } }
      @media screen and (max-width: 770px) {
        .products-item .products-item__accent.dblue .products-item__option__desc {
          color: #CBF0F7; } }
      .products-item .products-item__accent.dblue .products-item__title {
        color: #fff; }
    .products-item .products-item__accent .products-item__title {
      font-size: 24px;
      line-height: 1.2em;
      letter-spacing: -0.02em;
      max-width: 240px;
      margin-top: 0; }
    @media screen and (max-width: 770px) {
      .products-item .products-item__accent .products-item__btm {
        display: block;
        margin-top: 60px; } }
    .products-item .products-item__accent .products-item__btm a.btn, .products-item .products-item__accent .products-item__btm .pagination a.page-numbers, .pagination .products-item .products-item__accent .products-item__btm a.page-numbers {
      width: 100%;
      max-width: 100%; }

@media screen and (max-width: 992px) {
  .products-item--sm .col-md-5 {
    width: 370px; } }

@media screen and (max-width: 770px) {
  .products-item--sm .col-md-5 {
    width: 100%; } }

.products-item__options {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 770px) {
    .products-item__options {
      max-width: 80%; } }
  .products-item__options .products-item__option {
    width: 50%;
    padding-bottom: 30px;
    padding-top: 0px;
    position: relative;
    padding-left: 30px;
    padding-right: 25px;
    padding-top: 10px; }
    @media screen and (max-width: 1170px) {
      .products-item__options .products-item__option {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 992px) {
      .products-item__options .products-item__option {
        padding-top: 0;
        width: 46%; } }
    @media screen and (max-width: 770px) {
      .products-item__options .products-item__option {
        width: 100%;
        padding-left: 0;
        margin-bottom: 0px;
        padding: 20px;
        padding-left: 0; } }
    .products-item__options .products-item__option:nth-child(1) {
      padding-left: 0px; }
    .products-item__options .products-item__option:nth-child(2n) {
      padding-right: 0px; }
      .products-item__options .products-item__option:nth-child(2n)::after {
        display: none; }
    .products-item__options .products-item__option:nth-child(3n) {
      padding-top: 25px;
      padding-bottom: 10px;
      padding-left: 0; }
      @media screen and (max-width: 770px) {
        .products-item__options .products-item__option:nth-child(3n) {
          padding-bottom: 20px; } }
      .products-item__options .products-item__option:nth-child(3n)::before {
        display: none; }
        @media screen and (max-width: 770px) {
          .products-item__options .products-item__option:nth-child(3n)::before {
            display: block; } }
    .products-item__options .products-item__option:nth-child(4n) {
      padding-top: 25px;
      padding-bottom: 10px; }
      .products-item__options .products-item__option:nth-child(4n)::before {
        display: none; }
    .products-item__options .products-item__option::before {
      content: '';
      left: 6%;
      bottom: 0;
      position: absolute;
      width: 87%;
      height: 1px;
      background: #E4E4E4; }
      @media screen and (max-width: 770px) {
        .products-item__options .products-item__option::before {
          width: 100%;
          left: 0; } }
    .products-item__options .products-item__option::after {
      content: '';
      right: 0;
      bottom: 10%;
      position: absolute;
      width: 1px;
      height: 80%;
      background: #E4E4E4; }
      @media screen and (max-width: 770px) {
        .products-item__options .products-item__option::after {
          display: none; } }
    .products-item__options .products-item__option .products-item__option__name {
      font-weight: 400;
      font-size: 20px;
      line-height: 120%;
      letter-spacing: -0.06em;
      color: #383838;
      padding-bottom: 20px; }
    .products-item__options .products-item__option .products-item__option__desc {
      font-size: 14px;
      line-height: 1.2em;
      color: #757575;
      letter-spacing: -0.04em; }
      @media screen and (max-width: 992px) {
        .products-item__options .products-item__option .products-item__option__desc {
          width: 252px; } }
      @media screen and (max-width: 770px) {
        .products-item__options .products-item__option .products-item__option__desc {
          max-width: 205px;
          width: auto; } }

.accent-box {
  border-radius: 6px;
  padding: 30px;
  background: #FF6C0E; }
  .accent-box .btn, .accent-box .pagination .page-numbers, .pagination .accent-box .page-numbers {
    width: 223px; }
  @media screen and (max-width: 770px) {
    .accent-box {
      padding: 20px 20px; } }
  .accent-box .accent-box__title {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff79;
    max-width: 496px; }
  .accent-box .accent-box__note {
    color: #fff;
    font-size: 14px;
    margin-top: 114px;
    letter-spacing: -0.04em;
    line-height: 1.2em;
    font-weight: 400;
    opacity: 0.8; }
    @media screen and (max-width: 770px) {
      .accent-box .accent-box__note {
        margin-top: 44px; } }
    .accent-box .accent-box__note.big {
      font-size: 20px; }
  .accent-box .accent-box__sm {
    font-size: 14px;
    max-width: 200px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #fff;
    margin-top: 110px;
    opacity: 0.8; }
    @media screen and (max-width: 770px) {
      .accent-box .accent-box__sm {
        max-width: 100%; } }
  .accent-box .accent-box__btm {
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    @media screen and (max-width: 770px) {
      .accent-box .accent-box__btm a {
        width: 100%; } }

.team-items {
  display: flex;
  padding-left: 15px;
  margin-top: 30px; }
  @media screen and (max-width: 770px) {
    .team-items {
      padding-left: 0; } }
  .team-items .team-item {
    flex: none;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    border: 1px solid #E4E4E4;
    margin-left: -15px; }
    @media screen and (max-width: 1170px) {
      .team-items .team-item {
        width: 53px;
        height: 53px;
        margin-left: -7px; } }
    @media screen and (max-width: 770px) {
      .team-items .team-item {
        width: 58px;
        height: 58px;
        margin-left: -5px; } }
  @media screen and (max-width: 770px) and (max-width: 360px) {
    .team-items .team-item {
      width: 50px;
      height: 50px; } }
    .team-items .team-item.team-item--num {
      background: #F2FDFF;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #33BDD8;
      font-size: 32px;
      letter-spacing: -0.04em; }
      @media screen and (max-width: 1170px) {
        .team-items .team-item.team-item--num {
          font-size: 18px; } }
    .team-items .team-item.team-item--icon {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff; }
    .team-items .team-item img {
      width: 100%; }

.inclusions {
  margin-top: 58px; }
  .inclusions .arrow-list {
    margin: 0; }
    .inclusions .arrow-list li::before {
      width: 14px;
      background: url("../images/arrow-right.svg") no-repeat center;
      background-size: 14px;
      top: 3px; }
  .inclusions .btn, .inclusions .pagination .page-numbers, .pagination .inclusions .page-numbers {
    margin-bottom: -10px; }
    @media screen and (max-width: 770px) {
      .inclusions .btn, .inclusions .pagination .page-numbers, .pagination .inclusions .page-numbers {
        max-width: 100%;
        width: 100%; } }

@media screen and (max-width: 770px) {
  .inclusions__list-wrap {
    padding-bottom: 40px !important; } }

.bt30 {
  border-top: 1px solid #E4E4E4;
  padding-top: 30px; }

.bt15 {
  border-top: 1px solid #E4E4E4;
  padding-top: 15px; }

.bb30 {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 30px; }

.bb15 {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 15px; }

.pt30 {
  padding-top: 30px; }

.pb30 {
  padding-bottom: 30px; }

.career .btn, .career .pagination .page-numbers, .pagination .career .page-numbers {
  min-width: 208px; }

@media screen and (max-width: 768px) {
  .career .box-title {
    max-width: 229px; } }

.career .box-desc {
  max-width: 406px; }

@media screen and (max-width: 768px) {
  .career .accent-box {
    padding: 20px 10px !important; } }

.career .career-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  border-bottom: 1px solid #E4E4E4; }
  @media screen and (max-width: 768px) {
    .career .career-left {
      padding-bottom: 0; } }
  .career .career-left .box-desc {
    margin-top: auto; }

.inclusions__note {
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 1.2em;
  color: #757575;
  letter-spacing: -0.06em; }
  @media screen and (max-width: 770px) {
    .inclusions__note br {
      content: '';
      display: none; } }

.align-items-end {
  align-items: flex-end; }

@media screen and (max-width: 770px) {
  .action {
    margin-top: 40px; } }

.action .action-img img {
  width: 570px;
  max-width: 570px; }
  @media screen and (max-width: 770px) {
    .action .action-img img {
      margin-left: -30px;
      margin-top: 20px; } }

@media screen and (max-width: 992px) {
  .action .action-img.action-img--full {
    height: 250px; } }

.action .box-desc {
  max-width: 490px;
  margin-top: 30px;
  margin-bottom: 30px; }
  .action .box-desc.box-desc--sm {
    max-width: 430px;
    margin-top: 0;
    margin-bottom: 0; }

.action .action-content {
  padding-left: 30px;
  padding-top: 30px; }
  @media screen and (max-width: 992px) {
    .action .action-content {
      padding-left: 0; } }
  @media screen and (max-width: 770px) {
    .action .action-content {
      padding-left: 0;
      padding-top: 0; } }

.action .action__row {
  background: #F2FDFF;
  border-radius: 6px;
  overflow: hidden; }
  .action .action__row.action__row--nbg {
    overflow: hidden;
    background: #F2FDFF; }

.action .btn, .action .pagination .page-numbers, .pagination .action .page-numbers {
  min-width: 188px; }
  @media screen and (max-width: 770px) {
    .action .btn, .action .pagination .page-numbers, .pagination .action .page-numbers {
      width: 100%; } }

.action--career .action__row {
  padding: 30px; }

.action--career .action-img {
  border-radius: 6px;
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .action--career .action-img {
      width: 345px;
      height: 250px;
      margin-top: 80px; } }
  @media screen and (max-width: 992px) {
    .action--career .action-img img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; } }

@media screen and (max-width: 992px) {
  .action--career .col-md-6:first-child {
    width: 56%; } }

@media screen and (max-width: 992px) {
  .action--career .col-md-6:last-child {
    width: 44%; } }

.action-wrap {
  padding: 30px;
  background: #F2FDFF;
  border-radius: 6px;
  overflow: hidden; }
  @media screen and (max-width: 770px) {
    .action-wrap {
      padding: 10px; } }

br.ismob {
  content: "\A" !important;
  display: block; }
  @media screen and (min-width: 770px) {
    br.ismob {
      content: "";
      display: none; } }

@media screen and (max-width: 770px) {
  br.ispc {
    content: "";
    display: none; } }

@media screen and (max-width: 770px) {
  .blog {
    padding-bottom: 100px;
    margin-top: 40px; } }

.blog .btn, .blog .pagination .page-numbers, .pagination .blog .page-numbers {
  min-width: 181px; }
  @media screen and (max-width: 770px) {
    .blog .btn, .blog .pagination .page-numbers, .pagination .blog .page-numbers {
      min-width: 50%; } }

.blog .pagination__btn {
  min-width: auto;
  width: 34px;
  color: #757575; }

@media screen and (max-width: 770px) {
  .blog--page {
    padding-bottom: 50px; } }

.blog--fp {
  margin-top: 60px; }
  @media screen and (max-width: 992px) {
    .blog--fp {
      margin-top: 60px;
      margin-bottom: 60px;
      padding-bottom: 0; } }
  @media screen and (max-width: 770px) {
    .blog--fp {
      margin-top: 40px;
      margin-bottom: 40px; } }

.cat-items {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 30px; }
  @media screen and (max-width: 992px) {
    .cat-items {
      width: 100%; } }
  .cat-items .cat-item {
    padding: 6px 24px;
    border: 1px solid #E4E4E4;
    border-radius: 2px;
    font-size: 14px;
    color: #757575;
    transition: 0.4s ease; }
    @media screen and (max-width: 770px) {
      .cat-items .cat-item {
        padding: 7px 24px; } }
    .cat-items .cat-item:hover {
      background: #52CEE6;
      color: #fff;
      transition: 0.4s ease; }
    .cat-items .cat-item.active {
      background: #52CEE6;
      color: #fff; }

@media screen and (max-width: 992px) {
  .blog--fp .blog .col-md-4:nth-child(1) {
    width: 29.85%; } }

@media screen and (max-width: 770px) {
  .blog--fp .blog .col-md-4:nth-child(1) {
    width: 100%; } }

@media screen and (max-width: 992px) {
  .blog--fp .blog .col-md-4:nth-child(2) {
    width: 29.85%; } }

@media screen and (max-width: 770px) {
  .blog--fp .blog .col-md-4:nth-child(2) {
    width: 100%; } }

@media screen and (max-width: 992px) {
  .blog--fp .blog .col-md-4:nth-child(3) {
    flex: 1; } }

@media screen and (max-width: 770px) {
  .blog--fp .blog .col-md-4:nth-child(3) {
    width: 100%; } }

.blog-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  margin-bottom: 35px;
  position: relative; }
  .blog-item .blog-item__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
  @media screen and (max-width: 770px) {
    .blog-item {
      margin-bottom: 35px; } }
  .blog-item__img {
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
    overflow: hidden; }
    @media screen and (max-width: 992px) {
      .blog-item__img {
        height: 308px; } }
    .blog-item__img img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      height: auto; }
      @media screen and (max-width: 992px) {
        .blog-item__img img {
          height: 100%; } }
  .blog-item__name {
    border-top: 1px solid #E4E4E4;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    color: #383838;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: -0.04em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 83px;
    -webkit-line-clamp: 3; }
    @media screen and (max-width: 992px) {
      .blog-item__name {
        max-width: 278px; } }
    @media screen and (max-width: 770px) {
      .blog-item__name {
        max-width: 100%; } }
    .blog-item__name a {
      display: block;
      font-size: 20px;
      color: #383838;
      text-decoration: none;
      line-height: 1.2em;
      letter-spacing: -0.04em; }
  .blog-item__date {
    padding: 0 0px;
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
    display: block;
    line-height: 1.2em;
    letter-spacing: -0.04em; }
  .blog-item__desc {
    line-height: 1.2em;
    letter-spacing: -0.04em;
    font-size: 14px;
    color: #757575;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden; }
    @media screen and (max-width: 992px) {
      .blog-item__desc {
        max-width: 278px; } }
    @media screen and (max-width: 770px) {
      .blog-item__desc {
        margin-bottom: 20px;
        max-width: 100%; } }
  .blog-item.blog-item--big .blog-item__img {
    height: 540px; }
    @media screen and (max-width: 992px) {
      .blog-item.blog-item--big .blog-item__img {
        height: 318px; } }
    @media screen and (max-width: 770px) {
      .blog-item.blog-item--big .blog-item__img {
        height: 382px; } }
  .blog-item.blog-item--big .blog-item__name {
    margin-top: 20px; }

.blog-btm {
  gap: 10px; }

footer {
  margin-top: 60px; }

.fmenu {
  padding-left: 0;
  margin-left: 0;
  margin: 0; }
  @media screen and (max-width: 770px) {
    .fmenu {
      margin-top: 13px !important; } }
  .fmenu li {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 15px;
    line-height: 1em;
    padding: 0; }
    .fmenu li a {
      font-size: 14px;
      text-transform: uppercase;
      color: #383838; }
      .fmenu li a:hover {
        text-decoration: underline;
        text-underline-offset: 3px; }

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

.footer-row {
  border-top: 1px solid #E4E4E4;
  display: flex;
  border-bottom: 1px solid #E4E4E4; }
  @media screen and (max-width: 1170px) {
    .footer-row {
      flex-wrap: wrap; } }
  @media screen and (max-width: 770px) {
    .footer-row {
      flex-direction: column; } }
  .footer-row .footer-col {
    padding-top: 30px;
    width: 24%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 992px) {
      .footer-row .footer-col {
        width: 33%; } }
    @media screen and (max-width: 770px) {
      .footer-row .footer-col {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    .footer-row .footer-col:after {
      position: absolute;
      content: '';
      right: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background: #E4E4E4; }
      @media screen and (max-width: 992px) {
        .footer-row .footer-col:after {
          height: 402px; } }
      @media screen and (max-width: 770px) {
        .footer-row .footer-col:after {
          display: none; } }
    .footer-row .footer-col:first-child {
      padding-left: 0; }
      .footer-row .footer-col:first-child:after {
        height: 273px; }
    .footer-row .footer-col:last-child {
      width: 28%; }
    @media screen and (max-width: 770px) {
      .footer-row .footer-col.footer-col--logo {
        margin-bottom: 22px;
        border-bottom: 1px solid #E4E4E4;
        padding-bottom: 20px; } }
    .footer-row .footer-col.footer-col--nav {
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 770px) {
        .footer-row .footer-col.footer-col--nav {
          padding-top: 0; } }
    .footer-row .footer-col.footer-col--form {
      flex: 1; }
      @media screen and (max-width: 992px) {
        .footer-row .footer-col.footer-col--form::after {
          display: none; } }
      @media screen and (max-width: 770px) {
        .footer-row .footer-col.footer-col--form {
          border-top: 1px solid #E4E4E4;
          margin-top: 30px; } }
      @media screen and (max-width: 770px) {
        .footer-row .footer-col.footer-col--form .form .form__title {
          margin-top: 0;
          padding-top: 0; } }
    .footer-row .footer-col:last-child {
      border-right: none; }
    .footer-row .footer-col .form {
      width: 100%;
      padding-left: 0px;
      padding-right: 0px; }

.company-data {
  font-size: 14px;
  color: #757575;
  letter-spacing: -0.04em;
  line-height: 1.2em;
  margin-top: 43px; }
  @media screen and (max-width: 992px) {
    .company-data {
      margin-bottom: 46px;
      max-width: 270px; } }
  @media screen and (max-width: 770px) {
    .company-data {
      margin-bottom: 30px;
      max-width: 270px; } }

.cbox .cbox__label {
  text-transform: uppercase;
  font-size: 14px;
  color: #383838;
  letter-spacing: -0.06em;
  padding-bottom: 10px;
  display: block; }

.cbox .citem {
  display: block;
  margin-bottom: 7px;
  line-height: 1.5em; }
  @media screen and (max-width: 770px) {
    .cbox .citem {
      margin-bottom: 0px; } }
  .cbox .citem a {
    line-height: 1.2em;
    color: #757575;
    font-size: 14px;
    letter-spacing: -0.04em; }
  .cbox .citem span {
    line-height: 1.2em;
    color: #757575;
    font-size: 14px;
    letter-spacing: -0.04em; }

.footer--btm {
  display: flex;
  justify-content: space-between;
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 10px; }
  @media screen and (max-width: 770px) {
    .footer--btm div {
      margin-bottom: 15px; }
      .footer--btm div:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 770px) {
    .footer--btm {
      display: block; } }
  .footer--btm span {
    color: #757575;
    font-size: 12px;
    letter-spacing: -0.04em;
    opacity: 0.6; }
  .footer--btm a {
    color: #757575;
    font-size: 12px;
    letter-spacing: -0.04em;
    opacity: 0.6; }
    .footer--btm a:hover {
      text-decoration: underline;
      text-underline-offset: 3px; }

.soc-wrap {
  display: flex;
  gap: 20px;
  width: 110%; }
  @media screen and (max-width: 992px) {
    .soc-wrap {
      margin-top: 80px; } }
  @media screen and (max-width: 770px) {
    .soc-wrap {
      width: 100%; } }

.soc-note {
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: -0.04em;
  padding: 3px 14px;
  line-height: 1.2em;
  color: #383838;
  width: 152px; }
  @media screen and (max-width: 770px) {
    .soc-note {
      width: 135px;
      padding: 3px 8px; } }

.breadcrumbs {
  margin-top: 62px;
  margin-bottom: 50px; }
  @media screen and (max-width: 770px) {
    .breadcrumbs {
      margin-top: 52px; } }

.products-item--full {
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  padding: 0;
  margin-bottom: 20px; }
  .products-item--full .products-item__content {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 992px) {
      .products-item--full .products-item__content {
        padding-left: 25px; } }
    @media screen and (max-width: 770px) {
      .products-item--full .products-item__content {
        padding: 15px; } }
    .products-item--full .products-item__content .products-item__name {
      font-size: 32px;
      color: #383838;
      letter-spacing: -0.04em;
      margin-bottom: 30px;
      line-height: 1.2em;
      margin-top: 0;
      display: flex;
      align-items: flex-start; }
      @media screen and (max-width: 770px) {
        .products-item--full .products-item__content .products-item__name {
          display: flex;
          align-items: flex-start; } }
      .products-item--full .products-item__content .products-item__name.orange span {
        color: #FF6C0E; }
      .products-item--full .products-item__content .products-item__name span {
        font-size: 0.4em;
        color: #33bdd8;
        font-size: 14px;
        text-transform: uppercase;
        display: inline-block;
        padding: 7px 14px;
        background: #F2FDFF;
        border-radius: 4px;
        height: 28px;
        line-height: 1em;
        margin-left: 20px;
        margin-top: 3px;
        letter-spacing: -0.04em; }
    .products-item--full .products-item__content .products-item__desc {
      font-size: 20px;
      color: #757575;
      letter-spacing: -0.06em;
      margin-bottom: 54px;
      line-height: 1.2em; }
      .products-item--full .products-item__content .products-item__desc p {
        font-size: inherit;
        letter-spacing: inherit;
        line-height: inherit; }
    .products-item--full .products-item__content .products-item__btm {
      margin-top: auto;
      display: flex;
      gap: 10px;
      flex-wrap: wrap; }
      @media screen and (max-width: 1170px) {
        .products-item--full .products-item__content .products-item__btm {
          margin-top: 18px; } }
      .products-item--full .products-item__content .products-item__btm .btn--blue {
        min-width: 212px; }
      .products-item--full .products-item__content .products-item__btm .btn, .products-item--full .products-item__content .products-item__btm .pagination .page-numbers, .pagination .products-item--full .products-item__content .products-item__btm .page-numbers {
        height: 40px; }
        @media screen and (max-width: 770px) {
          .products-item--full .products-item__content .products-item__btm .btn, .products-item--full .products-item__content .products-item__btm .pagination .page-numbers, .pagination .products-item--full .products-item__content .products-item__btm .page-numbers {
            width: 100%;
            max-width: 100%;
            margin-top: 10px; } }
      @media screen and (max-width: 770px) {
        .products-item--full .products-item__content .products-item__btm {
          display: block; } }
  .products-item--full .products-item__img {
    overflow: hidden;
    height: 520px;
    position: relative;
    border-radius: 6px;
    width: 570px; }
    @media screen and (max-width: 1170px) {
      .products-item--full .products-item__img {
        height: 100%; } }
    @media screen and (max-width: 992px) {
      .products-item--full .products-item__img {
        width: 516px; } }
    @media screen and (max-width: 770px) {
      .products-item--full .products-item__img {
        height: 380px; } }
    .products-item--full .products-item__img img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }

.products-item__img-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }
  @media screen and (max-width: 770px) {
    .products-item__img-top {
      padding: 10px;
      flex-wrap: wrap; } }
  .products-item__img-top span {
    padding: 4px 8px;
    background: #F2FDFF;
    color: #757575;
    letter-spacing: -0.04em;
    border-radius: 20px;
    font-size: 12px; }
    @media screen and (max-width: 770px) {
      .products-item__img-top span {
        padding: 2px 8px; } }

.products-item__img-btm {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 23px;
  gap: 5px;
  align-items: flex-end;
  padding-bottom: 16px; }
  @media screen and (max-width: 770px) {
    .products-item__img-btm {
      padding: 10px;
      justify-content: flex-end; } }

.products-item__note {
  font-size: 12px;
  color: #757575;
  line-height: 1.2em;
  max-width: 325px; }
  .products-item__note.products-item__note--white {
    background: #F2FDFF;
    padding: 5px 12px;
    font-size: 14px;
    border-radius: 4px;
    line-height: 1.2em;
    max-width: 127px; }

@media screen and (max-width: 770px) {
  .career {
    margin-top: 40px; } }

@media screen and (max-width: 1170px) {
  .career .box-desc {
    max-width: 294px; } }

.career .line {
  width: 100%;
  height: 1px;
  display: none;
  background: #E4E4E4; }
  @media screen and (max-width: 768px) {
    .career .line {
      display: block;
      margin-top: 30px;
      margin-bottom: 30px; } }

.career::after {
  content: '';
  width: 100%; }

.career .accent-box {
  padding: 30px; }
  @media screen and (max-width: 1170px) {
    .career .accent-box {
      margin-left: 20px; } }
  @media screen and (max-width: 768px) {
    .career .accent-box {
      margin-left: 0; } }

.text-accent {
  font-size: 20px;
  color: #383838;
  max-width: 417px;
  letter-spacing: -0.06em;
  line-height: 1.2em; }
  .text-accent p {
    font-size: inherit;
    line-height: inherit; }

.text-sm {
  font-size: 14px;
  color: #757575;
  max-width: 405px;
  line-height: 1.2em; }
  @media screen and (max-width: 770px) {
    .text-sm {
      padding-bottom: 20px; } }
  .text-sm p {
    font-size: inherit;
    line-height: inherit; }

.join-content .text-accent {
  margin-top: 60px; }
  @media screen and (max-width: 770px) {
    .join-content .text-accent {
      margin-top: 30px; } }

.join-content .text-sm {
  margin-top: 30px; }
  .join-content .text-sm p {
    font-size: 14px; }

@media screen and (max-width: 770px) {
  .join-img {
    height: 316px;
    margin-bottom: 30px; } }

.join-img img {
  width: 100%; }
  @media screen and (max-width: 770px) {
    .join-img img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; } }

.line-wrap {
  padding: 15px; }
  @media screen and (max-width: 770px) {
    .line-wrap {
      padding: 0;
      margin-bottom: 20px; } }
  .line-wrap.border-left-bottom {
    position: relative;
    margin-left: -5px;
    padding-right: 0; }
    @media screen and (max-width: 770px) {
      .line-wrap.border-left-bottom {
        margin-left: 0; } }
    .line-wrap.border-left-bottom::before {
      content: '';
      left: 0;
      bottom: 2%;
      position: absolute;
      width: 1px;
      height: 96%;
      background: #E4E4E4; }
      @media screen and (max-width: 770px) {
        .line-wrap.border-left-bottom::before {
          display: none; } }
    .line-wrap.border-left-bottom::after {
      content: '';
      left: 2%;
      bottom: 0;
      position: absolute;
      width: 96%;
      height: 1px;
      background: #E4E4E4; }
      @media screen and (max-width: 770px) {
        .line-wrap.border-left-bottom::after {
          display: none; } }
  .line-wrap.border-right-top {
    position: relative;
    margin-right: -12px;
    padding-left: 0; }
    @media screen and (max-width: 770px) {
      .line-wrap.border-right-top {
        margin-right: 0; } }
    .line-wrap.border-right-top::before {
      content: '';
      right: 0;
      bottom: 2%;
      position: absolute;
      width: 1px;
      height: 96%;
      background: #E4E4E4; }
      @media screen and (max-width: 770px) {
        .line-wrap.border-right-top::before {
          display: none; } }
    .line-wrap.border-right-top::after {
      content: '';
      left: 2%;
      top: 0;
      position: absolute;
      width: 96%;
      height: 1px;
      background: #E4E4E4; }
      @media screen and (max-width: 770px) {
        .line-wrap.border-right-top::after {
          display: none; } }

.join-team {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  border-bottom: 1px solid #E4E4E4;
  margin-top: -13px;
  margin-left: 9px; }
  @media screen and (max-width: 770px) {
    .join-team {
      border: none;
      margin-bottom: 30px;
      margin-left: 0; } }

@media screen and (max-width: 992px) {
  .vacancy {
    margin-top: 60px; } }

@media screen and (max-width: 768px) {
  .vacancy {
    margin-top: 20px; } }

.vacancy-item {
  border-radius: 6px;
  border: 1px solid #E4E4E4;
  padding: 20px;
  min-height: 278px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px; }
  .vacancy-item--accent {
    background: #F2FDFF;
    border: none; }
    @media screen and (max-width: 992px) {
      .vacancy-item--accent .vacancy-item__name {
        max-width: 270px; } }
  .vacancy-item .vacancy-item__count {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
    color: #E4E4E4;
    width: 33px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 3px;
    border: 1px solid #E4E4E4;
    z-index: 0; }
    .vacancy-item .vacancy-item__count::after {
      content: '';
      left: 10%;
      top: -5%;
      display: block;
      width: 80%;
      height: 110%;
      position: absolute;
      background: #fff;
      z-index: -1; }
  .vacancy-item .vacancy-item__name {
    font-size: 24px;
    color: #383838;
    line-height: 1.2em;
    padding-right: 40px; }
    .vacancy-item .vacancy-item__name span {
      color: #33bdd8; }
  .vacancy-item .vacancy-item__desc {
    font-size: 14px;
    color: #757575;
    margin-top: 20px;
    max-width: 202px; }
  .vacancy-item .vacancy-item__link {
    color: #757575;
    font-size: 14px;
    display: flex;
    gap: 0px;
    margin-top: auto;
    width: 140px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid transparent; }
    .vacancy-item .vacancy-item__link:hover {
      border-bottom: 1px solid #757575; }

.benefits-img {
  height: auto;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 770px) {
    .benefits-img {
      overflow: initial; } }
  .benefits-img .benefits-img__logo {
    position: absolute;
    left: 40px;
    top: 40px; }
    .benefits-img .benefits-img__logo img {
      width: 120px; }
      @media screen and (max-width: 992px) {
        .benefits-img .benefits-img__logo img {
          width: 215px; } }
  .benefits-img .benefits-img__note {
    width: 160px;
    background: #52CEE6;
    color: #fff;
    font-size: 10px;
    letter-spacing: -0.02em;
    padding: 6px;
    padding-left: 21px;
    line-height: 1.2em;
    z-index: 0;
    position: absolute;
    border-radius: 7px; }
    @media screen and (max-width: 770px) {
      .benefits-img .benefits-img__note {
        width: 200px; } }
    .benefits-img .benefits-img__note::before {
      content: '';
      position: absolute;
      width: 5px;
      height: 5px;
      left: 10px;
      top: 50%;
      background: #fff;
      border-radius: 50%; }
    .benefits-img .benefits-img__note.benefits-img__note--top {
      right: 31px;
      top: 93px; }
      @media screen and (max-width: 1170px) {
        .benefits-img .benefits-img__note.benefits-img__note--top {
          right: 31px;
          top: 150px;
          width: 270px;
          font-size: 17px; } }
      @media screen and (max-width: 770px) {
        .benefits-img .benefits-img__note.benefits-img__note--top {
          left: 0;
          right: auto;
          bottom: -30px;
          top: auto;
          font-size: 10px;
          width: 154px; } }
    .benefits-img .benefits-img__note.benefits-img__note--center {
      right: 20px;
      top: 20%;
      bottom: auto;
      font-size: 14px;
      color: #383838; }
      @media screen and (max-width: 770px) {
        .benefits-img .benefits-img__note.benefits-img__note--center {
          top: 17%; } }
      .benefits-img .benefits-img__note.benefits-img__note--center::before {
        display: none; }
      @media screen and (max-width: 1170px) {
        .benefits-img .benefits-img__note.benefits-img__note--center {
          right: 20px;
          top: 20%; } }
      @media screen and (max-width: 770px) {
        .benefits-img .benefits-img__note.benefits-img__note--center {
          right: 0;
          left: auto;
          bottom: auto;
          top: 17%;
          width: 160px;
          padding-left: 10px;
          width: 144px;
          font-size: 14px;
          background: #F2FDFF; } }
    .benefits-img .benefits-img__note.benefits-img__note--btm {
      left: 32px;
      bottom: 24px;
      background: #FF6C0E;
      width: 195px; }
      @media screen and (max-width: 1170px) {
        .benefits-img .benefits-img__note.benefits-img__note--btm {
          left: 56px;
          bottom: 52px;
          width: 342px;
          font-size: 17px; } }
      @media screen and (max-width: 770px) {
        .benefits-img .benefits-img__note.benefits-img__note--btm {
          left: auto;
          right: 0px;
          bottom: auto;
          top: -40px;
          width: 195px;
          font-size: 10px; } }
  .benefits-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%; }
    @media screen and (max-width: 770px) {
      .benefits-img img {
        width: 130%;
        max-width: 130%;
        margin-left: -20%;
        -o-object-fit: initial;
           object-fit: initial; } }

.benefits-content {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }
  @media screen and (max-width: 1170px) {
    .benefits-content {
      padding-left: 0;
      padding-top: 60px; } }
  @media screen and (max-width: 770px) {
    .benefits-content {
      padding-left: 0;
      padding-top: 80px; } }
  @media screen and (max-width: 1170px) {
    .benefits-content .num-list {
      padding-left: 0;
      max-width: 572px; } }
  .benefits-content .benefits-note {
    font-size: 14px;
    color: #383838;
    letter-spacing: -0.04em;
    line-height: 1.2em;
    width: 144px;
    padding: 7px 14px;
    background: #F2FDFF; }
    @media screen and (max-width: 1170px) {
      .benefits-content .benefits-note {
        position: absolute;
        right: 20px;
        top: 60px; } }

.num-list {
  list-style: none;
  padding: 0;
  counter-reset: list-item;
  list-style: none;
  margin-bottom: 0; }
  .num-list li {
    position: relative;
    padding-right: 2.5em;
    margin-bottom: 0.5em;
    counter-increment: list-item;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
    padding-left: 0;
    line-height: 1.2em;
    margin: 0;
    color: #757575;
    letter-spacing: -0.06em; }
    @media screen and (max-width: 770px) {
      .num-list li {
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px; } }
    .num-list li:first-child {
      border-top: 1px solid #E4E4E4; }
    .num-list li:last-child {
      border-bottom: 0; }
    .num-list li::after {
      display: none; }
    .num-list li span {
      content: "0" counter(list-item);
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      display: flex;
      align-items: center;
      line-height: 100%;
      color: #E4E4E4;
      font-size: 14px;
      letter-spacing: -0.04em; }
  .num-list--big li {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px; }

.trainee {
  position: relative;
  overflow: hidden;
  background: #F2FDFF;
  border-radius: 6px;
  z-index: 0;
  margin-top: 50px; }
  @media screen and (max-width: 992px) {
    .trainee {
      margin-top: 70px; } }
  @media screen and (max-width: 770px) {
    .trainee {
      margin-top: 0px; } }
  .trainee .trainee-items:after {
    background: #F2FDFF; }
  .trainee .container {
    position: relative; }
  .trainee .trainee__img {
    position: absolute;
    left: -55px;
    top: -28px;
    z-index: -1; }
    @media screen and (max-width: 992px) {
      .trainee .trainee__img {
        left: -275px; } }
    .trainee .trainee__img img {
      width: 1892px;
      max-width: 1892px; }
  .trainee .box-header {
    margin-top: 140px; }
    @media screen and (max-width: 770px) {
      .trainee .box-header {
        margin-top: 40px; } }
  .trainee .text-accent {
    margin-top: 30px;
    font-size: 20px;
    color: #757575;
    line-height: 1.2em;
    max-width: 100%; }
  .trainee .text-sm {
    font-size: 14px;
    color: #757575;
    line-height: 1.2em;
    margin-top: 10px;
    max-width: 100%; }
  .trainee .box-btm {
    margin-top: 30px; }
    .trainee .box-btm a {
      font-size: 14px;
      width: 237px; }
      @media screen and (max-width: 770px) {
        .trainee .box-btm a {
          width: 100%; } }

.trainee-items {
  display: flex;
  position: relative;
  border: 1px solid #52CEE6;
  border-radius: 15px;
  padding: 11px 19px;
  display: inline-flex;
  gap: 5px;
  z-index: 0; }
  @media screen and (max-width: 770px) {
    .trainee-items {
      margin: 0 auto;
      display: flex;
      width: 355px; } }
  .trainee-items::after {
    content: '';
    left: 5%;
    top: -5%;
    display: block;
    width: 90%;
    height: 110%;
    position: absolute;
    background: #fff;
    z-index: -1; }

.history-wrap {
  overflow: hidden; }

.history .slider {
  width: 180%;
  -webkit-transform: translateX(-44%);
          transform: translateX(-44%); }
  @media screen and (max-width: 992px) {
    .history .slider {
      -webkit-transform: translateX(-40%);
              transform: translateX(-40%); } }
  @media screen and (max-width: 770px) {
    .history .slider {
      width: 150%;
      -webkit-transform: translateX(-38%);
              transform: translateX(-38%); } }
  .history .slider .swiper-slide:last-child .history-slide::after {
    display: none !important; }

.history .history-slide {
  position: relative;
  color: #E4E4E4;
  position: relative;
  font-size: 20px;
  letter-spacing: -0.06em; }
  .history .history-slide::after {
    content: '';
    right: 12px;
    top: 10px;
    display: block;
    width: 32px;
    height: 1px;
    position: absolute;
    background: #E4E4E4;
    z-index: -1; }

.history-btm {
  margin-top: 80px; }
  .history-btm .col-md-6:nth-child(2) .info-card .info-card__link {
    background-color: #FF6C0E !important; }
    .history-btm .col-md-6:nth-child(2) .info-card .info-card__link:hover {
      background-color: #f36106 !important; }
  @media screen and (max-width: 770px) {
    .history-btm {
      margin-top: 50px; } }

.swiper-slide-active .history-slide {
  color: #52CEE6; }

.slider {
  overflow: hidden;
  padding-top: 50px;
  margin-bottom: 30px; }

.history-year {
  display: none; }
  .history-year.active {
    display: block; }
  .history-year .history-year__num {
    display: block;
    font-size: 220px;
    color: #52CEE6;
    letter-spacing: -0.05em;
    line-height: 1em; }
    @media screen and (max-width: 1170px) {
      .history-year .history-year__num {
        font-size: 130px; } }
    @media screen and (max-width: 770px) {
      .history-year .history-year__num {
        font-size: 159px; } }
    @media screen and (max-width: 360px) {
      .history-year .history-year__num {
        font-size: 135px; } }
  .history-year .history-year__label {
    font-size: 14px;
    color: #757575; }

.history-content-wrap {
  margin-top: 60px; }

.history-wrap {
  padding-left: 11px;
  border-left: 1px solid #e4e4e4; }
  @media screen and (max-width: 770px) {
    .history-wrap {
      padding-left: 0;
      border: none; } }

.history-content {
  display: none; }
  .history-content p {
    font-size: 14px;
    color: #757575;
    line-height: 1.2em;
    letter-spacing: -0.04em;
    margin-bottom: 1em; }
  .history-content.active {
    display: block; }

.sq-link {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: opacity 0.3s ease;
  transition: 0.4s ease; }
  .sq-link--blue {
    background-color: #52CEE6; }
    .sq-link--blue:hover {
      background-color: #33BDD8; }
  .sq-link--orange {
    background-color: #FF6C0E; }
    .sq-link--orange:hover {
      background-color: #f36106; }

.info-card {
  padding: 30px;
  border: 1px solid #E4E4E4;
  border-radius: 4px; }
  @media screen and (max-width: 1170px) {
    .info-card {
      padding: 22px; } }
  @media screen and (max-width: 770px) {
    .info-card {
      padding: 12px;
      margin-bottom: 15px; } }
  .info-card__top {
    display: flex; }
    @media screen and (max-width: 770px) {
      .info-card__top {
        flex-direction: column-reverse; } }
    .info-card__top .info-card__name {
      font-size: 24px;
      color: #383838;
      flex: 1;
      line-height: 1.2em;
      padding-right: 40px; }
      @media screen and (max-width: 770px) {
        .info-card__top .info-card__name {
          margin-top: 20px; } }
    .info-card__top .info-card__img {
      height: 223px;
      width: 248px;
      flex: 1;
      border-radius: 4px;
      overflow: hidden; }
      @media screen and (max-width: 770px) {
        .info-card__top .info-card__img {
          width: 100%; } }
      .info-card__top .info-card__img img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%; }
  .info-card__btm {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #E4E4E4;
    margin-top: 50px;
    align-items: flex-end;
    min-height: 88px; }
    @media screen and (max-width: 770px) {
      .info-card__btm {
        margin-top: 20px;
        border: none;
        margin-top: 0; } }
    .info-card__btm .info-card__desc {
      font-size: 14px;
      color: #757575;
      line-height: 1.2em;
      max-width: 245px; }
      @media screen and (max-width: 770px) {
        .info-card__btm .info-card__desc {
          border-top: 1px solid #E4E4E4;
          padding-top: 20px;
          max-width: 195px; } }

.team-card {
  margin-bottom: 40px; }
  .team-card__img {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    height: 333px;
    overflow: hidden; }
    @media screen and (max-width: 770px) {
      .team-card__img {
        height: auto; } }
    .team-card__img img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      -o-object-position: top center;
         object-position: top center; }
    .team-card__img .team-card__img-tag {
      position: absolute;
      padding: 0px 11px;
      background: #F2FDFF;
      right: 10px;
      top: 10px;
      font-size: 10px;
      border-radius: 2px;
      color: #757575;
      line-height: 15px;
      height: 15px; }
      @media screen and (max-width: 770px) {
        .team-card__img .team-card__img-tag {
          font-size: 14px;
          color: #757575; } }
  .team-card__name {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.06em;
    padding-top: 10px; }
  .team-card__post {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.04%;
    padding-top: 5px;
    color: #757575; }

.team-card--text {
  border-top: 1px solid #E4E4E4;
  padding-top: 30px;
  height: 77%;
  border-bottom: 1px solid #E4E4E4; }
  @media screen and (max-width: 770px) {
    .team-card--text {
      height: auto;
      padding-bottom: 30px; } }
  .team-card--text .team-card__name {
    font-size: 20px;
    color: #383838; }
  .team-card--text .team-card__post {
    color: #757575;
    font-size: 14px;
    margin-top: 40px; }
    @media screen and (max-width: 770px) {
      .team-card--text .team-card__post {
        margin-top: 20px; } }

.action-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: #52CEE6;
  border-radius: 6px;
  width: 100%;
  height: 333px; }
  @media screen and (max-width: 770px) {
    .action-card {
      height: auto;
      aspect-ratio: 0.855; } }
  .action-card .action-card__name {
    font-size: 24px;
    color: #fff;
    line-height: 1.2em;
    color: #fff; }
    @media screen and (max-width: 770px) {
      .action-card .action-card__name {
        max-width: 205px; } }

.geo {
  position: relative;
  height: 700px;
  margin-top: 0px; }
  .geo .box-desc {
    max-width: 550px;
    font-size: 24px;
    color: #757575;
    margin-top: 64px; }
    @media screen and (max-width: 770px) {
      .geo .box-desc br {
        content: '';
        display: none; } }
  .geo .box-note {
    max-width: 303px;
    margin-top: 20px;
    margin-left: 190px;
    color: #757575;
    font-size: 14px;
    letter-spacing: -0.04em;
    font-weight: 400;
    line-height: 1.2em; }
    @media screen and (max-width: 770px) {
      .geo .box-note {
        margin-left: 100px;
        max-width: 250px; } }
  .geo .geo__bg {
    position: absolute;
    left: 0;
    top: -104px;
    width: 100%;
    z-index: -1;
    height: 100%;
    opacity: 0.5;
    text-align: center; }
    @media screen and (max-width: 770px) {
      .geo .geo__bg {
        left: -405px;
        top: -30px; } }
    .geo .geo__bg img {
      width: 1280px;
      max-width: 1280px; }
      @media screen and (max-width: 770px) {
        .geo .geo__bg img {
          width: 1400px;
          max-width: 1400px; } }

.map-card {
  width: 280px;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: #52CEE6;
  border-radius: 6px; }
  .map-card .map-card__name {
    color: #fff;
    font-size: 24px;
    letter-spacing: -0.04em;
    font-weight: 400;
    line-height: 1.2em; }

.map {
  position: relative; }

.contacts-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 770px) {
    .contacts-items {
      display: block;
      margin-top: 10px; } }
  .contacts-items .contacts-col {
    padding-left: 15px;
    padding-top: 30px;
    padding-right: 15px;
    border-left: 1px solid #E4E4E4; }
    .contacts-items .contacts-col:first-child {
      padding-left: 0; }
    @media screen and (max-width: 1170px) {
      .contacts-items .contacts-col {
        width: 50%;
        max-width: 50%; } }
    @media screen and (max-width: 770px) {
      .contacts-items .contacts-col {
        width: 100%;
        border: none;
        max-width: 100%;
        padding-left: 0;
        padding-top: 15px; } }
    .contacts-items .contacts-col:first-child {
      max-width: 310px; }
      @media screen and (max-width: 770px) {
        .contacts-items .contacts-col:first-child {
          max-width: 100%; } }
    .contacts-items .contacts-col:nth-child(3) {
      padding-right: 5px; }
      .contacts-items .contacts-col:nth-child(3) .contacts-item__desc span {
        max-width: 177px; }
        @media screen and (max-width: 770px) {
          .contacts-items .contacts-col:nth-child(3) .contacts-item__desc span {
            max-width: 163px; } }
        @media screen and (max-width: 360px) {
          .contacts-items .contacts-col:nth-child(3) .contacts-item__desc span {
            max-width: 105px; } }
      @media screen and (max-width: 1170px) {
        .contacts-items .contacts-col:nth-child(3) {
          order: 4; } }
    @media screen and (max-width: 992px) {
      .contacts-items .contacts-col:nth-child(4) {
        padding-left: 0; } }
    @media screen and (max-width: 1170px) {
      .contacts-items .contacts-col:nth-child(4) {
        order: 3;
        border: none; } }
    .contacts-items .contacts-col:first-child {
      border: none; }

.contacts-item.contacts-item--white .contacts-item__label {
  color: #fff;
  opacity: 0.8; }

.contacts-item.contacts-item--white .contacts-item__desc {
  color: #fff; }

.contacts-item .contacts-item__label {
  color: #757575;
  font-size: 14px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-bottom: 15px; }

.contacts-item .contacts-item__desc {
  font-size: 20px;
  color: #383838;
  line-height: 1.2em;
  letter-spacing: -0.06em;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px; }
  .contacts-item .contacts-item__desc a {
    color: #383838;
    border-bottom: 1px solid transparent; }
    .contacts-item .contacts-item__desc a:hover {
      border-bottom: 1px solid #383838; }
  .contacts-item .contacts-item__desc span {
    font-size: 10px;
    max-width: 133px;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    display: inline-block;
    color: #757575; }

.location {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media screen and (max-width: 770px) {
    .location {
      margin-left: -10px;
      margin-right: -10px;
      margin-bottom: 0; } }
  .location .map-card {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 1; }
    @media screen and (max-width: 770px) {
      .location .map-card {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%; } }

.partners-item {
  margin-bottom: 20px; }
  .partners-item .partners-item__label {
    color: #33bdd8;
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: -0.04em;
    margin-bottom: 13px; }
  .partners-item .partners-item__list .subtitle {
    font-size: 20px;
    color: #383838;
    text-transform: initial;
    margin-top: 15px;
    max-width: 361px; }
  .partners-item .partners-item__list div {
    font-size: 14px;
    color: #757575;
    letter-spacing: -0.04em;
    line-height: 1.2em;
    margin-bottom: 10px; }
    @media screen and (max-width: 992px) {
      .partners-item .partners-item__list div {
        padding-right: 75px; } }
    @media screen and (max-width: 770px) {
      .partners-item .partners-item__list div {
        padding-right: 0px; } }

.blog-cntrls {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap; }
  .blog-cntrls .search {
    margin-left: auto; }
    @media screen and (max-width: 1170px) {
      .blog-cntrls .search {
        margin-left: 0; } }
    .blog-cntrls .search .search__btn {
      border: 1px solid #E4E4E4;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 26px;
      width: 32px;
      margin-left: -1px; }
  .blog-cntrls .year-select {
    width: 175px; }

.search--row {
  display: flex;
  align-items: center; }
  .search--row .form-field__input {
    height: 26px; }
  .search--row .form-field__label {
    font-size: 12px;
    color: #E4E4E4;
    padding-left: 15px; }
  .search--row .form-field__input {
    border: 1px solid #E4E4E4;
    border-radius: 2px;
    font-size: 12px;
    padding-left: 15px;
    color: #757575; }

.success .btn, .success .pagination .page-numbers, .pagination .success .page-numbers {
  width: 219px; }

.success .container {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.success .box-desc {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 495px;
  text-align: center; }
  @media screen and (max-width: 770px) {
    .success .box-desc {
      max-width: 360px; } }

.success .box-title {
  text-align: center; }
  @media screen and (max-width: 770px) {
    .success .box-title {
      max-width: 299px; } }

.success .error404 {
  font-size: 128px;
  color: #52CEE6;
  margin-bottom: 30px;
  display: block;
  line-height: 1em; }
  .success .error404 span {
    color: #CBF0F7; }

.success .box-desc--big {
  max-width: 754px; }

.success--404 {
  padding-top: 70px; }

.content {
  color: #757575;
  padding-top: 30px; }
  .content a {
    text-decoration: underline;
    text-underline-offset: 3px; }
  .content p {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 1em;
    color: #757575;
    letter-spacing: -0.04em; }
  .content ul {
    list-style: disc;
    margin-left: 20px; }
    .content ul li {
      margin-bottom: 0.3em;
      color: #757575;
      font-size: 14px;
      line-height: 1.2em;
      color: #757575;
      letter-spacing: -0.04em;
      padding-left: 0; }
  .content ol.letter {
    margin-left: 15px;
    list-style-type: lower-alpha;
    margin-bottom: 0;
    margin-top: 5px; }
    @media screen and (max-width: 770px) {
      .content ol.letter {
        margin-left: 15px; } }
    .content ol.letter li {
      margin-left: 0;
      padding-left: 5px;
      line-height: 1.2em;
      margin-bottom: 0.4em; }
  .content ol.num {
    margin-left: 0px;
    list-style-type: lower-roman;
    margin-left: 14px;
    margin-bottom: 0;
    margin-top: 5px; }
    .content ol.num li {
      margin-left: 0;
      padding-left: 0;
      line-height: 1.2em;
      margin-bottom: 0.4em; }
  .content ol {
    list-style: decimal;
    margin-left: 16px;
    margin-bottom: 2em; }
    @media screen and (max-width: 770px) {
      .content ol {
        margin-left: 15px; } }
    .content ol li {
      font-size: 14px;
      line-height: 1.2em;
      margin-bottom: 2em;
      color: #757575;
      letter-spacing: -0.04em;
      padding-left: 15px;
      margin-top: 0; }
      @media screen and (max-width: 770px) {
        .content ol li {
          padding-left: 5px; } }
  .content h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0.75em;
    margin-top: 1.5em; }
  .content h3 {
    font-size: 20px;
    color: #383838;
    line-height: 1.2em;
    letter-spacing: -0.06em;
    margin-bottom: 1em;
    margin-top: 40px;
    font-weight: 400; }
    .content h3:first-child {
      margin-top: 0; }
    .content h3 span {
      color: #33bdd8; }
  .content h4 {
    font-size: 20px;
    color: #383838;
    line-height: 1.2em;
    letter-spacing: -0.06em;
    margin-bottom: 0.5em;
    margin-top: 1.25em; }

.info-modal {
  padding: 10px 20px;
  background: #33BDD8;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 288px;
  border-radius: 4px;
  z-index: 130; }
  @media screen and (max-width: 580px) {
    .info-modal {
      margin-left: 0;
      width: 90%;
      right: 5%; } }
  .info-modal .info-modal__text {
    text-align: left;
    color: #fff;
    font-size: 14px; }
    .info-modal .info-modal__text p {
      font-size: inherit; }
    .info-modal .info-modal__text a {
      text-decoration: underline;
      text-underline-offset: 3px;
      color: #fff; }

.post-info {
  margin-top: 20px;
  margin-bottom: 20px; }
  .post-info .post-info__row {
    font-size: 14px;
    line-height: 1.2em; }
    .post-info .post-info__row span {
      display: block; }
      .post-info .post-info__row span.action {
        margin-top: 20px;
        margin-bottom: 20px; }

.post-navigations {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  margin-top: 90px; }
  @media screen and (max-width: 768px) {
    .post-navigations {
      margin-top: 60px; } }
  .post-navigations .post-navigation {
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 10px;
    position: relative; }
    @media screen and (max-width: 580px) {
      .post-navigations .post-navigation {
        width: 165px; } }
    .post-navigations .post-navigation .post-navigation__link {
      display: block;
      margin-bottom: 15px;
      display: flex;
      gap: 10px;
      text-decoration: none; }
      .post-navigations .post-navigation .post-navigation__link path {
        transition: 0.4s ease; }
      .post-navigations .post-navigation .post-navigation__link span.tx {
        color: #757575;
        transition: 0.4s ease; }
        .post-navigations .post-navigation .post-navigation__link span.tx::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background: #E4E4E4;
          transition: 0.4s ease; }
      .post-navigations .post-navigation .post-navigation__link:hover span.tx {
        color: #33BDD8 !important;
        transition: 0.4s ease; }
        .post-navigations .post-navigation .post-navigation__link:hover span.tx::after {
          background: #33BDD8;
          transition: 0.4s ease; }
      .post-navigations .post-navigation .post-navigation__link:hover path {
        fill: #33BDD8  !important;
        transition: 0.4s ease; }
    .post-navigations .post-navigation .post-navigation__name {
      font-size: 10px;
      color: #33bdd8;
      line-height: 1.2em; }
    .post-navigations .post-navigation.prev {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding-left: 12px; }
      .post-navigations .post-navigation.prev .post-navigation__name {
        padding-left: 20px; }
    .post-navigations .post-navigation.next {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      padding-right: 12px; }
      .post-navigations .post-navigation.next .post-navigation__name {
        text-align: right;
        max-width: 180px;
        padding-right: 20px; }

.fix-menu {
  background: #33bdd8;
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  top: -4000px;
  -webkit-transform: none !important;
  transform: none !important; }
  .fix-menu .fix-menu__top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E4E4E4;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: center; }
    @media screen and (min-width: 2000px) {
      .fix-menu .fix-menu__top {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .fix-menu .fix-menu__top .logo {
      width: 124px; }
      @media screen and (min-width: 2000px) {
        .fix-menu .fix-menu__top .logo {
          width: 300px; } }
      .fix-menu .fix-menu__top .logo img {
        width: 100%; }
    @media screen and (max-width: 770px) {
      .fix-menu .fix-menu__top {
        padding-right: 20px;
        padding-left: 20px; } }
  .fix-menu .fix-menu__body {
    display: flex;
    height: 100%; }
    .fix-menu .fix-menu__body .fix-menu__left {
      padding-top: 40px; }
    .fix-menu .fix-menu__body .fix-menu__right {
      padding-top: 40px;
      border-left: 1px solid #E4E4E4; }
      @media screen and (max-width: 770px) {
        .fix-menu .fix-menu__body .fix-menu__right {
          padding-right: 20px; } }
  .fix-menu .fix-menu__left {
    padding-left: 50px;
    width: 65%;
    box-sizing: border-box; }
    @media screen and (max-width: 992px) {
      .fix-menu .fix-menu__left {
        width: 60%; } }
    @media screen and (max-width: 770px) {
      .fix-menu .fix-menu__left {
        width: 100%;
        padding-left: 15px; } }
  .fix-menu .fix-menu__right {
    padding-left: 30px;
    width: 35%;
    box-sizing: border-box; }
    @media screen and (max-width: 992px) {
      .fix-menu .fix-menu__right {
        width: 40%; } }
  .fix-menu .fix-menu__btm {
    display: flex;
    margin-top: auto;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #E4E4E4;
    margin-bottom: 10px;
    border-bottom: 1px solid #E4E4E4; }
    .fix-menu .fix-menu__btm .fix-menu__left {
      padding-top: 16px;
      padding-bottom: 16px; }
      @media screen and (min-width: 2000px) {
        .fix-menu .fix-menu__btm .fix-menu__left {
          padding-top: 25px;
          padding-bottom: 25px; } }
    .fix-menu .fix-menu__btm .fix-menu__right {
      border-left: 1px solid #fff;
      padding-top: 16px;
      padding-bottom: 16px; }
      @media screen and (min-width: 2000px) {
        .fix-menu .fix-menu__btm .fix-menu__right {
          padding-top: 25px;
          padding-bottom: 25px; } }
    .fix-menu .fix-menu__btm .copyright {
      color: #CBF0F7;
      font-size: 12px; }
      @media screen and (min-width: 2000px) {
        .fix-menu .fix-menu__btm .copyright {
          font-size: 29px; } }
    .fix-menu .fix-menu__btm .polity {
      color: #CBF0F7;
      font-size: 12px;
      letter-spacing: -0.04em; }
      @media screen and (min-width: 2000px) {
        .fix-menu .fix-menu__btm .polity {
          font-size: 29px; } }

.page .content img {
  margin-top: 20px;
  margin-bottom: 0px; }

.fix-menu__right .fix-menu__contacts {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0; }
  @media screen and (min-width: 2000px) {
    .fix-menu__right .fix-menu__contacts {
      -webkit-transform: scale(2.5) !important;
              transform: scale(2.5) !important; } }

.fix-menu__list {
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0; }
  .fix-menu__list li {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 0; }
    .fix-menu__list li.active a {
      color: #CBF0F7;
      border-bottom: 2px solid #CBF0F7; }
      .fix-menu__list li.active a span {
        border-bottom: 2px solid #CBF0F7; }
    .fix-menu__list li a {
      color: #fff;
      font-size: 32px;
      display: block;
      line-height: 1em;
      display: inline-block;
      border-bottom: 2px solid transparent; }
      @media screen and (min-width: 2000px) {
        .fix-menu__list li a {
          font-size: 83px;
          margin-bottom: 30px; } }
      @media screen and (max-width: 374px) {
        .fix-menu__list li a {
          font-size: 31px; } }
      .fix-menu__list li a span {
        line-height: 1em;
        border-bottom: 2px solid transparent; }
      @media screen and (max-width: 360px) {
        .fix-menu__list li a {
          font-size: 24px; } }
      .fix-menu__list li a:hover {
        color: #CBF0F7;
        border-bottom: 2px solid #CBF0F7; }
        .fix-menu__list li a:hover span {
          border-bottom: 2px solid #CBF0F7; }

.iti__selected-country-primary {
  padding-left: 0 !important; }

.close-icon svg {
  transition: 0.4s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.close-icon:hover svg {
  transition: 0.4s ease;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

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

.progress {
  width: 100px;
  height: 6px;
  background-color: #E4E4E4;
  overflow: hidden; }
  .progress__bar {
    height: 100%;
    width: 0%;
    background-color: #52CEE6; }

.preloader {
  background: #375D77;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center; }
  .preloader .preloader__btm {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
    padding-bottom: 50px;
    letter-spacing: -0.06em;
    font-size: 20px; }
    @media screen and (max-width: 770px) {
      .preloader .preloader__btm {
        bottom: auto;
        top: 0;
        height: 100vh;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 50px;
        padding-top: 50px;
        flex-direction: column;
        align-items: center; } }
    .preloader .preloader__btm .load-progress {
      font-size: 48px;
      display: block; }

.row > * {
  padding-left: 8px;
  padding-right: 8px; }

.iti__country-container {
  z-index: 100; }

.iti__selected-dial-code {
  font-size: 14px !important; }

@media screen and (max-width: 768px) {
  .post-img {
    margin-bottom: 20px; } }

.post-img img {
  width: 100%; }

.form-field__label--ta {
  top: -20px; }

.action--def a {
  color: #757575; }

@media screen and (max-width: 992px) {
  footer {
    margin-top: 60px; } }

@media screen and (max-width: 770px) {
  footer {
    margin-top: 53px; } }

@media screen and (max-width: 992px) {
  footer .cbox .citem {
    margin-bottom: 6px; } }

@media screen and (max-width: 770px) {
  footer .cbox .citem {
    margin-bottom: 6px;
    max-width: 218px; } }

@media screen and (max-width: 992px) {
  footer .form .form-checkbox {
    padding-left: 19px;
    margin-bottom: 20px; } }

@media screen and (max-width: 992px) {
  footer .form .form-checkbox__text {
    font-size: 10px; } }

.form--sm .form-field__label {
  font-size: 12px; }

@media screen and (max-width: 770px) {
  .breadcrumbs__link--sm {
    max-width: 205px; } }

@media screen and (max-width: 770px) {
  .row > * {
    padding-left: 12px;
    padding-right: 12px; } }

#map-contact {
  height: 550px; }

::-moz-selection {
  background: #52CEE6 !important; }

::selection {
  background: #52CEE6 !important; }

::-moz-selection {
  background: #52CEE6 !important; }

/*# sourceMappingURL=main.css.map */
