﻿@charset "UTF-8";
/*
 * MultiIT - HTML Template
 * Main SCSS file
 */
/* ---------- PALETA VIAJES ---------- */
/* ---------- DERIVADOS (como tenías) ---------- */
/* ---------- SOMBRAS / BREAKPOINTS / ESPACIADOS ---------- */
/* ---------- TIPOGRAFÍAS ---------- */
/* ---------- RADIOS / TRANSICIONES / Z-INDEX / GRID ---------- */
/* ---------- VARIABLES CSS PARA LA APP ---------- */
:root {
  /* legacy/custom */
  --button-color: #FFD900;
  --menu-icon-color: #212529;
  /* primarios */
  --color-primary: #0c2e50;
  --color-primary-light: #90e0ef;
  --color-primary-dark: #023e8a;
  --color-primary-gradient:linear-gradient(135deg, #0c2e50 0%, #0096c7 100%);
  /* secundarios */
  --color-secondary: #ffb703;
  --color-secondary-light: #ffd166;
  --color-secondary-dark: #fb8500;
  /* acento */
  --color-accent: #06d6a0;
  /* superficies y bordes */
  --color-background: #ffffff;
  --color-surface: #ffffff;
  --color-surface-scase: #ffffff; /* superficie clara secundaria */
  --color-surface-mcase: #212529; /* alternativa oscura */
  --color-border: #e0e0e0;
  /* texto */
  --color-text-primary: #212529;
  --color-text-secondary: #495057;
  --color-text-muted: #6c757d;
  /* sombras */
  --box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  --box-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --box-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --box-shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/*
 * MultiIT - HTML Template
 * Main SCSS file
 */
/*
 * MultiIT - HTML Template
 * Main SCSS file
 */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a {
  color: #0c2e50;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: rgb(10.2, 39.1, 68);
  text-decoration: none;
}

img, svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

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

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  width: 100%;
}

:focus {
  outline: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/*
 * MultiIT - HTML Template
 * Main SCSS file
 */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
 
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

h1 {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 1.875rem;
  }
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

h5 {
  font-size: 1.125rem;
  font-weight: 500;
}

h6 {
  font-size: 1rem;
  font-weight: 500;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #0c2e50;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: rgb(10.8, 41.4, 72);
}

.text-primary {
  color: #0c2e50 !important;
}

.text-gradient {
  background: linear-gradient(135deg, #0c2e50 0%, #0096c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

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

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

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

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

.heading-lg {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.heading-md {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.subtitle {
  font-size: 1.125rem;
  color: #e0e0e0;
  margin-bottom: 1.5rem;
}

.font-heading {
  font-family: "Noto Sans", sans-serif !important;
}

.font-body {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.font-mono {
  font-family: "Noto Sans", sans-serif !important;
}

.font-size-xs {
  font-size: 0.75rem !important;
}

.font-size-sm {
  font-size: 0.875rem !important;
}

.font-size-base {
  font-size: 1rem !important;
}

.font-size-lg {
  font-size: 1.125rem !important;
}

.font-size-xl {
  font-size: 1.25rem !important;
}

.font-size-2xl {
  font-size: 1.5rem !important;
}

.font-size-3xl {
  font-size: 1.875rem !important;
}

.font-size-4xl {
  font-size: 2.25rem !important;
}

.font-size-5xl {
  font-size: 3rem !important;
}

/*
 * MultiIT - HTML Template
 * Main SCSS file
 */
.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

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

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

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

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

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

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

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

.pt-5 {
  padding-top: 3rem !important;
}

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

.pl-5 {
  padding-left: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

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

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

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

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

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

.ml-6 {
  margin-left: 4rem !important;
}

.mr-6 {
  margin-right: 4rem !important;
}

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

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

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

.pt-6 {
  padding-top: 4rem !important;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

.pl-6 {
  padding-left: 4rem !important;
}

.pr-6 {
  padding-right: 4rem !important;
}

.px-6 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

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

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

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

.ml-7 {
  margin-left: 5rem !important;
}

.mr-7 {
  margin-right: 5rem !important;
}

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

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

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

.pt-7 {
  padding-top: 5rem !important;
}

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

.pl-7 {
  padding-left: 5rem !important;
}

.pr-7 {
  padding-right: 5rem !important;
}

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

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.mt-8 {
  margin-top: 6rem !important;
}

.mb-8 {
  margin-bottom: 6rem !important;
}

.ml-8 {
  margin-left: 6rem !important;
}

.mr-8 {
  margin-right: 6rem !important;
}

.mx-8 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-8 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.m-8 {
  margin: 6rem !important;
}

.pt-8 {
  padding-top: 6rem !important;
}

.pb-8 {
  padding-bottom: 6rem !important;
}

.pl-8 {
  padding-left: 6rem !important;
}

.pr-8 {
  padding-right: 6rem !important;
}

.px-8 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-8 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.p-8 {
  padding: 6rem !important;
}

.mt-9 {
  margin-top: 8rem !important;
}

.mb-9 {
  margin-bottom: 8rem !important;
}

.ml-9 {
  margin-left: 8rem !important;
}

.mr-9 {
  margin-right: 8rem !important;
}

.mx-9 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.my-9 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.m-9 {
  margin: 8rem !important;
}

.pt-9 {
  padding-top: 8rem !important;
}

.pb-9 {
  padding-bottom: 8rem !important;
}

.pl-9 {
  padding-left: 8rem !important;
}

.pr-9 {
  padding-right: 8rem !important;
}

.px-9 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.py-9 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.p-9 {
  padding: 8rem !important;
}

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

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

.ml-10 {
  margin-left: 10rem !important;
}

.mr-10 {
  margin-right: 10rem !important;
}

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

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

.m-10 {
  margin: 10rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

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

.pl-10 {
  padding-left: 10rem !important;
}

.pr-10 {
  padding-right: 10rem !important;
}

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

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.mt-11 {
  margin-top: 12rem !important;
}

.mb-11 {
  margin-bottom: 12rem !important;
}

.ml-11 {
  margin-left: 12rem !important;
}

.mr-11 {
  margin-right: 12rem !important;
}

.mx-11 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.my-11 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.m-11 {
  margin: 12rem !important;
}

.pt-11 {
  padding-top: 12rem !important;
}

.pb-11 {
  padding-bottom: 12rem !important;
}

.pl-11 {
  padding-left: 12rem !important;
}

.pr-11 {
  padding-right: 12rem !important;
}

.px-11 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.py-11 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.p-11 {
  padding: 12rem !important;
}

.mt-12 {
  margin-top: 15rem !important;
}

.mb-12 {
  margin-bottom: 15rem !important;
}

.ml-12 {
  margin-left: 15rem !important;
}

.mr-12 {
  margin-right: 15rem !important;
}

.mx-12 {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.my-12 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.m-12 {
  margin: 15rem !important;
}

.pt-12 {
  padding-top: 15rem !important;
}

.pb-12 {
  padding-bottom: 15rem !important;
}

.pl-12 {
  padding-left: 15rem !important;
}

.pr-12 {
  padding-right: 15rem !important;
}

.px-12 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.py-12 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.p-12 {
  padding: 15rem !important;
}

.mt-13 {
  margin-top: 18rem !important;
}

.mb-13 {
  margin-bottom: 18rem !important;
}

.ml-13 {
  margin-left: 18rem !important;
}

.mr-13 {
  margin-right: 18rem !important;
}

.mx-13 {
  margin-left: 18rem !important;
  margin-right: 18rem !important;
}

.my-13 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

.m-13 {
  margin: 18rem !important;
}

.pt-13 {
  padding-top: 18rem !important;
}

.pb-13 {
  padding-bottom: 18rem !important;
}

.pl-13 {
  padding-left: 18rem !important;
}

.pr-13 {
  padding-right: 18rem !important;
}

.px-13 {
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}

.py-13 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.p-13 {
  padding: 18rem !important;
}

.mt-14 {
  margin-top: 20rem !important;
}

.mb-14 {
  margin-bottom: 20rem !important;
}

.ml-14 {
  margin-left: 20rem !important;
}

.mr-14 {
  margin-right: 20rem !important;
}

.mx-14 {
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}

.my-14 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.m-14 {
  margin: 20rem !important;
}

.pt-14 {
  padding-top: 20rem !important;
}

.pb-14 {
  padding-bottom: 20rem !important;
}

.pl-14 {
  padding-left: 20rem !important;
}

.pr-14 {
  padding-right: 20rem !important;
}

.px-14 {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.py-14 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.p-14 {
  padding: 20rem !important;
}

.mt-15 {
  margin-top: 25rem !important;
}

.mb-15 {
  margin-bottom: 25rem !important;
}

.ml-15 {
  margin-left: 25rem !important;
}

.mr-15 {
  margin-right: 25rem !important;
}

.mx-15 {
  margin-left: 25rem !important;
  margin-right: 25rem !important;
}

.my-15 {
  margin-top: 25rem !important;
  margin-bottom: 25rem !important;
}

.m-15 {
  margin: 25rem !important;
}

.pt-15 {
  padding-top: 25rem !important;
}

.pb-15 {
  padding-bottom: 25rem !important;
}

.pl-15 {
  padding-left: 25rem !important;
}

.pr-15 {
  padding-right: 25rem !important;
}

.px-15 {
  padding-left: 25rem !important;
  padding-right: 25rem !important;
}

.py-15 {
  padding-top: 25rem !important;
  padding-bottom: 25rem !important;
}

.p-15 {
  padding: 25rem !important;
}

.mt-16 {
  margin-top: 30rem !important;
}

.mb-16 {
  margin-bottom: 30rem !important;
}

.ml-16 {
  margin-left: 30rem !important;
}

.mr-16 {
  margin-right: 30rem !important;
}

.mx-16 {
  margin-left: 30rem !important;
  margin-right: 30rem !important;
}

.my-16 {
  margin-top: 30rem !important;
  margin-bottom: 30rem !important;
}

.m-16 {
  margin: 30rem !important;
}

.pt-16 {
  padding-top: 30rem !important;
}

.pb-16 {
  padding-bottom: 30rem !important;
}

.pl-16 {
  padding-left: 30rem !important;
}

.pr-16 {
  padding-right: 30rem !important;
}

.px-16 {
  padding-left: 30rem !important;
  padding-right: 30rem !important;
}

.py-16 {
  padding-top: 30rem !important;
  padding-bottom: 30rem !important;
}

.p-16 {
  padding: 30rem !important;
}

.mt-17 {
  margin-top: 35rem !important;
}

.mb-17 {
  margin-bottom: 35rem !important;
}

.ml-17 {
  margin-left: 35rem !important;
}

.mr-17 {
  margin-right: 35rem !important;
}

.mx-17 {
  margin-left: 35rem !important;
  margin-right: 35rem !important;
}

.my-17 {
  margin-top: 35rem !important;
  margin-bottom: 35rem !important;
}

.m-17 {
  margin: 35rem !important;
}

.pt-17 {
  padding-top: 35rem !important;
}

.pb-17 {
  padding-bottom: 35rem !important;
}

.pl-17 {
  padding-left: 35rem !important;
}

.pr-17 {
  padding-right: 35rem !important;
}

.px-17 {
  padding-left: 35rem !important;
  padding-right: 35rem !important;
}

.py-17 {
  padding-top: 35rem !important;
  padding-bottom: 35rem !important;
}

.p-17 {
  padding: 35rem !important;
}

.mt-18 {
  margin-top: 40rem !important;
}

.mb-18 {
  margin-bottom: 40rem !important;
}

.ml-18 {
  margin-left: 40rem !important;
}

.mr-18 {
  margin-right: 40rem !important;
}

.mx-18 {
  margin-left: 40rem !important;
  margin-right: 40rem !important;
}

.my-18 {
  margin-top: 40rem !important;
  margin-bottom: 40rem !important;
}

.m-18 {
  margin: 40rem !important;
}

.pt-18 {
  padding-top: 40rem !important;
}

.pb-18 {
  padding-bottom: 40rem !important;
}

.pl-18 {
  padding-left: 40rem !important;
}

.pr-18 {
  padding-right: 40rem !important;
}

.px-18 {
  padding-left: 40rem !important;
  padding-right: 40rem !important;
}

.py-18 {
  padding-top: 40rem !important;
  padding-bottom: 40rem !important;
}

.p-18 {
  padding: 40rem !important;
}

.mt-19 {
  margin-top: 45rem !important;
}

.mb-19 {
  margin-bottom: 45rem !important;
}

.ml-19 {
  margin-left: 45rem !important;
}

.mr-19 {
  margin-right: 45rem !important;
}

.mx-19 {
  margin-left: 45rem !important;
  margin-right: 45rem !important;
}

.my-19 {
  margin-top: 45rem !important;
  margin-bottom: 45rem !important;
}

.m-19 {
  margin: 45rem !important;
}

.pt-19 {
  padding-top: 45rem !important;
}

.pb-19 {
  padding-bottom: 45rem !important;
}

.pl-19 {
  padding-left: 45rem !important;
}

.pr-19 {
  padding-right: 45rem !important;
}

.px-19 {
  padding-left: 45rem !important;
  padding-right: 45rem !important;
}

.py-19 {
  padding-top: 45rem !important;
  padding-bottom: 45rem !important;
}

.p-19 {
  padding: 45rem !important;
}

.mt-20 {
  margin-top: 50rem !important;
}

.mb-20 {
  margin-bottom: 50rem !important;
}

.ml-20 {
  margin-left: 50rem !important;
}

.mr-20 {
  margin-right: 50rem !important;
}

.mx-20 {
  margin-left: 50rem !important;
  margin-right: 50rem !important;
}

.my-20 {
  margin-top: 50rem !important;
  margin-bottom: 50rem !important;
}

.m-20 {
  margin: 50rem !important;
}

.pt-20 {
  padding-top: 50rem !important;
}

.pb-20 {
  padding-bottom: 50rem !important;
}

.pl-20 {
  padding-left: 50rem !important;
}

.pr-20 {
  padding-right: 50rem !important;
}

.px-20 {
  padding-left: 50rem !important;
  padding-right: 50rem !important;
}

.py-20 {
  padding-top: 50rem !important;
  padding-bottom: 50rem !important;
}

.p-20 {
  padding: 50rem !important;
}

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

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

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

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

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

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

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

.container {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1296px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.top-50 {
  top: 50% !important;
}

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

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

.left-50 {
  left: 50% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-6 {
  top: 4rem !important;
}

.bottom-6 {
  bottom: 4rem !important;
}

.left-6 {
  left: 4rem !important;
}

.right-6 {
  right: 4rem !important;
}

.top-7 {
  top: 5rem !important;
}

.bottom-7 {
  bottom: 5rem !important;
}

.left-7 {
  left: 5rem !important;
}

.right-7 {
  right: 5rem !important;
}

.top-8 {
  top: 6rem !important;
}

.bottom-8 {
  bottom: 6rem !important;
}

.left-8 {
  left: 6rem !important;
}

.right-8 {
  right: 6rem !important;
}

.top-9 {
  top: 8rem !important;
}

.bottom-9 {
  bottom: 8rem !important;
}

.left-9 {
  left: 8rem !important;
}

.right-9 {
  right: 8rem !important;
}

.top-10 {
  top: 10rem !important;
}

.bottom-10 {
  bottom: 10rem !important;
}

.left-10 {
  left: 10rem !important;
}

.right-10 {
  right: 10rem !important;
}

.top-11 {
  top: 12rem !important;
}

.bottom-11 {
  bottom: 12rem !important;
}

.left-11 {
  left: 12rem !important;
}

.right-11 {
  right: 12rem !important;
}

.top-12 {
  top: 15rem !important;
}

.bottom-12 {
  bottom: 15rem !important;
}

.left-12 {
  left: 15rem !important;
}

.right-12 {
  right: 15rem !important;
}

.top-13 {
  top: 18rem !important;
}

.bottom-13 {
  bottom: 18rem !important;
}

.left-13 {
  left: 18rem !important;
}

.right-13 {
  right: 18rem !important;
}

.top-14 {
  top: 20rem !important;
}

.bottom-14 {
  bottom: 20rem !important;
}

.left-14 {
  left: 20rem !important;
}

.right-14 {
  right: 20rem !important;
}

.top-15 {
  top: 25rem !important;
}

.bottom-15 {
  bottom: 25rem !important;
}

.left-15 {
  left: 25rem !important;
}

.right-15 {
  right: 25rem !important;
}

.top-16 {
  top: 30rem !important;
}

.bottom-16 {
  bottom: 30rem !important;
}

.left-16 {
  left: 30rem !important;
}

.right-16 {
  right: 30rem !important;
}

.top-17 {
  top: 35rem !important;
}

.bottom-17 {
  bottom: 35rem !important;
}

.left-17 {
  left: 35rem !important;
}

.right-17 {
  right: 35rem !important;
}

.top-18 {
  top: 40rem !important;
}

.bottom-18 {
  bottom: 40rem !important;
}

.left-18 {
  left: 40rem !important;
}

.right-18 {
  right: 40rem !important;
}

.top-19 {
  top: 45rem !important;
}

.bottom-19 {
  bottom: 45rem !important;
}

.left-19 {
  left: 45rem !important;
}

.right-19 {
  right: 45rem !important;
}

.top-20 {
  top: 50rem !important;
}

.bottom-20 {
  bottom: 50rem !important;
}

.left-20 {
  left: 50rem !important;
}

.right-20 {
  right: 50rem !important;
}

.translate-center {
  transform: translate(-50%, -50%) !important;
}

.translate-x-center {
  transform: translateX(-50%) !important;
}

.translate-y-center {
  transform: translateY(-50%) !important;
}

.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-decoration: none;
  background-color: transparent;
}

.text-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

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

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

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

.text-primary {
  color: #0c2e50 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-dark {
  color: #495057 !important;
}

.text-muted {
  color: #e0e0e0 !important;
}

.text-accent {
  color: var(--color-accent) !important;
}

.bg-primary {
  background-color: #0c2e50 !important;
}

.bg-light {
  background-color: #e0e0e0 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #023e8a !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background: linear-gradient(135deg, #0c2e50 0%, #0096c7 100%) !important;
}

.section {
  padding: 3rem 0;
}

.z-high {
  z-index: 1000 !important;
}

.z-medium {
  z-index: 800 !important;
}

.z-low {
  z-index: 1 !important;
}

@media (min-width: 0) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1025px) {
  .d-md-c-none {
    display: none !important;
  }
  .d-md-c-block {
    display: block !important;
  }
  .d-md-c-inline {
    display: inline !important;
  }
  .d-md-c-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
}
.shadow-sm {
  box-shadow: "0 1px 2px rgba(0, 0, 0, 0.05)" !important;
}

.shadow {
  box-shadow: "0 0 20px rgba(0, 0, 0, 0.1)" !important;
}

.shadow-lg {
  box-shadow: "0 10px 15px -3px rgba(0, 0, 0, 0.1)" !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

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

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

.border-primary {
  border-color: #0c2e50 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-dark {
  border-color: #495057 !important;
}

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

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

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

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-y {
  overflow: hidden !important;
  overflow-y: auto !important;
}

.overflow-x {
  overflow: hidden !important;
  overflow-x: auto !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.text-shadow {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.text-shadow--strong {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.75);
}

.text-shadow--intense {
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.8);
}

.text-shadow--epic {
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), 0 8px 25px rgba(0, 0, 0, 0.8);
}

.text-shadow--glow {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
}

.text-shadow--hard {
  text-shadow: 3px 3px 0px #1a1a1a;
}

.text-shadowl--glow {
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
}

.text-shadowl--letterpress {
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
}

.text-shadowl--engraved {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), -1px -1px 1px rgba(255, 255, 255, 0.5);
}

.text-shadowl--highlight {
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.3);
}

.text-shadowl--white {
  text-shadow: 0 0 1px rgb(126, 123, 123);
}

.text-main {
  max-width: 800px;
}

/* Entrance animations */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Animaciones de salida suaves (como AOS) */
@keyframes slideOutUp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes slideOutDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes slideOutLeft {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@keyframes slideOutRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(20px);
  }
}
.title-above {
  position: relative;
  max-width: 190px;
  margin: 0px auto;
  margin-bottom: 10px;
}
.title-above.left {
  margin-left: 0;
}
.title-above.right {
  margin-right: 0;
}
.title-above::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fb8500;
}

/* Clases para aplicar animaciones de salida */
.slide-exit-up {
  animation: slideOutUp 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.slide-exit-down {
  animation: slideOutDown 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.slide-exit-left {
  animation: slideOutLeft 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.slide-exit-right {
  animation: slideOutRight 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.hero-main-bg {
  position: relative;
  width: 1296px;
  height: 70vh;
  min-height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
  overflow: hidden;
  margin: 0px auto;
  margin-bottom: 3rem;
}
@media (max-width: 1296px) {
  .hero-main-bg {
    width: 100%;
    min-width: 300px;
  }
}
.hero-main-bg .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
  z-index: 1;
}
.hero-main-bg .hero-background .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-main-bg .container {
  position: relative;
  z-index: 2;
}
.hero-main-bg .hero-content {
  max-width: 800px;
  margin: 0 auto;
}
.hero-main-bg .hero-content .hero-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  font-family: "Space Grotesk", sans-serif;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  .hero-main-bg .hero-content .hero-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 576px) {
  .hero-main-bg .hero-content .hero-title {
    font-size: 1.875rem;
  }
}
.hero-main-bg .hero-content .hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .hero-main-bg .hero-content .hero-subtitle {
    font-size: 1.125rem;
  }
}

/*
 * MultiIT - HTML Template
 * Main SCSS file
 */
.icon-transition svg, .icon svg {
  width: 48px;
  height: 48px;
  fill: currentColor;
  color: #ffffff;
}

.icon-transition svg {
  transition: all 0.3s ease-in-out;
}
.icon-transition svg:hover {
  transform: scale(1.1);
  color: #0c2e50;
}

.sm svg {
  width: 24px;
  height: 24px;
}

.md svg {
  width: 48px;
  height: 48px;
}

.lg svg {
  width: 64px;
  height: 64px;
}

.xl svg {
  width: 77px;
  height: 77px;
}

.xxl svg {
  width: 100px;
  height: 100px;
}

.primary svg {
  color: #0c2e50;
}

.primary-light svg {
  color: #90e0ef;
}

.primary-dark svg {
  color: #023e8a;
}

.secondary svg {
  color: #ffb703;
}

.secondary-light svg {
  color: #ffffff;
}

.secondary-dark svg {
  color: #fb8500;
}

.neutral-light svg {
  color: #f8f9fa;
}

.neutral-base svg {
  color: #e0e0e0;
}

.neutral-dark svg {
  color: #495057;
}

.neutral-darker svg {
  color: #212529;
}

.white svg {
  color: #ffffff;
}

.gray svg {
  color: #e0e0e0;
}

.black svg {
  color: #212529;
}

/*
 * MultiIT - HTML Template
 * Main SCSS file
 */
.d-grid {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

@media (min-width: 0) {
  .d-xs-grid {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
  }
}
@media (min-width: 576px) {
  .d-sm-grid {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .d-md-grid {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .d-md-c-grid {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
  }
}
@media (min-width: 1280px) {
  .d-lg-grid {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
  }
}
@media (min-width: 1440px) {
  .d-xl-grid {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
  }
}
@media (min-width: 1600px) {
  .d-xxl-grid {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
  }
}
.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(1, 1fr);
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grid {
    display: block;
  }
  .grid > * {
    display: inline-block;
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.grid.gap-0 {
  gap: 0;
}
.grid.gap-x-0 {
  column-gap: 0;
}
.grid.gap-y-0 {
  row-gap: 0;
}
.grid.gap-1 {
  gap: 0.25rem;
}
.grid.gap-x-1 {
  column-gap: 0.25rem;
}
.grid.gap-y-1 {
  row-gap: 0.25rem;
}
.grid.gap-2 {
  gap: 0.5rem;
}
.grid.gap-x-2 {
  column-gap: 0.5rem;
}
.grid.gap-y-2 {
  row-gap: 0.5rem;
}
.grid.gap-3 {
  gap: 1rem;
}
.grid.gap-x-3 {
  column-gap: 1rem;
}
.grid.gap-y-3 {
  row-gap: 1rem;
}
.grid.gap-4 {
  gap: 1.5rem;
}
.grid.gap-x-4 {
  column-gap: 1.5rem;
}
.grid.gap-y-4 {
  row-gap: 1.5rem;
}
.grid.gap-5 {
  gap: 3rem;
}
.grid.gap-x-5 {
  column-gap: 3rem;
}
.grid.gap-y-5 {
  row-gap: 3rem;
}
.grid.gap-6 {
  gap: 4rem;
}
.grid.gap-x-6 {
  column-gap: 4rem;
}
.grid.gap-y-6 {
  row-gap: 4rem;
}
.grid.gap-7 {
  gap: 5rem;
}
.grid.gap-x-7 {
  column-gap: 5rem;
}
.grid.gap-y-7 {
  row-gap: 5rem;
}
.grid.gap-8 {
  gap: 6rem;
}
.grid.gap-x-8 {
  column-gap: 6rem;
}
.grid.gap-y-8 {
  row-gap: 6rem;
}
.grid.gap-9 {
  gap: 8rem;
}
.grid.gap-x-9 {
  column-gap: 8rem;
}
.grid.gap-y-9 {
  row-gap: 8rem;
}
.grid.gap-10 {
  gap: 10rem;
}
.grid.gap-x-10 {
  column-gap: 10rem;
}
.grid.gap-y-10 {
  row-gap: 10rem;
}
.grid.gap-11 {
  gap: 12rem;
}
.grid.gap-x-11 {
  column-gap: 12rem;
}
.grid.gap-y-11 {
  row-gap: 12rem;
}
.grid.gap-12 {
  gap: 15rem;
}
.grid.gap-x-12 {
  column-gap: 15rem;
}
.grid.gap-y-12 {
  row-gap: 15rem;
}
.grid.gap-13 {
  gap: 18rem;
}
.grid.gap-x-13 {
  column-gap: 18rem;
}
.grid.gap-y-13 {
  row-gap: 18rem;
}
.grid.gap-14 {
  gap: 20rem;
}
.grid.gap-x-14 {
  column-gap: 20rem;
}
.grid.gap-y-14 {
  row-gap: 20rem;
}
.grid.gap-15 {
  gap: 25rem;
}
.grid.gap-x-15 {
  column-gap: 25rem;
}
.grid.gap-y-15 {
  row-gap: 25rem;
}
.grid.gap-16 {
  gap: 30rem;
}
.grid.gap-x-16 {
  column-gap: 30rem;
}
.grid.gap-y-16 {
  row-gap: 30rem;
}
.grid.gap-17 {
  gap: 35rem;
}
.grid.gap-x-17 {
  column-gap: 35rem;
}
.grid.gap-y-17 {
  row-gap: 35rem;
}
.grid.gap-18 {
  gap: 40rem;
}
.grid.gap-x-18 {
  column-gap: 40rem;
}
.grid.gap-y-18 {
  row-gap: 40rem;
}
.grid.gap-19 {
  gap: 45rem;
}
.grid.gap-x-19 {
  column-gap: 45rem;
}
.grid.gap-y-19 {
  row-gap: 45rem;
}
.grid.gap-20 {
  gap: 50rem;
}
.grid.gap-x-20 {
  column-gap: 50rem;
}
.grid.gap-y-20 {
  row-gap: 50rem;
}

.grid-cols-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(1, 1fr);
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grid-cols-1 {
    display: block;
  }
  .grid-cols-1 > * {
    display: inline-block;
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .grid-cols-1 > *:nth-child(1n) {
    margin-right: 0;
  }
}

.grid-cols-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grid-cols-2 {
    display: block;
  }
  .grid-cols-2 > * {
    display: inline-block;
    width: calc(50% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .grid-cols-2 > *:nth-child(2n) {
    margin-right: 0;
  }
}

.grid-cols-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grid-cols-3 {
    display: block;
  }
  .grid-cols-3 > * {
    display: inline-block;
    width: calc(33.3333333333% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .grid-cols-3 > *:nth-child(3n) {
    margin-right: 0;
  }
}

.grid-cols-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grid-cols-4 {
    display: block;
  }
  .grid-cols-4 > * {
    display: inline-block;
    width: calc(25% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .grid-cols-4 > *:nth-child(4n) {
    margin-right: 0;
  }
}

.grid-cols-5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(5, 1fr);
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grid-cols-5 {
    display: block;
  }
  .grid-cols-5 > * {
    display: inline-block;
    width: calc(20% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .grid-cols-5 > *:nth-child(5n) {
    margin-right: 0;
  }
}

.grid-cols-6 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(6, 1fr);
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grid-cols-6 {
    display: block;
  }
  .grid-cols-6 > * {
    display: inline-block;
    width: calc(16.6666666667% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .grid-cols-6 > *:nth-child(6n) {
    margin-right: 0;
  }
}

.grid-cols-7 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(7, 1fr);
  grid-template-columns: repeat(7, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grid-cols-7 {
    display: block;
  }
  .grid-cols-7 > * {
    display: inline-block;
    width: calc(14.2857142857% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .grid-cols-7 > *:nth-child(7n) {
    margin-right: 0;
  }
}

.grid-cols-8 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(8, 1fr);
  grid-template-columns: repeat(8, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grid-cols-8 {
    display: block;
  }
  .grid-cols-8 > * {
    display: inline-block;
    width: calc(12.5% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .grid-cols-8 > *:nth-child(8n) {
    margin-right: 0;
  }
}

.grid-cols-9 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(9, 1fr);
  grid-template-columns: repeat(9, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grid-cols-9 {
    display: block;
  }
  .grid-cols-9 > * {
    display: inline-block;
    width: calc(11.1111111111% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .grid-cols-9 > *:nth-child(9n) {
    margin-right: 0;
  }
}

.grid-cols-10 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(10, 1fr);
  grid-template-columns: repeat(10, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grid-cols-10 {
    display: block;
  }
  .grid-cols-10 > * {
    display: inline-block;
    width: calc(10% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .grid-cols-10 > *:nth-child(10n) {
    margin-right: 0;
  }
}

.grid-cols-11 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(11, 1fr);
  grid-template-columns: repeat(11, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grid-cols-11 {
    display: block;
  }
  .grid-cols-11 > * {
    display: inline-block;
    width: calc(9.0909090909% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .grid-cols-11 > *:nth-child(11n) {
    margin-right: 0;
  }
}

.grid-cols-12 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grid-cols-12 {
    display: block;
  }
  .grid-cols-12 > * {
    display: inline-block;
    width: calc(8.3333333333% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .grid-cols-12 > *:nth-child(12n) {
    margin-right: 0;
  }
}

.grid-auto-fit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.grid-auto-fit.min-200 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.grid-auto-fit.min-250 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.grid-auto-fit.min-300 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.grid-auto-fit.min-350 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.grid-auto-fit.min-400 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.grid-auto-fill {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.grid-auto-fill.min-200 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.grid-auto-fill.min-250 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.grid-auto-fill.min-300 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.grid-auto-fill.min-350 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}
.grid-auto-fill.min-400 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

.grid-rows-1 {
  -ms-grid-rows: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
}

.grid-rows-2 {
  -ms-grid-rows: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.grid-rows-3 {
  -ms-grid-rows: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}

.grid-rows-4 {
  -ms-grid-rows: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
}

.grid-rows-5 {
  -ms-grid-rows: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
}

.grid-rows-6 {
  -ms-grid-rows: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
}

.grid-rows-auto {
  -ms-grid-rows: repeat(auto-fit, 1fr);
  grid-template-rows: repeat(auto-fit, 1fr);
}

.col-span-1 {
  -ms-grid-column-span: 1;
  grid-column: span 1/span 1;
}

.col-span-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2/span 2;
}

.col-span-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3/span 3;
}

.col-span-4 {
  -ms-grid-column-span: 4;
  grid-column: span 4/span 4;
}

.col-span-5 {
  -ms-grid-column-span: 5;
  grid-column: span 5/span 5;
}

.col-span-6 {
  -ms-grid-column-span: 6;
  grid-column: span 6/span 6;
}

.col-span-7 {
  -ms-grid-column-span: 7;
  grid-column: span 7/span 7;
}

.col-span-8 {
  -ms-grid-column-span: 8;
  grid-column: span 8/span 8;
}

.col-span-9 {
  -ms-grid-column-span: 9;
  grid-column: span 9/span 9;
}

.col-span-10 {
  -ms-grid-column-span: 10;
  grid-column: span 10/span 10;
}

.col-span-11 {
  -ms-grid-column-span: 11;
  grid-column: span 11/span 11;
}

.col-span-12 {
  -ms-grid-column-span: 12;
  grid-column: span 12/span 12;
}

.col-span-full {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/-1;
}

.row-span-1 {
  -ms-grid-row-span: 1;
  grid-row: span 1/span 1;
}

.row-span-2 {
  -ms-grid-row-span: 2;
  grid-row: span 2/span 2;
}

.row-span-3 {
  -ms-grid-row-span: 3;
  grid-row: span 3/span 3;
}

.row-span-4 {
  -ms-grid-row-span: 4;
  grid-row: span 4/span 4;
}

.row-span-5 {
  -ms-grid-row-span: 5;
  grid-row: span 5/span 5;
}

.row-span-6 {
  -ms-grid-row-span: 6;
  grid-row: span 6/span 6;
}

.row-span-full {
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  grid-row: 1/-1;
}

.col-start-1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column: 1/span 1;
}

.col-end-1 {
  grid-column-end: 1;
}

.col-start-2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  grid-column: 2/span 1;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-start-3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  grid-column: 3/span 1;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-start-4 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  grid-column: 4/span 1;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-start-5 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  grid-column: 5/span 1;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-start-6 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  grid-column: 6/span 1;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-start-7 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  grid-column: 7/span 1;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-start-8 {
  -ms-grid-column: 8;
  grid-column-start: 8;
  grid-column: 8/span 1;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-start-9 {
  -ms-grid-column: 9;
  grid-column-start: 9;
  grid-column: 9/span 1;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-start-10 {
  -ms-grid-column: 10;
  grid-column-start: 10;
  grid-column: 10/span 1;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-start-11 {
  -ms-grid-column: 11;
  grid-column-start: 11;
  grid-column: 11/span 1;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-start-12 {
  -ms-grid-column: 12;
  grid-column-start: 12;
  grid-column: 12/span 1;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-start-13 {
  -ms-grid-column: 13;
  grid-column-start: 13;
  grid-column: 13/span 1;
}

.col-end-13 {
  grid-column-end: 13;
}

.row-start-1 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  grid-row: 1/span 1;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-start-2 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  grid-row: 2/span 1;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-start-3 {
  -ms-grid-row: 3;
  grid-row-start: 3;
  grid-row: 3/span 1;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-start-4 {
  -ms-grid-row: 4;
  grid-row-start: 4;
  grid-row: 4/span 1;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-start-5 {
  -ms-grid-row: 5;
  grid-row-start: 5;
  grid-row: 5/span 1;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-start-6 {
  -ms-grid-row: 6;
  grid-row-start: 6;
  grid-row: 6/span 1;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-start-7 {
  -ms-grid-row: 7;
  grid-row-start: 7;
  grid-row: 7/span 1;
}

.row-end-7 {
  grid-row-end: 7;
}

.grid-justify-items-start {
  -ms-grid-column-align: start;
  justify-items: start;
}

.grid-justify-items-end {
  -ms-grid-column-align: end;
  justify-items: end;
}

.grid-justify-items-center {
  -ms-grid-column-align: center;
  justify-items: center;
}

.grid-justify-items-stretch {
  -ms-grid-column-align: stretch;
  justify-items: stretch;
}

.grid-align-items-start {
  -ms-grid-row-align: start;
  align-items: start;
}

.grid-align-items-end {
  -ms-grid-row-align: end;
  align-items: end;
}

.grid-align-items-center {
  -ms-grid-row-align: center;
  align-items: center;
}

.grid-align-items-stretch {
  -ms-grid-row-align: stretch;
  align-items: stretch;
}

.grid-justify-content-start {
  justify-content: start;
}

.grid-justify-content-end {
  justify-content: end;
}

.grid-justify-content-center {
  justify-content: center;
}

.grid-justify-content-stretch {
  justify-content: stretch;
}

.grid-justify-content-around {
  justify-content: space-around;
}

.grid-justify-content-between {
  justify-content: space-between;
}

.grid-justify-content-evenly {
  justify-content: space-evenly;
}

.grid-align-content-start {
  align-content: start;
}

.grid-align-content-end {
  align-content: end;
}

.grid-align-content-center {
  align-content: center;
}

.grid-align-content-stretch {
  align-content: stretch;
}

.grid-align-content-around {
  align-content: space-around;
}

.grid-align-content-between {
  align-content: space-between;
}

.grid-align-content-evenly {
  align-content: space-evenly;
}

.grid-place-items-start {
  -ms-grid-column-align: start;
  -ms-grid-row-align: start;
  place-items: start;
}

.grid-place-items-end {
  -ms-grid-column-align: end;
  -ms-grid-row-align: end;
  place-items: end;
}

.grid-place-items-center {
  -ms-grid-column-align: center;
  -ms-grid-row-align: center;
  place-items: center;
}

.grid-place-items-stretch {
  -ms-grid-column-align: stretch;
  -ms-grid-row-align: stretch;
  place-items: stretch;
}

@media (min-width: 576px) {
  .sm\:grid-cols-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 576px) and (-ms-high-contrast: active), (min-width: 576px) and (-ms-high-contrast: none) {
  .sm\:grid-cols-1 {
    display: block;
  }
  .sm\:grid-cols-1 > * {
    display: inline-block;
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .sm\:grid-cols-1 > *:nth-child(1n) {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .sm\:grid-cols-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 576px) and (-ms-high-contrast: active), (min-width: 576px) and (-ms-high-contrast: none) {
  .sm\:grid-cols-2 {
    display: block;
  }
  .sm\:grid-cols-2 > * {
    display: inline-block;
    width: calc(50% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .sm\:grid-cols-2 > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .sm\:grid-cols-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 576px) and (-ms-high-contrast: active), (min-width: 576px) and (-ms-high-contrast: none) {
  .sm\:grid-cols-3 {
    display: block;
  }
  .sm\:grid-cols-3 > * {
    display: inline-block;
    width: calc(33.3333333333% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .sm\:grid-cols-3 > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .sm\:grid-cols-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(4, 1fr);
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 576px) and (-ms-high-contrast: active), (min-width: 576px) and (-ms-high-contrast: none) {
  .sm\:grid-cols-4 {
    display: block;
  }
  .sm\:grid-cols-4 > * {
    display: inline-block;
    width: calc(25% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .sm\:grid-cols-4 > *:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .sm\:grid-cols-5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(5, 1fr);
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 576px) and (-ms-high-contrast: active), (min-width: 576px) and (-ms-high-contrast: none) {
  .sm\:grid-cols-5 {
    display: block;
  }
  .sm\:grid-cols-5 > * {
    display: inline-block;
    width: calc(20% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .sm\:grid-cols-5 > *:nth-child(5n) {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .sm\:grid-cols-6 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(6, 1fr);
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 576px) and (-ms-high-contrast: active), (min-width: 576px) and (-ms-high-contrast: none) {
  .sm\:grid-cols-6 {
    display: block;
  }
  .sm\:grid-cols-6 > * {
    display: inline-block;
    width: calc(16.6666666667% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .sm\:grid-cols-6 > *:nth-child(6n) {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .sm\:grid-cols-7 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(7, 1fr);
    grid-template-columns: repeat(7, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 576px) and (-ms-high-contrast: active), (min-width: 576px) and (-ms-high-contrast: none) {
  .sm\:grid-cols-7 {
    display: block;
  }
  .sm\:grid-cols-7 > * {
    display: inline-block;
    width: calc(14.2857142857% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .sm\:grid-cols-7 > *:nth-child(7n) {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .sm\:grid-cols-8 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(8, 1fr);
    grid-template-columns: repeat(8, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 576px) and (-ms-high-contrast: active), (min-width: 576px) and (-ms-high-contrast: none) {
  .sm\:grid-cols-8 {
    display: block;
  }
  .sm\:grid-cols-8 > * {
    display: inline-block;
    width: calc(12.5% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .sm\:grid-cols-8 > *:nth-child(8n) {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .sm\:grid-cols-9 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(9, 1fr);
    grid-template-columns: repeat(9, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 576px) and (-ms-high-contrast: active), (min-width: 576px) and (-ms-high-contrast: none) {
  .sm\:grid-cols-9 {
    display: block;
  }
  .sm\:grid-cols-9 > * {
    display: inline-block;
    width: calc(11.1111111111% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .sm\:grid-cols-9 > *:nth-child(9n) {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .sm\:grid-cols-10 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(10, 1fr);
    grid-template-columns: repeat(10, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 576px) and (-ms-high-contrast: active), (min-width: 576px) and (-ms-high-contrast: none) {
  .sm\:grid-cols-10 {
    display: block;
  }
  .sm\:grid-cols-10 > * {
    display: inline-block;
    width: calc(10% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .sm\:grid-cols-10 > *:nth-child(10n) {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .sm\:grid-cols-11 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(11, 1fr);
    grid-template-columns: repeat(11, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 576px) and (-ms-high-contrast: active), (min-width: 576px) and (-ms-high-contrast: none) {
  .sm\:grid-cols-11 {
    display: block;
  }
  .sm\:grid-cols-11 > * {
    display: inline-block;
    width: calc(9.0909090909% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .sm\:grid-cols-11 > *:nth-child(11n) {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .sm\:grid-cols-12 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(12, 1fr);
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 576px) and (-ms-high-contrast: active), (min-width: 576px) and (-ms-high-contrast: none) {
  .sm\:grid-cols-12 {
    display: block;
  }
  .sm\:grid-cols-12 > * {
    display: inline-block;
    width: calc(8.3333333333% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .sm\:grid-cols-12 > *:nth-child(12n) {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .sm\:grid-auto-fit {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .sm\:grid-auto-fit.min-200 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .sm\:grid-auto-fit.min-250 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .sm\:grid-auto-fit.min-300 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .sm\:grid-auto-fit.min-350 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
  .sm\:col-span-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1/span 1;
  }
  .sm\:col-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
  .sm\:col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3/span 3;
  }
  .sm\:col-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4/span 4;
  }
  .sm\:col-span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5/span 5;
  }
  .sm\:col-span-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
  }
  .sm\:col-span-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7/span 7;
  }
  .sm\:col-span-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8/span 8;
  }
  .sm\:col-span-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9/span 9;
  }
  .sm\:col-span-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10/span 10;
  }
  .sm\:col-span-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11/span 11;
  }
  .sm\:col-span-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1024px) {
  .md\:grid-cols-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
  .md\:grid-cols-1 {
    display: block;
  }
  .md\:grid-cols-1 > * {
    display: inline-block;
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .md\:grid-cols-1 > *:nth-child(1n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .md\:grid-cols-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
  .md\:grid-cols-2 {
    display: block;
  }
  .md\:grid-cols-2 > * {
    display: inline-block;
    width: calc(50% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .md\:grid-cols-2 > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .md\:grid-cols-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
  .md\:grid-cols-3 {
    display: block;
  }
  .md\:grid-cols-3 > * {
    display: inline-block;
    width: calc(33.3333333333% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .md\:grid-cols-3 > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .md\:grid-cols-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(4, 1fr);
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
  .md\:grid-cols-4 {
    display: block;
  }
  .md\:grid-cols-4 > * {
    display: inline-block;
    width: calc(25% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .md\:grid-cols-4 > *:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .md\:grid-cols-5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(5, 1fr);
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
  .md\:grid-cols-5 {
    display: block;
  }
  .md\:grid-cols-5 > * {
    display: inline-block;
    width: calc(20% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .md\:grid-cols-5 > *:nth-child(5n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .md\:grid-cols-6 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(6, 1fr);
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
  .md\:grid-cols-6 {
    display: block;
  }
  .md\:grid-cols-6 > * {
    display: inline-block;
    width: calc(16.6666666667% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .md\:grid-cols-6 > *:nth-child(6n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .md\:grid-cols-7 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(7, 1fr);
    grid-template-columns: repeat(7, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
  .md\:grid-cols-7 {
    display: block;
  }
  .md\:grid-cols-7 > * {
    display: inline-block;
    width: calc(14.2857142857% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .md\:grid-cols-7 > *:nth-child(7n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .md\:grid-cols-8 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(8, 1fr);
    grid-template-columns: repeat(8, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
  .md\:grid-cols-8 {
    display: block;
  }
  .md\:grid-cols-8 > * {
    display: inline-block;
    width: calc(12.5% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .md\:grid-cols-8 > *:nth-child(8n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .md\:grid-cols-9 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(9, 1fr);
    grid-template-columns: repeat(9, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
  .md\:grid-cols-9 {
    display: block;
  }
  .md\:grid-cols-9 > * {
    display: inline-block;
    width: calc(11.1111111111% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .md\:grid-cols-9 > *:nth-child(9n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .md\:grid-cols-10 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(10, 1fr);
    grid-template-columns: repeat(10, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
  .md\:grid-cols-10 {
    display: block;
  }
  .md\:grid-cols-10 > * {
    display: inline-block;
    width: calc(10% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .md\:grid-cols-10 > *:nth-child(10n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .md\:grid-cols-11 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(11, 1fr);
    grid-template-columns: repeat(11, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
  .md\:grid-cols-11 {
    display: block;
  }
  .md\:grid-cols-11 > * {
    display: inline-block;
    width: calc(9.0909090909% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .md\:grid-cols-11 > *:nth-child(11n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .md\:grid-cols-12 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(12, 1fr);
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
  .md\:grid-cols-12 {
    display: block;
  }
  .md\:grid-cols-12 > * {
    display: inline-block;
    width: calc(8.3333333333% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .md\:grid-cols-12 > *:nth-child(12n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .md\:grid-auto-fit {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .md\:grid-auto-fit.min-200 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .md\:grid-auto-fit.min-250 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .md\:grid-auto-fit.min-300 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .md\:grid-auto-fit.min-350 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
  .md\:col-span-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1/span 1;
  }
  .md\:col-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
  .md\:col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3/span 3;
  }
  .md\:col-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4/span 4;
  }
  .md\:col-span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5/span 5;
  }
  .md\:col-span-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
  }
  .md\:col-span-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7/span 7;
  }
  .md\:col-span-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8/span 8;
  }
  .md\:col-span-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9/span 9;
  }
  .md\:col-span-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10/span 10;
  }
  .md\:col-span-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11/span 11;
  }
  .md\:col-span-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1280px) {
  .lg\:grid-cols-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) and (-ms-high-contrast: active), (min-width: 1280px) and (-ms-high-contrast: none) {
  .lg\:grid-cols-1 {
    display: block;
  }
  .lg\:grid-cols-1 > * {
    display: inline-block;
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .lg\:grid-cols-1 > *:nth-child(1n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .lg\:grid-cols-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) and (-ms-high-contrast: active), (min-width: 1280px) and (-ms-high-contrast: none) {
  .lg\:grid-cols-2 {
    display: block;
  }
  .lg\:grid-cols-2 > * {
    display: inline-block;
    width: calc(50% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .lg\:grid-cols-2 > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .lg\:grid-cols-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) and (-ms-high-contrast: active), (min-width: 1280px) and (-ms-high-contrast: none) {
  .lg\:grid-cols-3 {
    display: block;
  }
  .lg\:grid-cols-3 > * {
    display: inline-block;
    width: calc(33.3333333333% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .lg\:grid-cols-3 > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .lg\:grid-cols-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(4, 1fr);
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) and (-ms-high-contrast: active), (min-width: 1280px) and (-ms-high-contrast: none) {
  .lg\:grid-cols-4 {
    display: block;
  }
  .lg\:grid-cols-4 > * {
    display: inline-block;
    width: calc(25% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .lg\:grid-cols-4 > *:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .lg\:grid-cols-5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(5, 1fr);
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) and (-ms-high-contrast: active), (min-width: 1280px) and (-ms-high-contrast: none) {
  .lg\:grid-cols-5 {
    display: block;
  }
  .lg\:grid-cols-5 > * {
    display: inline-block;
    width: calc(20% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .lg\:grid-cols-5 > *:nth-child(5n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .lg\:grid-cols-6 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(6, 1fr);
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) and (-ms-high-contrast: active), (min-width: 1280px) and (-ms-high-contrast: none) {
  .lg\:grid-cols-6 {
    display: block;
  }
  .lg\:grid-cols-6 > * {
    display: inline-block;
    width: calc(16.6666666667% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .lg\:grid-cols-6 > *:nth-child(6n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .lg\:grid-cols-7 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(7, 1fr);
    grid-template-columns: repeat(7, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) and (-ms-high-contrast: active), (min-width: 1280px) and (-ms-high-contrast: none) {
  .lg\:grid-cols-7 {
    display: block;
  }
  .lg\:grid-cols-7 > * {
    display: inline-block;
    width: calc(14.2857142857% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .lg\:grid-cols-7 > *:nth-child(7n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .lg\:grid-cols-8 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(8, 1fr);
    grid-template-columns: repeat(8, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) and (-ms-high-contrast: active), (min-width: 1280px) and (-ms-high-contrast: none) {
  .lg\:grid-cols-8 {
    display: block;
  }
  .lg\:grid-cols-8 > * {
    display: inline-block;
    width: calc(12.5% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .lg\:grid-cols-8 > *:nth-child(8n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .lg\:grid-cols-9 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(9, 1fr);
    grid-template-columns: repeat(9, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) and (-ms-high-contrast: active), (min-width: 1280px) and (-ms-high-contrast: none) {
  .lg\:grid-cols-9 {
    display: block;
  }
  .lg\:grid-cols-9 > * {
    display: inline-block;
    width: calc(11.1111111111% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .lg\:grid-cols-9 > *:nth-child(9n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .lg\:grid-cols-10 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(10, 1fr);
    grid-template-columns: repeat(10, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) and (-ms-high-contrast: active), (min-width: 1280px) and (-ms-high-contrast: none) {
  .lg\:grid-cols-10 {
    display: block;
  }
  .lg\:grid-cols-10 > * {
    display: inline-block;
    width: calc(10% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .lg\:grid-cols-10 > *:nth-child(10n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .lg\:grid-cols-11 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(11, 1fr);
    grid-template-columns: repeat(11, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) and (-ms-high-contrast: active), (min-width: 1280px) and (-ms-high-contrast: none) {
  .lg\:grid-cols-11 {
    display: block;
  }
  .lg\:grid-cols-11 > * {
    display: inline-block;
    width: calc(9.0909090909% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .lg\:grid-cols-11 > *:nth-child(11n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .lg\:grid-cols-12 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(12, 1fr);
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) and (-ms-high-contrast: active), (min-width: 1280px) and (-ms-high-contrast: none) {
  .lg\:grid-cols-12 {
    display: block;
  }
  .lg\:grid-cols-12 > * {
    display: inline-block;
    width: calc(8.3333333333% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .lg\:grid-cols-12 > *:nth-child(12n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .lg\:grid-auto-fit {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .lg\:grid-auto-fit.min-200 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .lg\:grid-auto-fit.min-250 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .lg\:grid-auto-fit.min-300 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .lg\:grid-auto-fit.min-350 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
  .lg\:col-span-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1/span 1;
  }
  .lg\:col-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
  .lg\:col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3/span 3;
  }
  .lg\:col-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4/span 4;
  }
  .lg\:col-span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5/span 5;
  }
  .lg\:col-span-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
  }
  .lg\:col-span-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7/span 7;
  }
  .lg\:col-span-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8/span 8;
  }
  .lg\:col-span-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9/span 9;
  }
  .lg\:col-span-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10/span 10;
  }
  .lg\:col-span-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11/span 11;
  }
  .lg\:col-span-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1440px) {
  .xl\:grid-cols-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1440px) and (-ms-high-contrast: active), (min-width: 1440px) and (-ms-high-contrast: none) {
  .xl\:grid-cols-1 {
    display: block;
  }
  .xl\:grid-cols-1 > * {
    display: inline-block;
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .xl\:grid-cols-1 > *:nth-child(1n) {
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .xl\:grid-cols-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1440px) and (-ms-high-contrast: active), (min-width: 1440px) and (-ms-high-contrast: none) {
  .xl\:grid-cols-2 {
    display: block;
  }
  .xl\:grid-cols-2 > * {
    display: inline-block;
    width: calc(50% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .xl\:grid-cols-2 > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .xl\:grid-cols-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1440px) and (-ms-high-contrast: active), (min-width: 1440px) and (-ms-high-contrast: none) {
  .xl\:grid-cols-3 {
    display: block;
  }
  .xl\:grid-cols-3 > * {
    display: inline-block;
    width: calc(33.3333333333% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .xl\:grid-cols-3 > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .xl\:grid-cols-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(4, 1fr);
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1440px) and (-ms-high-contrast: active), (min-width: 1440px) and (-ms-high-contrast: none) {
  .xl\:grid-cols-4 {
    display: block;
  }
  .xl\:grid-cols-4 > * {
    display: inline-block;
    width: calc(25% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .xl\:grid-cols-4 > *:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .xl\:grid-cols-5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(5, 1fr);
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1440px) and (-ms-high-contrast: active), (min-width: 1440px) and (-ms-high-contrast: none) {
  .xl\:grid-cols-5 {
    display: block;
  }
  .xl\:grid-cols-5 > * {
    display: inline-block;
    width: calc(20% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .xl\:grid-cols-5 > *:nth-child(5n) {
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .xl\:grid-cols-6 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(6, 1fr);
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1440px) and (-ms-high-contrast: active), (min-width: 1440px) and (-ms-high-contrast: none) {
  .xl\:grid-cols-6 {
    display: block;
  }
  .xl\:grid-cols-6 > * {
    display: inline-block;
    width: calc(16.6666666667% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .xl\:grid-cols-6 > *:nth-child(6n) {
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .xl\:grid-cols-7 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(7, 1fr);
    grid-template-columns: repeat(7, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1440px) and (-ms-high-contrast: active), (min-width: 1440px) and (-ms-high-contrast: none) {
  .xl\:grid-cols-7 {
    display: block;
  }
  .xl\:grid-cols-7 > * {
    display: inline-block;
    width: calc(14.2857142857% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .xl\:grid-cols-7 > *:nth-child(7n) {
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .xl\:grid-cols-8 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(8, 1fr);
    grid-template-columns: repeat(8, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1440px) and (-ms-high-contrast: active), (min-width: 1440px) and (-ms-high-contrast: none) {
  .xl\:grid-cols-8 {
    display: block;
  }
  .xl\:grid-cols-8 > * {
    display: inline-block;
    width: calc(12.5% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .xl\:grid-cols-8 > *:nth-child(8n) {
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .xl\:grid-cols-9 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(9, 1fr);
    grid-template-columns: repeat(9, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1440px) and (-ms-high-contrast: active), (min-width: 1440px) and (-ms-high-contrast: none) {
  .xl\:grid-cols-9 {
    display: block;
  }
  .xl\:grid-cols-9 > * {
    display: inline-block;
    width: calc(11.1111111111% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .xl\:grid-cols-9 > *:nth-child(9n) {
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .xl\:grid-cols-10 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(10, 1fr);
    grid-template-columns: repeat(10, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1440px) and (-ms-high-contrast: active), (min-width: 1440px) and (-ms-high-contrast: none) {
  .xl\:grid-cols-10 {
    display: block;
  }
  .xl\:grid-cols-10 > * {
    display: inline-block;
    width: calc(10% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .xl\:grid-cols-10 > *:nth-child(10n) {
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .xl\:grid-cols-11 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(11, 1fr);
    grid-template-columns: repeat(11, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1440px) and (-ms-high-contrast: active), (min-width: 1440px) and (-ms-high-contrast: none) {
  .xl\:grid-cols-11 {
    display: block;
  }
  .xl\:grid-cols-11 > * {
    display: inline-block;
    width: calc(9.0909090909% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .xl\:grid-cols-11 > *:nth-child(11n) {
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .xl\:grid-cols-12 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(12, 1fr);
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1440px) and (-ms-high-contrast: active), (min-width: 1440px) and (-ms-high-contrast: none) {
  .xl\:grid-cols-12 {
    display: block;
  }
  .xl\:grid-cols-12 > * {
    display: inline-block;
    width: calc(8.3333333333% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .xl\:grid-cols-12 > *:nth-child(12n) {
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .xl\:grid-auto-fit {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .xl\:grid-auto-fit.min-200 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .xl\:grid-auto-fit.min-250 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .xl\:grid-auto-fit.min-300 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .xl\:grid-auto-fit.min-350 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
  .xl\:col-span-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1/span 1;
  }
  .xl\:col-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
  .xl\:col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3/span 3;
  }
  .xl\:col-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4/span 4;
  }
  .xl\:col-span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5/span 5;
  }
  .xl\:col-span-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
  }
  .xl\:col-span-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7/span 7;
  }
  .xl\:col-span-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8/span 8;
  }
  .xl\:col-span-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9/span 9;
  }
  .xl\:col-span-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10/span 10;
  }
  .xl\:col-span-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11/span 11;
  }
  .xl\:col-span-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12/span 12;
  }
}
.grid-item-auto {
  -ms-grid-column: auto;
  -ms-grid-row: auto;
  grid-column: auto;
  grid-row: auto;
}

.grid-item-square {
  aspect-ratio: 1/1;
}

.grid-item-landscape {
  aspect-ratio: 16/9;
}

.grid-item-portrait {
  aspect-ratio: 3/4;
}

.grid-debug .grid {
  border: 2px dashed red;
  background: rgba(255, 0, 0, 0.05);
}
.grid-debug [class*=col-span],
.grid-debug [class*=row-span],
.grid-debug .grid > * {
  border: 1px dashed blue;
  background: rgba(0, 0, 255, 0.05);
  position: relative;
}
.grid-debug [class*=col-span]::after,
.grid-debug [class*=row-span]::after,
.grid-debug .grid > *::after {
  content: attr(class);
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 10px;
  padding: 2px 4px;
  z-index: 1000;
}

/*
 * MultiIT - HTML Template
 * Main SCSS file
 */
.gap-0 {
  gap: 0 !important;
}

.gap-x-0 {
  column-gap: 0 !important;
}

.gap-y-0 {
  row-gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-x-1 {
  column-gap: 0.25rem !important;
}

.gap-y-1 {
  row-gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-x-2 {
  column-gap: 0.5rem !important;
}

.gap-y-2 {
  row-gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-x-3 {
  column-gap: 1rem !important;
}

.gap-y-3 {
  row-gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-x-4 {
  column-gap: 1.5rem !important;
}

.gap-y-4 {
  row-gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-x-5 {
  column-gap: 3rem !important;
}

.gap-y-5 {
  row-gap: 3rem !important;
}

.gap-6 {
  gap: 4rem !important;
}

.gap-x-6 {
  column-gap: 4rem !important;
}

.gap-y-6 {
  row-gap: 4rem !important;
}

.gap-7 {
  gap: 5rem !important;
}

.gap-x-7 {
  column-gap: 5rem !important;
}

.gap-y-7 {
  row-gap: 5rem !important;
}

.gap-8 {
  gap: 6rem !important;
}

.gap-x-8 {
  column-gap: 6rem !important;
}

.gap-y-8 {
  row-gap: 6rem !important;
}

.gap-9 {
  gap: 8rem !important;
}

.gap-x-9 {
  column-gap: 8rem !important;
}

.gap-y-9 {
  row-gap: 8rem !important;
}

.gap-10 {
  gap: 10rem !important;
}

.gap-x-10 {
  column-gap: 10rem !important;
}

.gap-y-10 {
  row-gap: 10rem !important;
}

.gap-11 {
  gap: 12rem !important;
}

.gap-x-11 {
  column-gap: 12rem !important;
}

.gap-y-11 {
  row-gap: 12rem !important;
}

.gap-12 {
  gap: 15rem !important;
}

.gap-x-12 {
  column-gap: 15rem !important;
}

.gap-y-12 {
  row-gap: 15rem !important;
}

.gap-13 {
  gap: 18rem !important;
}

.gap-x-13 {
  column-gap: 18rem !important;
}

.gap-y-13 {
  row-gap: 18rem !important;
}

.gap-14 {
  gap: 20rem !important;
}

.gap-x-14 {
  column-gap: 20rem !important;
}

.gap-y-14 {
  row-gap: 20rem !important;
}

.gap-15 {
  gap: 25rem !important;
}

.gap-x-15 {
  column-gap: 25rem !important;
}

.gap-y-15 {
  row-gap: 25rem !important;
}

.gap-16 {
  gap: 30rem !important;
}

.gap-x-16 {
  column-gap: 30rem !important;
}

.gap-y-16 {
  row-gap: 30rem !important;
}

.gap-17 {
  gap: 35rem !important;
}

.gap-x-17 {
  column-gap: 35rem !important;
}

.gap-y-17 {
  row-gap: 35rem !important;
}

.gap-18 {
  gap: 40rem !important;
}

.gap-x-18 {
  column-gap: 40rem !important;
}

.gap-y-18 {
  row-gap: 40rem !important;
}

.gap-19 {
  gap: 45rem !important;
}

.gap-x-19 {
  column-gap: 45rem !important;
}

.gap-y-19 {
  row-gap: 45rem !important;
}

.gap-20 {
  gap: 50rem !important;
}

.gap-x-20 {
  column-gap: 50rem !important;
}

.gap-y-20 {
  row-gap: 50rem !important;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.justify-content-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.justify-content-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}

.align-items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.align-items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}

.align-items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

.d-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.d-flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.d-flex-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.d-flex-evenly {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.d-flex-center-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.d-flex-between-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.d-flex-center-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.d-flex-center-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.d-flex-center-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.d-flex-baseline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.d-flex-baseline-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.d-flex-baseline-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.d-flex-baseline-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.d-flex-baseline-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.d-flex-baseline-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.d-flex-baseline-evenly {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-end-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-start-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-column-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-column-center-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-column-center-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (min-width: 0) {
  .d-xs-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-xs-inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-xs-flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-xs-flex-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-xs-flex-center-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 576px) {
  .d-sm-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-sm-flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-sm-flex-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-sm-flex-center-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .d-md-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-md-flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-md-flex-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-md-flex-center-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1025px) {
  .d-md-c-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-md-c-inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-md-c-flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-md-c-flex-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-md-c-flex-center-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1280px) {
  .d-lg-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-lg-flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-lg-flex-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-lg-flex-center-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1440px) {
  .d-xl-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-xl-flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-xl-flex-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-xl-flex-center-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1600px) {
  .d-xxl-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-xxl-flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-xxl-flex-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .d-xxl-flex-center-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex.gap-0 {
  gap: 0;
}
.flex.gap-x-0 {
  column-gap: 0;
}
.flex.gap-y-0 {
  row-gap: 0;
}
.flex.gap-1 {
  gap: 0.25rem;
}
.flex.gap-x-1 {
  column-gap: 0.25rem;
}
.flex.gap-y-1 {
  row-gap: 0.25rem;
}
.flex.gap-2 {
  gap: 0.5rem;
}
.flex.gap-x-2 {
  column-gap: 0.5rem;
}
.flex.gap-y-2 {
  row-gap: 0.5rem;
}
.flex.gap-3 {
  gap: 1rem;
}
.flex.gap-x-3 {
  column-gap: 1rem;
}
.flex.gap-y-3 {
  row-gap: 1rem;
}
.flex.gap-4 {
  gap: 1.5rem;
}
.flex.gap-x-4 {
  column-gap: 1.5rem;
}
.flex.gap-y-4 {
  row-gap: 1.5rem;
}
.flex.gap-5 {
  gap: 3rem;
}
.flex.gap-x-5 {
  column-gap: 3rem;
}
.flex.gap-y-5 {
  row-gap: 3rem;
}
.flex.gap-6 {
  gap: 4rem;
}
.flex.gap-x-6 {
  column-gap: 4rem;
}
.flex.gap-y-6 {
  row-gap: 4rem;
}
.flex.gap-7 {
  gap: 5rem;
}
.flex.gap-x-7 {
  column-gap: 5rem;
}
.flex.gap-y-7 {
  row-gap: 5rem;
}
.flex.gap-8 {
  gap: 6rem;
}
.flex.gap-x-8 {
  column-gap: 6rem;
}
.flex.gap-y-8 {
  row-gap: 6rem;
}
.flex.gap-9 {
  gap: 8rem;
}
.flex.gap-x-9 {
  column-gap: 8rem;
}
.flex.gap-y-9 {
  row-gap: 8rem;
}
.flex.gap-10 {
  gap: 10rem;
}
.flex.gap-x-10 {
  column-gap: 10rem;
}
.flex.gap-y-10 {
  row-gap: 10rem;
}
.flex.gap-11 {
  gap: 12rem;
}
.flex.gap-x-11 {
  column-gap: 12rem;
}
.flex.gap-y-11 {
  row-gap: 12rem;
}
.flex.gap-12 {
  gap: 15rem;
}
.flex.gap-x-12 {
  column-gap: 15rem;
}
.flex.gap-y-12 {
  row-gap: 15rem;
}
.flex.gap-13 {
  gap: 18rem;
}
.flex.gap-x-13 {
  column-gap: 18rem;
}
.flex.gap-y-13 {
  row-gap: 18rem;
}
.flex.gap-14 {
  gap: 20rem;
}
.flex.gap-x-14 {
  column-gap: 20rem;
}
.flex.gap-y-14 {
  row-gap: 20rem;
}
.flex.gap-15 {
  gap: 25rem;
}
.flex.gap-x-15 {
  column-gap: 25rem;
}
.flex.gap-y-15 {
  row-gap: 25rem;
}
.flex.gap-16 {
  gap: 30rem;
}
.flex.gap-x-16 {
  column-gap: 30rem;
}
.flex.gap-y-16 {
  row-gap: 30rem;
}
.flex.gap-17 {
  gap: 35rem;
}
.flex.gap-x-17 {
  column-gap: 35rem;
}
.flex.gap-y-17 {
  row-gap: 35rem;
}
.flex.gap-18 {
  gap: 40rem;
}
.flex.gap-x-18 {
  column-gap: 40rem;
}
.flex.gap-y-18 {
  row-gap: 40rem;
}
.flex.gap-19 {
  gap: 45rem;
}
.flex.gap-x-19 {
  column-gap: 45rem;
}
.flex.gap-y-19 {
  row-gap: 45rem;
}
.flex.gap-20 {
  gap: 50rem;
}
.flex.gap-x-20 {
  column-gap: 50rem;
}
.flex.gap-y-20 {
  row-gap: 50rem;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.inline-flex.gap-0 {
  gap: 0;
}
.inline-flex.gap-x-0 {
  column-gap: 0;
}
.inline-flex.gap-y-0 {
  row-gap: 0;
}
.inline-flex.gap-1 {
  gap: 0.25rem;
}
.inline-flex.gap-x-1 {
  column-gap: 0.25rem;
}
.inline-flex.gap-y-1 {
  row-gap: 0.25rem;
}
.inline-flex.gap-2 {
  gap: 0.5rem;
}
.inline-flex.gap-x-2 {
  column-gap: 0.5rem;
}
.inline-flex.gap-y-2 {
  row-gap: 0.5rem;
}
.inline-flex.gap-3 {
  gap: 1rem;
}
.inline-flex.gap-x-3 {
  column-gap: 1rem;
}
.inline-flex.gap-y-3 {
  row-gap: 1rem;
}
.inline-flex.gap-4 {
  gap: 1.5rem;
}
.inline-flex.gap-x-4 {
  column-gap: 1.5rem;
}
.inline-flex.gap-y-4 {
  row-gap: 1.5rem;
}
.inline-flex.gap-5 {
  gap: 3rem;
}
.inline-flex.gap-x-5 {
  column-gap: 3rem;
}
.inline-flex.gap-y-5 {
  row-gap: 3rem;
}
.inline-flex.gap-6 {
  gap: 4rem;
}
.inline-flex.gap-x-6 {
  column-gap: 4rem;
}
.inline-flex.gap-y-6 {
  row-gap: 4rem;
}
.inline-flex.gap-7 {
  gap: 5rem;
}
.inline-flex.gap-x-7 {
  column-gap: 5rem;
}
.inline-flex.gap-y-7 {
  row-gap: 5rem;
}
.inline-flex.gap-8 {
  gap: 6rem;
}
.inline-flex.gap-x-8 {
  column-gap: 6rem;
}
.inline-flex.gap-y-8 {
  row-gap: 6rem;
}
.inline-flex.gap-9 {
  gap: 8rem;
}
.inline-flex.gap-x-9 {
  column-gap: 8rem;
}
.inline-flex.gap-y-9 {
  row-gap: 8rem;
}
.inline-flex.gap-10 {
  gap: 10rem;
}
.inline-flex.gap-x-10 {
  column-gap: 10rem;
}
.inline-flex.gap-y-10 {
  row-gap: 10rem;
}
.inline-flex.gap-11 {
  gap: 12rem;
}
.inline-flex.gap-x-11 {
  column-gap: 12rem;
}
.inline-flex.gap-y-11 {
  row-gap: 12rem;
}
.inline-flex.gap-12 {
  gap: 15rem;
}
.inline-flex.gap-x-12 {
  column-gap: 15rem;
}
.inline-flex.gap-y-12 {
  row-gap: 15rem;
}
.inline-flex.gap-13 {
  gap: 18rem;
}
.inline-flex.gap-x-13 {
  column-gap: 18rem;
}
.inline-flex.gap-y-13 {
  row-gap: 18rem;
}
.inline-flex.gap-14 {
  gap: 20rem;
}
.inline-flex.gap-x-14 {
  column-gap: 20rem;
}
.inline-flex.gap-y-14 {
  row-gap: 20rem;
}
.inline-flex.gap-15 {
  gap: 25rem;
}
.inline-flex.gap-x-15 {
  column-gap: 25rem;
}
.inline-flex.gap-y-15 {
  row-gap: 25rem;
}
.inline-flex.gap-16 {
  gap: 30rem;
}
.inline-flex.gap-x-16 {
  column-gap: 30rem;
}
.inline-flex.gap-y-16 {
  row-gap: 30rem;
}
.inline-flex.gap-17 {
  gap: 35rem;
}
.inline-flex.gap-x-17 {
  column-gap: 35rem;
}
.inline-flex.gap-y-17 {
  row-gap: 35rem;
}
.inline-flex.gap-18 {
  gap: 40rem;
}
.inline-flex.gap-x-18 {
  column-gap: 40rem;
}
.inline-flex.gap-y-18 {
  row-gap: 40rem;
}
.inline-flex.gap-19 {
  gap: 45rem;
}
.inline-flex.gap-x-19 {
  column-gap: 45rem;
}
.inline-flex.gap-y-19 {
  row-gap: 45rem;
}
.inline-flex.gap-20 {
  gap: 50rem;
}
.inline-flex.gap-x-20 {
  column-gap: 50rem;
}
.inline-flex.gap-y-20 {
  row-gap: 50rem;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-initial {
  -webkit-box-flex: 1;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -moz-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.flex-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 2 1 0%;
  -moz-flex: 2 1 0%;
  -ms-flex: 2 1 0%;
  flex: 2 1 0%;
}

.flex-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 3 1 0%;
  -moz-flex: 3 1 0%;
  -ms-flex: 3 1 0%;
  flex: 3 1 0%;
}

.flex-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 4 1 0%;
  -moz-flex: 4 1 0%;
  -ms-flex: 4 1 0%;
  flex: 4 1 0%;
}

.flex-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 5 1 0%;
  -moz-flex: 5 1 0%;
  -ms-flex: 5 1 0%;
  flex: 5 1 0%;
}

.grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.grow-0 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}

.grow-2 {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
}

.grow-3 {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-grow: 3;
  flex-grow: 3;
}

.grow-4 {
  -webkit-box-flex: 4;
  -webkit-flex-grow: 4;
  -moz-flex-grow: 4;
  -ms-flex-grow: 4;
  flex-grow: 4;
}

.grow-5 {
  -webkit-box-flex: 5;
  -webkit-flex-grow: 5;
  -moz-flex-grow: 5;
  -ms-flex-grow: 5;
  flex-grow: 5;
}

.shrink {
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}

.shrink-0 {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

.shrink-2 {
  -webkit-flex-shrink: 2;
  -moz-flex-shrink: 2;
  -ms-flex-shrink: 2;
  flex-shrink: 2;
}

.shrink-3 {
  -webkit-flex-shrink: 3;
  -moz-flex-shrink: 3;
  -ms-flex-shrink: 3;
  flex-shrink: 3;
}

.basis-auto {
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}

.basis-full {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}

.basis-1-2 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}

.basis-1-3 {
  -webkit-flex-basis: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
}

.basis-0 {
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
}

.basis-0 {
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
}

.basis-1 {
  -webkit-flex-basis: 0.25rem;
  -moz-flex-basis: 0.25rem;
  -ms-flex-basis: 0.25rem;
  flex-basis: 0.25rem;
}

.basis-2 {
  -webkit-flex-basis: 0.5rem;
  -moz-flex-basis: 0.5rem;
  -ms-flex-basis: 0.5rem;
  flex-basis: 0.5rem;
}

.basis-3 {
  -webkit-flex-basis: 1rem;
  -moz-flex-basis: 1rem;
  -ms-flex-basis: 1rem;
  flex-basis: 1rem;
}

.basis-4 {
  -webkit-flex-basis: 1.5rem;
  -moz-flex-basis: 1.5rem;
  -ms-flex-basis: 1.5rem;
  flex-basis: 1.5rem;
}

.basis-5 {
  -webkit-flex-basis: 3rem;
  -moz-flex-basis: 3rem;
  -ms-flex-basis: 3rem;
  flex-basis: 3rem;
}

.basis-6 {
  -webkit-flex-basis: 4rem;
  -moz-flex-basis: 4rem;
  -ms-flex-basis: 4rem;
  flex-basis: 4rem;
}

.basis-7 {
  -webkit-flex-basis: 5rem;
  -moz-flex-basis: 5rem;
  -ms-flex-basis: 5rem;
  flex-basis: 5rem;
}

.basis-8 {
  -webkit-flex-basis: 6rem;
  -moz-flex-basis: 6rem;
  -ms-flex-basis: 6rem;
  flex-basis: 6rem;
}

.basis-9 {
  -webkit-flex-basis: 8rem;
  -moz-flex-basis: 8rem;
  -ms-flex-basis: 8rem;
  flex-basis: 8rem;
}

.basis-10 {
  -webkit-flex-basis: 10rem;
  -moz-flex-basis: 10rem;
  -ms-flex-basis: 10rem;
  flex-basis: 10rem;
}

.basis-11 {
  -webkit-flex-basis: 12rem;
  -moz-flex-basis: 12rem;
  -ms-flex-basis: 12rem;
  flex-basis: 12rem;
}

.basis-12 {
  -webkit-flex-basis: 15rem;
  -moz-flex-basis: 15rem;
  -ms-flex-basis: 15rem;
  flex-basis: 15rem;
}

.basis-13 {
  -webkit-flex-basis: 18rem;
  -moz-flex-basis: 18rem;
  -ms-flex-basis: 18rem;
  flex-basis: 18rem;
}

.basis-14 {
  -webkit-flex-basis: 20rem;
  -moz-flex-basis: 20rem;
  -ms-flex-basis: 20rem;
  flex-basis: 20rem;
}

.basis-15 {
  -webkit-flex-basis: 25rem;
  -moz-flex-basis: 25rem;
  -ms-flex-basis: 25rem;
  flex-basis: 25rem;
}

.basis-16 {
  -webkit-flex-basis: 30rem;
  -moz-flex-basis: 30rem;
  -ms-flex-basis: 30rem;
  flex-basis: 30rem;
}

.basis-17 {
  -webkit-flex-basis: 35rem;
  -moz-flex-basis: 35rem;
  -ms-flex-basis: 35rem;
  flex-basis: 35rem;
}

.basis-18 {
  -webkit-flex-basis: 40rem;
  -moz-flex-basis: 40rem;
  -ms-flex-basis: 40rem;
  flex-basis: 40rem;
}

.basis-19 {
  -webkit-flex-basis: 45rem;
  -moz-flex-basis: 45rem;
  -ms-flex-basis: 45rem;
  flex-basis: 45rem;
}

.basis-20 {
  -webkit-flex-basis: 50rem;
  -moz-flex-basis: 50rem;
  -ms-flex-basis: 50rem;
  flex-basis: 50rem;
}

.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.justify-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}

.justify-evenly {
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
}

.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-center-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-center-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-evenly {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-stack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .flex-stack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.flex-stack-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .flex-stack-reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 576px) {
  .sm\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .sm\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sm\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .md\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .md\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .lg\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .lg\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1440px) {
  .xl\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .xl\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .xl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/*
 * MultiIT - HTML Template
 * Main SCSS file
 */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  background-color: var(--button-color);
  border: 2px solid var(--button-color);
  border-radius: 25px;
  color: #000000 !important;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  box-shadow: inset 0 0 0 rgba(255, 217, 0, 0), 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.4s ease, background-color 0.3s ease, border-color 0.4s ease;
}
.btn:hover {
  transform: translateY(-3px);
  border-color: #c0a16b;
  box-shadow: inset 0 0 0 rgba(255, 217, 0, 0), 0 8px 20px rgba(255, 217, 0, 0.35);
}
.btn:active {
  transform: scale(0.98);
  box-shadow: inset 0 0 10px rgba(192, 161, 107, 0.4), 0 3px 8px rgba(0, 0, 0, 0.2);
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.5s ease, opacity 1s ease;
  z-index: 0;
}
.btn:focus::after, .btn:active::after {
  transform: translate(-50%, -50%) scale(15);
  opacity: 1;
  transition: transform 0.5s ease, opacity 1s ease;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn > * {
  position: relative;
  z-index: 1;
}
.btn.xs {
  padding: 0.2rem 1rem;
}
.btn.sm {
  padding: 0.4rem 1rem;
}

.btn-primary {
  background-color: var(--button-color);
  border-color: var(--button-color);
}
.btn-primary:hover {
  background-color: rgba(255, 217, 0, 0.85);
  border-color: #c0a16b;
}

.btn-secondary {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}
.btn-secondary:hover {
  background-color: var(--color-accent);
  border-color: #c0a16b;
}

.btn-outline {
  background: transparent;
  color: var(--button-color);
  border-color: var(--button-color);
}
.btn-outline:hover {
  border-color: #c0a16b;
  background-color: rgba(255, 217, 0, 0.1);
}
.btn-outline:active {
  background-color: rgba(255, 217, 0, 0.15);
}
.btn-outline:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  color: var(--button-color);
}

.btn-ghost {
  background-color: var(--color-background);
  border-color: transparent;
}
.btn-ghost:hover {
  background-color: rgba(255, 217, 0, 0.1);
  box-shadow: none;
}

.btn-icon {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background-color: var(--button-color);
  border: 2px solid var(--button-color);
  transition: all 0.4s ease;
}
.btn-icon:hover {
  background-color: rgba(255, 217, 0, 0.85);
  border-color: #c0a16b;
}
.btn-icon svg,
.btn-icon i {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.3s ease;
}
.btn-icon svg:hover,
.btn-icon i:hover {
  transform: scale(1.2);
}

.btn-get-quotes {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  border: 2px solid var(--button-color);
  border-radius: 14px;
  background-color: #111827;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.4s ease, background-color 0.4s ease, transform 0.3s ease, border-color 0.4s ease;
}
.btn-get-quotes:hover {
  background-color: #1c1c1c;
  border-color: #c0a16b;
  transform: translateY(-2px);
}
.btn-get-quotes:active {
  transform: translateY(0);
}
.btn-get-quotes::before {
  content: none;
}
.btn-get-quotes:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  color: #ffffff !important;
}

.btn-submit {
  background: var(--color-primary);
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}
.btn-submit:hover {
  background: rgb(10.8, 41.4, 72);
  transform: translateY(-2px);
}

.btn-buy {
  background: rgb(192, 161, 107);
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  padding: 7px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  display: block;
}

.btn-more {
  background: #0c2e50;
  color: #ffffff !important;
  border-color: transparent;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.4s ease;
}
.btn-more:hover {
  background: rgb(10.8, 41.4, 72);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.btn-more:active {
  transform: translateY(0);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.btn-more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
  z-index: 0;
}
.btn-more:hover::after {
  width: 220%;
  height: 220%;
  opacity: 1;
}
.btn-more > * {
  position: relative;
  z-index: 1;
}

/*
 * MultiIT - HTML Template
 * Main SCSS file
 */
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--color-background);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-loader.loaded .travel-loader {
  display: none;
}

.travel-loader {
  position: relative;
  width: 80px;
  height: 80px;
  animation: levitate 1.5s ease-in-out infinite;
}
.travel-loader .travel-airplane {
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes levitate {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
/*
 * MultiIT - HTML Template
 * Main SCSS file
 */
.header {
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 1rem 4rem;
  z-index: 4000;
}
@media (max-width: 1024px) {
  .header {
    padding: 1rem;
  }
}
.header .container {
  position: relative;
}
@media (max-width: 1025px) {
  .header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.header .logo {
  position: relative;
  height: 60px;
  border-radius: 10px;
}
@media (min-width: 1440px) {
  .header .logo {
    width: 100px;
    height: auto;
    max-width: 100px;
  }
}
.header .logo .image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .logo .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 1025px) {
  .header .navbar {
    position: static;
    background: transparent;
    height: auto;
  }
}
@media (max-width: 1025px) {
  .header .navbar {
    position: fixed;
    left: 0;
    top: -100vh;
    width: 100%;
    height: 100vh;
    background-color: rgba(33, 37, 41, 0.95);
    backdrop-filter: blur(10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 1000;
    -webkit-transition: top 0.3s ease;
    -moz-transition: top 0.3s ease;
    -ms-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    transition: top 0.3s ease;
    padding-top: 80px;
    overflow-y: auto;
  }
  .header .navbar.mobile-menu-open {
    top: 0;
  }
}
.header .navbar .nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .header .navbar .nav-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
  }
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    gap: 0;
    text-align: left;
    padding: 0 1.5rem;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu > li {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .header .navbar .nav-menu > li {
    width: auto;
  }
}
.header .navbar .nav-menu .nav-link {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  display: block;
}
@media (min-width: 1025px) {
  .header .navbar .nav-menu .nav-link {
    padding: 5px 0;
    font-size: 1rem;
  }
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu .nav-link {
    padding: 1rem 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.header .navbar .nav-menu .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #0c2e50;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu .nav-link::after {
    display: none;
  }
}
.header .navbar .nav-menu .nav-link:hover, .header .navbar .nav-menu .nav-link.active {
  color: #fff;
}
.header .navbar .nav-menu .nav-link:hover::after, .header .navbar .nav-menu .nav-link.active::after {
  width: 100%;
}
.header .navbar .nav-menu .dropdown {
  position: relative;
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu .dropdown {
    width: 100%;
  }
}
.header .navbar .nav-menu .dropdown .dropdown-toggle {
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: block;
}
@media (min-width: 1025px) {
  .header .navbar .nav-menu .dropdown .dropdown-toggle {
    padding: 5px 0;
    font-size: 1rem;
  }
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu .dropdown .dropdown-toggle {
    padding: 1rem 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.header .navbar .nav-menu .dropdown .dropdown-toggle::after {
  content: "▼";
  font-size: 10px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media (min-width: 1025px) {
  .header .navbar .nav-menu .dropdown .dropdown-toggle::after {
    position: relative;
    left: 5px;
  }
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu .dropdown .dropdown-toggle::after {
    font-size: 12px;
  }
}
.header .navbar .nav-menu .dropdown .dropdown-toggle.active::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header .navbar .nav-menu .dropdown .dropdown-toggle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #0c2e50;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu .dropdown .dropdown-toggle::before {
    display: none;
  }
}
.header .navbar .nav-menu .dropdown .dropdown-toggle:hover {
  color: #0c2e50;
}
.header .navbar .nav-menu .dropdown .dropdown-toggle:hover::before {
  width: 100%;
}
.header .navbar .nav-menu .dropdown .dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu .dropdown .dropdown-menu {
    position: static;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    margin-left: 1rem;
    border-left: 2px solid rgba(12, 46, 80, 0.3);
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .navbar .nav-menu .dropdown .dropdown-menu.dropdown-open {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .header .navbar .nav-menu .dropdown .dropdown-menu {
    position: absolute;
    top: 140%;
    left: -10px;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    background-color: #ffffff;
    -webkit-box-shadow: "0 10px 15px -3px rgba(0, 0, 0, 0.1)";
    -moz-box-shadow: "0 10px 15px -3px rgba(0, 0, 0, 0.1)";
    box-shadow: "0 10px 15px -3px rgba(0, 0, 0, 0.1)";
    min-width: 180px;
    padding: 0.5rem 0;
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.header .navbar .nav-menu .dropdown .dropdown-menu .dropdown-item {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu .dropdown .dropdown-menu .dropdown-item {
    color: #ffffff;
    font-size: 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .header .navbar .nav-menu .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
}
@media (min-width: 1025px) {
  .header .navbar .nav-menu .dropdown .dropdown-menu .dropdown-item {
    color: #495057;
    font-size: 0.875rem;
  }
}
.header .navbar .nav-menu .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgba(12, 46, 80, 0.1);
  color: #0c2e50;
  padding-left: 1.5rem;
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: rgba(12, 46, 80, 0.2);
  }
}
@media (min-width: 1025px) {
  .header .navbar .nav-menu .dropdown:hover .dropdown-toggle {
    color: #0c2e50;
  }
  .header .navbar .nav-menu .dropdown:hover .dropdown-toggle::before {
    width: 100%;
  }
  .header .navbar .nav-menu .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.header .actions .theme-switcher {
  margin: 0 1rem;
}
.header .actions .theme-switcher .theme-toggle-btn {
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 5px;
  transition: all 0.3s ease;
}
.header .actions .theme-switcher .theme-toggle-btn:hover {
  border-color: var(--color-primary);
}
.header .actions .theme-switcher .theme-toggle-btn svg {
  width: 22px;
  height: 22px;
  color: var(--color-primary);
  transition: color 0.3s ease;
}
.header .actions .theme-switcher .moon-icon {
  display: none;
}
.header .actions .theme-switcher .dark-mode .moon-icon {
  display: block;
}
.header .actions .theme-switcher .dark-mode .sun-icon {
  display: none;
}
.header .actions .btn-get-quotes {
  white-space: nowrap;
  z-index: 1001;
  visibility: visible;
}
@media (max-width: 1024px) {
  .header .actions .btn-get-quotes {
    visibility: hidden;
  }
}
.header .mobile-menu-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1001;
  position: relative;
}
@media (min-width: 1025px) {
  .header .mobile-menu-toggle {
    display: none;
  }
}
@media (max-width: 1025px) {
  .header .mobile-menu-toggle {
    order: 3;
  }
}
.header .mobile-menu-toggle .hamburger-line {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  margin: 2px 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
.header .mobile-menu-toggle .hamburger-line:nth-child(1) {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.header .mobile-menu-toggle .hamburger-line:nth-child(2) {
  opacity: 1;
}
.header .mobile-menu-toggle .hamburger-line:nth-child(3) {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.header .mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.header .mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.header .mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
.header.header-transparent {
  background-color: transparent;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header.header-scrolled {
  background-color: var(--color-surface-mcase);
  -webkit-box-shadow: "0 0 20px rgba(0, 0, 0, 0.1)";
  -moz-box-shadow: "0 0 20px rgba(0, 0, 0, 0.1)";
  box-shadow: "0 0 20px rgba(0, 0, 0, 0.1)";
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1025px) {
  .header.header-scrolled .navbar .nav-menu .nav-link {
    color: #ffffff;
  }
}
.header.header-scrolled .navbar .nav-menu .nav-link:hover, .header.header-scrolled .navbar .nav-menu .nav-link.active {
  color: #fff;
}
@media (max-width: 1025px) {
  .header.header-scrolled .navbar .nav-menu .dropdown .dropdown-toggle {
    color: #ffffff;
  }
}
.header.header-scrolled .navbar .nav-menu .dropdown .dropdown-toggle:hover {
  color: #0c2e50;
}

/*
 * MultiIT - HTML Template
 * Main SCSS file
 */
.blog-featured-image {
  position: relative;
  width: 100%;
  height: 600px;
  margin-bottom: 4rem;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.blog-featured-image .image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-featured-image .blog-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 4rem;
  text-align: center;
  z-index: 100;
}
.blog-featured-image .blog-header .blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
  .blog-featured-image .blog-header .blog-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.blog-featured-image .blog-header .blog-meta .blog-category {
  background: #0c2e50;
  color: #ffffff;
  padding: 0.25rem 1rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.blog-featured-image .blog-header .blog-meta .blog-date, .blog-featured-image .blog-header .blog-meta .blog-read-time {
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 500;
}
.blog-featured-image .blog-header .blog-meta .blog-date {
  color: #0c2e50;
}
.blog-featured-image .blog-header .blog-title {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3rem;
  max-width: 1000px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .blog-featured-image .blog-header .blog-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 576px) {
  .blog-featured-image .blog-header .blog-title {
    font-size: 1.875rem;
  }
}
.blog-featured-image .blog-header .blog-author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem;
  padding: 10px;
}
.blog-featured-image .blog-header .blog-author-info .author-avatar {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.blog-featured-image .blog-header .blog-author-info .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-featured-image .blog-header .blog-author-info .author-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
}
.blog-featured-image .blog-header .blog-author-info .author-details .author-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 2px;
}
.blog-featured-image .blog-header .blog-author-info .author-details .author-bio {
  font-size: 0.875rem;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.blog-detail {
  position: relative;
  max-width: 1000px;
}
.blog-detail .blog-content {
  margin-bottom: 4rem;
}
.blog-detail .blog-content .content-wrapper {
  line-height: 1.8;
}
.blog-detail .blog-content .content-wrapper .lead-paragraph {
  font-size: 1.25rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 3rem;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .blog-detail .blog-content .content-wrapper .lead-paragraph {
    font-size: 1.125rem;
  }
}
.blog-detail .blog-content .content-wrapper p {
  font-size: 1.125rem;
  color: #495057;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .blog-detail .blog-content .content-wrapper p {
    font-size: 1rem;
  }
}
.blog-detail .blog-content .content-wrapper h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #212529;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .blog-detail .blog-content .content-wrapper h2 {
    font-size: 1.25rem;
  }
}
.blog-detail .blog-reactions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .blog-detail .blog-reactions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-detail .blog-reactions .reaction-stats .reaction-count {
  font-size: 0.875rem;
  color: #495057;
}
.blog-detail .blog-reactions .reaction-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem;
}
@media (max-width: 576px) {
  .blog-detail .blog-reactions .reaction-buttons {
    align-self: stretch;
    justify-content: flex-start;
  }
}
.blog-detail .blog-reactions .reaction-btn, .blog-detail .blog-reactions .share-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0.875rem;
  font-weight: 500;
}
.blog-detail .blog-reactions .reaction-btn svg, .blog-detail .blog-reactions .share-btn svg {
  width: 18px;
  height: 18px;
  fill: #495057;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-detail .blog-reactions .reaction-btn:hover, .blog-detail .blog-reactions .share-btn:hover {
  border-color: #0c2e50;
  background: rgba(12, 46, 80, 0.05);
}
.blog-detail .blog-reactions .reaction-btn:hover svg, .blog-detail .blog-reactions .share-btn:hover svg {
  fill: #0c2e50;
}
.blog-detail .blog-reactions .reaction-btn.active {
  border-color: #ef4444;
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}
.blog-detail .blog-reactions .reaction-btn.active .heart {
  fill: #ef4444;
  animation: heartBeat 0.6s ease-in-out;
}
.blog-detail .blog-reactions .reaction-btn.active .reaction-text {
  color: #ef4444;
}
.blog-detail .blog-reactions .reaction-btn .reaction-number {
  background: #0c2e50;
  color: #ffffff;
  padding: 2px 8px;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  min-width: 20px;
  text-align: center;
}
.blog-detail .comments-section .comments-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 3rem;
}
.blog-detail .comments-section .comment-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem;
  margin-bottom: 4rem;
}
.blog-detail .comments-section .comment-form .user-avatar {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.blog-detail .comments-section .comment-form .user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-detail .comments-section .comment-form .comment-input-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.blog-detail .comments-section .comment-form .comment-input-wrapper .comment-input {
  width: 100%;
  min-height: 80px;
  padding: 1rem;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  resize: vertical;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  margin-bottom: 0.5rem;
}
.blog-detail .comments-section .comment-form .comment-input-wrapper .comment-input:focus {
  outline: none;
  border-color: #0c2e50;
}
.blog-detail .comments-section .comment-form .comment-input-wrapper .comment-input::placeholder {
  color: #495057;
}
.blog-detail .comments-section .comment-form .comment-input-wrapper .comment-submit {
  background: #0c2e50;
  color: #ffffff;
  border: none;
  padding: 0.5rem 1.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.blog-detail .comments-section .comment-form .comment-input-wrapper .comment-submit:hover {
  background: #023e8a;
}
.blog-detail .comments-section .comments-list .comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.blog-detail .comments-section .comments-list .comment.reply {
  margin-left: 4rem;
  padding-left: 1.5rem;
  border-left: 2px solid #e0e0e0;
}
@media (max-width: 576px) {
  .blog-detail .comments-section .comments-list .comment.reply {
    margin-left: 1.5rem;
    padding-left: 1rem;
  }
}
.blog-detail .comments-section .comments-list .comment .comment-avatar {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.blog-detail .comments-section .comments-list .comment .comment-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-detail .comments-section .comments-list .comment .comment-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
}
.blog-detail .comments-section .comments-list .comment .comment-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.blog-detail .comments-section .comments-list .comment .comment-header .comment-author {
  font-weight: 600;
  color: #212529;
  font-size: 0.875rem;
}
.blog-detail .comments-section .comments-list .comment .comment-header .author-badge {
  background: #0c2e50;
  color: #ffffff;
  padding: 2px 6px;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.blog-detail .comments-section .comments-list .comment .comment-header .comment-time {
  font-size: 0.75rem;
  color: #495057;
}
.blog-detail .comments-section .comments-list .comment .comment-text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #495057;
  margin-bottom: 1rem;
}
.blog-detail .comments-section .comments-list .comment .comment-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem;
}
.blog-detail .comments-section .comments-list .comment .comment-actions .comment-like, .blog-detail .comments-section .comments-list .comment .comment-actions .comment-reply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 4px;
  background: transparent;
  border: none;
  color: #495057;
  font-size: 0.75rem;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.blog-detail .comments-section .comments-list .comment .comment-actions .comment-like:hover, .blog-detail .comments-section .comments-list .comment .comment-actions .comment-reply:hover {
  color: #0c2e50;
}
.blog-detail .comments-section .comments-list .comment .comment-actions .comment-like svg, .blog-detail .comments-section .comments-list .comment .comment-actions .comment-reply svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.blog-detail .comments-section .load-more-comments {
  text-align: center;
  margin-top: 3rem;
}
.blog-detail .comments-section .load-more-comments .load-more-btn {
  background: transparent;
  color: #0c2e50;
  border: 1px solid #0c2e50;
  padding: 0.5rem 1.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-detail .comments-section .load-more-comments .load-more-btn:hover {
  background: #0c2e50;
  color: #ffffff;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
/*
 * MultiIT - HTML Template
 * Main SCSS file
 */
.site-footer {
  background: var(--color-surface-mcase);
  color: #ffffff;
  padding: 3rem 0 0;
}
.site-footer .footer-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 3rem;
}
.site-footer .footer-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 10px;
}
@media (max-width: 576px) {
  .site-footer .footer-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.site-footer .footer-brand .logo {
  position: relative;
  width: 75%;
}
@media (max-width: 576px) {
  .site-footer .footer-brand .logo {
    width: 50%;
  }
}
.site-footer .footer-brand .logo .image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-footer .footer-brand .logo .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.site-footer .footer-brand .tagline {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 250px;
}
.site-footer .footer-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: #ffd166;
}
.site-footer .footer-nav ul,
.site-footer .footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-nav ul li,
.site-footer .footer-contact ul li {
  margin-bottom: 0.25rem;
}
.site-footer .footer-nav ul li a,
.site-footer .footer-contact ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.site-footer .footer-nav ul li a:hover,
.site-footer .footer-contact ul li a:hover {
  color: #0c2e50;
}
.site-footer .footer-newsletter .newsletter-form {
  display: flex;
  margin-bottom: 1rem;
}
.site-footer .footer-newsletter .newsletter-form input {
  flex: 1;
  padding: 0.5rem;
  border: none;
  border-radius: 0.5rem 0 0 0.5rem;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, sans-serif;
}
@media (max-width: 1024px) {
  .site-footer .footer-newsletter .newsletter-form input {
    max-width: 175px;
  }
}
.site-footer .footer-newsletter .newsletter-form button {
  background: #ffb703;
  color: #212529;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0 0.5rem 0.5rem 0;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-footer .footer-newsletter .newsletter-form button:hover {
  background: #fb8500;
  color: #ffffff;
}
.site-footer .footer-newsletter .footer-social {
  display: flex;
  gap: 0.8rem;
}
.site-footer .footer-newsletter .footer-social a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 1rem;
  padding: 5px;
}
.site-footer .footer-newsletter .footer-social a:hover {
  background-color: var(--color-primary);
  color: #000;
}
.site-footer .footer-newsletter .footer-social a svg {
  width: 22px;
  height: 22px;
  color: var(--color-surface);
  fill: currentColor;
}
.site-footer .footer-bottom {
  margin-top: 3rem;
  padding: 1rem 0;
  background: #0c2e50;
  text-align: center;
  font-size: 0.875rem;
  color: #ffffff;
}

.scroll-to-top {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 50px;
  height: 50px;
  background: #0c2e50;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-shadow: "0 10px 15px -3px rgba(0, 0, 0, 0.1)";
  -moz-box-shadow: "0 10px 15px -3px rgba(0, 0, 0, 0.1)";
  box-shadow: "0 10px 15px -3px rgba(0, 0, 0, 0.1)";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(20px) scale(0.8);
  -moz-transform: translateY(20px) scale(0.8);
  -ms-transform: translateY(20px) scale(0.8);
  -o-transform: translateY(20px) scale(0.8);
  transform: translateY(20px) scale(0.8);
  z-index: 500;
}
.scroll-to-top svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.scroll-to-top:hover {
  background: #023e8a;
  -webkit-transform: translateY(-3px) scale(1.05);
  -moz-transform: translateY(-3px) scale(1.05);
  -ms-transform: translateY(-3px) scale(1.05);
  -o-transform: translateY(-3px) scale(1.05);
  transform: translateY(-3px) scale(1.05);
  -webkit-box-shadow: 0 6px 20px rgba(12, 46, 80, 0.4);
  -moz-box-shadow: 0 6px 20px rgba(12, 46, 80, 0.4);
  box-shadow: 0 6px 20px rgba(12, 46, 80, 0.4);
}
.scroll-to-top:hover svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.scroll-to-top:active {
  -webkit-transform: translateY(-1px) scale(0.95);
  -moz-transform: translateY(-1px) scale(0.95);
  -ms-transform: translateY(-1px) scale(0.95);
  -o-transform: translateY(-1px) scale(0.95);
  transform: translateY(-1px) scale(0.95);
}
.scroll-to-top.scrolling {
  pointer-events: none;
  opacity: 0.7;
}
.scroll-to-top.scrolling svg {
  animation: scrolling-spin 0.8s linear infinite;
}
.scroll-to-top:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(12, 46, 80, 0.3);
  -moz-box-shadow: 0 0 0 3px rgba(12, 46, 80, 0.3);
  box-shadow: 0 0 0 3px rgba(12, 46, 80, 0.3);
}
@media (max-width: 1024px) {
  .scroll-to-top {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 45px;
    height: 45px;
  }
  .scroll-to-top svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 576px) {
  .scroll-to-top {
    bottom: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
  }
  .scroll-to-top svg {
    width: 16px;
    height: 16px;
  }
}

@keyframes scrolling-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-to-top {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .scroll-to-top.show {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .scroll-to-top:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .scroll-to-top svg {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  @keyframes scrolling-spin {
    0%, 100% {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
    }
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.footer-section {
  animation: fadeInUp 0.6s ease-out;
  animation-fill-mode: both;
}
.footer-section[data-aos] {
  animation: none;
}

/*
 * MultiIT - HTML Template
 * Main SCSS file
 */
html,
body {
  overflow: hidden;
  overflow-y: auto;
  background: #ffffff;
}

.body-bg-image {
  background-image: url("../images/backgrounds/sky.png");
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.bg-header {
  background: #212529 !important;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .main h2 {
    font-size: 1.875rem;
  }
}
.main .box-filters {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  margin-bottom: 4rem;
  background: #ffffff;
  padding: 1.5rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.main .box-filters .filters-grid {
  margin-top: 1.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main .box-filters .filters-grid {
    display: block;
  }
  .main .box-filters .filters-grid > * {
    display: inline-block;
    width: calc(25% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .main .box-filters .filters-grid > *:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .main .box-filters .filters-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 1280px) and (-ms-high-contrast: active), (max-width: 1280px) and (-ms-high-contrast: none) {
  .main .box-filters .filters-grid {
    display: block;
  }
  .main .box-filters .filters-grid > * {
    display: inline-block;
    width: calc(50% - 1rem);
    margin-right: 1rem;
    vertical-align: top;
  }
  .main .box-filters .filters-grid > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .main .box-filters .filters-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 576px) and (-ms-high-contrast: active), (max-width: 576px) and (-ms-high-contrast: none) {
  .main .box-filters .filters-grid {
    display: block;
  }
  .main .box-filters .filters-grid > * {
    display: inline-block;
    width: calc(100% - 1rem);
    margin-right: 1rem;
    vertical-align: top;
  }
  .main .box-filters .filters-grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.main .box-filters .filter-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.main .box-filters .filter-group .filter-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #212529;
}
.main .box-filters .filter-group .filter-select {
  padding: 0.5rem 1rem;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  background: #ffffff;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.main .box-filters .filter-group .filter-select:focus {
  outline: none;
  border-color: #0c2e50;
}
.main .box-filters .filter-group .filter-clear {
  background: transparent;
  color: #0c2e50;
  border: 1px solid #0c2e50;
  padding: 0.5rem 1rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .box-filters .filter-group .filter-clear:hover {
  background: #0c2e50;
  color: #ffffff;
}
.main .main-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(1, 1fr);
  grid-template-columns: repeat(1, 1fr);
  gap: 8rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main .main-content {
    display: block;
  }
  .main .main-content > * {
    display: inline-block;
    width: calc(100% - 8rem);
    margin-right: 8rem;
    vertical-align: top;
  }
  .main .main-content > *:nth-child(1n) {
    margin-right: 0;
  }
}
.main .main-content .top-destinations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main .main-content .top-destinations .box-destinations {
  max-width: 960px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.main .main-content .top-destinations .box-destinations .destination {
  width: 300px;
  height: 348px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(184, 183, 183, 0.5);
  overflow: hidden;
  padding: 10px;
}
.main .main-content .top-destinations .box-destinations .destination .box-image {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.main .main-content .top-destinations .box-destinations .destination .box-image .star-rate {
  position: absolute;
  top: 5px;
  right: 10px;
  background-color: #ffffff;
  padding: 0px 5px;
  border-radius: 15px;
}
.main .main-content .top-destinations .box-destinations .destination .box-image .star-rate svg {
  width: 20px;
  height: 20px;
  color: var(--button-color);
}
.main .main-content .top-destinations .box-destinations .destination .box-image .star-rate .rate {
  font-size: 0.9rem;
  color: #212529;
}
.main .main-content .top-destinations .box-destinations .destination .box-image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .main-content .top-destinations .box-destinations .destination .box-info {
  display: grid;
  gap: 10px;
}
.main .main-content .top-destinations .box-destinations .destination .box-info .detail {
  height: 60px;
}
.main .main-content .top-destinations .box-destinations .destination .box-info .detail .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  left: -5px;
  font-size: 1rem;
  font-weight: 500;
  margin: 0px;
  padding-bottom: 5px;
}
.main .main-content .top-destinations .box-destinations .destination .box-info .detail .title svg {
  width: 20px;
  height: 20px;
}
.main .main-content .top-destinations .box-destinations .destination .box-info .detail .text {
  font-weight: 400;
  font-size: 0.75rem;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.main .main-content .top-destinations .box-destinations .destination .box-info .price-action {
  height: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.main .main-content .top-destinations .box-destinations .destination .box-info .price-action .price {
  font-weight: 500;
  font-size: 0.9rem;
  color: #212529;
}
.main .main-content .destinations {
  position: relative;
}
.main .main-content .destinations .title-above {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.main .main-content .destinations .all-destinations .section-description {
  font-size: 1.125rem;
  color: #495057;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .main .main-content .destinations .all-destinations .section-description {
    font-size: 1rem;
  }
}
.main .main-content .destinations .box-destinations {
  max-width: 960px;
  height: 1480px;
  padding-top: 10px;
  margin: 0px auto;
  overflow: hidden;
  overflow-y: auto;
}
.main .main-content .destinations .box-destinations .destination {
  width: 300px;
  height: 348px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(184, 183, 183, 0.5);
  overflow: hidden;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .main-content .destinations .box-destinations .destination:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 576px) {
  .main .main-content .destinations .box-destinations .destination {
    width: 100%;
    max-width: 350px;
  }
}
.main .main-content .destinations .box-destinations .destination .box-image {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.main .main-content .destinations .box-destinations .destination .box-image .star-rate {
  position: absolute;
  top: 5px;
  right: 10px;
  background-color: #ffffff;
  padding: 0px 5px;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.main .main-content .destinations .box-destinations .destination .box-image .star-rate svg {
  width: 20px;
  height: 20px;
  color: var(--button-color);
}
.main .main-content .destinations .box-destinations .destination .box-image .star-rate .rate {
  font-size: 0.9rem;
  color: #212529;
  font-weight: 600;
}
.main .main-content .destinations .box-destinations .destination .box-image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.main .main-content .destinations .box-destinations .destination .box-info {
  display: grid;
  gap: 10px;
}
.main .main-content .destinations .box-destinations .destination .box-info .detail {
  height: 60px;
}
.main .main-content .destinations .box-destinations .destination .box-info .detail .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  left: -5px;
  font-size: 1rem;
  font-weight: 500;
  margin: 0px;
  padding-bottom: 5px;
  color: #212529;
}
.main .main-content .destinations .box-destinations .destination .box-info .detail .title svg {
  width: 20px;
  height: 20px;
  fill: #0c2e50;
  margin-right: 4px;
}
.main .main-content .destinations .box-destinations .destination .box-info .detail .text {
  font-weight: 400;
  font-size: 0.75rem;
  text-align: left;
  color: #495057;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.4;
}
.main .main-content .destinations .box-destinations .destination .box-info .price-action {
  height: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.main .main-content .destinations .box-destinations .destination .box-info .price-action .price {
  font-weight: 500;
  font-size: 0.9rem;
  color: #0c2e50;
}
.main .main-content .our-experience .description {
  text-align: left;
}
.main .main-content .our-experience .ourexp-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 100px;
}
.main .main-content .our-experience .ourexp-content .ourexp-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.main .main-content .our-experience .ourexp-content .ourexp-image .box-image {
  width: 500px;
  height: 500px;
}
@media (max-width: 1024px) {
  .main .main-content .our-experience .ourexp-content .ourexp-image .box-image {
    width: 300px;
    height: 300px;
  }
}
.main .main-content .our-experience .ourexp-content .ourexp-image .box-image .image {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .main-content .our-experience .ourexp-content .ourexp-info {
  max-width: 670px;
}
.main .main-content .our-experience .ourexp-content .ourexp-info .box-items-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.main .main-content .our-experience .ourexp-content .ourexp-info .box-items-num .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 200px;
  border-radius: 10px;
  padding: 10px;
  background-color: #e0e0e0;
}
.main .main-content .our-experience .ourexp-content .ourexp-info .box-items-num .item .num {
  font-weight: 600;
  font-size: 3rem;
  color: #fb8500;
}
.main .main-content .our-experience .ourexp-content .ourexp-info .box-items-num .item .text {
  font-weight: 400;
  font-size: 1rem;
}
.main .main-content .popular-packages-tours .description {
  max-width: 700px;
  margin: 1rem auto 3rem;
  font-size: 1.125rem;
  color: #495057;
}
.main .main-content .popular-packages-tours .tours-collage {
  display: grid;
  grid-template-columns: 300px 600px;
  gap: 1rem;
  grid-template-rows: 300px 300px;
  gap: 10px;
  width: 100%;
  padding: 10px;
}
.main .main-content .popular-packages-tours .tours-collage .tour-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.main .main-content .popular-packages-tours .tours-collage .tour-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.main .main-content .popular-packages-tours .tours-collage .tour-card:hover .image {
  transform: scale(1.05);
}
.main .main-content .popular-packages-tours .tours-collage .tour-card .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.5s ease;
}
.main .main-content .popular-packages-tours .tours-collage .tour-card .tour-info {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 1.5rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.main .main-content .popular-packages-tours .tours-collage .tour-card .tour-info .title {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
.main .main-content .popular-packages-tours .tours-collage .tour-card .tour-info p {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.main .main-content .popular-packages-tours .tours-collage .tour-card .tour-info .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
.main .main-content .popular-packages-tours .tours-collage .tour-card .tour-info .bottom .price {
  font-weight: 700;
  font-size: 1.1rem;
}
.main .main-content .popular-packages-tours .tours-collage .tour-card .tour-info .bottom .btn-gradient {
  background: linear-gradient(135deg, #0c2e50 0%, #0096c7 100%);
  color: #ffffff;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.85rem;
  transition: opacity 0.3s;
}
.main .main-content .popular-packages-tours .tours-collage .tour-card .tour-info .bottom .btn-gradient:hover {
  opacity: 0.85;
}
.main .main-content .popular-packages-tours .tours-collage .tour-card .tour-info .tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: linear-gradient(135deg, #0c2e50 0%, #0096c7 100%);
  padding: 0.25rem 0.7rem;
  font-size: 0.8rem;
  border-radius: 999px;
}
.main .main-content .popular-packages-tours .tours-collage .tall {
  grid-column: 1;
  grid-row: 1/span 2;
}
.main .main-content .popular-packages-tours .tours-collage .wide {
  grid-column: 2;
  grid-row: 1;
}
.main .main-content .popular-packages-tours .tours-collage .box-two-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main .main-content .popular-packages-tours .tours-collage .box-two-column {
    display: block;
  }
  .main .main-content .popular-packages-tours .tours-collage .box-two-column > * {
    display: inline-block;
    width: calc(50% - 10px);
    margin-right: 10px;
    vertical-align: top;
  }
  .main .main-content .popular-packages-tours .tours-collage .box-two-column > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .main .main-content .popular-packages-tours .tours-collage {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .main .main-content .popular-packages-tours .tours-collage .tall,
  .main .main-content .popular-packages-tours .tours-collage .wide {
    grid-column: auto;
    grid-row: auto;
  }
  .main .main-content .popular-packages-tours .tours-collage .box-two-column {
    height: 610px;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}
.main .main-content .packages-tours {
  position: relative;
}
.main .main-content .packages-tours .all-tour .box-tours {
  max-width: 960px;
  height: 1300px;
  margin: 0px auto;
  overflow: hidden;
  overflow-y: auto;
}
.main .main-content .packages-tours .all-tour .box-tours .tour-card {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.main .main-content .packages-tours .all-tour .box-tours .tour-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.main .main-content .packages-tours .all-tour .box-tours .tour-card:hover .image {
  transform: scale(1.05);
}
.main .main-content .packages-tours .all-tour .box-tours .tour-card .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.5s ease;
}
.main .main-content .packages-tours .all-tour .box-tours .tour-card .tour-info {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 1.5rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.main .main-content .packages-tours .all-tour .box-tours .tour-card .tour-info .title {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
.main .main-content .packages-tours .all-tour .box-tours .tour-card .tour-info p {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.main .main-content .packages-tours .all-tour .box-tours .tour-card .tour-info .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
.main .main-content .packages-tours .all-tour .box-tours .tour-card .tour-info .bottom .price {
  font-weight: 700;
  font-size: 1.1rem;
}
.main .main-content .packages-tours .all-tour .box-tours .tour-card .tour-info .bottom .btn-gradient {
  background: linear-gradient(135deg, #0c2e50 0%, #0096c7 100%);
  color: #ffffff;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.85rem;
  transition: opacity 0.3s;
}
.main .main-content .packages-tours .all-tour .box-tours .tour-card .tour-info .bottom .btn-gradient:hover {
  opacity: 0.85;
}
.main .main-content .packages-tours .all-tour .box-tours .tour-card .tour-info .tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: linear-gradient(135deg, #0c2e50 0%, #0096c7 100%);
  padding: 0.25rem 0.7rem;
  font-size: 0.8rem;
  border-radius: 999px;
}
.main .main-content .news {
  padding: 10px;
}
.main .main-content .news .include-aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.main .main-content .news .box-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.main .main-content .news .box-news.two-column {
  max-width: 840px;
}
.main .main-content .news .box-news .blog-news-card {
  background: #ffffff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 400px;
}
@media (max-width: 1024px) {
  .main .main-content .news .box-news .blog-news-card {
    max-width: 100%;
  }
}
.main .main-content .news .box-news .blog-news-card:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.main .main-content .news .box-news .blog-news-card:hover .blog-image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.main .main-content .news .box-news .blog-news-card .blog-image {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.main .main-content .news .box-news .blog-news-card .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.main .main-content .news .box-news .blog-news-card .blog-image .blog-category {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #0c2e50;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.main .main-content .news .box-news .blog-news-card .blog-image .blog-category.featured {
  background: #ffb703;
  animation: pulse 2s infinite;
}
.main .main-content .news .box-news .blog-news-card .blog-content {
  padding: 1.5rem;
}
.main .main-content .news .box-news .blog-news-card .blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
}
.main .main-content .news .box-news .blog-news-card .blog-meta .blog-date, .main .main-content .news .box-news .blog-news-card .blog-meta .blog-read-time {
  font-size: 0.75rem;
  color: #495057;
  font-weight: 500;
}
.main .main-content .news .box-news .blog-news-card .blog-meta .blog-date {
  color: #0c2e50;
}
.main .main-content .news .box-news .blog-news-card .blog-title {
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.main .main-content .news .box-news .blog-news-card .blog-title a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #212529;
  text-decoration: none;
  line-height: 1.3;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: block;
}
.main .main-content .news .box-news .blog-news-card .blog-title a:hover {
  color: #0c2e50;
}
.main .main-content .news .box-news .blog-news-card .blog-excerpt {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #495057;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.main .main-content .news .box-news .blog-news-card .blog-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 1rem;
  border-top: 1px solid #e0e0e0;
}
.main .main-content .news .box-news .blog-news-card .blog-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.main .main-content .news .box-news .blog-news-card .blog-author .author-avatar {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.main .main-content .news .box-news .blog-news-card .blog-author .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .main-content .news .box-news .blog-news-card .blog-author .author-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #212529;
}
.main .main-content .news .box-news .blog-news-card .blog-engagement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem;
}
.main .main-content .news .box-news .blog-news-card .blog-engagement .engagement-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 4px;
  color: #495057;
  font-size: 0.75rem;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}
.main .main-content .news .box-news .blog-news-card .blog-engagement .engagement-item:hover {
  color: #0c2e50;
}
.main .main-content .news .box-news .blog-news-card .blog-engagement .engagement-item svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
@media (max-width: 576px) {
  .main .main-content .news .box-news .blog-news-card .blog-content {
    padding: 1rem;
  }
  .main .main-content .news .box-news .blog-news-card .blog-title a {
    font-size: 1.125rem;
  }
  .main .main-content .news .box-news .blog-news-card .blog-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }
  .main .main-content .news .box-news .blog-news-card .blog-engagement {
    align-self: stretch;
    justify-content: flex-start;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 183, 3, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 183, 3, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 183, 3, 0);
  }
}
.main .main-content .news .box-news .blog-news-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main .main-content .news .box-news .blog-news-grid {
    display: block;
  }
  .main .main-content .news .box-news .blog-news-grid > * {
    display: inline-block;
    width: calc(33.3333333333% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .main .main-content .news .box-news .blog-news-grid > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .main .main-content .news .box-news .blog-news-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1280px) and (-ms-high-contrast: active), (max-width: 1280px) and (-ms-high-contrast: none) {
  .main .main-content .news .box-news .blog-news-grid {
    display: block;
  }
  .main .main-content .news .box-news .blog-news-grid > * {
    display: inline-block;
    width: calc(50% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .main .main-content .news .box-news .blog-news-grid > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .main .main-content .news .box-news .blog-news-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
  .main .main-content .news .box-news .blog-news-grid {
    display: block;
  }
  .main .main-content .news .box-news .blog-news-grid > * {
    display: inline-block;
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .main .main-content .news .box-news .blog-news-grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.main .main-content .news .box-news .blog-news-card.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 600px;
}
.main .main-content .news .box-news .blog-news-card.horizontal .blog-image {
  width: 200px;
  height: 150px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.main .main-content .news .box-news .blog-news-card.horizontal .blog-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 1.5rem;
}
@media (max-width: 576px) {
  .main .main-content .news .box-news .blog-news-card.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main .main-content .news .box-news .blog-news-card.horizontal .blog-image {
    width: 100%;
    height: 200px;
  }
}
.main .main-content .news .blog-aside {
  max-width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .main .main-content .news .blog-aside {
    max-width: 100%;
  }
}
.main .main-content .news .blog-aside .aside-widget {
  background: #ffffff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
}
.main .main-content .news .blog-aside .aside-widget .widget-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 1.5rem;
  font-family: "Space Grotesk", sans-serif;
  padding-bottom: 1rem;
  border-bottom: 2px solid #0c2e50;
}
.main .main-content .news .blog-aside .aside-widget .widget-description {
  font-size: 0.875rem;
  color: #495057;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.main .main-content .news .blog-aside .search-widget .search-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.main .main-content .news .blog-aside .search-widget .search-form .search-input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 0.5rem 1rem;
  padding-right: 50px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.main .main-content .news .blog-aside .search-widget .search-form .search-input:focus {
  outline: none;
  border-color: #0c2e50;
}
.main .main-content .news .blog-aside .search-widget .search-form .search-input::placeholder {
  color: #495057;
}
.main .main-content .news .blog-aside .search-widget .search-form .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45px;
  background: #0c2e50;
  border: none;
  -webkit-border-radius: 0 0.5rem 0.5rem 0;
  -moz-border-radius: 0 0.5rem 0.5rem 0;
  border-radius: 0 0.5rem 0.5rem 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.main .main-content .news .blog-aside .search-widget .search-form .search-btn svg {
  width: 18px;
  height: 18px;
  stroke: #ffffff;
  fill: none;
  stroke-width: 2px;
}
.main .main-content .news .blog-aside .search-widget .search-form .search-btn:hover {
  background: #023e8a;
}
.main .main-content .news .blog-aside .categories-widget .categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main .main-content .news .blog-aside .categories-widget .categories-list li {
  margin-bottom: 0.5rem;
}
.main .main-content .news .blog-aside .categories-widget .categories-list li:last-child {
  margin-bottom: 0;
}
.main .main-content .news .blog-aside .categories-widget .categories-list .category-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .main-content .news .blog-aside .categories-widget .categories-list .category-item:hover {
  background: rgba(12, 46, 80, 0.05);
}
.main .main-content .news .blog-aside .categories-widget .categories-list .category-item:hover .category-name {
  color: #0c2e50;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.main .main-content .news .blog-aside .categories-widget .categories-list .category-item .category-name {
  font-size: 0.875rem;
  color: #212529;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .main-content .news .blog-aside .categories-widget .categories-list .category-item .category-count {
  background: #e0e0e0;
  color: #495057;
  padding: 2px 8px;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
}
.main .main-content .news .blog-aside .recent-posts-widget .recent-posts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem;
}
.main .main-content .news .blog-aside .recent-posts-widget .recent-post-item .recent-post-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main .main-content .news .blog-aside .recent-posts-widget .recent-post-item .recent-post-link:hover .recent-post-title {
  color: #0c2e50;
}
.main .main-content .news .blog-aside .recent-posts-widget .recent-post-item .recent-post-link:hover .recent-post-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.main .main-content .news .blog-aside .recent-posts-widget .recent-post-item .recent-post-image {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.main .main-content .news .blog-aside .recent-posts-widget .recent-post-item .recent-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.main .main-content .news .blog-aside .recent-posts-widget .recent-post-item .recent-post-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
}
.main .main-content .news .blog-aside .recent-posts-widget .recent-post-item .recent-post-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.25rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.main .main-content .news .blog-aside .recent-posts-widget .recent-post-item .recent-post-date {
  font-size: 0.75rem;
  color: #495057;
}
.main .main-content .news .blog-aside .tags-widget .tags-cloud {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.main .main-content .news .blog-aside .tags-widget .tag-item {
  padding: 0.25rem 0.5rem;
  background: #e0e0e0;
  color: #495057;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .main-content .news .blog-aside .tags-widget .tag-item:hover {
  background: #0c2e50;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.main .main-content .news .blog-aside .newsletter-widget {
  background: linear-gradient(135deg, #0c2e50 0%, #023e8a 100%);
}
.main .main-content .news .blog-aside .newsletter-widget .widget-title {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.main .main-content .news .blog-aside .newsletter-widget .widget-description {
  color: rgba(255, 255, 255, 0.9);
}
.main .main-content .news .blog-aside .newsletter-widget .newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.main .main-content .news .blog-aside .newsletter-widget .newsletter-form .newsletter-input {
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .main-content .news .blog-aside .newsletter-widget .newsletter-form .newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.main .main-content .news .blog-aside .newsletter-widget .newsletter-form .newsletter-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
}
.main .main-content .news .blog-aside .newsletter-widget .newsletter-form .newsletter-btn {
  padding: 0.5rem;
  background: #ffb703;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .main-content .news .blog-aside .newsletter-widget .newsletter-form .newsletter-btn:hover {
  background: #fb8500;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.main .main-content .news .blog-aside .social-widget .social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.main .main-content .news .blog-aside .social-widget .social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
  padding: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .main-content .news .blog-aside .social-widget .social-link svg {
  width: 20px;
  height: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.main .main-content .news .blog-aside .social-widget .social-link.facebook {
  background: rgba(24, 119, 242, 0.1);
  color: #1877f2;
}
.main .main-content .news .blog-aside .social-widget .social-link.facebook svg {
  fill: #1877f2;
}
.main .main-content .news .blog-aside .social-widget .social-link.facebook:hover {
  background: #1877f2;
  color: #ffffff;
}
.main .main-content .news .blog-aside .social-widget .social-link.facebook:hover svg {
  fill: #ffffff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.main .main-content .news .blog-aside .social-widget .social-link.instagram {
  background: rgba(228, 64, 95, 0.1);
  color: #e4405f;
}
.main .main-content .news .blog-aside .social-widget .social-link.instagram svg {
  fill: #e4405f;
}
.main .main-content .news .blog-aside .social-widget .social-link.instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff;
}
.main .main-content .news .blog-aside .social-widget .social-link.instagram:hover svg {
  fill: #ffffff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.main .main-content .news .blog-aside .social-widget .social-link.twitter {
  background: rgba(29, 161, 242, 0.1);
  color: #1da1f2;
}
.main .main-content .news .blog-aside .social-widget .social-link.twitter svg {
  fill: #1da1f2;
}
.main .main-content .news .blog-aside .social-widget .social-link.twitter:hover {
  background: #1da1f2;
  color: #ffffff;
}
.main .main-content .news .blog-aside .social-widget .social-link.twitter:hover svg {
  fill: #ffffff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.main .main-content .news .blog-aside .social-widget .social-link.youtube {
  background: rgba(255, 0, 0, 0.1);
  color: #ff0000;
}
.main .main-content .news .blog-aside .social-widget .social-link.youtube svg {
  fill: #ff0000;
}
.main .main-content .news .blog-aside .social-widget .social-link.youtube:hover {
  background: #ff0000;
  color: #ffffff;
}
.main .main-content .news .blog-aside .social-widget .social-link.youtube:hover svg {
  fill: #ffffff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 1280px) {
  .main .main-content .news .blog-aside {
    gap: 1.5rem;
  }
  .main .main-content .news .blog-aside .aside-widget {
    padding: 1rem;
  }
}
.main .main-content .booking-form {
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.main .main-content .booking-form .form-status {
  grid-column: 1/-1;
  margin-bottom: 0.5rem;
}
.main .main-content .booking-form .form-status .form-success,
.main .main-content .booking-form .form-status .form-error-general {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
  padding: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}
.main .main-content .booking-form .form-status .form-success svg,
.main .main-content .booking-form .form-status .form-error-general svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.main .main-content .booking-form .form-status .form-success {
  background: rgba(6, 214, 160, 0.1);
  color: #15803d;
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.main .main-content .booking-form .form-status .form-success svg {
  fill: #22c55e;
}
.main .main-content .booking-form .form-status .form-error-general {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  border: 1px solid rgba(220, 53, 69, 0.3);
}
.main .main-content .booking-form .form-status .form-error-general svg {
  fill: #dc3545;
}
.main .main-content .booking-form .form-error {
  font-size: 0.75rem;
  color: #dc3545;
  margin-top: 2px;
  display: none;
}
.main .main-content .booking-form .form-error.show {
  display: block;
}
@media (max-width: 1024px) {
  .main .main-content .booking-form__container {
    padding: 10px;
  }
  .main .main-content .booking-form__title {
    font-size: 1.5rem;
  }
}
.main .main-content .booking-form__container {
  max-width: 700px;
  width: 700px;
  background: #ffffff;
  color: #212529;
  border-radius: 1rem;
  box-shadow: "0 10px 15px -3px rgba(0, 0, 0, 0.1)";
  padding: 20px;
}
.main .main-content .booking-form__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #0c2e50;
}
.main .main-content .booking-form__subtitle {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #495057;
}
.main .main-content .booking-form__form {
  display: grid;
  gap: 10px;
}
.main .main-content .booking-form__field {
  display: flex;
  flex-direction: column;
}
.main .main-content .booking-form__field label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #212529;
}
.main .main-content .booking-form__field input,
.main .main-content .booking-form__field textarea,
.main .main-content .booking-form__field select {
  padding: 0.75rem 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  color: #212529;
}
.main .main-content .booking-form__field input:focus,
.main .main-content .booking-form__field textarea:focus,
.main .main-content .booking-form__field select:focus {
  outline: none;
  border-color: #0c2e50;
  box-shadow: 0 0 0 3px rgba(0, 119, 182, 0.2);
}
.main .main-content .booking-form__field textarea {
  resize: vertical;
  min-height: 120px;
}
.main .main-content .booking-form__field select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}
.main .main-content .booking-form__btn {
  background: #0c2e50;
  color: #ffffff;
  border: none;
  padding: 0.9rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.main .main-content .booking-form__btn:hover {
  background: rgb(6.6782608696, 25.6, 44.5217391304);
  transform: translateY(-2px);
}
.main .main-content .about-us .title-above {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.main .main-content .about-us .our-story {
  margin-bottom: 6rem;
}
.main .main-content .about-us .our-story .story-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 1280px) {
  .main .main-content .about-us .our-story .story-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 1280px) and (-ms-high-contrast: active), (max-width: 1280px) and (-ms-high-contrast: none) {
  .main .main-content .about-us .our-story .story-content {
    display: block;
  }
  .main .main-content .about-us .our-story .story-content > * {
    display: inline-block;
    width: calc(100% - 3rem);
    margin-right: 3rem;
    vertical-align: top;
  }
  .main .main-content .about-us .our-story .story-content > *:nth-child(1n) {
    margin-right: 0;
  }
}
.main .main-content .about-us .our-story .story-stats {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main .main-content .about-us .our-story .story-stats {
    display: block;
  }
  .main .main-content .about-us .our-story .story-stats > * {
    display: inline-block;
    width: calc(33.3333333333% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .main .main-content .about-us .our-story .story-stats > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .main .main-content .about-us .our-story .story-stats {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 576px) and (-ms-high-contrast: active), (max-width: 576px) and (-ms-high-contrast: none) {
  .main .main-content .about-us .our-story .story-stats {
    display: block;
  }
  .main .main-content .about-us .our-story .story-stats > * {
    display: inline-block;
    width: calc(100% - 1rem);
    margin-right: 1rem;
    vertical-align: top;
  }
  .main .main-content .about-us .our-story .story-stats > *:nth-child(1n) {
    margin-right: 0;
  }
}
.main .main-content .about-us .our-story .story-stats .stat-item {
  text-align: center;
  padding: 1rem;
}
.main .main-content .about-us .our-story .story-stats .stat-item .stat-number {
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
  color: #0c2e50;
  margin-bottom: 0.5rem;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 1024px) {
  .main .main-content .about-us .our-story .story-stats .stat-item .stat-number {
    font-size: 1.875rem;
  }
}
.main .main-content .about-us .our-story .story-stats .stat-item .stat-label {
  font-size: 0.875rem;
  color: #495057;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.main .main-content .about-us .our-story .story-image {
  position: relative;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.main .main-content .about-us .our-story .story-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .main .main-content .about-us .our-story .story-image img {
    height: 400px;
  }
}
.main .main-content .about-us .our-story .story-image .image-badge {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  background: #ffb703;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  -webkit-box-shadow: 0 4px 15px rgba(255, 183, 3, 0.3);
  -moz-box-shadow: 0 4px 15px rgba(255, 183, 3, 0.3);
  box-shadow: 0 4px 15px rgba(255, 183, 3, 0.3);
}
.main .main-content .about-us .our-mission {
  margin-bottom: 6rem;
}
.main .main-content .about-us .our-mission .mb-6 {
  margin-bottom: 4rem;
}
.main .main-content .about-us .our-mission .mission-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main .main-content .about-us .our-mission .mission-grid {
    display: block;
  }
  .main .main-content .about-us .our-mission .mission-grid > * {
    display: inline-block;
    width: calc(50% - 3rem);
    margin-right: 3rem;
    vertical-align: top;
  }
  .main .main-content .about-us .our-mission .mission-grid > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .main .main-content .about-us .our-mission .mission-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
  .main .main-content .about-us .our-mission .mission-grid {
    display: block;
  }
  .main .main-content .about-us .our-mission .mission-grid > * {
    display: inline-block;
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .main .main-content .about-us .our-mission .mission-grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.main .main-content .about-us .our-mission .mission-item {
  background: #ffffff;
  padding: 3rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main .main-content .about-us .our-mission .mission-item:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.main .main-content .about-us .our-mission .mission-item .mission-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0c2e50 0%, #90e0ef 100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 auto 1rem;
}
.main .main-content .about-us .our-mission .mission-item .mission-icon svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}
.main .main-content .about-us .our-mission .mission-item .mission-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 1rem;
  font-family: "Space Grotesk", sans-serif;
}
.main .main-content .about-us .our-mission .mission-item .mission-description {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #495057;
}
.main .main-content .about-us .our-team {
  margin-bottom: 6rem;
}
.main .main-content .about-us .our-team .team-intro {
  font-size: 1.125rem;
  color: #495057;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
    .main .main-content .about-us .our-team .team-grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: repeat(3, 1fr);
        grid-template-columns: repeat(3, 1fr);
        gap: 3rem;
        justify-items: center; /* 각 아이템을 가로로 가운데 정렬 */
        align-items: center; /* 각 아이템을 세로로 가운데 정렬 */
    }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main .main-content .about-us .our-team .team-grid {
    display: block;
  }
  .main .main-content .about-us .our-team .team-grid > * {
    display: inline-block;
    width: calc(33.3333333333% - 3rem);
    margin-right: 3rem;
    vertical-align: top;
  }
  .main .main-content .about-us .our-team .team-grid > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .main .main-content .about-us .our-team .team-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1280px) and (-ms-high-contrast: active), (max-width: 1280px) and (-ms-high-contrast: none) {
  .main .main-content .about-us .our-team .team-grid {
    display: block;
  }
  .main .main-content .about-us .our-team .team-grid > * {
    display: inline-block;
    width: calc(50% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .main .main-content .about-us .our-team .team-grid > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .main .main-content .about-us .our-team .team-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 576px) and (-ms-high-contrast: active), (max-width: 576px) and (-ms-high-contrast: none) {
  .main .main-content .about-us .our-team .team-grid {
    display: block;
  }
  .main .main-content .about-us .our-team .team-grid > * {
    display: inline-block;
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .main .main-content .about-us .our-team .team-grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.main .main-content .about-us .our-team .team-member {
  background: #ffffff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main .main-content .about-us .our-team .team-member:hover {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.main .main-content .about-us .our-team .team-member:hover .member-social {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.main .main-content .about-us .our-team .team-member .member-photo {
  position: relative;
  overflow: hidden;
}
.main .main-content .about-us .our-team .team-member .member-photo img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main .main-content .about-us .our-team .team-member .member-photo .member-social {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .main-content .about-us .our-team .team-member .member-photo .member-social .social-link {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main .main-content .about-us .our-team .team-member .member-photo .member-social .social-link svg {
  width: 16px;
  height: 16px;
  fill: #0c2e50;
}
.main .main-content .about-us .our-team .team-member .member-photo .member-social .social-link:hover {
  background: #0c2e50;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.main .main-content .about-us .our-team .team-member .member-photo .member-social .social-link:hover svg {
  fill: #ffffff;
}
.main .main-content .about-us .our-team .team-member .member-info {
  padding: 1.5rem;
  text-align: center;
}
.main .main-content .about-us .our-team .team-member .member-info .member-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.25rem;
  font-family: "Space Grotesk", sans-serif;
}
.main .main-content .about-us .our-team .team-member .member-info .member-position {
  color: #0c2e50;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}
.main .main-content .about-us .our-team .team-member .member-info .member-bio {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #495057;
}
.main .main-content .about-us .our-values {
  margin-bottom: 6rem;
}
.main .main-content .about-us .our-values .values-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 1280px) {
  .main .main-content .about-us .our-values .values-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 1280px) and (-ms-high-contrast: active), (max-width: 1280px) and (-ms-high-contrast: none) {
  .main .main-content .about-us .our-values .values-content {
    display: block;
  }
  .main .main-content .about-us .our-values .values-content > * {
    display: inline-block;
    width: calc(100% - 3rem);
    margin-right: 3rem;
    vertical-align: top;
  }
  .main .main-content .about-us .our-values .values-content > *:nth-child(1n) {
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .main .main-content .about-us .our-values .values-content .values-image {
    order: -1;
  }
}
.main .main-content .about-us .our-values .values-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1.5rem;
}
.main .main-content .about-us .our-values .value-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem;
}
.main .main-content .about-us .our-values .value-item .value-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #06d6a0 0%, #90e0ef 100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.main .main-content .about-us .our-values .value-item .value-icon svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}
.main .main-content .about-us .our-values .value-item .value-content h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.5rem;
  font-family: "Space Grotesk", sans-serif;
}
.main .main-content .about-us .our-values .value-item .value-content p {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #495057;
}
.main .main-content .about-us .our-values .values-image {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.main .main-content .about-us .our-values .values-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .main .main-content .about-us .our-values .values-image img {
    height: 400px;
  }
}
.main .main-content .about-us .about-cta {
  background: linear-gradient(135deg, #0c2e50 0%, #023e8a 100%);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  padding: 6rem 4rem;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .main .main-content .about-us .about-cta {
    padding: 4rem 1.5rem;
  }
}
.main .main-content .about-us .about-cta .cta-content {
  max-width: 600px;
  margin: 0 auto;
}
.main .main-content .about-us .about-cta .cta-content .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 1024px) {
  .main .main-content .about-us .about-cta .cta-content .cta-title {
    font-size: 1.875rem;
  }
}
.main .main-content .about-us .about-cta .cta-content .cta-description {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .main .main-content .about-us .about-cta .cta-content .cta-description {
    font-size: 1rem;
  }
}
.main .main-content .about-us .about-cta .cta-content .cta-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 576px) {
  .main .main-content .about-us .about-cta .cta-content .cta-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.main .main-content .about-us .about-cta .cta-content .cta-buttons .btn {
  padding: 1rem 3rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
@media (max-width: 576px) {
  .main .main-content .about-us .about-cta .cta-content .cta-buttons .btn {
    width: 100%;
    max-width: 250px;
  }
}
.main .main-content .about-us .about-cta .cta-content .cta-buttons .btn.btn-primary {
  background: #ffb703;
  color: #ffffff;
  border: 2px solid #ffb703;
}
.main .main-content .about-us .about-cta .cta-content .cta-buttons .btn.btn-primary:hover {
  background: #fb8500;
  border-color: #fb8500;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(255, 183, 3, 0.3);
  -moz-box-shadow: 0 5px 15px rgba(255, 183, 3, 0.3);
  box-shadow: 0 5px 15px rgba(255, 183, 3, 0.3);
}
.main .main-content .about-us .about-cta .cta-content .cta-buttons .btn.btn-outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.main .main-content .about-us .about-cta .cta-content .cta-buttons .btn.btn-outline:hover {
  background: #ffffff;
  color: #0c2e50;
  border-color: #ffffff;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.main .main-content .about-us .text-center {
  text-align: center;
}
.main .main-content .about-us .mb-6 {
  margin-bottom: 4rem;
}

.pricing .pricing-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pricing .pricing-grid {
    display: block;
  }
  .pricing .pricing-grid > * {
    display: inline-block;
    width: calc(33.3333333333% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .pricing .pricing-grid > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .pricing .pricing-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1280px) and (-ms-high-contrast: active), (max-width: 1280px) and (-ms-high-contrast: none) {
  .pricing .pricing-grid {
    display: block;
  }
  .pricing .pricing-grid > * {
    display: inline-block;
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .pricing .pricing-grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.pricing .pricing-card {
  background: #ffffff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 3rem;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.pricing .pricing-card:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.pricing .pricing-card.featured {
  border-color: #0c2e50;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.pricing .pricing-card.featured:hover {
  -webkit-transform: scale(1.05) translateY(-5px);
  -moz-transform: scale(1.05) translateY(-5px);
  -ms-transform: scale(1.05) translateY(-5px);
  -o-transform: scale(1.05) translateY(-5px);
  transform: scale(1.05) translateY(-5px);
}
.pricing .pricing-card .popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0c2e50;
  color: #ffffff;
  padding: 0.25rem 1rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
}
.pricing .pricing-card .package-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #212529;
  text-align: center;
  margin-bottom: 1rem;
}
.pricing .pricing-card .package-price {
  text-align: center;
  margin-bottom: 1.5rem;
}
.pricing .pricing-card .package-price .price {
  display: block;
  font-size: 1.875rem;
  font-weight: 700;
  color: #0c2e50;
}
.pricing .pricing-card .package-price .per {
  font-size: 0.875rem;
  color: #495057;
}
.pricing .pricing-card .package-features {
  margin-bottom: 3rem;
}
.pricing .pricing-card .package-features .feature {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 0.875rem;
  color: #495057;
}
.pricing .pricing-card .package-features .feature:last-child {
  border-bottom: none;
}
.pricing .pricing-card .btn-select {
  width: 100%;
  background: #0c2e50;
  color: #ffffff;
  border: none;
  padding: 1rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pricing .pricing-card .btn-select:hover {
  background: #023e8a;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.pricing .pricing-card.featured .btn-select {
  background: #ffb703;
}
.pricing .pricing-card.featured .btn-select:hover {
  background: #fb8500;
}

.call-action-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  height: 500px;
  padding: 10px;
  overflow: hidden;
}
.call-action-image .image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.call-action-image .image.brightness {
  filter: brightness(0.8);
}
.call-action-image .central-info {
  position: relative;
  text-align: center;
  z-index: 1;
}
.call-action-image .central-info .text {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
  max-width: 800px;
  text-transform: capitalize;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
@media (max-width: 576px) {
  .call-action-image .central-info .text {
    font-size: 1.3rem;
  }
}

.testimonial-image-bg {
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.testimonial-image-bg .box-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.testimonial-image-bg .box-image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.9;
}

.destination-detail .header-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  background-color: #000;
  width: 100%;
  height: 600px;
}
.destination-detail .header-detail .box-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.destination-detail .header-detail .box-image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}
.destination-detail .header-detail .detail-info {
  position: relative;
  text-align: center;
  z-index: 2;
  max-width: 800px;
  padding: 0 1.5rem;
}
.destination-detail .header-detail .detail-info .heading-lg {
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}
.destination-detail .header-detail .detail-info p {
  font-size: 1.25rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.destination-detail .title-above {
  position: relative;
  display: inline-block;
  color: #fb8500;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.destination-detail .description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #495057;
  margin-bottom: 1.5rem;
}
.destination-detail .destination-overview {
  margin-bottom: 6rem;
}
.destination-detail .destination-overview .overview-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4rem;
}
@media (max-width: 1280px) {
  .destination-detail .destination-overview .overview-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 1280px) and (-ms-high-contrast: active), (max-width: 1280px) and (-ms-high-contrast: none) {
  .destination-detail .destination-overview .overview-content {
    display: block;
  }
  .destination-detail .destination-overview .overview-content > * {
    display: inline-block;
    width: calc(100% - 3rem);
    margin-right: 3rem;
    vertical-align: top;
  }
  .destination-detail .destination-overview .overview-content > *:nth-child(1n) {
    margin-right: 0;
  }
}
.destination-detail .destination-overview .destination-facts {
  margin-top: 3rem;
}
.destination-detail .destination-overview .destination-facts h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.destination-detail .destination-overview .destination-facts .facts-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .destination-detail .destination-overview .destination-facts .facts-grid {
    display: block;
  }
  .destination-detail .destination-overview .destination-facts .facts-grid > * {
    display: inline-block;
    width: calc(50% - 1rem);
    margin-right: 1rem;
    vertical-align: top;
  }
  .destination-detail .destination-overview .destination-facts .facts-grid > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .destination-detail .destination-overview .destination-facts .facts-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}
@media screen and (max-width: 576px) and (-ms-high-contrast: active), (max-width: 576px) and (-ms-high-contrast: none) {
  .destination-detail .destination-overview .destination-facts .facts-grid {
    display: block;
  }
  .destination-detail .destination-overview .destination-facts .facts-grid > * {
    display: inline-block;
    width: calc(100% - 0.5rem);
    margin-right: 0.5rem;
    vertical-align: top;
  }
  .destination-detail .destination-overview .destination-facts .facts-grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.destination-detail .destination-overview .destination-facts .fact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.destination-detail .destination-overview .destination-facts .fact-item svg {
  width: 20px;
  height: 20px;
  color: #0c2e50;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.destination-detail .destination-overview .destination-facts .fact-item strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
}
.destination-detail .destination-overview .destination-facts .fact-item span {
  font-size: 0.875rem;
  color: #495057;
}
.destination-detail .destination-overview .info-card {
  background: #ffffff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  position: sticky;
  top: 1.5rem;
}
.destination-detail .destination-overview .info-card .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.destination-detail .destination-overview .info-card .info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}
.destination-detail .destination-overview .info-card .info-item:last-of-type {
  border-bottom: none;
}
.destination-detail .destination-overview .info-card .info-item svg {
  width: 24px;
  height: 24px;
  fill: #0c2e50;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin-top: 2px;
}
.destination-detail .destination-overview .info-card .info-item strong {
  display: block;
  margin-bottom: 4px;
}
.destination-detail .destination-overview .info-card .info-item p {
  font-size: 0.875rem;
  color: #495057;
  margin: 0;
}
.destination-detail .destination-overview .info-card .btn-primary-full {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
.destination-detail .top-attractions {
  margin-bottom: 6rem;
  text-align: center;
}
.destination-detail .top-attractions .attractions-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .destination-detail .top-attractions .attractions-grid {
    display: block;
  }
  .destination-detail .top-attractions .attractions-grid > * {
    display: inline-block;
    width: calc(25% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .destination-detail .top-attractions .attractions-grid > *:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .destination-detail .top-attractions .attractions-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1280px) and (-ms-high-contrast: active), (max-width: 1280px) and (-ms-high-contrast: none) {
  .destination-detail .top-attractions .attractions-grid {
    display: block;
  }
  .destination-detail .top-attractions .attractions-grid > * {
    display: inline-block;
    width: calc(50% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .destination-detail .top-attractions .attractions-grid > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .destination-detail .top-attractions .attractions-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 576px) and (-ms-high-contrast: active), (max-width: 576px) and (-ms-high-contrast: none) {
  .destination-detail .top-attractions .attractions-grid {
    display: block;
  }
  .destination-detail .top-attractions .attractions-grid > * {
    display: inline-block;
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .destination-detail .top-attractions .attractions-grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.destination-detail .top-attractions .attraction-card {
  background: #ffffff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: left;
  -webkit-transition: transform 0.3s, box-shadow 0.3s;
  -moz-transition: transform 0.3s, box-shadow 0.3s;
  -ms-transition: transform 0.3s, box-shadow 0.3s;
  -o-transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
.destination-detail .top-attractions .attraction-card:hover {
  transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.destination-detail .top-attractions .attraction-card .attraction-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.destination-detail .top-attractions .attraction-card .attraction-info {
  padding: 1.5rem;
}
.destination-detail .top-attractions .attraction-card .attraction-info h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.destination-detail .top-attractions .attraction-card .attraction-info p {
  font-size: 0.875rem;
  color: #495057;
  margin-bottom: 1rem;
}
.destination-detail .top-attractions .attraction-card .attraction-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem;
  font-size: 0.75rem;
  color: #212529;
}
.destination-detail .top-attractions .attraction-card .attraction-meta .meta-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.25rem;
}
.destination-detail .top-attractions .attraction-card .attraction-meta .meta-item svg {
  width: 14px;
  height: 14px;
  color: #0c2e50;
}
.destination-detail .culture-food {
  margin-bottom: 6rem;
}
.destination-detail .culture-food .culture-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 1280px) {
  .destination-detail .culture-food .culture-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 1280px) and (-ms-high-contrast: active), (max-width: 1280px) and (-ms-high-contrast: none) {
  .destination-detail .culture-food .culture-grid {
    display: block;
  }
  .destination-detail .culture-food .culture-grid > * {
    display: inline-block;
    width: calc(100% - 3rem);
    margin-right: 3rem;
    vertical-align: top;
  }
  .destination-detail .culture-food .culture-grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.destination-detail .culture-food .culture-item, .destination-detail .culture-food .food-item {
  margin-bottom: 1.5rem;
}
.destination-detail .culture-food .culture-item h4, .destination-detail .culture-food .food-item h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.destination-detail .culture-food .food-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem;
}
.destination-detail .culture-food .food-item .food-icon {
  font-size: 2rem;
}
.destination-detail .recommended-hotels {
  margin-bottom: 6rem;
  text-align: center;
}
.destination-detail .recommended-hotels .hotels-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .destination-detail .recommended-hotels .hotels-grid {
    display: block;
  }
  .destination-detail .recommended-hotels .hotels-grid > * {
    display: inline-block;
    width: calc(33.3333333333% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .destination-detail .recommended-hotels .hotels-grid > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .destination-detail .recommended-hotels .hotels-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1280px) and (-ms-high-contrast: active), (max-width: 1280px) and (-ms-high-contrast: none) {
  .destination-detail .recommended-hotels .hotels-grid {
    display: block;
  }
  .destination-detail .recommended-hotels .hotels-grid > * {
    display: inline-block;
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .destination-detail .recommended-hotels .hotels-grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.destination-detail .recommended-hotels .hotel-card {
  background: #ffffff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
  overflow: hidden;
}
.destination-detail .recommended-hotels .hotel-card .hotel-image {
  position: relative;
}
.destination-detail .recommended-hotels .hotel-card .hotel-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.destination-detail .recommended-hotels .hotel-card .hotel-image .hotel-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 6px 12px;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.destination-detail .recommended-hotels .hotel-card .hotel-image .hotel-badge.luxury {
  background: #fb8500;
}
.destination-detail .recommended-hotels .hotel-card .hotel-image .hotel-badge.mid {
  background: #0c2e50;
}
.destination-detail .recommended-hotels .hotel-card .hotel-image .hotel-badge.budget {
  background: #06d6a0;
}
.destination-detail .recommended-hotels .hotel-card .hotel-info {
  padding: 1.5rem;
}
.destination-detail .recommended-hotels .hotel-card .hotel-info h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.destination-detail .recommended-hotels .hotel-card .hotel-info .hotel-rating {
  margin-bottom: 0.5rem;
}
.destination-detail .recommended-hotels .hotel-card .hotel-info .hotel-rating svg {
  width: 18px;
  height: 18px;
  fill: #ffb703;
}
.destination-detail .recommended-hotels .hotel-card .hotel-info p {
  font-size: 0.875rem;
  color: #495057;
  margin-bottom: 1rem;
}
.destination-detail .recommended-hotels .hotel-card .hotel-info .hotel-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.destination-detail .recommended-hotels .hotel-card .hotel-info .hotel-features span {
  background-color: #e0e0e0;
  padding: 4px 10px;
  font-size: 0.75rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.destination-detail .recommended-hotels .hotel-card .hotel-info .hotel-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-top: 1px solid #e0e0e0;
  padding-top: 1rem;
}
.destination-detail .recommended-hotels .hotel-card .hotel-info .hotel-footer .hotel-price {
  font-weight: 700;
  font-size: 1.125rem;
}
.destination-detail .recommended-hotels .hotel-card .hotel-info .hotel-footer .btn-hotel {
  background: #90e0ef;
  color: #0c2e50;
  padding: 8px 16px;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.destination-detail .recommended-hotels .hotel-card .hotel-info .hotel-footer .btn-hotel:hover {
  background: #0c2e50;
  color: #ffffff;
}
.destination-detail .travel-tips {
  text-align: center;
}
.destination-detail .travel-tips .tips-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .destination-detail .travel-tips .tips-grid {
    display: block;
  }
  .destination-detail .travel-tips .tips-grid > * {
    display: inline-block;
    width: calc(25% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .destination-detail .travel-tips .tips-grid > *:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .destination-detail .travel-tips .tips-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1280px) and (-ms-high-contrast: active), (max-width: 1280px) and (-ms-high-contrast: none) {
  .destination-detail .travel-tips .tips-grid {
    display: block;
  }
  .destination-detail .travel-tips .tips-grid > * {
    display: inline-block;
    width: calc(50% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .destination-detail .travel-tips .tips-grid > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .destination-detail .travel-tips .tips-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 576px) and (-ms-high-contrast: active), (max-width: 576px) and (-ms-high-contrast: none) {
  .destination-detail .travel-tips .tips-grid {
    display: block;
  }
  .destination-detail .travel-tips .tips-grid > * {
    display: inline-block;
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .destination-detail .travel-tips .tips-grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.destination-detail .travel-tips .tip-card {
  background: #e0e0e0;
  padding: 3rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  text-align: center;
}
.destination-detail .travel-tips .tip-card .tip-icon {
  display: inline-flex;
  background: #0c2e50;
  color: #ffffff;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
}
.destination-detail .travel-tips .tip-card .tip-icon svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}
.destination-detail .travel-tips .tip-card h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.destination-detail .travel-tips .tip-card p {
  font-size: 0.875rem;
  color: #495057;
  line-height: 1.6;
}

.tour-detail .header-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  background-color: #000;
  width: 100%;
  height: 600px;
}
.tour-detail .header-detail .box-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.tour-detail .header-detail .box-image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}
.tour-detail .header-detail .detail-info {
  position: relative;
  text-align: center;
  z-index: 2;
  max-width: 800px;
  padding: 0 1.5rem;
}
.tour-detail .header-detail .detail-info .heading-lg {
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}
.tour-detail .header-detail .detail-info p {
  font-size: 1.25rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .tour-detail .header-detail .detail-info p {
    font-size: 1.125rem;
  }
}
.tour-detail .container {
  padding: 6rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .tour-detail .container {
    padding: 4rem 1rem;
  }
}
.tour-detail .title-above {
  position: relative;
  display: inline-block;
  color: #fb8500;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.tour-detail .title-above.left {
  margin-left: 0;
}
.tour-detail .title-above::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fb8500;
}
.tour-detail .heading-lg {
  font-size: 2.25rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .tour-detail .heading-lg {
    font-size: 1.875rem;
  }
}
.tour-detail .tour-overview {
  margin-bottom: 6rem;
}
.tour-detail .tour-overview .overview-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4rem;
}
@media (max-width: 1280px) {
  .tour-detail .tour-overview .overview-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 1280px) and (-ms-high-contrast: active), (max-width: 1280px) and (-ms-high-contrast: none) {
  .tour-detail .tour-overview .overview-content {
    display: block;
  }
  .tour-detail .tour-overview .overview-content > * {
    display: inline-block;
    width: calc(100% - 3rem);
    margin-right: 3rem;
    vertical-align: top;
  }
  .tour-detail .tour-overview .overview-content > *:nth-child(1n) {
    margin-right: 0;
  }
}
.tour-detail .tour-overview .description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #495057;
  margin-bottom: 3rem;
}
.tour-detail .tour-overview .tour-highlights h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 1rem;
}
.tour-detail .tour-overview .tour-highlights .highlights-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tour-detail .tour-overview .tour-highlights .highlights-grid {
    display: block;
  }
  .tour-detail .tour-overview .tour-highlights .highlights-grid > * {
    display: inline-block;
    width: calc(50% - 1rem);
    margin-right: 1rem;
    vertical-align: top;
  }
  .tour-detail .tour-overview .tour-highlights .highlights-grid > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .tour-detail .tour-overview .tour-highlights .highlights-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}
@media screen and (max-width: 576px) and (-ms-high-contrast: active), (max-width: 576px) and (-ms-high-contrast: none) {
  .tour-detail .tour-overview .tour-highlights .highlights-grid {
    display: block;
  }
  .tour-detail .tour-overview .tour-highlights .highlights-grid > * {
    display: inline-block;
    width: calc(100% - 0.5rem);
    margin-right: 0.5rem;
    vertical-align: top;
  }
  .tour-detail .tour-overview .tour-highlights .highlights-grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.tour-detail .tour-overview .tour-highlights .highlight-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.tour-detail .tour-overview .tour-highlights .highlight-item svg {
  width: 20px;
  height: 20px;
  fill: #06d6a0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.tour-detail .tour-overview .tour-highlights .highlight-item span {
  font-size: 1rem;
  color: #495057;
}
.tour-detail .tour-overview .booking-card {
  background: #ffffff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  position: sticky;
  top: 1.5rem;
}
.tour-detail .tour-overview .booking-card .price-section {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}
.tour-detail .tour-overview .booking-card .price-section .price-info {
  margin-bottom: 1rem;
}
.tour-detail .tour-overview .booking-card .price-section .price-info .price-from {
  display: block;
  font-size: 0.875rem;
  color: #495057;
}
.tour-detail .tour-overview .booking-card .price-section .price-info .price-amount {
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
  color: #0c2e50;
  margin: 0.25rem 0;
}
.tour-detail .tour-overview .booking-card .price-section .price-info .price-per {
  font-size: 0.875rem;
  color: #495057;
}
.tour-detail .tour-overview .booking-card .price-section .rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.tour-detail .tour-overview .booking-card .price-section .rating .stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 2px;
}
.tour-detail .tour-overview .booking-card .price-section .rating .stars svg {
  width: 16px;
  height: 16px;
  color: var(--button-color);
}
.tour-detail .tour-overview .booking-card .price-section .rating .rating-text {
  font-size: 0.875rem;
  color: #495057;
}
.tour-detail .tour-overview .booking-card .tour-details {
  margin-bottom: 1.5rem;
}
.tour-detail .tour-overview .booking-card .tour-details .detail-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.tour-detail .tour-overview .booking-card .tour-details .detail-row svg {
  width: 18px;
  height: 18px;
  fill: #0c2e50;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.tour-detail .tour-overview .booking-card .tour-details .detail-row span {
  font-size: 0.875rem;
  color: #495057;
}
.tour-detail .tour-overview .booking-card .btn-book, .tour-detail .tour-overview .booking-card .btn-wishlist {
  width: 100%;
  padding: 1rem;
  border: none;
  font-weight: 600;
  margin-bottom: 0.5rem;
  cursor: pointer;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tour-detail .tour-overview .booking-card .btn-book:last-child, .tour-detail .tour-overview .booking-card .btn-wishlist:last-child {
  margin-bottom: 0;
}
.tour-detail .tour-overview .booking-card .btn-book {
  background: #0c2e50;
  color: #ffffff;
}
.tour-detail .tour-overview .booking-card .btn-book:hover {
  background: #023e8a;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(12, 46, 80, 0.3);
  -moz-box-shadow: 0 5px 15px rgba(12, 46, 80, 0.3);
  box-shadow: 0 5px 15px rgba(12, 46, 80, 0.3);
}
.tour-detail .tour-overview .booking-card .btn-wishlist {
  background: transparent;
  color: #0c2e50;
  border: 2px solid #0c2e50;
}
.tour-detail .tour-overview .booking-card .btn-wishlist:hover {
  background: #0c2e50;
  color: #ffffff;
}
.tour-detail .tour-itinerary {
  margin-bottom: 6rem;
}
.tour-detail .tour-itinerary .itinerary-timeline {
  margin-top: 3rem;
}
.tour-detail .tour-itinerary .timeline-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1.5rem;
  margin-bottom: 4rem;
  position: relative;
}
.tour-detail .tour-itinerary .timeline-item:not(:last-child):after {
  content: "";
  position: absolute;
  left: 25px;
  top: 60px;
  width: 2px;
  height: calc(100% + 4rem);
  background: #e0e0e0;
}
@media (max-width: 576px) {
  .tour-detail .tour-itinerary .timeline-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  .tour-detail .tour-itinerary .timeline-item:after {
    display: none;
  }
}
.tour-detail .tour-itinerary .timeline-marker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 50px;
  height: 50px;
  background: #0c2e50;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.tour-detail .tour-itinerary .timeline-marker .day-number {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
}
.tour-detail .tour-itinerary .timeline-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.tour-detail .tour-itinerary .timeline-content h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.5rem;
}
.tour-detail .tour-itinerary .timeline-content .time-badge {
  display: inline-block;
  background: #ffd166;
  color: #fb8500;
  padding: 0.25rem 0.5rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.tour-detail .tour-itinerary .timeline-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #495057;
  margin-bottom: 1rem;
}
.tour-detail .tour-itinerary .timeline-content .day-highlights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tour-detail .tour-itinerary .timeline-content .day-highlights .highlight {
  background: #90e0ef;
  color: #023e8a;
  padding: 0.25rem 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.tour-detail .tour-services {
  margin-bottom: 6rem;
}
.tour-detail .tour-services .services-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tour-detail .tour-services .services-grid {
    display: block;
  }
  .tour-detail .tour-services .services-grid > * {
    display: inline-block;
    width: calc(50% - 4rem);
    margin-right: 4rem;
    vertical-align: top;
  }
  .tour-detail .tour-services .services-grid > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .tour-detail .tour-services .services-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
  .tour-detail .tour-services .services-grid {
    display: block;
  }
  .tour-detail .tour-services .services-grid > * {
    display: inline-block;
    width: calc(100% - 3rem);
    margin-right: 3rem;
    vertical-align: top;
  }
  .tour-detail .tour-services .services-grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.tour-detail .tour-services .services-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1.5rem;
}
.tour-detail .tour-services .service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem;
}
.tour-detail .tour-services .service-item svg {
  width: 24px;
  height: 24px;
  fill: #06d6a0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin-top: 2px;
}
.tour-detail .tour-services .service-item .service-info h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.25rem;
}
.tour-detail .tour-services .service-item .service-info p {
  font-size: 0.875rem;
  color: #495057;
  line-height: 1.5;
}
.tour-detail .tour-services .bring-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.tour-detail .tour-services .bring-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.tour-detail .tour-services .bring-item svg {
  width: 16px;
  height: 16px;
  color: var(--button-color);
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.tour-detail .tour-services .bring-item span {
  font-size: 0.875rem;
  color: #495057;
}
.tour-detail .tour-gallery {
  margin-bottom: 6rem;
}
.tour-detail .tour-gallery .gallery-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tour-detail .tour-gallery .gallery-grid {
    display: block;
  }
  .tour-detail .tour-gallery .gallery-grid > * {
    display: inline-block;
    width: calc(33.3333333333% - 1rem);
    margin-right: 1rem;
    vertical-align: top;
  }
  .tour-detail .tour-gallery .gallery-grid > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .tour-detail .tour-gallery .gallery-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
  .tour-detail .tour-gallery .gallery-grid {
    display: block;
  }
  .tour-detail .tour-gallery .gallery-grid > * {
    display: inline-block;
    width: calc(50% - 0.5rem);
    margin-right: 0.5rem;
    vertical-align: top;
  }
  .tour-detail .tour-gallery .gallery-grid > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .tour-detail .tour-gallery .gallery-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}
@media screen and (max-width: 576px) and (-ms-high-contrast: active), (max-width: 576px) and (-ms-high-contrast: none) {
  .tour-detail .tour-gallery .gallery-grid {
    display: block;
  }
  .tour-detail .tour-gallery .gallery-grid > * {
    display: inline-block;
    width: calc(100% - 0.5rem);
    margin-right: 0.5rem;
    vertical-align: top;
  }
  .tour-detail .tour-gallery .gallery-grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.tour-detail .tour-gallery .gallery-item {
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tour-detail .tour-gallery .gallery-item:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.tour-detail .tour-gallery .gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tour-detail .tour-gallery .gallery-item img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: transparent;
  position: relative;
  height: auto;
}
.contact-info .contact-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.contact-info .contact-header {
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .contact-info .contact-header {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 576px) {
  .contact-info .contact-header {
    margin-bottom: 1rem;
  }
}
.contact-info .contact-header .contact-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .contact-info .contact-header .contact-title {
    font-size: 1.5rem;
  }
}
.contact-info .contact-header .contact-description {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .contact-info .contact-header .contact-description {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .contact-info .contact-header .contact-description {
    font-size: 0.875rem;
  }
}
.contact-info .contact-actions .contact-cta {
  margin-bottom: 0.5rem;
  padding: 1rem 3rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1024px) {
  .contact-info .contact-actions .contact-cta {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .contact-info .contact-actions .contact-cta {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    width: 100%;
    max-width: 280px;
  }
}
.contact-info .contact-actions .contact-cta:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 25px rgba(12, 46, 80, 0.3);
  -moz-box-shadow: 0 10px 25px rgba(12, 46, 80, 0.3);
  box-shadow: 0 10px 25px rgba(12, 46, 80, 0.3);
}

/*
 * MultiIT - HTML Template
 * Main SCSS file
 */
.privacy-policy {
  margin: 0 auto;
  line-height: 1.7;
  color: #212529;
}
.privacy-policy .policy-section {
  max-width: 1000px;
  margin: 0px auto;
  padding-bottom: 20px;
  animation: fadeInUp 0.6s ease-out both;
}
.privacy-policy .policy-section h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.25rem;
  color: #0c2e50;
  margin-bottom: 0.5rem;
}
.privacy-policy .policy-section p {
  font-size: 1rem;
  color: #212529;
  margin-bottom: 0.5rem;
}
.privacy-policy .policy-section ul {
  list-style: none;
  padding: 0;
}
.privacy-policy .policy-section ul li {
  padding-left: 1.2rem;
  position: relative;
  margin-bottom: 0.8rem;
}
.privacy-policy .policy-section ul li::before {
  content: "•";
  color: #0c2e50;
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 1.2rem;
}
.privacy-policy .policy-section a {
  color: #0c2e50;
  text-decoration: none;
  transition: color 0.3s ease;
}
.privacy-policy .policy-section a:hover {
  color: #ffb703;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .privacy-policy {
    padding: 3rem 0.5rem;
  }
  .hero {
    padding: 4rem 0;
  }
  .hero .hero-title {
    font-size: 2rem;
  }
  .hero .hero-subtitle {
    font-size: 1rem;
  }
}
/*
 * MultiIT - HTML Template
 * Main SCSS file
 */
.page-header {
  position: relative;
  height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}
.page-header .page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  opacity: 0.7;
}
.page-header .page-header-bg .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header .page-header-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
}
.page-header .page-header-content .breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.page-header .page-header-content .breadcrumb .breadcrumb-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.page-header .page-header-content .breadcrumb .breadcrumb-link:hover {
  color: white;
}
.page-header .page-header-content .breadcrumb .breadcrumb-separator svg {
  width: 16px;
  height: 16px;
  fill: white;
}
.page-header .page-header-content .breadcrumb .breadcrumb-current {
  color: white;
  font-weight: 600;
}
.page-header .page-header-content .page-title {
  color: #0c2e50;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@keyframes particleMove {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-30px) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.6;
  }
}
@keyframes rotateSquare {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blinkTriangle {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.6;
  }
}
@keyframes vibrateEllipse {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(5px, -5px);
  }
  50% {
    transform: translate(-5px, 5px);
  }
  75% {
    transform: translate(5px, 5px);
  }
}
@keyframes moveLine {
  0% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(150%);
  }
}
@keyframes floatCircle {
  0%, 100% {
    transform: translateY(0px) translateX(0px);
  }
  33% {
    transform: translateY(-20px) translateX(15px);
  }
  66% {
    transform: translateY(15px) translateX(-10px);
  }
}
body {
  word-break: keep-all;
}
