/** FONTS **/
@font-face {
  font-family: "Gallery";
  src: url("../fonts/Gallery-Regular.otf") format("opentype");
}
/** 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 {
  font-size: 16px;
  line-height: 1.5;
  color-scheme: light only;
}

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

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: "Kumbh Sans", 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;
}

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

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: "Kumbh Sans", 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%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 1562px;
}

@media (min-width: 992px) {
  .container,
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1600px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
}
/* 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;
  }
}
/* From old layout */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.sr-only {
  pointer-events: none;
  position: absolute;
  z-index: -999;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip-path: inset(100%);
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .sr-only-mobile {
    pointer-events: none;
    position: absolute;
    z-index: -999;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip-path: inset(100%);
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
  }
}
[id] {
  scroll-margin-top: 50px;
}

.website.has-active-menu {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .website.has-active-menu {
    overflow: visible;
  }
}
.website__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(9, 62, 60, 0.9);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0784313725);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 10;
}
.website__content {
  contain: paint;
}
.website__content--career, .website__content--single-career {
  contain: unset;
}
.website__footer {
  background-color: #093e3c;
}

.content__title {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 2.25rem;
  line-height: 2.34rem;
  font-weight: 600;
  letter-spacing: -0.004em;
  text-align: center;
  color: #093e3c;
}
@media (min-width: 992px) {
  .content__title {
    font-size: 2.625rem;
    line-height: 2.73rem;
  }
}
.content__text {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.24rem;
  font-weight: 300;
  letter-spacing: -0.004em;
}
@media (min-width: 992px) {
  .content__text {
    font-size: 1.25rem;
    line-height: 1.55rem;
  }
}
.content__wysiwyg {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .content__wysiwyg {
    font-size: 1.375rem;
  }
}
.content__wysiwyg > * {
  margin-block: 16px;
}
@media (min-width: 992px) {
  .content__wysiwyg > * {
    margin-block: 60px;
  }
}
.content__wysiwyg h1 {
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .content__wysiwyg h1 {
    font-size: 3rem;
  }
}
.content__wysiwyg h2 {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .content__wysiwyg h2 {
    font-size: 2.625rem;
  }
}
.content__wysiwyg h3 {
  font-size: 1.35rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .content__wysiwyg h3 {
    font-size: 2.4rem;
  }
}
.content__wysiwyg h4 {
  font-size: 1.25rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .content__wysiwyg h4 {
    font-size: 2rem;
  }
}
.content__wysiwyg h5 {
  font-size: 1.15rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .content__wysiwyg h5 {
    font-size: 1.8rem;
  }
}
.content__wysiwyg h6 {
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .content__wysiwyg h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .content__wysiwyg p {
    margin-block: 22px;
  }
}
.content__wysiwyg a {
  color: #267572;
  text-decoration: underline;
  transition: 0.2s;
}
.content__wysiwyg a:hover {
  color: #093e3c;
}
.content__wysiwyg blockquote {
  margin-left: 32px;
  padding-left: 16px;
  border-left: 8px solid #093e3c;
}

.button {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 18px;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.17rem;
  font-weight: 600;
  letter-spacing: -0.004em;
  text-align: center;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .button:hover {
    background-color: #fafafa;
    color: #093e3c;
    border-color: #093e3c;
  }
}
.button--primary {
  background-color: #bcff8a;
  color: #093e3c;
}
.button--secondary {
  background-color: rgba(255, 255, 255, 0.4);
  color: #bcff8a;
}
.button--big-hero {
  min-width: 155px;
  max-height: 55px;
}
.button--hiring-tab {
  padding: 5px 10px;
  font-size: 0.75rem;
  line-height: 0.78rem;
}
@media (min-width: 992px) {
  .button--hiring-tab {
    padding: 8px 18px;
    font-size: 0.875rem;
    line-height: 0.91rem;
  }
}
.button--texts-images-buttons {
  padding: 25px 45px;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .button--texts-images-buttons {
    margin-top: 70px;
  }
}
@media (min-width: 1400px) {
  .button--texts-images-buttons {
    font-size: 1.375rem;
    line-height: 1.43rem;
  }
}
.button--characters {
  padding: 18px 24px;
}
@media (min-width: 992px) {
  .button--characters {
    opacity: 0;
  }
}
.button--text-button {
  padding: 24px 44px;
  margin: 0 auto;
}
.button--form {
  padding: 24px 108px;
  margin: 0 auto;
  cursor: pointer;
}
@media (min-width: 992px) {
  .button--form {
    margin: 0;
  }
}
.button--job-form {
  padding: 24px 100px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .button--job-form {
    padding: 24px 45px;
  }
}
.button--tiles-tags {
  margin: 10px auto 0;
}
.button--cta {
  margin-inline: auto;
}
.button--error-page {
  margin: 50px auto 0;
}
.button--newsletter {
  max-width: 100%;
  width: 100%;
  margin: 6px auto 0;
  padding: 12px;
  cursor: pointer;
}
.button--carrer-filter {
  width: 100%;
  max-width: 100%;
}
.button--cancel {
  background-color: #f0f0f0;
}

.hamburger {
  width: 38px;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  gap: 5px;
  cursor: pointer;
}
.hamburger.active .hamburger__bar--middle {
  opacity: 0;
}
.hamburger.active .hamburger__bar--top {
  transform: rotate(-25deg);
}
.hamburger.active .hamburger__bar--bottom {
  transform: rotate(25deg);
}
.hamburger__bar {
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  transition: 0.4s;
}
.hamburger__bar--top {
  transform-origin: top right;
}
.hamburger__bar--bottom {
  transform-origin: bottom right;
}

.hiring-tab {
  position: fixed;
  top: 65vh;
  right: 0;
  padding: 16px 32px 22px 22px;
  background-color: #ffffff;
  border-radius: 8px 0 0 8px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0784313725);
  transition: 0.4s;
  z-index: 3;
}
.hiring-tab.hide {
  right: -300px;
}
@media (min-width: 992px) {
  .hiring-tab {
    top: 75vh;
    padding: 21px 113px 21px 22px;
  }
}
.hiring-tab__text {
  margin-bottom: 12px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 0.93rem;
  letter-spacing: -0.004em;
  font-weight: 400;
  color: #093e3c;
}
@media (min-width: 992px) {
  .hiring-tab__text {
    font-size: 0.9375rem;
    line-height: 1.1625rem;
  }
}
.hiring-tab__exit {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon/close-tab.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (min-width: 992px) {
  .hiring-tab__exit {
    top: 16px;
    right: 87px;
  }
}

.form {
  position: relative;
  z-index: 2;
}
.form__title {
  margin-bottom: 16px;
  font-size: 1.5rem;
  line-height: 1.8606rem;
}
@media (min-width: 992px) {
  .form__title {
    margin-bottom: 4px;
    font-size: 2.625rem;
    line-height: 2.73rem;
    text-align: left;
    max-width: 900px;
  }
}
.form__subtitle {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8606rem;
  font-weight: 400;
  letter-spacing: -0.004em;
  text-align: center;
  color: #093e3c;
}
@media (min-width: 992px) {
  .form__subtitle {
    font-size: 2rem;
    line-height: 2.08rem;
    text-align: left;
  }
}
.form__label {
  display: block;
  margin-bottom: 9px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.55rem;
  font-weight: 600;
  color: #093e3c;
}
.form__label span {
  color: #fc2734;
}
.form__input-wrapper {
  position: relative;
}
.form__input-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.4s;
}
.form__input-wrapper--note::after {
  width: 17px;
  height: 17px;
  background-image: url(../img/icon/input-note.svg);
}
.form__input-wrapper--note.focus::after {
  background-image: url(../img/icon/input-note-focus.svg);
}
.form__input-wrapper--email::after {
  width: 19px;
  height: 15px;
  background-image: url(../img/icon/input-mail.svg);
}
.form__input-wrapper--email.focus::after {
  background-image: url(../img/icon/input-mail-focus.svg);
}
.form__input-wrapper--phone::after {
  width: 17px;
  height: 17px;
  background-image: url(../img/icon/input-phone.svg);
}
.form__input-wrapper--phone.focus::after {
  background-image: url(../img/icon/input-phone-focus.svg);
}
.form__input-wrapper--department::after {
  width: 20px;
  height: 19px;
  background-image: url(../img/icon/input-department.svg);
}
.form__input-wrapper--department.focus::after {
  background-image: url(../img/icon/input-department-focus.svg);
}
.form__input-wrapper--department::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 20px;
  height: 16px;
  transform: translateY(-50%);
  transform-origin: center 4px;
  background-image: url(../img/icon/select-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.4s;
  z-index: 1;
  pointer-events: none;
}
.form__input-wrapper--department.focus::before {
  transform: rotate(180deg);
}
.form__input-wrapper--user-data::after, .form__input-wrapper--user-mail::after, .form__input-wrapper--user-phone::after {
  width: 25px;
  height: 25px;
}
.form__input-wrapper--user-data .form__input, .form__input-wrapper--user-mail .form__input, .form__input-wrapper--user-phone .form__input {
  padding-left: 69px !important;
}
.form__input-wrapper--user-data::after {
  background-image: url(../img/icon/input-user-data.svg);
}
.form__input-wrapper--user-mail::after {
  background-image: url(../img/icon/input-user-mail.svg);
}
.form__input-wrapper--user-phone::after {
  background-image: url(../img/icon/input-user-phone.svg);
}
.form__input {
  width: 100%;
  max-height: 63px;
  padding: 21px 15px 21px 66px;
  border: 1px solid #75cf9e;
  border-radius: 0;
  outline: none;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.24rem;
  font-weight: 400;
  transition: 0.4s;
}
.form__input--textarea {
  max-height: unset;
  height: 220px;
  padding: 25px;
  resize: none;
}
.form__input--select {
  color: #636363;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form__input--newsletter {
  padding: 14px 21px;
  max-height: 45px;
}
.form__input:focus {
  border-color: #093e3c;
  color: #093e3c;
}
.form__input:focus::-moz-placeholder {
  color: #093e3c;
}
.form__input:focus::placeholder {
  color: #093e3c;
}
.form__input::-moz-placeholder {
  color: #636363;
}
.form__input::placeholder {
  color: #636363;
}
.form__input:has(+ .wpcf7-not-valid-tip) {
  border-color: #dc3232;
}
.form__input-file {
  border: none;
  border-radius: 0;
  color: unset;
}
.form__input-file::-webkit-file-upload-button {
  display: none;
}
.form__file-button {
  position: relative;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: 68px;
  padding: 24px 55px 24px 78px;
  border: 2px solid #093e3c;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.17rem;
  font-weight: 600;
  letter-spacing: -0.004em;
  color: #093e3c;
  cursor: pointer;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .form__file-button:hover {
    background-color: #093e3c;
    color: #ffffff;
  }
}
.form__file-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 44px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/icon/input-file.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 992px) {
  .form__fields-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 36px;
  }
}
.form__fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 36px;
}
@media (min-width: 992px) {
  .form__fields {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 36px;
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .form__field {
    width: calc(50% - 18px);
  }
}
@media (min-width: 992px) {
  .form__field--textarea, .form__field--file {
    width: 100%;
  }
}
.form__field--file {
  color: #093e3c;
}
.form__field--file .wpcf7-not-valid-tip {
  right: unset;
  left: 0;
}
@media (min-width: 992px) {
  .form__field--job-file {
    gap: 20px;
  }
  .form__field--job-file .form__label {
    margin-bottom: 0;
  }
}
.form__link {
  color: #75cf9e;
}
.form__acceptance-wrapper {
  margin-bottom: 24px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.24rem;
  font-weight: 400;
  color: #093e3c;
}
@media (min-width: 992px) {
  .form__acceptance-wrapper {
    margin-bottom: 40px;
  }
}
.form__acceptance-wrapper .wpcf7-list-item {
  margin: 0;
}
.form__acceptance-wrapper label {
  display: flex;
  gap: 25px;
}
.form__acceptance {
  position: relative;
  width: 22px;
  height: 0;
  transition: 0.4s;
}
.form__acceptance::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #75cf9e;
  cursor: pointer;
}
.form__acceptance:checked::after {
  background-color: #bcff8a;
}
.form__recaptcha {
  padding: 15px 0 0 37px;
}
.form__signature {
  margin-top: 9px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.085rem;
  font-weight: 400;
  color: #093e3c;
}
.form__job-file-wrapper {
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 9px;
  border: 1px solid rgba(9, 62, 60, 0.1019607843);
}
.form__job-file-button {
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 10px 18px;
  border: 1px solid #093e3c;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.17rem;
  font-weight: 600;
  letter-spacing: -0.004em;
  color: #093e3c;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1019607843);
  cursor: pointer;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .form__job-file-button:hover {
    background-color: #093e3c;
    color: #ffffff;
  }
}
.form .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  font-size: 0.875rem;
}
.form .wpcf7-response-output {
  padding: 0 !important;
  border: none !important;
  color: #093e3c;
  text-align: center;
}

.blog-tile-big {
  position: relative;
  max-width: 609px;
  max-height: 609px;
  margin: 0 auto;
  padding: 35px 15px 39px 23px;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 360/360;
}
@media (min-width: 992px) {
  .blog-tile-big {
    max-width: unset;
    max-height: unset;
    padding: 31px 27px 35px 38px;
    margin: 0;
    width: 49%;
  }
}
.blog-tile-big::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
@media (min-width: 992px) {
  .blog-tile-big:hover .blog-tile-big__image {
    transform: scale(1.1);
  }
}
.blog-tile-big__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .blog-tile-big__image {
    transition: 0.4s;
  }
}
.blog-tile-big__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog-tile-big__info {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: auto;
  margin-bottom: 8px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.135rem;
  font-weight: 400;
  color: #ffffff;
  z-index: 1;
}
@media (min-width: 992px) {
  .blog-tile-big__info {
    margin-bottom: 14px;
  }
}
.blog-tile-big__categories {
  position: relative;
  gap: 4px;
  z-index: 1;
}
.blog-tile-big__category {
  padding: 8px 9px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.55rem;
  font-weight: 500;
  border: 1px solid #ebeef3;
  border-radius: 3px;
  color: #ebeef3;
}
@media (min-width: 992px) {
  .blog-tile-big__category {
    padding: 6px 27px;
  }
}
.blog-tile-big__title {
  position: relative;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8606rem;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 1;
}
@media (min-width: 992px) {
  .blog-tile-big__title {
    font-size: 2.25rem;
    line-height: 2.7906rem;
  }
}

@media (min-width: 768px) {
  .blog-tile-recent {
    gap: 20px;
  }
}
.blog-tile-recent__image {
  position: relative;
  aspect-ratio: 320/150;
  border-radius: 6px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog-tile-recent__image {
    width: calc(49% - 10px);
  }
}
@media (min-width: 992px) {
  .blog-tile-recent__image {
    aspect-ratio: 250/150;
  }
}
.blog-tile-recent__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (min-width: 992px) {
  .blog-tile-recent__image img {
    transition: 0.4s;
  }
}
.blog-tile-recent__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
@media (min-width: 992px) {
  .blog-tile-recent__image:hover img {
    transform: scale(1.1);
  }
}
@media (min-width: 768px) {
  .blog-tile-recent__content {
    width: calc(51% - 10px);
  }
}
.blog-tile-recent__info {
  margin-top: 21px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 0.625rem;
  line-height: 0.6306rem;
  font-weight: 500;
  color: rgba(38, 38, 38, 0.6);
}
@media (min-width: 992px) {
  .blog-tile-recent__info {
    margin-top: 14px;
  }
}
.blog-tile-recent__title {
  margin-top: 8px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.54rem;
  font-weight: 700;
  color: #262626;
}
@media (min-width: 992px) {
  .blog-tile-recent__title {
    margin-top: 4px;
    transition: 0.4s;
  }
  .blog-tile-recent__title:hover {
    color: #267572;
  }
}
.blog-tile-recent__excerpt {
  margin-top: 8px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 0.9294rem;
  font-weight: 400;
  color: #696868;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .blog-tile-recent__excerpt {
    margin-top: 12px;
  }
}
.blog-tile-recent__categories {
  position: relative;
  margin: 14px 17px 0 0;
  z-index: 1;
}
.blog-tile-recent__category {
  padding: 6px 10px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 0.9762rem;
  font-weight: 400;
  color: #ebeef3;
  border: 0.75px solid #ebeef3;
  border-radius: 4px;
}

.blog-tile {
  width: 290px;
}
@media (min-width: 992px) {
  .blog-tile {
    width: unset;
  }
}
.blog-tile__image {
  position: relative;
  aspect-ratio: 290/248;
  border-radius: 6px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .blog-tile__image {
    aspect-ratio: 380/195;
  }
}
.blog-tile__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (min-width: 992px) {
  .blog-tile__image img {
    transition: 0.4s;
  }
}
@media (min-width: 992px) {
  .blog-tile__image:hover img {
    transform: scale(1.1);
  }
}
.blog-tile__categories {
  position: relative;
  margin: 14px 17px 0 0;
  z-index: 1;
}
.blog-tile__category {
  padding: 6px 10px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 0.9762rem;
  font-weight: 400;
  color: #ebeef3;
  border: 0.75px solid #ebeef3;
  border-radius: 4px;
}
.blog-tile__info {
  margin-top: 20px;
  gap: 16px;
}
.blog-tile__author-img {
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
.blog-tile__author {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #093e3c;
}
.blog-tile__date {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 0.8831rem;
  font-weight: 300;
  color: rgba(38, 38, 38, 0.6);
}
.blog-tile__title {
  margin-top: 20px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.375rem;
  line-height: 1.7056rem;
  font-weight: 700;
  color: #093e3c;
}
@media (min-width: 992px) {
  .blog-tile__title {
    transition: 0.4s;
  }
  .blog-tile__title:hover {
    color: #267572;
  }
}
.blog-tile__excerpt {
  margin-top: 10px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 400;
  color: #093e3c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-tile-popular {
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #093e3c;
  color: #093e3c;
}
.blog-tile-popular__image {
  position: relative;
  width: 80px;
  height: 80px;
}
.blog-tile-popular__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog-tile-popular__content {
  width: calc(100% - 92px);
}
.blog-tile-popular__category {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1.3125rem;
  font-weight: 500;
  text-transform: uppercase;
}
.blog-tile-popular__title {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.tags-tile {
  position: relative;
  color: #ffffff;
  overflow: hidden;
}
.tags-tile--current-page {
  display: flex;
  min-height: 460px;
  padding: 75px 30px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .tags-tile--current-page {
    width: calc(50% - 15px);
    min-height: 560px;
    padding-inline: 60px;
  }
}
.tags-tile--other-page {
  padding: 0;
}
.tags-tile__content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.tags-tile__title {
  margin-bottom: 32px;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 3.25rem;
  letter-spacing: -0.4%;
}
.tags-tile__tags {
  list-style: none;
  padding: 0;
  gap: 16px;
}
.tags-tile__tag {
  padding: 8px 16px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.125rem;
  letter-spacing: -0.4%;
}
@media (min-width: 992px) {
  .tags-tile__tag {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.tags-tile__tag--last {
  margin-top: 16px;
}
.tags-tile__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tags-tile__background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#cookieNotice {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(9, 62, 60, 0.95);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0784313725);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #ffffff;
  z-index: 999;
  padding: 20px 5px;
  font-size: 17px;
  line-height: 20px;
  font-family: "Kumbh Sans", sans-serif;
  box-shadow: 0px -5px 30px -24px rgb(66, 68, 90);
}

#cookieNotice p {
  margin: 0;
  padding-right: 5px;
}

#cookieNotice .confirm {
  background-color: #bcff8a;
  color: #093e3c;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding: 6px 20px;
  margin: 0 10px;
  font-size: 0.875rem;
  line-height: 0.91rem;
  transition: 0.4s;
}
@media (min-width: 992px) {
  #cookieNotice .confirm:hover {
    background-color: #fafafa;
  }
}

#cookieNotice .learn-more {
  color: rgb(0, 159, 221);
  text-decoration: none;
  display: inline;
}

#cookieNotice #cookieImg {
  max-width: 50px;
  order: -1;
  margin: 0 20px;
  filter: invert(1);
}

@media (max-width: 500px) {
  #cookieNotice {
    text-align: center;
    flex-wrap: wrap;
  }
  #cookieNotice #cookieImg {
    max-width: 20%;
    width: 20%;
    margin: 0 5px;
  }
  #cookieNotice p {
    max-width: 70%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  #cookieNotice .learn-more,
  #cookieNotice .confirm {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
.person-tile {
  gap: 15px;
  color: #093e3c;
}
.person-tile__image-wrapper {
  max-width: 100px;
  max-height: 100px;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.person-tile__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.person-tile__left-column {
  max-width: 100px;
}
.person-tile__name {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .person-tile__name {
    font-size: 1.5rem;
  }
}
.person-tile__position {
  font-size: 1.125rem;
}
.person-tile__phone {
  margin-top: 5px;
}
@media (min-width: 992px) {
  .person-tile__phone, .person-tile__email {
    transition: all 0.4s;
  }
  .person-tile__phone:hover, .person-tile__email:hover {
    color: #267572;
    font-weight: 600;
  }
}
.person-tile__social-media {
  margin-top: 10px;
  gap: 10px;
}
.person-tile__social-media-link {
  width: 30px;
  height: 30px;
}
@media (min-width: 992px) {
  .person-tile__social-media-link {
    transition: transform 0.4s;
  }
  .person-tile__social-media-link:hover {
    transform: scale(1.07);
  }
}
.person-tile__social-media-icon {
  width: 100%;
  height: 100%;
}

.header {
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .header {
    max-width: 1562px;
    margin: 0 auto;
    padding: 0 30px;
    padding-bottom: 0;
  }
}
.header__logo-link {
  max-width: -moz-max-content;
  max-width: max-content;
}
.header__logo-img {
  width: 103px;
  height: auto;
}
@media (min-width: 1200px) {
  .header__logo-img {
    width: 135px;
  }
}
.header__buttons {
  flex-basis: 100%;
  padding: 0 25px 32px;
}
@media (min-width: 1200px) {
  .header__buttons {
    flex-basis: unset;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .header__button {
    margin-left: auto;
  }
}

.header-menu {
  position: relative;
  flex-basis: 100%;
  height: 0;
  transition: 0.4s;
  background-color: #fafafa;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .header-menu {
    height: auto;
    flex-basis: calc(100% - 135px);
    background-color: transparent;
    overflow: visible;
  }
}
.header-menu::before, .header-menu::after {
  content: "";
  position: absolute;
  width: 272px;
  height: 272px;
  background-image: url(../img/background/menu-background.svg);
  background-size: contain;
}
@media (min-width: 1200px) {
  .header-menu::before, .header-menu::after {
    display: none;
  }
}
.header-menu::before {
  top: 0;
  right: 0;
}
.header-menu::after {
  bottom: 0;
  left: 0;
}
.header-menu.active {
  height: calc(100vh - 94px);
  overflow: auto;
}
@media (min-width: 1200px) {
  .header-menu.active {
    height: -moz-max-content;
    height: max-content;
    overflow: visible;
  }
}
.header-menu__list {
  margin: 53px 0;
  gap: 57px;
}
@media (min-width: 1200px) {
  .header-menu__list {
    margin: 0;
    gap: 70px;
  }
}
.header-menu .menu-item {
  position: relative;
  text-align: center;
  z-index: 1;
}
.header-menu .menu-item::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background-color: #093e3c;
}
@media (min-width: 1200px) {
  .header-menu .menu-item::after {
    display: none;
    bottom: 50%;
    transform: translateY(50%);
    left: calc(100% - 10px);
    background-color: #ffffff;
    pointer-events: none;
  }
}
.header-menu .menu-item a {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.56rem;
  font-weight: 500;
  letter-spacing: -0.004em;
  color: #093e3c;
}
@media (min-width: 1200px) {
  .header-menu .menu-item a {
    font-size: 1.25rem;
    line-height: 1.3rem;
    color: #ffffff;
    transition: color 0.4s;
  }
}
@media (min-width: 1200px) {
  .header-menu .menu-item a:hover {
    color: #bcff8a;
  }
}
@media (min-width: 1200px) {
  .header-menu .menu-item:first-child {
    margin-left: auto;
  }
}
.header-menu .menu-item-has-children {
  transition: 0.4s;
}
@media (min-width: 1200px) {
  .header-menu .menu-item-has-children {
    padding: 35px 0;
  }
}
.header-menu .menu-item-has-children.active > a {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .header-menu .menu-item-has-children.active > a {
    font-weight: 500;
  }
}
.header-menu .menu-item-has-children::after {
  display: block;
}
@media (min-width: 1200px) {
  .header-menu .menu-item-has-children > a {
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .header-menu .menu-item-has-children:hover > .sub-menu {
    height: -moz-max-content;
    height: max-content;
    opacity: 1;
    visibility: visible;
    overflow: visible;
  }
}
.header-menu .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 36px;
  height: 0;
  overflow: hidden;
  transition: 0.4s;
}
@media (min-width: 1200px) {
  .header-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: -10px;
    padding: 38px 39px;
    background-color: rgba(9, 62, 60, 0.9);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0784313725);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    height: -moz-max-content;
    height: max-content;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
}
.header-menu .sub-menu.active {
  margin-top: 36px;
  height: -moz-max-content;
  height: max-content;
}
@media (min-width: 1200px) {
  .header-menu .sub-menu.active {
    margin-top: 0;
  }
}
.header-menu .sub-menu .menu-item {
  margin-left: 0;
}
.header-menu .sub-menu .menu-item::after {
  display: none;
}
.header-menu .sub-menu a {
  font-size: 18px;
  line-height: 18.72px;
}
@media (min-width: 1200px) {
  .header-menu .header__button > a {
    display: block;
    padding: 15.5px 24px;
    font-size: 1.125rem;
    line-height: 1.17rem;
    font-weight: 600;
    letter-spacing: -0.004em;
    color: #093e3c;
    background-color: #bcff8a;
    border: 1px solid transparent;
    transition: 0.4s;
  }
  .header-menu .header__button > a:hover {
    background-color: #fafafa;
    color: #093e3c;
    border-color: #093e3c;
  }
}

.footer__logo {
  padding-top: 40px;
  padding-bottom: 36px;
}
@media (min-width: 992px) {
  .footer__logo {
    padding-top: 96px;
    padding-bottom: 68px;
  }
}
.footer__logo-img {
  height: 42px;
  width: auto;
}
.footer__copyrights {
  padding-top: 36px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .footer__copyrights {
    padding-top: 30px;
    padding-bottom: 21px;
    border-top: 1px solid rgba(217, 217, 217, 0.1019607843);
  }
}
.footer__copyrights-text {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 2.1875rem;
  font-weight: 300;
  text-align: center;
}
.footer__copyrights-text a {
  text-decoration: underline;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .footer__copyrights-text a:hover {
    color: #bcff8a;
  }
}
.footer__menu {
  text-align: center;
  color: #ffffff;
}
.footer__menu .sub-menu .menu-item a {
  display: block;
  margin-bottom: 26px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.04rem;
  font-weight: 500;
  letter-spacing: -0.004em;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .footer__menu .sub-menu .menu-item a {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .footer__menu .sub-menu .menu-item a:hover {
    color: #bcff8a;
  }
}
@media (min-width: 992px) {
  .footer__menu .sub-menu .menu-item:last-child a {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer__menu-list {
    gap: 100px;
  }
}
@media (min-width: 1400px) {
  .footer__menu-list {
    gap: 140px;
  }
  .footer__menu-list .menu-item {
    position: relative;
  }
  .footer__menu-list .menu-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -70px;
    height: 100%;
    width: 1px;
    background-color: rgba(117, 207, 158, 0.6);
  }
}
.footer__title {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(117, 207, 158, 0.6);
}
@media (min-width: 992px) {
  .footer__title {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .footer__title:first-child {
    width: 294px;
  }
}
.footer__title:last-child {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .footer__title:last-child {
    padding-top: 0;
  }
}
.footer__title > a {
  display: block;
  margin-bottom: 26px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5225rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .footer__title > a {
    margin-bottom: 37px;
  }
}
.footer__social-media {
  padding-top: 36px;
  gap: 16px;
}
@media (min-width: 992px) {
  .footer__social-media {
    padding-top: 58px;
    padding-bottom: 23px;
  }
}
.footer__social-media-link {
  width: 24px;
  height: 24px;
  background-color: #bcff8a;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .footer__social-media-link:hover {
    background-color: #ffffff;
  }
}
.footer__middle {
  max-width: 1240px;
}
@media (min-width: 992px) {
  .footer__middle {
    display: flex;
    justify-content: center;
    gap: 100px;
  }
}
@media (min-width: 1400px) {
  .footer__middle {
    padding: 0;
    gap: 140px;
  }
}
.footer__newsletter {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .footer__newsletter {
    width: 294px;
    padding-top: 0;
  }
}
.footer__newsletter .wpcf7-spinner {
  display: none;
}
.footer__newsletter .wpcf7 form .wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 0;
}
.footer__newsletter .wpcf7-not-valid-tip,
.footer__newsletter .wpcf7-response-output {
  font-size: 0.875rem;
  text-align: center;
}
.footer__newsletter-title {
  margin-bottom: 37px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5225rem;
  font-weight: 600;
  text-align: center;
}

.default-page {
  color: #093e3c;
}
.default-page__container {
  padding: 60px 40px;
}
@media (min-width: 992px) {
  .default-page__container {
    padding-block: 100px;
    max-width: 1410px;
  }
}

.error-page {
  min-height: 50vh;
  padding-block: 120px 60px;
  color: #093e3c;
}
@media (min-width: 992px) {
  .error-page {
    padding-block: 150px 100px;
  }
}
@media (min-width: 1600px) {
  .error-page {
    padding-block: 200px 150px;
  }
}
.error-page__container {
  text-align: center;
}
.error-page__title {
  margin-bottom: 50px;
  font-size: 7.5rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .error-page__title {
    font-size: 15.625rem;
  }
}
.error-page__subtitle {
  margin-block: 50px;
  font-size: 2.25rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .error-page__subtitle {
    font-size: 3rem;
  }
}

.big-hero {
  padding: 161px 60px 85px;
  position: relative;
}
@media (min-width: 992px) {
  .big-hero {
    padding: 332px 60px 260px;
  }
}
.big-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -35.85%, rgba(0, 0, 0, 0.4) 100%);
  z-index: -1;
}
.big-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -2;
}
.big-hero__title {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 2rem;
  line-height: 2.4806rem;
  font-weight: 600;
  letter-spacing: -0.004em;
  text-align: center;
  color: #fafafa;
}
@media (min-width: 992px) {
  .big-hero__title {
    font-size: 3.875rem;
    line-height: 4.03rem;
  }
}
@media (min-width: 992px) {
  .big-hero__title-span {
    display: block;
  }
}
.big-hero__subtitle {
  margin-top: 16px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.04rem;
  letter-spacing: -0.004em;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 992px) {
  .big-hero__subtitle {
    margin-top: 68px;
    font-size: 1.5rem;
    line-height: 1.56rem;
  }
}
.big-hero__buttons {
  margin-top: 36px;
  gap: 15px;
}
@media (min-width: 992px) {
  .big-hero__buttons {
    margin-top: 17px;
  }
}

.texts-images-buttons {
  margin-top: 32px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .texts-images-buttons {
    margin: 10px 0 41px;
    padding-bottom: 0;
  }
}
.texts-images-buttons__container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .texts-images-buttons__container::before, .texts-images-buttons__container::after {
    content: "";
    position: absolute;
    width: 630px;
    height: 630px;
    background-image: url(../img/background/net.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .texts-images-buttons__container::before {
    top: -15%;
    right: -2%;
    transform: rotate(35deg);
  }
  .texts-images-buttons__container::after {
    bottom: -2%;
    left: -2%;
    transform: rotate(180deg);
  }
}
.texts-images-buttons__image-wrapper {
  max-height: 742px;
}
@media (min-width: 992px) {
  .texts-images-buttons__image-wrapper {
    flex-basis: 50%;
  }
}
@media (min-width: 1400px) {
  .texts-images-buttons__image-wrapper {
    flex-basis: 40%;
  }
}
.texts-images-buttons__image-wrapper--1 {
  margin: 0 40px -35px;
  aspect-ratio: 273/319;
}
@media (min-width: 576px) {
  .texts-images-buttons__image-wrapper--1 {
    margin: 0 auto -35px;
  }
}
@media (min-width: 992px) {
  .texts-images-buttons__image-wrapper--1 {
    aspect-ratio: 781/742;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .texts-images-buttons__image-wrapper--1 {
    transform: translate(-50px, 50px);
  }
}
@media (min-width: 1400px) {
  .texts-images-buttons__image-wrapper--1 {
    transform: translate(-25%, 10%);
  }
}
.texts-images-buttons__image-wrapper--2 {
  margin: 0 auto;
  aspect-ratio: 360/442;
}
@media (min-width: 992px) {
  .texts-images-buttons__image-wrapper--2 {
    aspect-ratio: 781/742;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .texts-images-buttons__image-wrapper--2 {
    transform: translate(50px, -50px);
  }
}
@media (min-width: 1400px) {
  .texts-images-buttons__image-wrapper--2 {
    transform: translate(25%, -10%);
  }
}
.texts-images-buttons__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .texts-images-buttons__item--1 {
    flex-direction: row-reverse;
  }
}
.texts-images-buttons__content {
  padding: 64px 40px 33px;
  background-color: #1a1241;
}
@media (min-width: 992px) {
  .texts-images-buttons__content {
    flex-basis: 50%;
  }
}
@media (min-width: 1400px) {
  .texts-images-buttons__content {
    flex-basis: 60%;
  }
}
@media (min-width: 1200px) {
  .texts-images-buttons__content--1 {
    padding: 150px 150px 150px 40px;
  }
}
@media (min-width: 1400px) {
  .texts-images-buttons__content--1 {
    padding: 211px 274px 150px 179px;
  }
}
@media (min-width: 1200px) {
  .texts-images-buttons__content--2 {
    padding: 150px 40px 150px 150px;
  }
}
@media (min-width: 1400px) {
  .texts-images-buttons__content--2 {
    padding: 150px 158px 64px 313px;
  }
}
.texts-images-buttons__title {
  margin-bottom: 24px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 2.625rem;
  line-height: 2.73rem;
  font-weight: 600;
  letter-spacing: -0.004em;
}
@media (min-width: 1400px) {
  .texts-images-buttons__title {
    margin-bottom: 39px;
  }
}
.texts-images-buttons__text {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 300;
  letter-spacing: -0.004em;
}
@media (min-width: 1400px) {
  .texts-images-buttons__text {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.texts-images-buttons__text p:not(:last-child) {
  margin-bottom: 22px;
}
@media (min-width: 992px) {
  .texts-images-buttons__text p:not(:last-child) {
    margin-bottom: 35px;
  }
}

.characters {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .characters {
    padding-top: 41px;
    padding-bottom: 59px;
  }
}
.characters__container {
  position: relative;
  gap: 8px;
}
@media (min-width: 768px) {
  .characters__container {
    gap: 0;
  }
}
@media (min-width: 1400px) {
  .characters__container::after {
    content: "";
    position: absolute;
    width: 630px;
    height: 630px;
    background-image: url(../img/background/net.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;
    bottom: -5%;
    right: -30%;
    transform: rotate(90deg);
  }
}
@media (min-width: 768px) {
  .characters__item {
    flex-basis: 50%;
  }
}
.characters__title {
  margin-bottom: 24px;
  font-family: "Gallery", serif;
  font-size: 4rem;
  line-height: 4.16rem;
  font-weight: 400;
  letter-spacing: -0.004em;
  text-align: center;
  color: #093e3c;
}
@media (min-width: 992px) {
  .characters__title {
    margin-bottom: 55px;
  }
}
.characters__content {
  position: relative;
  max-height: 600px;
  padding: 15px;
  margin: 0 auto;
  aspect-ratio: 295/353;
  overflow: hidden;
}
@media (min-width: 768px) {
  .characters__content {
    aspect-ratio: 781/600;
  }
}
@media (min-width: 992px) {
  .characters__content {
    padding-bottom: 32px;
  }
}
.characters__content:hover {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .characters__content:hover .button {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .characters__content:hover .characters__text {
    margin-bottom: 22px;
  }
}
@media (min-width: 992px) {
  .characters__content:hover .characters__image {
    transform: scale(1.05);
  }
}
.characters__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: -1;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .characters__content:hover::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(11, 84, 88, 0.6) 100%);
  }
}
@media (min-width: 992px) {
  .characters__content--2:hover::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(26, 18, 65, 0.6) 100%);
  }
}
.characters__subtitle {
  margin-bottom: 10px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.75rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.004em;
  color: #fafafa;
  text-align: center;
}
@media (min-width: 1200px) {
  .characters__subtitle {
    font-size: 2.625rem;
    line-height: 2.73rem;
  }
}
.characters__text {
  margin-bottom: 20px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 0.81rem;
  font-weight: 500;
  letter-spacing: -0.004em;
  text-align: center;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .characters__text {
    margin-bottom: -55px;
  }
}
@media (min-width: 1200px) {
  .characters__text {
    margin-bottom: -45px;
    font-size: 1.375rem;
    line-height: 1.485rem;
  }
}
.characters__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -2;
  transition: 0.4s;
}

.text-button {
  padding: 23px 0;
}
@media (min-width: 992px) {
  .text-button {
    padding: 59px 0;
  }
}
.text-button--for-business .text-button__pretitle {
  padding: 0 15px;
  margin: 0 auto 32px;
  max-width: 1000px;
}
.text-button--for-business:first-of-type {
  padding-bottom: 0;
}
.text-button--for-business:first-of-type .text-button__title {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .text-button--for-business:has(+ .text-image) .text-button__pretitle {
    margin-bottom: 75px;
  }
}
.text-button--for-business:last-of-type {
  padding-bottom: 80px;
}
.text-button--for-candidates .text-button__pretitle {
  margin: 0 auto 32px;
  max-width: 1000px;
}
.text-button--for-candidates .text-button__title {
  order: -1;
}
.text-button--submit-your-job-description {
  padding: 60px 0 36px;
}
@media (min-width: 992px) {
  .text-button--submit-your-job-description {
    padding: 100px 0;
  }
}
.text-button--submit-your-job-description .text-button__title {
  margin: 0;
}
.text-button--career-portal {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .text-button--career-portal {
    padding: 145px 0 95px;
  }
}
@media (min-width: 992px) {
  .text-button--career-portal .text-button__title {
    margin-bottom: 16px;
  }
}
.text-button--career-portal .text-button__pretitle {
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .text-button--career-portal .text-button__pretitle {
    max-width: 1040px;
    margin: 0 auto 56px;
  }
}
.text-button__pretitle {
  margin-bottom: 10px;
  padding: 0 35px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.24rem;
  font-weight: 400;
  letter-spacing: -0.004em;
  text-align: center;
  color: #267572;
}
@media (min-width: 992px) {
  .text-button__pretitle {
    font-size: 1.625rem;
    line-height: 2.0156rem;
  }
}
.text-button__pretitle--uppercase {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .text-button__pretitle--uppercase {
    font-size: 1.125rem;
    line-height: 1.215rem;
  }
}
.text-button__title {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .text-button__title {
    margin-bottom: 42px;
  }
}
@media (min-width: 992px) {
  .text-button__background {
    position: relative;
  }
  .text-button__background::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 630px;
    height: 630px;
    background-image: url(../img/background/net.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;
  }
}

.trusted-slider {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .trusted-slider {
    padding: 59px 0;
  }
}
.trusted-slider__container {
  padding-top: 67px;
  padding-bottom: 96px;
  background-color: #093e3c;
}
@media (min-width: 992px) {
  .trusted-slider__container {
    padding: 63px 30px 130px;
  }
}
@media (min-width: 1400px) {
  .trusted-slider__container {
    padding: 63px 125px 130px;
  }
}
.trusted-slider__background-off {
  background-color: transparent;
}
.trusted-slider__title {
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .trusted-slider__title {
    margin-bottom: 114px;
  }
}
.trusted-slider__company-wrapper {
  margin-bottom: 10px;
  gap: 12px;
}
@media (min-width: 992px) {
  .trusted-slider__company-wrapper {
    gap: 20px;
  }
}
.trusted-slider__company {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.56rem;
  font-weight: 600;
  letter-spacing: -0.004em;
}
.trusted-slider__logo {
  height: 31px;
  width: auto;
}
@media (min-width: 992px) {
  .trusted-slider__logo:has(+ p) {
    height: 56px;
  }
}
.trusted-slider__text {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.004em;
  text-align: center;
}
@media (min-width: 992px) {
  .trusted-slider__text {
    font-size: 1.125rem;
    line-height: 1.575rem;
    text-align: left;
  }
}
.trusted-slider__swiper-pagination {
  margin-top: 35px;
  position: static;
}
.trusted-slider__swiper-pagination .swiper-pagination-bullet {
  background-color: #d9d9d9;
  opacity: 0.7;
}
.trusted-slider__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #bcff8a;
  opacity: 1;
}
.trusted-slider__swiper-wrapper {
  transition-timing-function: linear;
}
.trusted-slider__swiper-slide {
  cursor: pointer;
}

.contact-form {
  padding: 30px 0 72px;
}
@media (min-width: 992px) {
  .contact-form {
    padding: 117px 0 194px;
  }
}
.contact-form--contact .contact-form__container::after {
  top: -33%;
  right: 0;
  left: unset;
  transform: translate(0, 0);
  z-index: 1;
  pointer-events: none;
}
.contact-form--submit-your-job-description {
  padding: 0 0 60px;
}
@media (min-width: 992px) {
  .contact-form--submit-your-job-description {
    padding: 0 0 100px;
  }
}
.contact-form--submit-your-job-description .form__input {
  padding-left: 24px;
}
.contact-form--submit-your-job-description .form__field {
  margin-bottom: 24px;
}
.contact-form--submit-your-job-description .contact-form__container::after {
  display: none;
}
@media (min-width: 992px) {
  .contact-form__container {
    position: relative;
  }
}
@media (min-width: 1400px) {
  .contact-form__container {
    padding: 0 115px;
  }
}
@media (min-width: 992px) {
  .contact-form__container::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 809px;
    width: 828px;
    background-image: url(../img/background/net.svg);
    z-index: -1;
  }
}
.contact-form .wpcf7-spinner {
  display: none;
}

.text-image-hero {
  padding-top: 155px;
  margin-bottom: 87px;
  background-color: #093e3c;
}
@media (min-width: 992px) {
  .text-image-hero {
    margin: 0 0 107px;
  }
}
.text-image-hero__container {
  position: relative;
  gap: 33px;
  max-width: 1444px;
}
@media (min-width: 992px) {
  .text-image-hero__container {
    gap: 74px;
  }
}
.text-image-hero__container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30%;
  width: 656px;
  height: 523px;
  background-image: url(../img/background/net.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 992px) {
  .text-image-hero__container::after {
    width: 828px;
    height: 809px;
    top: -120px;
    right: unset;
    left: -30%;
  }
}
.text-image-hero__title {
  margin-bottom: 16px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 2rem;
  line-height: 2.4806rem;
  font-weight: 700;
  letter-spacing: -0.004em;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 992px) {
  .text-image-hero__title {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .text-image-hero__title {
    font-size: 2.625rem;
    line-height: 3.2556rem;
  }
}
@media (min-width: 1400px) {
  .text-image-hero__title {
    margin-top: 80px;
  }
}
.text-image-hero__text {
  text-align: center;
}
@media (min-width: 992px) {
  .text-image-hero__text {
    padding-bottom: 30px;
    text-align: left;
  }
}
.text-image-hero__image-wrapper {
  position: relative;
  max-width: 771px;
  width: 100%;
  margin: 0 auto -40px;
  aspect-ratio: 300/187;
}
@media (min-width: 992px) {
  .text-image-hero__image-wrapper {
    max-width: unset;
    width: calc(56% - 37px);
    margin: 0 auto -66px;
    aspect-ratio: 771/480;
  }
}
.text-image-hero__image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.text-image-hero__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.text-image-hero__content {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .text-image-hero__content {
    width: calc(44% - 37px);
  }
}

.long-text-hero {
  position: relative;
  max-width: 1878px;
  min-height: 640px;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .long-text-hero {
    min-height: 742px;
  }
}
.long-text-hero__container {
  position: relative;
  z-index: 1;
  max-width: 890px;
  padding-block: 100px;
  text-align: center;
  color: #fafafa;
}
.long-text-hero__title {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  letter-spacing: -0.4px;
  text-wrap: balance;
}
@media (min-width: 992px) {
  .long-text-hero__title {
    font-size: 4rem;
    line-height: 4.1875rem;
  }
}
.long-text-hero__text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.4px;
  text-wrap: balance;
}
@media (min-width: 992px) {
  .long-text-hero__text {
    font-size: 1.5625rem;
    font-weight: 400;
    line-height: 2rem;
  }
}
.long-text-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.long-text-hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.character-hero {
  position: relative;
}
.character-hero--sunodos .character-hero__title {
  color: #1a1241;
}
.character-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1878px;
  min-height: 648px;
  margin-inline: auto;
  padding-block: 160px 100px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .character-hero__content {
    padding: 50px 9.5%;
  }
}
.character-hero__title {
  color: #093e3c;
  text-align: center;
  font-family: "Gallery", serif;
  font-size: 4rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .character-hero__title {
    margin-top: 50px;
    text-align: left;
    font-size: 6rem;
  }
}
@media (min-width: 1400px) {
  .character-hero__title {
    font-size: 9.375rem;
  }
}
.character-hero__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.character-hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .character-hero__image {
    -o-object-position: center right;
    object-position: center right;
  }
}

.faq {
  padding: 60px 0 57px;
}
@media (min-width: 992px) {
  .faq--faq {
    padding: 125px 0;
  }
}
.faq__container {
  max-width: 1252px;
}
.faq__items {
  gap: 3px;
}
.faq__question {
  width: 100%;
  padding: 24px 20px;
  background-color: #093e3c;
  border: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  .faq__question {
    padding: 55px 60px;
  }
}
.faq__question-text {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
}
@media (min-width: 992px) {
  .faq__question-text {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.faq__icon {
  width: 24px;
  height: 24px;
  margin-right: 22px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 992px) {
  .faq__icon {
    width: 36px;
    height: 36px;
    margin-right: 52px;
  }
}
.faq__button {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: auto;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .faq__button {
    width: 48px;
    height: 48px;
  }
}
.faq__button.active {
  transform: rotate(180deg);
}
.faq__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 7px;
  background-image: url(../img/icon/faq-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .faq__button::after {
    width: 12px;
    height: 8px;
  }
}
.faq__answer {
  max-height: 0;
  padding: 0 20px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  font-weight: 400;
  background-color: rgba(9, 62, 60, 0.2);
  color: rgba(60, 60, 67, 0.8509803922);
  overflow: hidden;
  opacity: 0;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .faq__answer {
    padding: 0 140px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.faq__answer.active {
  padding: 20px;
  max-height: -moz-max-content;
  max-height: max-content;
  opacity: 1;
}
@media (min-width: 992px) {
  .faq__answer.active {
    padding: 32px 140px;
  }
}

.text-image {
  padding: 57px 0;
}
.text-image__item {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 24px;
}
@media (min-width: 992px) {
  .text-image__item {
    gap: 66px;
    padding-top: 82px;
    padding-bottom: 82px;
  }
}
@media (min-width: 1400px) {
  .text-image__item {
    padding-left: 145px;
    padding-right: 145px;
  }
}
.text-image__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 18, 65, 0.9);
  z-index: -1;
}
@media (min-width: 992px) {
  .text-image__item:nth-child(2n) {
    flex-direction: row-reverse !important;
  }
}
.text-image__item:nth-child(2n)::after {
  background-color: rgba(9, 62, 60, 0.9);
}
.text-image__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.text-image__photo-wrapper {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  aspect-ratio: 300/160;
}
@media (min-width: 992px) {
  .text-image__photo-wrapper {
    max-width: unset;
    margin: 0;
    aspect-ratio: 750/400;
    width: calc(61.5% - 33px);
  }
}
.text-image__photo-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 62, 60, 0.3294117647);
}
@media (min-width: 992px) {
  .text-image__content {
    width: calc(38.5% - 33px);
  }
}
.text-image__photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-image__title {
  margin-bottom: 16px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 2.25rem;
  line-height: 2.34rem;
  font-weight: 600;
  letter-spacing: -0.004em;
  text-align: center;
}
@media (min-width: 992px) {
  .text-image__title {
    margin-bottom: 32px;
    font-size: 2.625rem;
    line-height: 2.73rem;
    text-align: left;
  }
}
.text-image__text {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 300;
  letter-spacing: -0.004em;
  text-align: center;
}
@media (min-width: 992px) {
  .text-image__text {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .text-image__text {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}

.recent-articles {
  padding-top: 94px;
}
@media (min-width: 992px) {
  .recent-articles {
    margin: 0 21px;
    padding-top: 174px;
  }
}
.recent-articles__container {
  max-width: 1252px;
  margin: 0 auto;
  background-color: #ebeef3;
}
@media (min-width: 992px) {
  .recent-articles__container {
    position: relative;
    border-radius: 6px;
  }
}
@media (min-width: 992px) {
  .recent-articles__container::after {
    content: "";
    position: absolute;
    top: -130px;
    left: -40%;
    width: 828px;
    height: 809px;
    background-image: url(../img/background/net.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
}
.recent-articles__title {
  margin-bottom: 19px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.75rem;
  line-height: 2.375rem;
  font-weight: 700;
  color: #262626;
}
.recent-articles__posts {
  padding: 40px 20px;
}
@media (min-width: 992px) {
  .recent-articles__posts {
    width: 51%;
    padding: 29px 69px 35px 38px;
  }
}
.recent-articles__tiles {
  gap: 24px;
}
@media (min-width: 992px) {
  .recent-articles__tiles {
    gap: 19px;
  }
}

.category-slider {
  padding: 40px 0 60px;
}
@media (min-width: 992px) {
  .category-slider {
    padding: 100px 0;
  }
}
.category-slider__container {
  padding: 0 26px;
  max-width: 1559px;
  margin: 0 auto;
}
.category-slider__title {
  margin-bottom: 16px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.75rem;
  line-height: 2.375rem;
  font-weight: 900;
  color: #093e3c;
}
@media (min-width: 992px) {
  .category-slider__title {
    margin-bottom: 36px;
  }
}
.category-slider__title:not(:first-of-type) {
  margin-top: 36px;
}
@media (min-width: 992px) {
  .category-slider__title:not(:first-of-type) {
    margin-top: 116px;
  }
}
.category-slider__swiper {
  overflow: visible;
}
@media (min-width: 992px) {
  .category-slider__swiper {
    overflow: hidden;
  }
}
.category-slider__buttons {
  margin-top: 16px;
  gap: 30px;
}
@media (min-width: 992px) {
  .category-slider__buttons {
    margin-top: 36px;
  }
}
.category-slider__swiper-button-prev, .category-slider__swiper-button-next {
  margin: 0;
  position: static;
  height: 50px;
  width: 70px;
  background-color: #bab8b8;
  border-radius: 3px;
  background-image: url(../img/icon/blog-arrow-prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
}
.category-slider__swiper-button-prev::after, .category-slider__swiper-button-next::after {
  display: none;
}
.category-slider__swiper-button-next {
  background-color: #bcff8a;
  background-image: url(../img/icon/blog-arrow-next.svg);
}

@media (min-width: 992px) {
  .blog-hero {
    margin-bottom: 170px;
  }
}
.blog-hero__title {
  color: #bcff8a;
}
.blog-hero__text {
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 992px) {
  .blog-hero__text {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    text-align: left;
  }
}

.blog-single__container {
  max-width: 1246px;
  margin: 0 auto;
  padding: 0 40px 80px;
  gap: 36px;
}
@media (min-width: 992px) {
  .blog-single__container {
    gap: 106px;
  }
}
@media (min-width: 1400px) {
  .blog-single__container {
    padding: 0 0 80px;
  }
}
.blog-single__content {
  color: #093e3c;
}
@media (min-width: 992px) {
  .blog-single__content {
    width: calc(100% - 406px);
  }
}
.blog-single__content p {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.375rem;
  line-height: 2.0625rem;
  font-weight: 300;
}
.blog-single__content p:not(:last-child) {
  margin-bottom: 33px;
}
.blog-single__content h2 {
  margin: 20px 0;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 2.625rem;
  line-height: 3.7375rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .blog-single__content h2 {
    margin: 74px 0;
  }
}
.blog-single__content img {
  margin: 33px auto;
  aspect-ratio: 874/480;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .blog-single__content img {
    margin: 74px 0;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .popular-posts {
    width: 300px;
  }
}
.popular-posts__title {
  margin-bottom: 10px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #093e3c;
}
@media (min-width: 992px) {
  .popular-posts__title {
    margin-bottom: 16px;
  }
}

.title-subtitle-hero {
  padding: 154px 0 60px;
  background-color: #093e3c;
}
@media (min-width: 992px) {
  .title-subtitle-hero {
    padding: 325px 0 231px;
  }
}
.title-subtitle-hero__title {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 2rem;
  line-height: 2.4806rem;
  font-weight: 700;
  letter-spacing: -0.004em;
  color: #bcff8a;
  text-align: center;
}
@media (min-width: 992px) {
  .title-subtitle-hero__title {
    font-size: 2.625rem;
    line-height: 3.2556rem;
  }
}
.title-subtitle-hero__subtitle {
  margin-top: 16px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.24rem;
  font-weight: 300;
  letter-spacing: -0.004em;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 992px) {
  .title-subtitle-hero__subtitle {
    margin-top: 26px;
    font-size: 1.5rem;
    line-height: 1.8606rem;
  }
}

.title-hero {
  padding: 154px 0 100px;
  background-color: #093e3c;
}
@media (min-width: 992px) {
  .title-hero {
    padding: 303px 0 216px;
  }
}
@media (min-width: 992px) {
  .title-hero--career {
    padding: 254px 0 122px;
  }
}
@media (min-width: 992px) {
  .title-hero__container {
    position: relative;
  }
  .title-hero__container::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -25%;
    transform: translateY(-50%);
    width: 828px;
    height: 809px;
    background-image: url(../img/background/net.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
    pointer-events: none;
  }
}
.title-hero__title {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 2rem;
  line-height: 2.4806rem;
  font-weight: 500;
  letter-spacing: -0.004em;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 992px) {
  .title-hero__title {
    font-size: 2.625rem;
    line-height: 3.2556rem;
  }
}
.title-hero__subtitle {
  margin-top: 15px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.24rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 992px) {
  .title-hero__subtitle {
    font-size: 1.5625rem;
    line-height: 1.9381rem;
  }
}

.logo-title-hero {
  padding: 154px 0 60px;
  background-color: #093e3c;
}
@media (min-width: 992px) {
  .logo-title-hero {
    padding: 176px 0 105px;
  }
}
@media (min-width: 992px) {
  .logo-title-hero__container {
    position: relative;
  }
  .logo-title-hero__container::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -25%;
    transform: translateY(-50%);
    width: 828px;
    height: 809px;
    background-image: url(../img/background/net.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
    pointer-events: none;
  }
}
.logo-title-hero__title {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 2rem;
  line-height: 2.4806rem;
  font-weight: 700;
  letter-spacing: -0.004em;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 992px) {
  .logo-title-hero__title {
    font-size: 2.625rem;
    line-height: 3.2556rem;
  }
}
.logo-title-hero__image {
  max-width: 556px;
  width: 100%;
  height: auto;
  margin: 0 auto 16px;
}
@media (min-width: 992px) {
  .logo-title-hero__image {
    margin-bottom: 64px;
  }
}

.values-tiles {
  padding: 45px 0;
}
@media (min-width: 992px) {
  .values-tiles {
    padding: 45px 0 90px;
  }
}
.values-tiles__container {
  max-width: 930px;
}
.values-tiles__items {
  gap: 16px;
}
.values-tiles__item {
  padding: 20px;
  background-color: #093e3c;
}
@media (min-width: 992px) {
  .values-tiles__item {
    position: relative;
    padding: 41px 60px 38px;
    z-index: 1;
  }
}
.values-tiles__item-title {
  margin-bottom: 3px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #bcff8a;
}
@media (min-width: 992px) {
  .values-tiles__item-title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.values-tiles__title {
  margin-bottom: 32px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 2rem;
  line-height: 2.4806rem;
  font-weight: 700;
  letter-spacing: -0.004em;
  color: #093e3c;
  text-align: center;
}
@media (min-width: 992px) {
  .values-tiles__title {
    font-size: 2.625rem;
    line-height: 3.2556rem;
  }
}
.values-tiles__text {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
}
@media (min-width: 992px) {
  .values-tiles__text {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.current-page-tiles-tags {
  position: relative;
  padding-block: 60px;
  color: #093e3c;
}
.current-page-tiles-tags--sunodos .current-page-tiles-tags__title,
.current-page-tiles-tags--sunodos .current-page-tiles-tags__subtitle,
.current-page-tiles-tags--sunodos .current-page-tiles-tags__text-column {
  color: #1a1241;
}
@media (min-width: 992px) {
  .current-page-tiles-tags {
    padding-block: 82px 147px;
  }
  .current-page-tiles-tags::after {
    content: "";
    position: absolute;
    top: -28px;
    left: -40px;
    width: 822px;
    height: 664px;
    background-image: url(../img/background/net.svg);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
  }
}
.current-page-tiles-tags__container {
  position: relative;
  z-index: 2;
  max-width: 1304px;
}
.current-page-tiles-tags__title {
  margin-bottom: 16px;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.4%;
}
@media (min-width: 992px) {
  .current-page-tiles-tags__title {
    margin-bottom: 32px;
    font-size: 4.25rem;
  }
}
.current-page-tiles-tags__subtitle {
  margin-bottom: 60px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: -0.4%;
}
@media (min-width: 992px) {
  .current-page-tiles-tags__subtitle {
    margin-bottom: 46px;
    font-size: 1.75rem;
  }
}
.current-page-tiles-tags__tiles {
  gap: 24px 29px;
}
.current-page-tiles-tags__columns-wrapper {
  max-width: 1920px;
  margin-inline: auto;
}
.current-page-tiles-tags__columns {
  position: relative;
  margin-top: 60px;
  padding-inline: 30px;
  gap: 66px 3.8%;
}
@media (min-width: 992px) {
  .current-page-tiles-tags__columns {
    width: 90%;
    max-width: 1731px;
    margin: 41px 0 0 auto;
    padding: 0;
  }
}
.current-page-tiles-tags__text-column {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.375rem;
  letter-spacing: -0.4%;
  text-wrap: pretty;
}
@media (min-width: 992px) {
  .current-page-tiles-tags__text-column {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .current-page-tiles-tags__text-column {
    font-size: 1.4375rem;
    line-height: 1.8125rem;
  }
}
.current-page-tiles-tags__text-column p:not(:last-child) {
  margin-bottom: 1rem;
}
.current-page-tiles-tags__image-column {
  position: relative;
}
@media (min-width: 992px) {
  .current-page-tiles-tags__image-column {
    width: 60%;
  }
}
.current-page-tiles-tags__image-column::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -50vw;
  left: -90vw;
  width: 120vw;
  height: 100vw;
  background-image: url(../img/background/net-2.svg);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .current-page-tiles-tags__image-column::after {
    top: -11vw;
    left: unset;
    z-index: 1;
    right: -6.5vw;
    width: 42vw;
    height: 34vw;
    background-position: bottom left;
  }
}
.current-page-tiles-tags__image-column-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .current-page-tiles-tags__image-column-img {
    aspect-ratio: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

.tiles-tags {
  padding-top: 60px;
  color: #093e3c;
}
@media (min-width: 992px) {
  .tiles-tags {
    padding-block: 100px;
  }
}
.tiles-tags__container {
  max-width: 1246px;
}
.tiles-tags__title {
  margin-bottom: 60px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.7906rem;
  letter-spacing: -0.4%;
  text-align: center;
  text-wrap: balance;
}
.tiles-tags__columns {
  grid-template-columns: 1fr;
  gap: 40px 20px;
}
@media (min-width: 992px) {
  .tiles-tags__columns {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
  }
}
@media (min-width: 992px) {
  .tiles-tags__columns-content:nth-child(4n+1) {
    grid-column: 1;
  }
  .tiles-tags__columns-content:nth-child(4n+3) {
    grid-column: 2;
  }
  .tiles-tags__columns-content:nth-child(4n+1):nth-last-child(2) {
    grid-column: span 2;
    justify-self: center;
    width: 50%;
  }
}
.tiles-tags__columns-tags {
  padding: 60px 20px;
  gap: 30px;
}
@media (min-width: 992px) {
  .tiles-tags__columns-tags {
    padding: 60px 40px;
  }
  .tiles-tags__columns-tags:nth-child(4n+2) {
    grid-column: 1;
  }
  .tiles-tags__columns-tags:nth-child(4n+4) {
    grid-column: 2;
  }
  .tiles-tags__columns-tags:nth-child(4n+2):last-of-type {
    grid-column: span 2;
    justify-self: center;
    width: 50%;
  }
}
.tiles-tags__columns-title {
  margin-bottom: 30px;
  font-family: "Gallery", serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.16rem;
  letter-spacing: -0.4%;
  text-align: center;
  text-wrap: balance;
}
.tiles-tags__columns-text {
  margin-bottom: 36px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.24rem;
  letter-spacing: -0.4%;
  text-align: center;
  text-wrap: balance;
}

.cta {
  position: relative;
  margin-inline: auto;
  max-width: 1920px;
  min-height: 350px;
  padding: 80px 30px;
}
.cta__container {
  position: relative;
  z-index: 1;
  max-width: 600px;
}
.cta__title {
  margin-bottom: 46px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.7906rem;
  letter-spacing: -0.4%;
  text-align: center;
  text-wrap: balance;
}
@media (min-width: 992px) {
  .cta__title {
    font-size: 2.625rem;
    line-height: 2.73rem;
  }
}
.cta__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.logos-slider {
  padding-block: 60px;
  color: #093e3c;
}
@media (min-width: 992px) {
  .logos-slider {
    margin-block: 30px;
  }
}
.logos-slider__title {
  margin-bottom: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.7906rem;
  letter-spacing: -0.4%;
  text-align: center;
  text-wrap: balance;
}
@media (min-width: 992px) {
  .logos-slider__title {
    margin-bottom: 64px;
    font-size: 2.625rem;
    line-height: 2.73rem;
  }
}
.logos-slider__item {
  width: 100%;
  height: 152px;
  padding-left: 15px;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .logos-slider__item {
    width: 185px;
    padding-left: 0;
  }
}
.logos-slider__logo {
  width: 140px;
  height: auto;
  max-height: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}
.logos-slider__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.logos-slider__pagination .swiper-pagination-bullet-active {
  background-color: #083634;
}

.image-embedded-text {
  padding: 45px 0;
}
@media (min-width: 992px) {
  .image-embedded-text {
    padding: 100px 0 45px;
  }
}
.image-embedded-text__container {
  max-width: 930px;
}
.image-embedded-text__text {
  margin-bottom: 45px;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.24rem;
  letter-spacing: -0.004em;
  color: #093e3c;
}
@media (min-width: 992px) {
  .image-embedded-text__text {
    font-size: 1.5625rem;
    line-height: 1.9381rem;
  }
}
@media (min-width: 992px) {
  .image-embedded-text__text--top {
    margin-bottom: 66px;
  }
}
@media (min-width: 992px) {
  .image-embedded-text__text--left-column {
    margin-bottom: 0;
    flex-basis: 53%;
  }
}
.image-embedded-text__wrapper {
  position: relative;
}
.image-embedded-text__image-wrapper {
  aspect-ratio: 930/537;
}
@media (min-width: 992px) {
  .image-embedded-text__image-wrapper {
    position: absolute;
    top: 0;
    left: calc(53% + 66px);
    height: 100%;
  }
}
@media (min-width: 1600px) {
  .image-embedded-text__image-wrapper {
    width: 930px;
  }
}
@media (min-width: 992px) {
  .image-embedded-text__image-wrapper::after {
    content: "";
    position: absolute;
    top: 66px;
    right: 0;
    width: 828px;
    height: 809px;
    background-image: url(../img/background/net.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
    pointer-events: none;
  }
}
.image-embedded-text__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.career {
  padding-top: 55px;
}
.career__container {
  max-width: 1140px;
  max-width: 1502px;
}
.career__keyword-search {
  max-width: 650px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  flex-wrap: wrap;
}
.career__search-btn {
  padding: 20px 24px;
  background-color: #bcff8a;
  border: 1px solid #bcff8a;
}
@media (min-width: 992px) {
  .career__search-btn:hover {
    background-color: #ffffff;
    border-color: #093e3c;
  }
}
.career__search-input {
  width: calc(100% - 78px);
  padding: 10px 17px !important;
  line-height: 1.5344rem;
  font-weight: 400;
  border: 1px solid #666666;
  border-radius: 3px;
  outline: none;
  color: #093e3c;
  transition: 0.4s;
}
.career__search-input:focus {
  border-color: #093e3c;
  color: #ffffff;
}
.career .item-detail-filter > label {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #093e3c;
}
.career .select2-results__option {
  color: #093e3c;
}
.career .job-date-text {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.24rem;
  font-weight: 400;
  color: #333333;
}
.career .badge-permanent {
  background-color: #093e3c;
}
.career .badge-permanent span {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.24rem;
  font-weight: 600;
}
.career .job-title {
  margin: 8px 0 16px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8606rem;
  color: #093e3c;
}
.career .badge-default {
  background-color: #bcff8a;
}
.career .job-category {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.24rem;
  font-weight: 600;
  color: #093e3c;
  font-style: normal;
}
.career .job-apply-wrapper span {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.24rem;
  font-weight: 400;
  color: #333333;
}
.career .title-job-right-content a {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8606rem;
  font-weight: 700;
  color: #093e3c;
  transition: 0.2s;
}
.career .title-job-right-content a:hover {
  color: #bcff8a;
}
.career .category-job-right-content {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.395rem;
  font-weight: 600;
  color: #093e3c;
  font-style: normal;
}
.career .job-desc-right-content {
  color: #093e3c;
}
.career .job-desc-right-content p {
  margin-bottom: 10px;
}
.career .modal-head {
  padding: 40px;
  background-color: #093e3c;
  border-radius: 10px 10px 0 0;
}
.career .modal-job-title {
  margin-bottom: 24px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8606rem;
  font-weight: 500;
  letter-spacing: -0.004em;
}
.career .modal-cat,
.career .modal-city-state {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.24rem;
  font-weight: 400;
  letter-spacing: -0.004em;
}
.career .modal-cat {
  margin-bottom: 8px;
}
.career .apply-job-modal {
  border-radius: 10px 10px 0 0;
}
.career .modal-form-btn-wrap {
  gap: 24px;
}
.career .modal-form-group {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.career .modal-form-group label {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.55rem;
  font-weight: 600;
  color: #093e3c;
}
.career .modal-form-group input {
  max-height: 63px;
  padding: 20px 0;
  border: 1px solid #75cf9e;
  border-radius: 0;
  outline: none;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.24rem;
  font-weight: 400;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .career .modal-form-group input {
    padding: 20px;
  }
}
.career .modal-form-group input:focus {
  border-color: #093e3c;
  color: #093e3c;
}
.career .modal-form-group input:focus::-moz-placeholder {
  color: #093e3c;
}
.career .modal-form-group input:focus::placeholder {
  color: #093e3c;
}
.career .modal-form-group input::-moz-placeholder {
  color: #636363;
}
.career .modal-form-group input::placeholder {
  color: #636363;
}
.career .modal-form-group input[type=file] {
  padding: 0;
  border: none;
}
.career .modal-form-group input[type=file]::-webkit-file-upload-button {
  min-width: max-content;
  padding: 10px 18px;
  border: 1px solid #093e3c;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.17rem;
  font-weight: 600;
  letter-spacing: -0.004em;
  color: #093e3c;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1019607843);
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
}
@media (min-width: 992px) {
  .career .modal-form-group input[type=file]::-webkit-file-upload-button:hover {
    background-color: #093e3c;
    color: #ffffff;
  }
}
.career .modal-form-group.checkbox-wrap {
  flex-direction: row;
  align-items: start;
}
.career .modal-form-group.checkbox-wrap label {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.24rem;
  font-weight: 400;
}
.career .modal-form-group.checkbox-wrap a {
  color: #bcff8a;
  text-decoration: underline;
}
.career .select2-selection {
  max-height: 65px;
}
.career .not-found-content {
  width: 100%;
  color: #093e3c;
  text-align: center;
}
.career__bar {
  background-color: #093e3c;
  padding: 25px;
  border-radius: 10px;
}
.career__bar .title-job-right-content a,
.career__bar .category-job-right-content,
.career__bar .job-date-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .career__bar .title-job-right-content a,
  .career__bar .category-job-right-content,
  .career__bar .job-date-text {
    margin-bottom: 0;
  }
}
.career__bar .badge-permanent {
  border: 1px solid #bcff8a;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .career__bar .badge-permanent {
    margin-bottom: 0;
  }
}
.career .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #1a1241;
  color: #ffffff;
  border: 1px solid #1a1241;
}
.career .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
  border-color: #ffffff;
}
.career .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #1a1241;
  background-color: #ffffff;
}

.single-career {
  padding: 150px 0 80px;
  color: #093e3c;
}
@media (min-width: 992px) {
  .single-career {
    padding: 220px 0 100px;
  }
}
.single-career__container {
  background: transparent !important;
}
.single-career__title {
  margin: 8px 0 16px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8606rem;
  color: #093e3c;
  text-align: center;
}
@media (min-width: 992px) {
  .single-career__title {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.single-career__job-category {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.24rem;
  font-weight: 600;
  color: #ffffff;
  font-style: normal;
}
.single-career .badge-permanent {
  background-color: #093e3c;
}
.single-career .badge-permanent span {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.24rem;
  font-weight: 600;
  color: #ffffff;
}
.single-career .badge-default {
  background-color: #bcff8a;
}
.single-career .apply-job-modal {
  border-radius: 10px 10px 0 0;
}
.single-career .modal-head {
  padding: 40px;
  background-color: #093e3c;
  border-radius: 10px 10px 0 0;
}
.single-career .modal-job-title {
  margin-bottom: 24px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8606rem;
  font-weight: 500;
  letter-spacing: -0.004em;
}
.single-career .modal-cat,
.single-career .modal-city-state {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.24rem;
  font-weight: 400;
  letter-spacing: -0.004em;
}
.single-career .modal-cat {
  margin-bottom: 8px;
}
.single-career .apply-job-modal {
  border-radius: 10px 10px 0 0;
}
.single-career .modal-form-btn-wrap {
  gap: 24px;
}
.single-career .modal-form-group {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.single-career .modal-form-group label {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.55rem;
  font-weight: 600;
  color: #093e3c;
}
.single-career .modal-form-group input {
  max-height: 63px;
  padding: 20px 0;
  border: 1px solid #75cf9e;
  border-radius: 0;
  outline: none;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.24rem;
  font-weight: 400;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .single-career .modal-form-group input {
    padding: 20px;
  }
}
.single-career .modal-form-group input:focus {
  border-color: #093e3c;
  color: #093e3c;
}
.single-career .modal-form-group input:focus::-moz-placeholder {
  color: #093e3c;
}
.single-career .modal-form-group input:focus::placeholder {
  color: #093e3c;
}
.single-career .modal-form-group input::-moz-placeholder {
  color: #636363;
}
.single-career .modal-form-group input::placeholder {
  color: #636363;
}
.single-career .modal-form-group input[type=file] {
  padding: 0;
  border: none;
}
.single-career .modal-form-group input[type=file]::-webkit-file-upload-button {
  min-width: max-content;
  padding: 10px 18px;
  border: 1px solid #093e3c;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.17rem;
  font-weight: 600;
  letter-spacing: -0.004em;
  color: #093e3c;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1019607843);
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
}
@media (min-width: 992px) {
  .single-career .modal-form-group input[type=file]::-webkit-file-upload-button:hover {
    background-color: #093e3c;
    color: #ffffff;
  }
}
.single-career .modal-form-group.checkbox-wrap {
  flex-direction: row;
  align-items: start;
}
.single-career .modal-form-group.checkbox-wrap label {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.24rem;
  font-weight: 400;
}
.single-career .modal-form-group.checkbox-wrap a {
  color: #bcff8a;
  text-decoration: underline;
}
.single-career .select2-selection {
  max-height: 65px;
}
.single-career .job-desc h2 {
  margin: 10px 0;
}
.single-career__bar {
  background-color: #093e3c;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .single-career__bar {
    position: relative;
    padding: 50px;
    overflow: hidden;
  }
  .single-career__bar::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 828px;
    height: 809px;
    background-image: url(../img/background/net.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
    pointer-events: none;
  }
}
.single-career__bar .job-date-text {
  color: #ffffff;
}
.single-career__bar .badge-permanent {
  border: 1px solid #bcff8a;
}
.single-career__bar .single-job-meta-wrap {
  margin-bottom: 0;
}

.contact-tiles {
  padding-bottom: 72px;
}
@media (min-width: 992px) {
  .contact-tiles {
    padding-bottom: 194px;
  }
}
@media (min-width: 1400px) {
  .contact-tiles__container {
    padding: 0 115px;
  }
}
.contact-tiles__tiles-wrapper {
  gap: 30px;
}
@media (min-width: 992px) {
  .contact-tiles__tiles-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*# sourceMappingURL=main.css.map */
