*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

/*
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 all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
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'] {
  -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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  body {
    font-family: "korolev", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    -webkit-tap-highlight-color: transparent;
  }
  @media (max-width: 413px) {
    body {
      padding-top: 60px !important;
    }
  }
  @media (orientation: landscape) and (max-height: 810px) {
    .sticky-menu {
      position: absolute !important;
    }
  }
  .scrolling .sticky-menu .sticky-menu-container {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .sticky-menu .logo-link {
    transition: padding-bottom, padding-top 0.5s ease;
  }
  @media (min-width: 376px) {
    .sticky-menu .logo-link {
    padding-left: 0.5rem;
  }
  }
  .sticky-menu .logo-link svg {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
}
  @media (min-width: 640px) {

  .sticky-menu .logo-link svg {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
  }
}
  @media (min-width: 1024px) {

  .scrolling .sticky-menu .logo-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .activity-page .sticky-menu .logo-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
  .menu-activities a.flex {
    transform: scale(0.8);
  }
  @media (min-width: 1024px) {
    .menu-activities a.flex {
      transform: scale(1);
    }
    .scrolling .menu-activities {
      padding: 0.5rem;
    }
    .activity-page .menu-activities {
      padding: 0.5rem;
    }
    .menu-activities a.flex {
      transition: transform 0.5s ease-in;
    }
    .scrolling .menu-activities a.flex {
      transform: scale(0.8);
    }
    .activity-page .menu-activities a.flex {
      transform: scale(0.8);
    }
    .top {
    margin-top: -172px;
  }
    .top.top-home {
    margin-top: -460px;
  }
  }
  .top.top-contact, .top.top-vacancies {
  margin-top: 0px;
  background-color: var(--blue-color);
}
  @media (min-width: 768px) {

  .top.top-contact .max-w-\[1360px\], .top.top-vacancies .max-w-\[1360px\] {
    margin-top: -86px;
  }
}
  .header-title-bg {
    background: rgba(0, 66, 103, 0.25);
  }
  .menu > * {
  margin-left: 2rem;
}
  @supports selector(:first-child) {
    .menu > * {
    margin-left: 0px;
  }
  }
  .menu .arrow {
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
}
  .menu-activities a {
  border-bottom-width: 1px;
  border-color: var(--blue-color);
}
  .menu-activities a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
  .menu-activities a.active-item {
  border-bottom-color: var(--yellow-color);
  color: var(--yellow-color);
}
  .menu-activities a.active-item svg {
  fill: var(--yellow-color);
}
  #offCanvasMenu .inline-block.text-center svg {
    display: inline-block;
  }
  @media not all and (min-width: 640px) {

  .activity-page {
    padding-top: 140px !important;
  }
}
  @media (min-width: 414px) {
    @media not all and (min-width: 640px) {

    .activity-page {
      padding-top: 160px !important;
    }
  }
  }
  #offCanvasMenu .inline-block.activity-page h1 svg {
    display: inline-block;
  }
  .activity-page h1 {
  text-align: center;
}
  .main-content {
    max-width: 1920px;
    max-height: 1280px;
  }
  .main-content.mc-wonen {
    background-image: url("/build/assets/activities-wonen-19d42fdc.jpg");
  }
  .main-content.mc-wonen .content-wonen {
    display: block;
  }
  .main-content.mc-utiliteit {
    background-image: url("/build/assets/activities-utiliteit-e9ebae37.jpg");
  }
  .main-content.mc-utiliteit .content-utiliteit {
    display: block;
  }
  .main-content.mc-food {
    background-image: url("/build/assets/activities-food-eca43820.jpg");
  }
  .main-content.mc-food .content-food {
    display: block;
  }
  .main-content.mc-bedrijfspand-industrie {
    background-image: url("/build/assets/activities-bedrijfspand-industrie-56152467.jpg");
  }
  @media (min-width: 1024px) {

  .main-content.mc-bedrijfspand-industrie {
    background-position: bottom;
  }
}
  .main-content.mc-bedrijfspand-industrie .content-bedrijfspand-industrie {
    display: block;
  }
  .main-content.mc-logistiek-warehousing {
    background-image: url("/build/assets/activities-logistiek-warehousing-5dedfe81.jpg");
  }
  @media (min-width: 1024px) {

  .main-content.mc-logistiek-warehousing {
    background-position: bottom;
  }
}
  .main-content.mc-logistiek-warehousing .content-logistiek-warehousing {
    display: block;
  }
  .main-content.mc-verbouw-onderhoud {
    background-image: url("/build/assets/activities-verbouw-onderhoud-e464dd62.jpg");
  }
  .main-content.mc-verbouw-onderhoud .content-verbouw-onderhoud {
    display: block;
  }
  .main-content.mc-versterkingen-ncg {
    background-image: url("/build/assets/activities-versterkingen-ncg-87babc05.jpg");
  }
  .main-content.mc-versterkingen-ncg .content-versterkingen-ncg {
    display: block;
  }
  .activity-item {
  position: relative;
  border-width: 0px;
  border-color: transparent;
}
  @media (min-width: 768px) {

  .activity-item {
    width: 56px;
  }
}
  @media (min-width: 1024px) {

  .activity-item {
    border-bottom-width: 2px;
  }
}
  .activity-item .arrow {
  display: none;
}
  .activity-item.activity-item-active {
  border-color: var(--yellow-color) !important;
}
  .activity-item.activity-item-active svg {
  stroke: var(--yellow-color);
}
  #offCanvasMenu .activity-item.activity-item-active .arrow.text-center svg {
    display: inline-block;
  }
  .activity-item.activity-item-active .arrow {
  display: inline-block;
}
  .activity-item:hover {
  border-color: var(--blue-color);
}
  .verbinden {
    background-image: url("/build/assets/verbinden-2-b015938f.jpg");
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .verbinden {
      background-position: -160px center !important;
    }
  }
  .footer a:hover {
  text-decoration-line: underline;
}
  .swiper-pagination {
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-color: transparent;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 1;
  }
  .swiper-pagination .swiper-pagination-bullet {
  border-width: 1px;
  border-color: transparent;
}
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
  @media not all and (min-width: 1024px) {

  .project-photos .flex + .flex {
    margin-top: 0.5rem;
  }
}
  @media (min-width: 1024px) {

  .project-photos .flex:first-child {
    padding-right: 0.25rem;
  }

  .project-photos .flex:last-child {
    padding-left: 0.25rem;
  }

  .project-photos .flex:only-child {
    padding-left: 0px;
  }
}
  @media (hover: none) and (pointer: coarse) {
    .project-photos .project-photos-buttons {
      display: none;
    }
  }
.bg-blue {
    background-color: var(--blue-color);
  }
.bg-blue-25 {
    background-color: rgba(0, 66, 103, 0.25);
  }
.bg-dark-blue {
    background-color: var(--dark-blue-color);
  }
.bg-light-grey {
    background-color: var(--light-grey-color);
  }
.bg-yellow {
    background-color: var(--yellow-color);
  }
.text-yellow {
    color: var(--yellow-color);
  }
.text-blue {
    color: var(--blue-color);
  }
.text-22 {
    font-size: 22px;
  }
.text-32 {
    font-size: 32px;
  }
#offCanvasMenu .with-border.text-center svg {
    display: inline-block;
  }
.with-border {
  display: inline-block;
  border-bottom-width: 1px;
  border-bottom-color: var(--yellow-color);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.with-border .arrow {
  float: right;
  margin-left: 3rem;
  margin-top: 0.5rem;
}
#offCanvasMenu .arrow.text-center svg {
    display: inline-block;
  }
.arrow {
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding: 3px;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
}
.arrow-activity-item {
  position: absolute;
  z-index: 10;
  border-width: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 6px;
}
@media (min-width: 640px) {

  .arrow-activity-item {
    border-width: 10px;
    padding: 10px;
  }
}
.arrow-activity-item {
  top: 64px;
}
@media (min-width: 640px) {

  .arrow-activity-item {
    top: 56px;
  }
}
@media (min-width: 1024px) {

  .arrow-activity-item {
    top: -20px;
  }
}
.arrow-activity-item {
  left: 10px;
}
@media (min-width: 640px) {

  .arrow-activity-item {
    left: 2px;
  }
}
@media (min-width: 768px) {

  .arrow-activity-item {
    left: 9px;
  }
}
@media not all and (min-width: 1024px) {

  .body-quality-assurance .arrow-activity-item {
    border-color: var(--light-grey-color);
    background-color: var(--light-grey-color);
  }
}
.arrow-up {
    transform: rotate(-135deg);
  }
.arrow-right {
    transform: rotate(-45deg);
  }
.arrow-down {
    transform: rotate(45deg);
  }
#offCanvasMenu .btn.text-center svg {
    display: inline-block;
  }
.btn {
  display: inline-block;
  padding: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    background-color: var(--yellow-color);
}
.btn.btn-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    color: var(--blue-color);
}
.vacancy-list {
    list-style-type: ">";
    margin-left: 0.5rem;
  }
.vacancy-list li {
    padding-left: 0.5rem;
  }
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-left-8 {
  left: -2rem;
}
.-right-8 {
  right: -2rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-8 {
  left: 2rem;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.top-\[50\%\] {
  top: 50%;
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.m-8 {
  margin: 2rem;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.-ml-14 {
  margin-left: -3.5rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[-206px\] {
  margin-top: -206px;
}
.mt-\[-6px\] {
  margin-top: -6px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}
.h-\[40px\] {
  height: 40px;
}
.h-full {
  height: 100%;
}
.min-h-\[7em\] {
  min-height: 7em;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.w-1\/2 {
  width: 50%;
}
.w-12 {
  width: 3rem;
}
.w-4 {
  width: 1rem;
}
.w-\[115px\] {
  width: 115px;
}
.w-\[50px\] {
  width: 50px;
}
.w-full {
  width: 100%;
}
.min-w-\[42px\] {
  min-width: 42px;
}
.max-w-\[1160px\] {
  max-width: 1160px;
}
.max-w-\[1260px\] {
  max-width: 1260px;
}
.max-w-\[1360px\] {
  max-width: 1360px;
}
.max-w-\[165px\] {
  max-width: 165px;
}
.max-w-\[1920px\] {
  max-width: 1920px;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[930px\] {
  max-width: 930px;
}
.max-w-full {
  max-width: 100%;
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.content-between {
  align-content: space-between;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[--blue-color\] {
  border-color: var(--blue-color);
}
.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}
.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}
.bg-\[\#eff4f8\]\/90 {
  background-color: rgb(239 244 248 / 0.9);
}
.bg-\[--blue-color\] {
  background-color: var(--blue-color);
}
.bg-\[--light-blue-color\] {
  background-color: var(--light-blue-color);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-\[--blue-color\] {
  fill: var(--blue-color);
}
.fill-white {
  fill: #fff;
}
.stroke-\[--blue-color\] {
  stroke: var(--blue-color);
}
.p-12 {
  padding: 3rem;
}
.p-16 {
  padding: 4rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[20vw\] {
  padding-left: 20vw;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[206px\] {
  padding-top: 206px;
}
.pt-\[50\%\] {
  padding-top: 50%;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[40px\] {
  font-size: 40px;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.text-\[--blue-color\] {
  color: var(--blue-color);
}
.text-\[--yellow-color\] {
  color: var(--yellow-color);
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow-\[0_0_10px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-shadow: 0 0 10px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
/*
 * Korolev Light
font-family: "korolev", sans-serif;
font-weight: 300;
font-style: normal;

 * Korolev Light Italic
font-family: "korolev", sans-serif;
font-weight: 300;
font-style: italic;

 * Korolev Medium
font-family: "korolev", sans-serif;
font-weight: 500;
font-style: normal;

 * Korolev Medium Italic
font-family: "korolev", sans-serif;
font-weight: 500;
font-style: italic;

 * Korolev Bold
font-family: "korolev", sans-serif;
font-weight: 700;
font-style: normal;

 * Korolev Bold Italic
font-family: "korolev", sans-serif;
font-weight: 700;
font-style: italic;

 * Korolev Condensed Medium
font-family: "korolev-condensed", sans-serif;
font-weight: 500;
font-style: normal;
 */
/*
 * blue   = #004267 = rgb(0, 66, 103)
 * yellow = #eaab3b = rgb(234, 171, 59)
 * grey   = #f5f5f5
 */
:root {
  --blue-color: #004267;
  --dark-blue-color: #002e48;
  --light-blue-color: #eff4f8;
  --yellow-color: #eaab3b;
  --light-grey-color: #f5f5f5;
}
@media (min-width: 768px) {
  .menu-activities a.md\:flex {
    transform: scale(0.8);
  }
  @media (min-width: 1024px) {
    .menu-activities a.md\:flex {
      transform: scale(1);
      transition: transform 0.5s ease-in;
    }
    .scrolling .menu-activities a.md\:flex {
      transform: scale(0.8);
    }
    .activity-page .menu-activities a.md\:flex {
      transform: scale(0.8);
    }
    .menu-activities a.md\:flex {
      transform: scale(1);
      transition: transform 0.5s ease-in;
    }
    .scrolling .menu-activities a.md\:flex {
      transform: scale(0.8);
    }
    .activity-page .menu-activities a.md\:flex {
      transform: scale(0.8);
    }
    .menu-activities a.md\:flex {
      transform: scale(1);
      transition: transform 0.5s ease-in;
    }
    .scrolling .menu-activities a.md\:flex {
      transform: scale(0.8);
    }
    .activity-page .menu-activities a.md\:flex {
      transform: scale(0.8);
    }
    .menu-activities a.md\:flex {
      transform: scale(1);
      transition: transform 0.5s ease-in;
    }
    .scrolling .menu-activities a.md\:flex {
      transform: scale(0.8);
    }
    .activity-page .menu-activities a.md\:flex {
      transform: scale(0.8);
    }
  }
  #offCanvasMenu .md\:text-center.inline-block svg {
    display: inline-block;
  }
  @media not all and (min-width: 1024px) {

    .project-photos .md\:flex + .md\:flex {
      margin-top: 0.5rem;
    }
  }
  @media (min-width: 1024px) {

    .project-photos .md\:flex:first-child {
      padding-right: 0.25rem;
    }

    .project-photos .md\:flex:last-child {
      padding-left: 0.25rem;
    }

    .project-photos .md\:flex:only-child {
      padding-left: 0px;
    }
  }
}
@media (min-width: 1024px) {
  .menu-activities a.lg\:flex {
    transform: scale(0.8);
  }
  @media (min-width: 1024px) {
    .menu-activities a.lg\:flex {
      transform: scale(1);
      transition: transform 0.5s ease-in;
    }
    .scrolling .menu-activities a.lg\:flex {
      transform: scale(0.8);
    }
    .activity-page .menu-activities a.lg\:flex {
      transform: scale(0.8);
    }
    .menu-activities a.lg\:flex {
      transform: scale(1);
      transition: transform 0.5s ease-in;
    }
    .scrolling .menu-activities a.lg\:flex {
      transform: scale(0.8);
    }
    .activity-page .menu-activities a.lg\:flex {
      transform: scale(0.8);
    }
    .menu-activities a.lg\:flex {
      transform: scale(1);
      transition: transform 0.5s ease-in;
    }
    .scrolling .menu-activities a.lg\:flex {
      transform: scale(0.8);
    }
    .activity-page .menu-activities a.lg\:flex {
      transform: scale(0.8);
    }
    .menu-activities a.lg\:flex {
      transform: scale(1);
      transition: transform 0.5s ease-in;
    }
    .scrolling .menu-activities a.lg\:flex {
      transform: scale(0.8);
    }
    .activity-page .menu-activities a.lg\:flex {
      transform: scale(0.8);
    }
  }
  #offCanvasMenu .lg\:inline-block.text-center svg {
    display: inline-block;
  }
  @media not all and (min-width: 1024px) {

    .project-photos .lg\:flex + .lg\:flex {
      margin-top: 0.5rem;
    }
  }
  @media (min-width: 1024px) {

    .project-photos .lg\:flex:first-child {
      padding-right: 0.25rem;
    }

    .project-photos .lg\:flex:last-child {
      padding-left: 0.25rem;
    }

    .project-photos .lg\:flex:only-child {
      padding-left: 0px;
    }
  }
}
@media (min-width: 768px) {
  .md\:text-22 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .lg\:text-22 {
    font-size: 22px;
  }
}
.group.body-404 .group-\[\.body-404\]\:hidden {
  display: none;
}
.group.body-activity .group-\[\.body-activity\]\:hidden {
  display: none;
}
.group.body-quality-assurance .group-\[\.body-quality-assurance\]\:hidden {
  display: none;
}
@media not all and (min-width: 768px) {

  .max-md\:border-b-white {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .group.body-home .max-md\:group-\[\.body-home\]\:mt-4 {
    margin-top: 1rem;
  }

  .group.body-home .max-md\:group-\[\.body-home\]\:hidden {
    display: none;
  }
}
@media not all and (min-width: 640px) {

  .max-sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .max-sm\:pt-24 {
    padding-top: 6rem;
  }
}
@media (min-width: 640px) {

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:min-h-\[5em\] {
    min-height: 5em;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }
}
@media (min-width: 768px) {

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-\[60\%\] {
    width: 60%;
  }

  .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:bg-white\/90 {
    background-color: rgb(255 255 255 / 0.9);
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-\[15rem\] {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:text-left {
    text-align: left;
  }

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

  .md\:text-right {
    text-align: right;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .group.body-quality-assurance .md\:group-\[\.body-quality-assurance\]\:block {
    display: block;
  }
}
@media (min-width: 1024px) {

  .lg\:left-8 {
    left: 2rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mt-\[164px\] {
    margin-top: 164px;
  }

  .lg\:mt-\[70px\] {
    margin-top: 70px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[512px\] {
    max-width: 512px;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[50px\] {
    font-size: 50px;
  }

  .lg\:leading-\[1\.2\] {
    line-height: 1.2;
  }
}
@media (min-width: 1280px) {

  .xl\:gap-40 {
    gap: 10rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:py-\[20rem\] {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }
}
@media (min-width: 1360px) {

  .dxl\:w-\[1360px\] {
    width: 1360px;
  }
}
@media (min-width: 1536px) {

  .\32xl\:left-24 {
    left: 6rem;
  }

  .\32xl\:right-24 {
    right: 6rem;
  }

  .\32xl\:p-28 {
    padding: 7rem;
  }
}