/** FONTS **/
/** COLORS **/
/** RESPONSIVE BREAKPOINTS **/
/** TIMING / EASING **/
/** BREAKPOINTS MEDIA **/
/**
 * EXAMPLE:
 * input: @include media('xs') {...}
 * output: @media (min-width: 576px) {...}
 */
/**
 * EXAMPLE:
 * input: @include media-down('xs') {...}
 * output: @media (max-width: 576px) {...}
 */
/**
	* Normalize base on:
	* ! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize
	* and:
	* https://mattbrictson.com/blog/css-normalize-and-reset
	*
	*/
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
:root {
  line-height: 1.5;
  color-scheme: light only;
}

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

*:focus-visible {
  outline: 3px solid #fedc7b !important;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: "Lato", sans-serif, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: normal;
  line-height: 1.15;
  /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%;
  /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4;
  /* 3. Use a more readable tab size (opinionated). */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  /* Additional font settings */
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: auto;
}

/*
Sections
========
*/
body {
  margin: 0;
  /* Remove the margin in all browsers. */
  background-color: #fbfbfb;
  color: #627486;
}

main {
  display: block;
}

/*
Text elements margins
========
*/
h1,
h2,
h3,
h4,
h5,
figure,
p,
ol,
ul,
blockquote {
  margin: 0;
  color: inherit;
}

/*
links
=====
*/
a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

/*
Lists in menu
========
*/
nav ol,
nav ul {
  list-style: none;
  padding-inline: 0;
}

/*
Images
========
*/
img {
  display: block;
  max-inline-size: 100%;
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: 700;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: "Lato", sans-serif, ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type=button],
[type=button],
[type=reset],
[type=submit],
::-webkit-file-upload-button {
  -webkit-appearance: button;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[hidden] {
  display: none !important;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search],
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Other things
===========
*/
address {
  font-style: normal;
}

/* Containers */
.container,
.container-fluid {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

.container {
  padding-inline: 16px;
}
@media (min-width: 992px) {
  .container {
    padding-inline: 32px;
  }
}

/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 992px) {
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
  .row > * {
    padding-right: 12px;
    padding-left: 12px;
  }
}

/* Columns */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/* Offset */
.offset-0 {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1600px) {
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
/* Displays */
.d-inline {
  display: inline !important;
}

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

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

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

.d-inline-grid {
  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;
}

@media (min-width: 576px) {
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    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;
  }
}
@media (min-width: 992px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    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;
  }
}
@media (min-width: 1200px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    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;
  }
}
@media (min-width: 1400px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    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;
  }
}
@media (min-width: 1600px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    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 */
.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;
}

@media (min-width: 576px) {
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
@media (min-width: 992px) {
  .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;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
@media (min-width: 1400px) {
  .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;
  }
}
@media (min-width: 1600px) {
  .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;
  }
  .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;
  }
}
/* Flex Justify */
.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;
}

@media (min-width: 576px) {
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
@media (min-width: 992px) {
  .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;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
@media (min-width: 1400px) {
  .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;
  }
}
@media (min-width: 1600px) {
  .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;
  }
}
/* Flex Align */
.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 {
  align-self: auto !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .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 {
    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 {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .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 {
    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 {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .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 {
    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 {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .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 {
    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 {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .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 {
    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 {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
/* Flex Order */
.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;
}

@media (min-width: 576px) {
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
@media (min-width: 992px) {
  .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;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
@media (min-width: 1400px) {
  .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;
  }
}
@media (min-width: 1600px) {
  .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;
  }
}
/* Position */
.position-static {
  position: static !important;
}

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

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

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

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

@media (min-width: 576px) {
  .position-xs-static {
    position: static !important;
  }
  .position-xs-relative {
    position: relative !important;
  }
  .position-xs-absolute {
    position: absolute !important;
  }
  .position-xs-fixed {
    position: fixed !important;
  }
  .position-xs-sticky {
    position: sticky !important;
  }
}
@media (min-width: 768px) {
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
}
@media (min-width: 992px) {
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
}
@media (min-width: 1200px) {
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
}
@media (min-width: 1400px) {
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
}
@media (min-width: 1600px) {
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
}
/* Text Align */
.align-left {
  text-align: left !important;
}

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

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

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

@media (min-width: 576px) {
  .align-xs-left {
    text-align: left !important;
  }
  .align-xs-center {
    text-align: center !important;
  }
  .align-xs-right {
    text-align: right !important;
  }
  .align-xs-justify {
    text-align: justify !important;
  }
}
@media (min-width: 768px) {
  .align-sm-left {
    text-align: left !important;
  }
  .align-sm-center {
    text-align: center !important;
  }
  .align-sm-right {
    text-align: right !important;
  }
  .align-sm-justify {
    text-align: justify !important;
  }
}
@media (min-width: 992px) {
  .align-md-left {
    text-align: left !important;
  }
  .align-md-center {
    text-align: center !important;
  }
  .align-md-right {
    text-align: right !important;
  }
  .align-md-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1200px) {
  .align-lg-left {
    text-align: left !important;
  }
  .align-lg-center {
    text-align: center !important;
  }
  .align-lg-right {
    text-align: right !important;
  }
  .align-lg-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1400px) {
  .align-xl-left {
    text-align: left !important;
  }
  .align-xl-center {
    text-align: center !important;
  }
  .align-xl-right {
    text-align: right !important;
  }
  .align-xl-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1600px) {
  .align-xxl-left {
    text-align: left !important;
  }
  .align-xxl-center {
    text-align: center !important;
  }
  .align-xxl-right {
    text-align: right !important;
  }
  .align-xxl-justify {
    text-align: justify !important;
  }
}
html.has-active-menu {
  overflow: hidden;
}
@media (min-width: 992px) {
  html.has-active-menu {
    overflow: unset;
  }
}

.website {
  contain: paint;
}
.website__header {
  position: sticky;
  top: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  transition: transform 0.7s;
  z-index: 9;
}
.website__header.hidden {
  transform: translateY(-100%);
}
.website__content--error-page {
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 32px;
}
.website__footer {
  background-color: #e7ac48;
}

.content__section {
  padding-block: 64px;
}
@media (min-width: 992px) {
  .content__section {
    padding-block: 128px;
  }
}
.content__pretitle {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 4px 8px;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #000000;
  background-color: #e7ac48;
  border-radius: 8px 8px 0 8px;
}
.content__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #252525;
}
.content__title--1 {
  font-size: 3rem;
  line-height: 3.75rem;
}
.content__title--2 {
  font-size: 2.25rem;
  line-height: 2.75rem;
}
.content__title--3 {
  font-size: 1.875rem;
  line-height: 2.375rem;
}
.content__title--4 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.content__title--5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.content__title--default {
  padding: 64px 16px;
  margin-bottom: 32px;
  background-color: #e7ac48;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 992px) {
  .content__title--default {
    padding: 96px 16px;
  }
}
.content__title--error {
  font-size: 8rem;
  line-height: 8rem;
}
@media (min-width: 992px) {
  .content__title--error {
    font-size: 12rem;
    line-height: 12rem;
  }
}
.content__text {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #4b4b4b;
}
.content__text--small {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.content__text--medium {
  font-size: 1rem;
  line-height: 1.5rem;
}
.content__text--large {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.content__text--default h1,
.content__text--default h2,
.content__text--default h3,
.content__text--default h4,
.content__text--default h5,
.content__text--default h6,
.content__text--default p {
  margin-bottom: 8px;
}

.button {
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  padding: 12px 24px;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 600;
  text-align: center;
  color: #252525;
  border-radius: 4px;
  background-color: #e7ac48;
}
@media (min-width: 992px) {
  .button {
    transition: color 0.4s, border-radius 0.4s;
  }
  .button:hover {
    color: #ffffff;
    border-radius: 16px;
  }
}
.button--secondary {
  background-color: transparent;
  border: 1px solid #252525;
}
@media (min-width: 992px) {
  .button--secondary {
    transition: color 0.4s, border-radius 0.4s;
  }
  .button--secondary:hover {
    color: #252525;
    border-radius: 16px;
  }
}
.button--form {
  max-width: unset;
  width: 100%;
  border: 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  .button--form {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.button--form:disabled {
  opacity: 0.5;
}

.social-media {
  display: flex;
  align-items: center;
  gap: 12px;
}
.social-media__icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  .social-media__icon {
    transition: transform 0.4s;
  }
  .social-media__icon:hover {
    transform: scale(1.1);
  }
}

.header {
  padding-block: 12px;
}
.header__logo {
  max-width: -moz-max-content;
  max-width: max-content;
}
.header__logo-img {
  width: 51px;
  height: auto;
}
.header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 21px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.header__hamburger.active .header__hamburger-bar--medium {
  opacity: 0;
}
.header__hamburger.active .header__hamburger-bar--top {
  transform: rotate(40deg) scaleX(1.28);
}
.header__hamburger.active .header__hamburger-bar--bottom {
  transform: rotate(-40deg) scaleX(1.28);
}
.header__hamburger-bar {
  width: 100%;
  height: 3px;
  background-color: #000000;
  border-radius: 40px;
  transition: transform 0.4s, opacity 0.4s;
  transform-origin: 1px 1px;
}
.header__menu {
  width: 100%;
  height: calc(100dvh - 64px);
  position: absolute;
  top: 64px;
  left: 0;
  padding: 32px 16px;
  background-color: #ffffff;
  transform: translateX(100%);
  transition: transform 0.4s;
  overflow-y: auto;
}
.header__menu.active {
  transform: translate(0);
}
@media (min-width: 992px) {
  .header__menu, .header__menu.active {
    transform: translate(0);
    position: static;
    height: auto;
    padding: 0;
    overflow: hidden;
    width: -moz-max-content;
    width: max-content;
  }
}
.header__menu-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media (min-width: 992px) {
  .header__menu-list {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.header__menu-list .menu-item a {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #000000;
  text-align: center;
}
@media (min-width: 992px) {
  .header__menu-list .menu-item a {
    transition: color 0.4s;
  }
  .header__menu-list .menu-item a:hover {
    color: #e7ac48;
  }
}
.header__menu-list .button-menu-item a {
  padding: 8px 16px;
  color: #252525;
  border-radius: 4px;
  background-color: #e7ac48;
}
@media (min-width: 992px) {
  .header__menu-list .button-menu-item a {
    margin-left: 32px;
    transition: color 0.4s, border-radius 0.4s;
  }
  .header__menu-list .button-menu-item a:hover {
    color: #ffffff;
    border-radius: 16px;
  }
}

.footer {
  padding-block: 80px;
}
.footer__top {
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #000000;
}
@media (min-width: 992px) {
  .footer__top {
    padding-bottom: 80px;
  }
}
.footer__bottom {
  gap: 24px;
  padding-top: 32px;
}
.footer__logo {
  max-width: -moz-max-content;
  max-width: max-content;
}
.footer__logo-img {
  width: 46px;
  height: auto;
}
.footer__menu-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .footer__menu-list {
    flex-direction: row;
    gap: 32px;
  }
}
.footer__menu-list .menu-item a {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #000000;
  text-align: center;
}
@media (min-width: 992px) {
  .footer__menu-list .menu-item a {
    transition: color 0.4s;
  }
  .footer__menu-list .menu-item a:hover {
    color: #747474;
  }
}
.footer__menu-list--secondary {
  gap: 24px;
}
.footer__menu-list--secondary .menu-item a {
  font-weight: 400;
}
.footer__copyrights {
  color: #000000;
}

.hero {
  background-color: #fcfcfc;
}
.hero__container {
  padding-inline: 0;
}
@media (min-width: 1600px) {
  .hero__container {
    padding-inline: 16px;
  }
}
.hero__content {
  padding: 32px 16px;
}
@media (min-width: 992px) {
  .hero__content {
    padding: 16px;
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .hero__content {
    padding: 16px 80px 16px 0;
  }
}
.hero__pretitle {
  margin-bottom: 24px;
}
.hero__text {
  margin-block: 16px 32px;
}
.hero__buttons {
  gap: 16px;
}
.hero__image-wrapper {
  position: relative;
  width: 100%;
  max-height: 350px;
  aspect-ratio: 380/350;
}
@media (min-width: 992px) {
  .hero__image-wrapper {
    width: 50%;
    max-height: 700px;
    aspect-ratio: 640/700;
  }
}
.hero__image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.faq__title {
  margin-bottom: 24px;
  color: #000000;
}
.faq__text {
  margin-bottom: 64px;
  color: #000000;
}
@media (min-width: 992px) {
  .faq__text {
    margin-bottom: 80px;
  }
}
.faq__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 992px) {
  .faq__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
  }
}
.faq__question {
  margin-bottom: 16px;
}
.faq__answer {
  color: #627486;
}

.form {
  background-color: #fcfcfc;
}
.form__container {
  gap: 48px;
}
@media (min-width: 992px) {
  .form__container {
    gap: 80px;
  }
}
@media (min-width: 992px) {
  .form__content {
    width: calc(50% - 40px);
  }
}
.form__pretitle {
  margin-bottom: 24px;
}
.form__text {
  margin-block: 16px 32px;
  color: #627486;
}
.form__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .form__fields {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.form__field {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form__field label {
  font-family: "Lato", sans-serif;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #252525;
}
@media (min-width: 992px) {
  .form__field--mail, .form__field--phone {
    width: calc(50% - 8px);
  }
}
.form__input {
  width: 100%;
  padding: 11px;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  transition: border 0.4s;
  color: #252525;
}
.form__input--textarea {
  height: 137px;
  resize: none;
}
.form__input::-moz-placeholder {
  color: #747474;
}
.form__input::placeholder {
  color: #747474;
}
.form__input:focus {
  outline: none !important;
  border-color: #d89b40;
  color: #252525;
}
.form__acceptance {
  height: 18px;
  width: 18px;
  cursor: pointer;
}
.form__image-wrapper {
  aspect-ratio: 350/350;
  background-color: rgba(231, 172, 72, 0.25);
  border: 12px solid transparent;
  border-radius: 24px;
}
@media (min-width: 992px) {
  .form__image-wrapper {
    width: calc(50% - 40px);
  }
}
.form__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
.form .wpcf7-acceptance .wpcf7-list-item {
  margin: 24px 0;
}
.form .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #747474;
}
.form .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  font-size: 0.75rem;
  text-align: right;
}
.form .wpcf7 .wpcf7-response-output {
  margin: 15px 0;
  padding: 0;
  border: none;
  font-family: "Lato", sans-serif;
  text-align: center;
  color: #627486;
}
.form .wpcf7-spinner {
  display: none;
}

.opinions {
  padding-block: 48px;
}
@media (min-width: 992px) {
  .opinions {
    padding-block: 64px;
  }
}
.opinions__pretitle {
  margin: 0 auto 24px;
}
.opinions__title {
  text-align: center;
}
.opinions__text {
  max-width: 768px;
  margin: 16px auto 32px;
  text-align: center;
  color: #627486;
}
.opinions__stars {
  margin-bottom: 32px;
  gap: 4px;
}
.opinions__star {
  position: relative;
  width: 24px;
  height: 24px;
}
.opinions__star::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/icons/star.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.opinions__item-text {
  max-width: 768px;
  margin: 0 auto 32px;
  text-align: center;
}
.opinions__image-wrapper {
  margin: 0 auto 16px;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  overflow: hidden;
}
.opinions__name, .opinions__description {
  text-align: center;
  color: #000000;
}
.opinions__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.opinions__main-swiper {
  background-color: #e7ac48;
  padding: 32px 16px;
  border-radius: 16px 16px 0 0;
}
@media (min-width: 992px) {
  .opinions__main-swiper {
    padding: 45px 16px;
  }
}
.opinions__main-swiper-slide {
  background-color: #e7ac48;
  height: auto;
}
@media (min-width: 992px) {
  .opinions__thumbnail-swiper {
    border-radius: 0 0 16px 16px;
    border: 1px solid #e6e6e6;
    border-top: 0;
  }
}
.opinions__thumbnail-swiper-slide {
  min-height: 93px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fcfcfc;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}
@media (min-width: 992px) {
  .opinions__thumbnail-swiper-slide {
    border-top: 0;
    border-bottom: 0;
  }
}
.opinions__thumbnail-swiper-slide.swiper-slide-thumb-active {
  background-color: #e7ac48;
  border-color: #e7ac48;
}
.opinions__thumbnail {
  height: 45px;
  width: auto;
}

.calculator {
  background-color: #292929;
}
.calculator__container {
  gap: 64px;
}
@media (min-width: 992px) {
  .calculator__content {
    width: calc(56% - 32px);
  }
}
@media (min-width: 992px) {
  .calculator__wrapper {
    width: calc(44% - 32px);
  }
}
.calculator__title {
  margin-block: 24px 16px;
  color: #ffffff;
}
.calculator__text {
  color: #ffffff;
}
.calculator__text h3 {
  margin-block: 32px 16px;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}
.calculator__text ul {
  margin-top: 8px;
  padding: 0;
  list-style: none;
}
.calculator__text ul li {
  padding-left: 32px;
  background: url("../img/icons/check.svg") no-repeat left center;
  background-size: 20px 20px;
}
.calculator__text-calc {
  margin-bottom: 8px;
  color: #627486;
}
.calculator__current-value {
  color: #000000;
  font-weight: 600;
}
.calculator__wrapper {
  padding: 32px;
  background-color: #ffffff;
  border-radius: 16px;
}
.calculator__title-calc {
  margin-bottom: 32px;
}
.calculator__range {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 8px;
  background: #f0f0f0;
  border-radius: 99px;
  outline: none;
}
.calculator__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: #e7ac48;
  border-radius: 50%;
  cursor: pointer;
}
.calculator__range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background: #e7ac48;
  border-radius: 50%;
  cursor: pointer;
}
.calculator__values {
  margin-top: 12px;
}
.calculator__value {
  color: #000000;
}
.calculator__zus {
  margin-block: 0.75rem;
}
.calculator__total-cost {
  margin-block: 0.75rem;
}
.calculator__divider {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin-block: 1rem;
}

.photo-text-with-icons {
  background-color: #fcfcfc;
  padding-block: 4rem;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
@media (min-width: 992px) {
  .photo-text-with-icons {
    padding-block: 8rem;
  }
}
.photo-text-with-icons__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 992px) {
  .photo-text-with-icons__container {
    flex-direction: row;
  }
  .photo-text-with-icons__container.reverse {
    flex-direction: row-reverse;
  }
  .photo-text-with-icons__container.vertical {
    flex-direction: column;
  }
}
.photo-text-with-icons__content {
  flex: 1;
  padding: 32px 16px;
}
@media (min-width: 992px) {
  .photo-text-with-icons__content {
    padding: 16px;
  }
  .vertical .photo-text-with-icons__content {
    display: flex;
  }
}
@media (min-width: 1600px) {
  .photo-text-with-icons__content {
    padding: 16px 80px 16px 0;
  }
}
.photo-text-with-icons__pretitle {
  margin-bottom: 24px;
}
.photo-text-with-icons__text {
  margin-block: 16px 32px;
}
.photo-text-with-icons__buttons {
  gap: 16px;
}
.photo-text-with-icons__image-wrapper {
  flex: 1;
  position: relative;
  width: 100%;
  max-height: 350px;
  border: 12px solid rgba(231, 172, 72, 0.25);
  border-radius: 24px;
}
@media (min-width: 992px) {
  .photo-text-with-icons__image-wrapper {
    max-height: 550px;
  }
}
.photo-text-with-icons__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
.vertical .photo-text-with-icons__image {
  max-height: 31rem;
}
.photo-text-with-icons__points {
  display: grid;
  margin-bottom: 2rem;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .photo-text-with-icons__points {
    grid-template-columns: repeat(2, 1fr);
  }
}
.photo-text-with-icons__point {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.photo-text-with-icons__point .point__icon {
  width: 32px;
  height: 32px;
}
.photo-text-with-icons__point .point__title {
  color: #0d0d0d;
}
.vertical .photo-text-with-icons__title-wrapper {
  flex: 1;
}
.vertical .photo-text-with-icons__text-wrapper {
  flex: 1;
}

.photo-text-with-list {
  background-color: #fcfcfc;
  padding-block: 4rem;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
@media (min-width: 992px) {
  .photo-text-with-list {
    padding-block: 8rem;
  }
}
.photo-text-with-list__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 992px) {
  .photo-text-with-list__container {
    flex-direction: row;
  }
  .photo-text-with-list__container.reverse {
    flex-direction: row-reverse;
  }
}
.photo-text-with-list__content {
  flex: 1;
  padding: 32px 16px;
}
.photo-text-with-list__pretitle {
  margin-bottom: 24px;
}
.photo-text-with-list__text {
  margin-block: 16px 32px;
}
.photo-text-with-list__buttons {
  gap: 16px;
}
.photo-text-with-list__image-wrapper {
  flex: 1;
  position: relative;
  width: 100%;
  max-height: 350px;
  aspect-ratio: 380/350;
  border: 12px solid rgba(231, 172, 72, 0.25);
  border-radius: 24px;
}
@media (min-width: 992px) {
  .photo-text-with-list__image-wrapper {
    max-height: 700px;
    aspect-ratio: 640/700;
  }
}
.photo-text-with-list__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
.photo-text-with-list__points {
  display: grid;
  margin-bottom: 2rem;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
.photo-text-with-list__point {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1.5rem;
}
.photo-text-with-list__point:first-child {
  border-left: 4px solid #e7ac48;
}
.photo-text-with-list__point .point__icon {
  width: 32px;
  height: 32px;
}
.photo-text-with-list__point .point__title {
  color: #0d0d0d;
}

.photo-text-with-points {
  background-color: #fcfcfc;
  padding-block: 4rem;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
@media (min-width: 992px) {
  .photo-text-with-points {
    padding-block: 8rem;
  }
}
.photo-text-with-points__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 992px) {
  .photo-text-with-points__container {
    flex-direction: row;
  }
  .photo-text-with-points__container.reverse {
    flex-direction: row-reverse;
  }
  .photo-text-with-points__container.vertical {
    flex-direction: column;
  }
}
.photo-text-with-points__content {
  flex: 1;
  padding: 32px 16px;
}
.photo-text-with-points__pretitle {
  margin-bottom: 24px;
}
.photo-text-with-points__text {
  margin-block: 16px 32px;
}
.photo-text-with-points__buttons {
  gap: 16px;
}
.photo-text-with-points__image-wrapper {
  flex: 1;
  position: relative;
  width: 100%;
  max-height: 350px;
  border: 12px solid rgba(231, 172, 72, 0.25);
  border-radius: 24px;
}
@media (min-width: 992px) {
  .photo-text-with-points__image-wrapper {
    max-height: 700px;
  }
}
.photo-text-with-points__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
.photo-text-with-points__points {
  display: grid;
  margin-bottom: 2rem;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem;
}
.photo-text-with-points__point {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.photo-text-with-points__point .point__icon {
  width: 32px;
  height: 32px;
}
.photo-text-with-points__point .point__title {
  color: #0d0d0d;
}

.text-with-tiles {
  background-color: #fcfcfc;
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .text-with-tiles {
    padding-block: 8rem;
  }
}
.text-with-tiles__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 992px) {
  .text-with-tiles__container {
    flex-direction: row;
    align-items: center;
  }
}
.text-with-tiles__content {
  flex: 1;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.vertical .text-with-tiles__content {
  align-items: flex-start;
  text-align: left;
  display: grid;
}
@media (min-width: 992px) {
  .vertical .text-with-tiles__content {
    grid-template-columns: 1fr 1fr;
  }
}
.text-with-tiles__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.text-with-tiles__pretitle {
  margin-bottom: 24px;
}
.text-with-tiles__text {
  margin-block: 16px 32px;
  max-width: 900px;
}
.text-with-tiles__buttons {
  gap: 16px;
}
.text-with-tiles__points {
  display: grid;
  margin-top: 2rem;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 992px) {
  .text-with-tiles__points {
    grid-template-columns: repeat(3, 1fr);
  }
}
.text-with-tiles__point {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 1rem;
  border-radius: 0.75rem;
  border: 1px solid #e6e6e6;
  padding: 1.5rem;
  background-color: #ffffff;
}
.text-with-tiles__point .point__icon {
  width: 48px;
  height: 48px;
}
.text-with-tiles__point .point__title {
  color: #0d0d0d;
}
.vertical .text-with-tiles__text-wrapper {
  align-items: flex-start;
}
.vertical .text-with-tiles__points {
  grid-template-columns: repeat(1, 1fr);
}

.hero-subpage {
  padding-top: 64px;
}
@media (min-width: 992px) {
  .hero-subpage {
    padding-top: 80px;
  }
}
.hero-subpage__content {
  margin: 0 auto;
  max-width: 800px;
  padding-inline: 16px;
}
.hero-subpage__pretitle {
  margin: 0 auto 24px;
}
.hero-subpage__title {
  text-align: center;
}
@media (min-width: 992px) {
  .hero-subpage__title {
    padding-inline: 32px;
  }
}
.hero-subpage__text {
  margin-top: 16px;
  text-align: center;
  color: #627486;
}
.hero-subpage__buttons {
  gap: 16px;
}
.hero-subpage__buttons:has(.button) {
  margin-top: 32px;
}
.hero-subpage__image-wrapper {
  max-height: 450px;
  width: 100%;
  position: relative;
  margin-top: 80px;
  aspect-ratio: 380/450;
}
@media (min-width: 992px) {
  .hero-subpage__image-wrapper {
    max-height: 500px;
    aspect-ratio: 1280/500;
  }
}
.hero-subpage__image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-subpage__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-two-columns {
  background-color: #e7ac48;
}
.hero-two-columns__container {
  gap: 32px;
}
.hero-two-columns__logo {
  width: 102px;
  height: auto;
}
.hero-two-columns__title {
  margin-block: 24px;
}
@media (min-width: 992px) {
  .hero-two-columns__title {
    padding-right: 64px;
  }
}
.hero-two-columns__text {
  color: #000000;
}
.hero-two-columns__image-wrapper {
  max-width: 500px;
  margin: 0 auto;
  aspect-ratio: 350/350;
  background-color: rgba(127, 91, 30, 0.25);
  border: 12px solid transparent;
  border-radius: 24px;
}
@media (min-width: 992px) {
  .hero-two-columns__image-wrapper {
    max-width: unset;
    margin: 0;
    aspect-ratio: 560/400;
    width: calc(50% - 16px);
  }
}
@media (min-width: 992px) {
  .hero-two-columns__content {
    width: calc(50% - 16px);
  }
}
.hero-two-columns__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.text-tiles-list__title {
  margin-block: 16px;
}
.text-tiles-list__text {
  margin-bottom: 32px;
  color: #627486;
}
.text-tiles-list__text-item {
  margin-top: 16px;
  color: #627486;
}
.text-tiles-list__text-item ul {
  margin-top: 8px;
  padding: 0;
  list-style: none;
}
.text-tiles-list__text-item ul li {
  padding-left: 32px;
  background: url("../img/icons/check.svg") no-repeat left center;
  background-size: 20px 20px;
}
.text-tiles-list__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 48px;
  margin-top: 80px;
}
@media (min-width: 768px) {
  .text-tiles-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .text-tiles-list__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .text-tiles-list__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
  }
}
@media (min-width: 992px) {
  .text-tiles-list__column--right {
    margin-top: 160px;
  }
}
@media (min-width: 992px) {
  .text-tiles-list__item:nth-child(3n+2) {
    margin-top: 100px;
  }
  .text-tiles-list__item:nth-child(3n+3) {
    margin-top: 200px;
  }
}
.text-tiles-list__image-wrapper {
  margin-bottom: 32px;
  aspect-ratio: 348/240;
  background-color: rgba(231, 172, 72, 0.25);
  border: 12px solid transparent;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .text-tiles-list__image-wrapper {
    aspect-ratio: 375/240;
  }
}
.text-tiles-list__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.logos {
  padding-block: 42px;
  background-color: #e7ac48;
}
.logos__image {
  width: auto;
  height: 36px;
}
.logos .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos .swiper-wrapper {
  transition-timing-function: linear;
}

.text-with-buttons {
  background-color: #fcfcfc;
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .text-with-buttons {
    padding-block: 8rem;
  }
}
.text-with-buttons__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 992px) {
  .text-with-buttons__container {
    flex-direction: row;
    align-items: center;
  }
}
.text-with-buttons__content {
  flex: 1;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.text-with-buttons__pretitle {
  margin-bottom: 24px;
}
.text-with-buttons__text {
  margin-block: 16px 32px;
  max-width: 900px;
}
.text-with-buttons__buttons {
  gap: 16px;
}
.text-with-buttons__image-wrapper {
  flex: 1;
  position: relative;
  width: 100%;
  max-height: 350px;
  aspect-ratio: 380/350;
}
@media (min-width: 992px) {
  .text-with-buttons__image-wrapper {
    max-height: 700px;
    aspect-ratio: 640/700;
  }
}
.text-with-buttons__image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  background-color: rgba(231, 172, 72, 0.25);
  border-radius: 16px;
}
.text-with-buttons__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  margin: 16px;
}
.text-with-buttons__points {
  display: grid;
  margin-top: 2rem;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 992px) {
  .text-with-buttons__points {
    grid-template-columns: repeat(3, 1fr);
  }
}
.text-with-buttons__point {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 1rem;
  border-radius: 0.75rem;
  border: 1px solid #e6e6e6;
  padding: 1.5rem;
  background-color: #ffffff;
}
.text-with-buttons__point .point__icon {
  width: 48px;
  height: 48px;
}
.text-with-buttons__point .point__title {
  color: #0d0d0d;
}

.tile-with-points {
  background-color: #fcfcfc;
  padding-block: 2rem;
}
.tile-with-points__wrapper {
  border: 1px solid #e6e6e6;
  border-radius: 2.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 992px) {
  .tile-with-points__wrapper {
    flex-direction: row;
    padding-left: 2rem;
  }
  .tile-with-points__wrapper.reverse {
    flex-direction: row-reverse;
    padding-left: 0;
  }
}
.tile-with-points__content {
  flex: 1;
  padding: 32px 16px;
}
.tile-with-points__pretitle {
  margin-bottom: 24px;
}
.tile-with-points__text {
  margin-block: 16px 32px;
}
.tile-with-points__buttons {
  gap: 16px;
}
.tile-with-points__image-wrapper {
  flex: 1;
  position: relative;
  width: 100%;
  max-height: 350px;
  aspect-ratio: 380/350;
}
@media (min-width: 992px) {
  .tile-with-points__image-wrapper {
    max-height: 700px;
    aspect-ratio: 640/700;
  }
}
.tile-with-points__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tile-with-points__points {
  display: grid;
  margin-bottom: 2rem;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem;
}
.tile-with-points__point {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.tile-with-points__point .point__icon {
  width: 32px;
  height: 32px;
}
.tile-with-points__point .point__title {
  color: #0d0d0d;
}
/*# sourceMappingURL=main.css.map */
