@charset "UTF-8";
.stretch-card {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}

@font-face {
  font-family: "nakheelregular_text";
  src: url("../fonts/Nakheel-TextRegular.eot");
  src: url("../fonts/Nakheel-TextRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/Nakheel-TextRegular.woff2") format("woff2"), url("../fonts/Nakheel-TextRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nakheelbold_text";
  src: url("../fonts/Nakheel-TextBold.eot");
  src: url("../fonts/Nakheel-TextBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nakheel-TextBold.woff2") format("woff2"), url("../fonts/Nakheel-TextBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --bs-blue: #00263A;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #00263A;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-marine: #00617f;
  --bs-shoreline: #abe538;
  --bs-turquoise: #6AD1E3;
  --bs-sand: #F5F1E8;
  --bs-coolgray: #59595C;
  --bs-warmgray: #B5ABA3;
  --bs-nred: #E8594F;
  --bs-norange: #FA854F;
  --bs-ngold: #BD9E70;
  --bs-nbrown: #7D5959;
  --bs-nyellow: #FFC736;
  --bs-ngreen: #36563D;
  --bs-npink: #E3BDCF;
  --bs-nfuchsia: #543859;
  --bs-npurple: #7A73BD;
  --bs-npalegreen: #D1D9D1;
  --bs-npaleyellow: #F2E596;
  --bs-npeach: #F5B285;
  --bs-lightgreen: #85D6AD;
  --bs-primary-rgb: 0, 38, 58;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-marine-rgb: 0, 97, 127;
  --bs-shoreline-rgb: 171, 229, 56;
  --bs-turquoise-rgb: 106, 209, 227;
  --bs-sand-rgb: 245, 241, 232;
  --bs-coolgray-rgb: 89, 89, 92;
  --bs-warmgray-rgb: 181, 171, 163;
  --bs-nred-rgb: 232, 89, 79;
  --bs-norange-rgb: 250, 133, 79;
  --bs-ngold-rgb: 189, 158, 112;
  --bs-nbrown-rgb: 125, 89, 89;
  --bs-nyellow-rgb: 255, 199, 54;
  --bs-ngreen-rgb: 54, 86, 61;
  --bs-npink-rgb: 227, 189, 207;
  --bs-nfuchsia-rgb: 84, 56, 89;
  --bs-npurple-rgb: 122, 115, 189;
  --bs-npalegreen-rgb: 209, 217, 209;
  --bs-npaleyellow-rgb: 242, 229, 150;
  --bs-npeach-rgb: 245, 178, 133;
  --bs-lightgreen-rgb: 133, 214, 173;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #F3F4F5;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #00263A;
  --bs-link-hover-color: #001e2e;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 992px) {
  .container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

@media (min-width: 769px) {
  .container-sm, .container-xs, .container {
    max-width: 540px;
  }
}
@media (min-width: 1025px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 720px;
  }
}
@media (min-width: 1281px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 960px;
  }
}
@media (min-width: 1441px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1601px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1320px;
  }
}
@media (min-width: 1920px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1600px;
  }
}
.row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 481) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
.gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
.gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
.gx-xs-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xs-1,
.gy-xs-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xs-2,
.gx-xs-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xs-2,
.gy-xs-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xs-3,
.gx-xs-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xs-3,
.gy-xs-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xs-4,
.gx-xs-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xs-4,
.gy-xs-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xs-5,
.gx-xs-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xs-5,
.gy-xs-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 769px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1025px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1281px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1441px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1601px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1920px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
.gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
.gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
.gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
.gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
.gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
.gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
.gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
.gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
.gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
.gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
.gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
.gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #ccd4d8;
  --bs-table-border-color: #b8bfc2;
  --bs-table-striped-bg: #c2c9cd;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8bfc2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdc4c8;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 480.98) {
  .table-responsive-xs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 768.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1024.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1280.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1440.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1600.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1919.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #80939d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 38, 58, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control.error {
  border: 1px solid #dc3545;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #80939d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 38, 58, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #80939d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 38, 58, 0.25);
}
.form-check-input:checked {
  background-color: #00263A;
  border-color: #00263A;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #00263A;
  border-color: #00263A;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380939d'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 38, 58, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 38, 58, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00263A;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3bec4;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00263A;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3bec4;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 40px;
  --bs-btn-padding-y: 10px;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: "nakheel", "nakheelbold_text";
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
:not(.btn-check) + .btn:hover, .btn:first-child:hover {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00263A;
  --bs-btn-border-color: #00263A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #002031;
  --bs-btn-hover-border-color: #001e2e;
  --bs-btn-focus-shadow-rgb: 38, 71, 88;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #001e2e;
  --bs-btn-active-border-color: #001d2c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #00263A;
  --bs-btn-disabled-border-color: #00263A;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-marine {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00617f;
  --bs-btn-border-color: #00617f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00526c;
  --bs-btn-hover-border-color: #004e66;
  --bs-btn-focus-shadow-rgb: 38, 121, 146;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #004e66;
  --bs-btn-active-border-color: #00495f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #00617f;
  --bs-btn-disabled-border-color: #00617f;
}

.btn-shoreline {
  --bs-btn-color: #000;
  --bs-btn-bg: #abe538;
  --bs-btn-border-color: #abe538;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #b8e956;
  --bs-btn-hover-border-color: #b3e84c;
  --bs-btn-focus-shadow-rgb: 145, 195, 48;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #bcea60;
  --bs-btn-active-border-color: #b3e84c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #abe538;
  --bs-btn-disabled-border-color: #abe538;
}

.btn-turquoise {
  --bs-btn-color: #000;
  --bs-btn-bg: #6AD1E3;
  --bs-btn-border-color: #6AD1E3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #80d8e7;
  --bs-btn-hover-border-color: #79d6e6;
  --bs-btn-focus-shadow-rgb: 90, 178, 193;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #88dae9;
  --bs-btn-active-border-color: #79d6e6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #6AD1E3;
  --bs-btn-disabled-border-color: #6AD1E3;
}

.btn-sand {
  --bs-btn-color: #000;
  --bs-btn-bg: #F5F1E8;
  --bs-btn-border-color: #F5F1E8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f7f3eb;
  --bs-btn-hover-border-color: #f6f2ea;
  --bs-btn-focus-shadow-rgb: 208, 205, 197;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f7f4ed;
  --bs-btn-active-border-color: #f6f2ea;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F5F1E8;
  --bs-btn-disabled-border-color: #F5F1E8;
}

.btn-coolgray {
  --bs-btn-color: #fff;
  --bs-btn-bg: #59595C;
  --bs-btn-border-color: #59595C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4c4c4e;
  --bs-btn-hover-border-color: #47474a;
  --bs-btn-focus-shadow-rgb: 114, 114, 116;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #47474a;
  --bs-btn-active-border-color: #434345;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #59595C;
  --bs-btn-disabled-border-color: #59595C;
}

.btn-warmgray {
  --bs-btn-color: #000;
  --bs-btn-bg: #B5ABA3;
  --bs-btn-border-color: #B5ABA3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c0b8b1;
  --bs-btn-hover-border-color: #bcb3ac;
  --bs-btn-focus-shadow-rgb: 154, 145, 139;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c4bcb5;
  --bs-btn-active-border-color: #bcb3ac;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #B5ABA3;
  --bs-btn-disabled-border-color: #B5ABA3;
}

.btn-nred {
  --bs-btn-color: #000;
  --bs-btn-bg: #E8594F;
  --bs-btn-border-color: #E8594F;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #eb7269;
  --bs-btn-hover-border-color: #ea6a61;
  --bs-btn-focus-shadow-rgb: 197, 76, 67;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ed7a72;
  --bs-btn-active-border-color: #ea6a61;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #E8594F;
  --bs-btn-disabled-border-color: #E8594F;
}

.btn-norange {
  --bs-btn-color: #000;
  --bs-btn-bg: #FA854F;
  --bs-btn-border-color: #FA854F;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fb9769;
  --bs-btn-hover-border-color: #fb9161;
  --bs-btn-focus-shadow-rgb: 213, 113, 67;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fb9d72;
  --bs-btn-active-border-color: #fb9161;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FA854F;
  --bs-btn-disabled-border-color: #FA854F;
}

.btn-ngold {
  --bs-btn-color: #000;
  --bs-btn-bg: #BD9E70;
  --bs-btn-border-color: #BD9E70;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c7ad85;
  --bs-btn-hover-border-color: #c4a87e;
  --bs-btn-focus-shadow-rgb: 161, 134, 95;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #cab18d;
  --bs-btn-active-border-color: #c4a87e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #BD9E70;
  --bs-btn-disabled-border-color: #BD9E70;
}

.btn-nbrown {
  --bs-btn-color: #fff;
  --bs-btn-bg: #7D5959;
  --bs-btn-border-color: #7D5959;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6a4c4c;
  --bs-btn-hover-border-color: #644747;
  --bs-btn-focus-shadow-rgb: 145, 114, 114;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #644747;
  --bs-btn-active-border-color: #5e4343;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #7D5959;
  --bs-btn-disabled-border-color: #7D5959;
}

.btn-nyellow {
  --bs-btn-color: #000;
  --bs-btn-bg: #FFC736;
  --bs-btn-border-color: #FFC736;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffcf54;
  --bs-btn-hover-border-color: #ffcd4a;
  --bs-btn-focus-shadow-rgb: 217, 169, 46;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffd25e;
  --bs-btn-active-border-color: #ffcd4a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FFC736;
  --bs-btn-disabled-border-color: #FFC736;
}

.btn-ngreen {
  --bs-btn-color: #fff;
  --bs-btn-bg: #36563D;
  --bs-btn-border-color: #36563D;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2e4934;
  --bs-btn-hover-border-color: #2b4531;
  --bs-btn-focus-shadow-rgb: 84, 111, 90;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2b4531;
  --bs-btn-active-border-color: #29412e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #36563D;
  --bs-btn-disabled-border-color: #36563D;
}

.btn-npink {
  --bs-btn-color: #000;
  --bs-btn-bg: #E3BDCF;
  --bs-btn-border-color: #E3BDCF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e7c7d6;
  --bs-btn-hover-border-color: #e6c4d4;
  --bs-btn-focus-shadow-rgb: 193, 161, 176;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e9cad9;
  --bs-btn-active-border-color: #e6c4d4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #E3BDCF;
  --bs-btn-disabled-border-color: #E3BDCF;
}

.btn-nfuchsia {
  --bs-btn-color: #fff;
  --bs-btn-bg: #543859;
  --bs-btn-border-color: #543859;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #47304c;
  --bs-btn-hover-border-color: #432d47;
  --bs-btn-focus-shadow-rgb: 110, 86, 114;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #432d47;
  --bs-btn-active-border-color: #3f2a43;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #543859;
  --bs-btn-disabled-border-color: #543859;
}

.btn-npurple {
  --bs-btn-color: #000;
  --bs-btn-bg: #7A73BD;
  --bs-btn-border-color: #7A73BD;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #8e88c7;
  --bs-btn-hover-border-color: #8781c4;
  --bs-btn-focus-shadow-rgb: 104, 98, 161;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #958fca;
  --bs-btn-active-border-color: #8781c4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #7A73BD;
  --bs-btn-disabled-border-color: #7A73BD;
}

.btn-npalegreen {
  --bs-btn-color: #000;
  --bs-btn-bg: #D1D9D1;
  --bs-btn-border-color: #D1D9D1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d8dfd8;
  --bs-btn-hover-border-color: #d6ddd6;
  --bs-btn-focus-shadow-rgb: 178, 184, 178;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #dae1da;
  --bs-btn-active-border-color: #d6ddd6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #D1D9D1;
  --bs-btn-disabled-border-color: #D1D9D1;
}

.btn-npaleyellow {
  --bs-btn-color: #000;
  --bs-btn-bg: #F2E596;
  --bs-btn-border-color: #F2E596;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f4e9a6;
  --bs-btn-hover-border-color: #f3e8a1;
  --bs-btn-focus-shadow-rgb: 206, 195, 128;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f5eaab;
  --bs-btn-active-border-color: #f3e8a1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F2E596;
  --bs-btn-disabled-border-color: #F2E596;
}

.btn-npeach {
  --bs-btn-color: #000;
  --bs-btn-bg: #F5B285;
  --bs-btn-border-color: #F5B285;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f7be97;
  --bs-btn-hover-border-color: #f6ba91;
  --bs-btn-focus-shadow-rgb: 208, 151, 113;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f7c19d;
  --bs-btn-active-border-color: #f6ba91;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F5B285;
  --bs-btn-disabled-border-color: #F5B285;
}

.btn-lightgreen {
  --bs-btn-color: #000;
  --bs-btn-bg: #85D6AD;
  --bs-btn-border-color: #85D6AD;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #97dcb9;
  --bs-btn-hover-border-color: #91dab5;
  --bs-btn-focus-shadow-rgb: 113, 182, 147;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #9ddebd;
  --bs-btn-active-border-color: #91dab5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #85D6AD;
  --bs-btn-disabled-border-color: #85D6AD;
}

.btn-outline-primary {
  --bs-btn-color: #00263A;
  --bs-btn-border-color: #00263A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00263A;
  --bs-btn-hover-border-color: #00263A;
  --bs-btn-focus-shadow-rgb: 0, 38, 58;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00263A;
  --bs-btn-active-border-color: #00263A;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #00263A;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00263A;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-outline-marine {
  --bs-btn-color: #00617f;
  --bs-btn-border-color: #00617f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00617f;
  --bs-btn-hover-border-color: #00617f;
  --bs-btn-focus-shadow-rgb: 0, 97, 127;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00617f;
  --bs-btn-active-border-color: #00617f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #00617f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00617f;
  --bs-gradient: none;
}

.btn-outline-shoreline {
  --bs-btn-color: #abe538;
  --bs-btn-border-color: #abe538;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #abe538;
  --bs-btn-hover-border-color: #abe538;
  --bs-btn-focus-shadow-rgb: 171, 229, 56;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #abe538;
  --bs-btn-active-border-color: #abe538;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #abe538;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #abe538;
  --bs-gradient: none;
}

.btn-outline-turquoise {
  --bs-btn-color: #6AD1E3;
  --bs-btn-border-color: #6AD1E3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #6AD1E3;
  --bs-btn-hover-border-color: #6AD1E3;
  --bs-btn-focus-shadow-rgb: 106, 209, 227;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #6AD1E3;
  --bs-btn-active-border-color: #6AD1E3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6AD1E3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6AD1E3;
  --bs-gradient: none;
}

.btn-outline-sand {
  --bs-btn-color: #F5F1E8;
  --bs-btn-border-color: #F5F1E8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F5F1E8;
  --bs-btn-hover-border-color: #F5F1E8;
  --bs-btn-focus-shadow-rgb: 245, 241, 232;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F5F1E8;
  --bs-btn-active-border-color: #F5F1E8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F5F1E8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F5F1E8;
  --bs-gradient: none;
}

.btn-outline-coolgray {
  --bs-btn-color: #59595C;
  --bs-btn-border-color: #59595C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #59595C;
  --bs-btn-hover-border-color: #59595C;
  --bs-btn-focus-shadow-rgb: 89, 89, 92;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #59595C;
  --bs-btn-active-border-color: #59595C;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #59595C;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #59595C;
  --bs-gradient: none;
}

.btn-outline-warmgray {
  --bs-btn-color: #B5ABA3;
  --bs-btn-border-color: #B5ABA3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #B5ABA3;
  --bs-btn-hover-border-color: #B5ABA3;
  --bs-btn-focus-shadow-rgb: 181, 171, 163;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #B5ABA3;
  --bs-btn-active-border-color: #B5ABA3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #B5ABA3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #B5ABA3;
  --bs-gradient: none;
}

.btn-outline-nred {
  --bs-btn-color: #E8594F;
  --bs-btn-border-color: #E8594F;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #E8594F;
  --bs-btn-hover-border-color: #E8594F;
  --bs-btn-focus-shadow-rgb: 232, 89, 79;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #E8594F;
  --bs-btn-active-border-color: #E8594F;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #E8594F;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #E8594F;
  --bs-gradient: none;
}

.btn-outline-norange {
  --bs-btn-color: #FA854F;
  --bs-btn-border-color: #FA854F;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FA854F;
  --bs-btn-hover-border-color: #FA854F;
  --bs-btn-focus-shadow-rgb: 250, 133, 79;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FA854F;
  --bs-btn-active-border-color: #FA854F;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FA854F;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FA854F;
  --bs-gradient: none;
}

.btn-outline-ngold {
  --bs-btn-color: #BD9E70;
  --bs-btn-border-color: #BD9E70;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #BD9E70;
  --bs-btn-hover-border-color: #BD9E70;
  --bs-btn-focus-shadow-rgb: 189, 158, 112;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #BD9E70;
  --bs-btn-active-border-color: #BD9E70;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #BD9E70;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #BD9E70;
  --bs-gradient: none;
}

.btn-outline-nbrown {
  --bs-btn-color: #7D5959;
  --bs-btn-border-color: #7D5959;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7D5959;
  --bs-btn-hover-border-color: #7D5959;
  --bs-btn-focus-shadow-rgb: 125, 89, 89;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7D5959;
  --bs-btn-active-border-color: #7D5959;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #7D5959;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #7D5959;
  --bs-gradient: none;
}

.btn-outline-nyellow {
  --bs-btn-color: #FFC736;
  --bs-btn-border-color: #FFC736;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FFC736;
  --bs-btn-hover-border-color: #FFC736;
  --bs-btn-focus-shadow-rgb: 255, 199, 54;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FFC736;
  --bs-btn-active-border-color: #FFC736;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFC736;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FFC736;
  --bs-gradient: none;
}

.btn-outline-ngreen {
  --bs-btn-color: #36563D;
  --bs-btn-border-color: #36563D;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #36563D;
  --bs-btn-hover-border-color: #36563D;
  --bs-btn-focus-shadow-rgb: 54, 86, 61;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #36563D;
  --bs-btn-active-border-color: #36563D;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #36563D;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #36563D;
  --bs-gradient: none;
}

.btn-outline-npink {
  --bs-btn-color: #E3BDCF;
  --bs-btn-border-color: #E3BDCF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #E3BDCF;
  --bs-btn-hover-border-color: #E3BDCF;
  --bs-btn-focus-shadow-rgb: 227, 189, 207;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #E3BDCF;
  --bs-btn-active-border-color: #E3BDCF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #E3BDCF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #E3BDCF;
  --bs-gradient: none;
}

.btn-outline-nfuchsia {
  --bs-btn-color: #543859;
  --bs-btn-border-color: #543859;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #543859;
  --bs-btn-hover-border-color: #543859;
  --bs-btn-focus-shadow-rgb: 84, 56, 89;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #543859;
  --bs-btn-active-border-color: #543859;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #543859;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #543859;
  --bs-gradient: none;
}

.btn-outline-npurple {
  --bs-btn-color: #7A73BD;
  --bs-btn-border-color: #7A73BD;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #7A73BD;
  --bs-btn-hover-border-color: #7A73BD;
  --bs-btn-focus-shadow-rgb: 122, 115, 189;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #7A73BD;
  --bs-btn-active-border-color: #7A73BD;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #7A73BD;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #7A73BD;
  --bs-gradient: none;
}

.btn-outline-npalegreen {
  --bs-btn-color: #D1D9D1;
  --bs-btn-border-color: #D1D9D1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #D1D9D1;
  --bs-btn-hover-border-color: #D1D9D1;
  --bs-btn-focus-shadow-rgb: 209, 217, 209;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #D1D9D1;
  --bs-btn-active-border-color: #D1D9D1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #D1D9D1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #D1D9D1;
  --bs-gradient: none;
}

.btn-outline-npaleyellow {
  --bs-btn-color: #F2E596;
  --bs-btn-border-color: #F2E596;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F2E596;
  --bs-btn-hover-border-color: #F2E596;
  --bs-btn-focus-shadow-rgb: 242, 229, 150;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F2E596;
  --bs-btn-active-border-color: #F2E596;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F2E596;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F2E596;
  --bs-gradient: none;
}

.btn-outline-npeach {
  --bs-btn-color: #F5B285;
  --bs-btn-border-color: #F5B285;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F5B285;
  --bs-btn-hover-border-color: #F5B285;
  --bs-btn-focus-shadow-rgb: 245, 178, 133;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F5B285;
  --bs-btn-active-border-color: #F5B285;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F5B285;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F5B285;
  --bs-gradient: none;
}

.btn-outline-lightgreen {
  --bs-btn-color: #85D6AD;
  --bs-btn-border-color: #85D6AD;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #85D6AD;
  --bs-btn-hover-border-color: #85D6AD;
  --bs-btn-focus-shadow-rgb: 133, 214, 173;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #85D6AD;
  --bs-btn-active-border-color: #85D6AD;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #85D6AD;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #85D6AD;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 38, 71, 88;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #00263A;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 481) {
  .dropdown-menu-xs-start {
    --bs-position: start;
  }
  .dropdown-menu-xs-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xs-end {
    --bs-position: end;
  }
  .dropdown-menu-xs-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 769px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1025px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1281px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1441px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1601px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1920px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #00263A;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 0;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 30px;
  padding-left: 30px;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #00263A;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl,
.navbar > .container-xxxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 481) {
  .navbar-expand-xs {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xs .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
  .navbar-expand-xs .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xs .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xs .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 769px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1025px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1281px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1441px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1601px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1920px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 769px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: 1s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:none;}%3c/style%3e%3c/defs%3e%3ctitle/%3e%3cg data-name='Layer 2' id='Layer_2'%3e%3cpath d='M16,21a1,1,0,0,1-.71-.29l-8-8a1,1,0,1,1,1.42-1.42L16,18.59l7.29-7.3a1,1,0,0,1,1.42,1.42l-8,8A1,1,0,0,1,16,21Z'/%3e%3c/g%3e%3cg id='frame'%3e%3crect class='cls-1' height='32' width='32'/%3e%3c/g%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:none;}%3c/style%3e%3c/defs%3e%3ctitle/%3e%3cg data-name='Layer 2' id='Layer_2'%3e%3cpath d='M16,21a1,1,0,0,1-.71-.29l-8-8a1,1,0,1,1,1.42-1.42L16,18.59l7.29-7.3a1,1,0,0,1,1.42,1.42l-8,8A1,1,0,0,1,16,21Z'/%3e%3c/g%3e%3cg id='frame'%3e%3crect class='cls-1' height='32' width='32'/%3e%3c/g%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #80939d;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 38, 58, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #002234;
  --bs-accordion-active-bg: #e6e9eb;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 38, 58, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #00263A;
  --bs-pagination-active-border-color: #00263A;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: #001723;
  --bs-alert-bg: #ccd4d8;
  --bs-alert-border-color: #b3bec4;
}
.alert-primary .alert-link {
  color: #00121c;
}

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

.alert-marine {
  --bs-alert-color: #003a4c;
  --bs-alert-bg: #ccdfe5;
  --bs-alert-border-color: #b3d0d9;
}
.alert-marine .alert-link {
  color: #002e3d;
}

.alert-shoreline {
  --bs-alert-color: #445c16;
  --bs-alert-bg: #eefad7;
  --bs-alert-border-color: #e6f7c3;
}
.alert-shoreline .alert-link {
  color: #364a12;
}

.alert-turquoise {
  --bs-alert-color: #2a545b;
  --bs-alert-bg: #e1f6f9;
  --bs-alert-border-color: #d2f1f7;
}
.alert-turquoise .alert-link {
  color: #224349;
}

.alert-sand {
  --bs-alert-color: #62605d;
  --bs-alert-bg: #fdfcfa;
  --bs-alert-border-color: #fcfbf8;
}
.alert-sand .alert-link {
  color: #4e4d4a;
}

.alert-coolgray {
  --bs-alert-color: #353537;
  --bs-alert-bg: #dedede;
  --bs-alert-border-color: #cdcdce;
}
.alert-coolgray .alert-link {
  color: #2a2a2c;
}

.alert-warmgray {
  --bs-alert-color: #6d6762;
  --bs-alert-bg: #f0eeed;
  --bs-alert-border-color: #e9e6e3;
}
.alert-warmgray .alert-link {
  color: #57524e;
}

.alert-nred {
  --bs-alert-color: #8b352f;
  --bs-alert-bg: #fadedc;
  --bs-alert-border-color: #f8cdca;
}
.alert-nred .alert-link {
  color: #6f2a26;
}

.alert-norange {
  --bs-alert-color: #96502f;
  --bs-alert-bg: #fee7dc;
  --bs-alert-border-color: #fedaca;
}
.alert-norange .alert-link {
  color: #784026;
}

.alert-ngold {
  --bs-alert-color: #715f43;
  --bs-alert-bg: #f2ece2;
  --bs-alert-border-color: #ebe2d4;
}
.alert-ngold .alert-link {
  color: #5a4c36;
}

.alert-nbrown {
  --bs-alert-color: #4b3535;
  --bs-alert-bg: #e5dede;
  --bs-alert-border-color: #d8cdcd;
}
.alert-nbrown .alert-link {
  color: #3c2a2a;
}

.alert-nyellow {
  --bs-alert-color: #665016;
  --bs-alert-bg: #fff4d7;
  --bs-alert-border-color: #ffeec3;
}
.alert-nyellow .alert-link {
  color: #524012;
}

.alert-ngreen {
  --bs-alert-color: #203425;
  --bs-alert-bg: #d7ddd8;
  --bs-alert-border-color: #c3ccc5;
}
.alert-ngreen .alert-link {
  color: #1a2a1e;
}

.alert-npink {
  --bs-alert-color: #5b4c53;
  --bs-alert-bg: #f9f2f5;
  --bs-alert-border-color: #f7ebf1;
}
.alert-npink .alert-link {
  color: #493d42;
}

.alert-nfuchsia {
  --bs-alert-color: #322235;
  --bs-alert-bg: #ddd7de;
  --bs-alert-border-color: #ccc3cd;
}
.alert-nfuchsia .alert-link {
  color: #281b2a;
}

.alert-npurple {
  --bs-alert-color: #494571;
  --bs-alert-bg: #e4e3f2;
  --bs-alert-border-color: #d7d5eb;
}
.alert-npurple .alert-link {
  color: #3a375a;
}

.alert-npalegreen {
  --bs-alert-color: #545754;
  --bs-alert-bg: #f6f7f6;
  --bs-alert-border-color: #f1f4f1;
}
.alert-npalegreen .alert-link {
  color: #434643;
}

.alert-npaleyellow {
  --bs-alert-color: #615c3c;
  --bs-alert-bg: #fcfaea;
  --bs-alert-border-color: #fbf7e0;
}
.alert-npaleyellow .alert-link {
  color: #4e4a30;
}

.alert-npeach {
  --bs-alert-color: #624735;
  --bs-alert-bg: #fdf0e7;
  --bs-alert-border-color: #fce8da;
}
.alert-npeach .alert-link {
  color: #4e392a;
}

.alert-lightgreen {
  --bs-alert-color: #355645;
  --bs-alert-bg: #e7f7ef;
  --bs-alert-border-color: #daf3e6;
}
.alert-lightgreen .alert-link {
  color: #2a4537;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #00263A;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #00263A;
  --bs-list-group-active-border-color: #00263A;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 481) {
  .list-group-horizontal-xs {
    flex-direction: row;
  }
  .list-group-horizontal-xs > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xs > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xs > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xs > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xs > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 769px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1025px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1281px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1441px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1601px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1920px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #001723;
  background-color: #ccd4d8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #001723;
  background-color: #b8bfc2;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #001723;
  border-color: #001723;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.list-group-item-marine {
  color: #003a4c;
  background-color: #ccdfe5;
}
.list-group-item-marine.list-group-item-action:hover, .list-group-item-marine.list-group-item-action:focus {
  color: #003a4c;
  background-color: #b8c9ce;
}
.list-group-item-marine.list-group-item-action.active {
  color: #fff;
  background-color: #003a4c;
  border-color: #003a4c;
}

.list-group-item-shoreline {
  color: #445c16;
  background-color: #eefad7;
}
.list-group-item-shoreline.list-group-item-action:hover, .list-group-item-shoreline.list-group-item-action:focus {
  color: #445c16;
  background-color: #d6e1c2;
}
.list-group-item-shoreline.list-group-item-action.active {
  color: #fff;
  background-color: #445c16;
  border-color: #445c16;
}

.list-group-item-turquoise {
  color: #2a545b;
  background-color: #e1f6f9;
}
.list-group-item-turquoise.list-group-item-action:hover, .list-group-item-turquoise.list-group-item-action:focus {
  color: #2a545b;
  background-color: #cbdde0;
}
.list-group-item-turquoise.list-group-item-action.active {
  color: #fff;
  background-color: #2a545b;
  border-color: #2a545b;
}

.list-group-item-sand {
  color: #62605d;
  background-color: #fdfcfa;
}
.list-group-item-sand.list-group-item-action:hover, .list-group-item-sand.list-group-item-action:focus {
  color: #62605d;
  background-color: #e4e3e1;
}
.list-group-item-sand.list-group-item-action.active {
  color: #fff;
  background-color: #62605d;
  border-color: #62605d;
}

.list-group-item-coolgray {
  color: #353537;
  background-color: #dedede;
}
.list-group-item-coolgray.list-group-item-action:hover, .list-group-item-coolgray.list-group-item-action:focus {
  color: #353537;
  background-color: #c8c8c8;
}
.list-group-item-coolgray.list-group-item-action.active {
  color: #fff;
  background-color: #353537;
  border-color: #353537;
}

.list-group-item-warmgray {
  color: #6d6762;
  background-color: #f0eeed;
}
.list-group-item-warmgray.list-group-item-action:hover, .list-group-item-warmgray.list-group-item-action:focus {
  color: #6d6762;
  background-color: #d8d6d5;
}
.list-group-item-warmgray.list-group-item-action.active {
  color: #fff;
  background-color: #6d6762;
  border-color: #6d6762;
}

.list-group-item-nred {
  color: #8b352f;
  background-color: #fadedc;
}
.list-group-item-nred.list-group-item-action:hover, .list-group-item-nred.list-group-item-action:focus {
  color: #8b352f;
  background-color: #e1c8c6;
}
.list-group-item-nred.list-group-item-action.active {
  color: #fff;
  background-color: #8b352f;
  border-color: #8b352f;
}

.list-group-item-norange {
  color: #96502f;
  background-color: #fee7dc;
}
.list-group-item-norange.list-group-item-action:hover, .list-group-item-norange.list-group-item-action:focus {
  color: #96502f;
  background-color: #e5d0c6;
}
.list-group-item-norange.list-group-item-action.active {
  color: #fff;
  background-color: #96502f;
  border-color: #96502f;
}

.list-group-item-ngold {
  color: #715f43;
  background-color: #f2ece2;
}
.list-group-item-ngold.list-group-item-action:hover, .list-group-item-ngold.list-group-item-action:focus {
  color: #715f43;
  background-color: #dad4cb;
}
.list-group-item-ngold.list-group-item-action.active {
  color: #fff;
  background-color: #715f43;
  border-color: #715f43;
}

.list-group-item-nbrown {
  color: #4b3535;
  background-color: #e5dede;
}
.list-group-item-nbrown.list-group-item-action:hover, .list-group-item-nbrown.list-group-item-action:focus {
  color: #4b3535;
  background-color: #cec8c8;
}
.list-group-item-nbrown.list-group-item-action.active {
  color: #fff;
  background-color: #4b3535;
  border-color: #4b3535;
}

.list-group-item-nyellow {
  color: #665016;
  background-color: #fff4d7;
}
.list-group-item-nyellow.list-group-item-action:hover, .list-group-item-nyellow.list-group-item-action:focus {
  color: #665016;
  background-color: #e6dcc2;
}
.list-group-item-nyellow.list-group-item-action.active {
  color: #fff;
  background-color: #665016;
  border-color: #665016;
}

.list-group-item-ngreen {
  color: #203425;
  background-color: #d7ddd8;
}
.list-group-item-ngreen.list-group-item-action:hover, .list-group-item-ngreen.list-group-item-action:focus {
  color: #203425;
  background-color: #c2c7c2;
}
.list-group-item-ngreen.list-group-item-action.active {
  color: #fff;
  background-color: #203425;
  border-color: #203425;
}

.list-group-item-npink {
  color: #5b4c53;
  background-color: #f9f2f5;
}
.list-group-item-npink.list-group-item-action:hover, .list-group-item-npink.list-group-item-action:focus {
  color: #5b4c53;
  background-color: #e0dadd;
}
.list-group-item-npink.list-group-item-action.active {
  color: #fff;
  background-color: #5b4c53;
  border-color: #5b4c53;
}

.list-group-item-nfuchsia {
  color: #322235;
  background-color: #ddd7de;
}
.list-group-item-nfuchsia.list-group-item-action:hover, .list-group-item-nfuchsia.list-group-item-action:focus {
  color: #322235;
  background-color: #c7c2c8;
}
.list-group-item-nfuchsia.list-group-item-action.active {
  color: #fff;
  background-color: #322235;
  border-color: #322235;
}

.list-group-item-npurple {
  color: #494571;
  background-color: #e4e3f2;
}
.list-group-item-npurple.list-group-item-action:hover, .list-group-item-npurple.list-group-item-action:focus {
  color: #494571;
  background-color: #cdccda;
}
.list-group-item-npurple.list-group-item-action.active {
  color: #fff;
  background-color: #494571;
  border-color: #494571;
}

.list-group-item-npalegreen {
  color: #545754;
  background-color: #f6f7f6;
}
.list-group-item-npalegreen.list-group-item-action:hover, .list-group-item-npalegreen.list-group-item-action:focus {
  color: #545754;
  background-color: #dddedd;
}
.list-group-item-npalegreen.list-group-item-action.active {
  color: #fff;
  background-color: #545754;
  border-color: #545754;
}

.list-group-item-npaleyellow {
  color: #615c3c;
  background-color: #fcfaea;
}
.list-group-item-npaleyellow.list-group-item-action:hover, .list-group-item-npaleyellow.list-group-item-action:focus {
  color: #615c3c;
  background-color: #e3e1d3;
}
.list-group-item-npaleyellow.list-group-item-action.active {
  color: #fff;
  background-color: #615c3c;
  border-color: #615c3c;
}

.list-group-item-npeach {
  color: #624735;
  background-color: #fdf0e7;
}
.list-group-item-npeach.list-group-item-action:hover, .list-group-item-npeach.list-group-item-action:focus {
  color: #624735;
  background-color: #e4d8d0;
}
.list-group-item-npeach.list-group-item-action.active {
  color: #fff;
  background-color: #624735;
  border-color: #624735;
}

.list-group-item-lightgreen {
  color: #355645;
  background-color: #e7f7ef;
}
.list-group-item-lightgreen.list-group-item-action:hover, .list-group-item-lightgreen.list-group-item-action:focus {
  color: #355645;
  background-color: #d0ded7;
}
.list-group-item-lightgreen.list-group-item-action.active {
  color: #fff;
  background-color: #355645;
  border-color: #355645;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 38, 58, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 40px;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 769px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 1281px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1441px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 480.98) {
  .modal-fullscreen-xs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xs-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-header,
.modal-fullscreen-xs-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 768.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1024.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1280.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1440.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1600.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1919.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header,
.modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxxl, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xs {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 480.98) {
  .offcanvas-xs {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 480.98) and (prefers-reduced-motion: reduce) {
  .offcanvas-xs {
    transition: none;
  }
}
@media (max-width: 480.98) {
  .offcanvas-xs.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 480.98) {
  .offcanvas-xs.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 480.98) {
  .offcanvas-xs.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 480.98) {
  .offcanvas-xs.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 480.98) {
  .offcanvas-xs.showing, .offcanvas-xs.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 480.98) {
  .offcanvas-xs.showing, .offcanvas-xs.hiding, .offcanvas-xs.show {
    visibility: visible;
  }
}
@media (min-width: 481) {
  .offcanvas-xs {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xs .offcanvas-header {
    display: none;
  }
  .offcanvas-xs .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 768.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 768.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 768.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 768.98px) {
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 768.98px) {
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 768.98px) {
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 768.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 768.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 769px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1024.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1024.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 1024.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1024.98px) {
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1024.98px) {
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1024.98px) {
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1024.98px) {
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1024.98px) {
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 1025px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1280.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1280.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 1280.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1280.98px) {
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1280.98px) {
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1280.98px) {
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1280.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1280.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 1281px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1440.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1440.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1440.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1440.98px) {
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1440.98px) {
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1440.98px) {
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1440.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1440.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1441px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1600.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1600.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1600.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1600.98px) {
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1600.98px) {
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1600.98px) {
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1600.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1600.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1601px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1919.98px) {
  .offcanvas-xxxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1919.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxl {
    transition: none;
  }
}
@media (max-width: 1919.98px) {
  .offcanvas-xxxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1919.98px) {
  .offcanvas-xxxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1919.98px) {
  .offcanvas-xxxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1919.98px) {
  .offcanvas-xxxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1919.98px) {
  .offcanvas-xxxl.showing, .offcanvas-xxxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1919.98px) {
  .offcanvas-xxxl.showing, .offcanvas-xxxl.hiding, .offcanvas-xxxl.show {
    visibility: visible;
  }
}
@media (min-width: 1920px) {
  .offcanvas-xxxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(0, 38, 58, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-marine {
  color: #fff !important;
  background-color: RGBA(0, 97, 127, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-shoreline {
  color: #000 !important;
  background-color: RGBA(171, 229, 56, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-turquoise {
  color: #000 !important;
  background-color: RGBA(106, 209, 227, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-sand {
  color: #000 !important;
  background-color: RGBA(245, 241, 232, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-coolgray {
  color: #fff !important;
  background-color: RGBA(89, 89, 92, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warmgray {
  color: #000 !important;
  background-color: RGBA(181, 171, 163, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-nred {
  color: #000 !important;
  background-color: RGBA(232, 89, 79, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-norange {
  color: #000 !important;
  background-color: RGBA(250, 133, 79, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-ngold {
  color: #000 !important;
  background-color: RGBA(189, 158, 112, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-nbrown {
  color: #fff !important;
  background-color: RGBA(125, 89, 89, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-nyellow {
  color: #000 !important;
  background-color: RGBA(255, 199, 54, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-ngreen {
  color: #fff !important;
  background-color: RGBA(54, 86, 61, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-npink {
  color: #000 !important;
  background-color: RGBA(227, 189, 207, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-nfuchsia {
  color: #fff !important;
  background-color: RGBA(84, 56, 89, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-npurple {
  color: #000 !important;
  background-color: RGBA(122, 115, 189, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-npalegreen {
  color: #000 !important;
  background-color: RGBA(209, 217, 209, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-npaleyellow {
  color: #000 !important;
  background-color: RGBA(242, 229, 150, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-npeach {
  color: #000 !important;
  background-color: RGBA(245, 178, 133, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lightgreen {
  color: #000 !important;
  background-color: RGBA(133, 214, 173, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #00263A !important;
}
.link-primary:hover, .link-primary:focus {
  color: #001e2e !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

.link-marine {
  color: #00617f !important;
}
.link-marine:hover, .link-marine:focus {
  color: #004e66 !important;
}

.link-shoreline {
  color: #abe538 !important;
}
.link-shoreline:hover, .link-shoreline:focus {
  color: #bcea60 !important;
}

.link-turquoise {
  color: #6AD1E3 !important;
}
.link-turquoise:hover, .link-turquoise:focus {
  color: #88dae9 !important;
}

.link-sand {
  color: #F5F1E8 !important;
}
.link-sand:hover, .link-sand:focus {
  color: #f7f4ed !important;
}

.link-coolgray {
  color: #59595C !important;
}
.link-coolgray:hover, .link-coolgray:focus {
  color: #47474a !important;
}

.link-warmgray {
  color: #B5ABA3 !important;
}
.link-warmgray:hover, .link-warmgray:focus {
  color: #c4bcb5 !important;
}

.link-nred {
  color: #E8594F !important;
}
.link-nred:hover, .link-nred:focus {
  color: #ed7a72 !important;
}

.link-norange {
  color: #FA854F !important;
}
.link-norange:hover, .link-norange:focus {
  color: #fb9d72 !important;
}

.link-ngold {
  color: #BD9E70 !important;
}
.link-ngold:hover, .link-ngold:focus {
  color: #cab18d !important;
}

.link-nbrown {
  color: #7D5959 !important;
}
.link-nbrown:hover, .link-nbrown:focus {
  color: #644747 !important;
}

.link-nyellow {
  color: #FFC736 !important;
}
.link-nyellow:hover, .link-nyellow:focus {
  color: #ffd25e !important;
}

.link-ngreen {
  color: #36563D !important;
}
.link-ngreen:hover, .link-ngreen:focus {
  color: #2b4531 !important;
}

.link-npink {
  color: #E3BDCF !important;
}
.link-npink:hover, .link-npink:focus {
  color: #e9cad9 !important;
}

.link-nfuchsia {
  color: #543859 !important;
}
.link-nfuchsia:hover, .link-nfuchsia:focus {
  color: #432d47 !important;
}

.link-npurple {
  color: #7A73BD !important;
}
.link-npurple:hover, .link-npurple:focus {
  color: #958fca !important;
}

.link-npalegreen {
  color: #D1D9D1 !important;
}
.link-npalegreen:hover, .link-npalegreen:focus {
  color: #dae1da !important;
}

.link-npaleyellow {
  color: #F2E596 !important;
}
.link-npaleyellow:hover, .link-npaleyellow:focus {
  color: #f5eaab !important;
}

.link-npeach {
  color: #F5B285 !important;
}
.link-npeach:hover, .link-npeach:focus {
  color: #f7c19d !important;
}

.link-lightgreen {
  color: #85D6AD !important;
}
.link-lightgreen:hover, .link-lightgreen:focus {
  color: #9ddebd !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 481) {
  .sticky-xs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xs-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 769px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1025px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1281px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1441px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1601px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1920px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-marine {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-marine-rgb), var(--bs-border-opacity)) !important;
}

.border-shoreline {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-shoreline-rgb), var(--bs-border-opacity)) !important;
}

.border-turquoise {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-turquoise-rgb), var(--bs-border-opacity)) !important;
}

.border-sand {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-sand-rgb), var(--bs-border-opacity)) !important;
}

.border-coolgray {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-coolgray-rgb), var(--bs-border-opacity)) !important;
}

.border-warmgray {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warmgray-rgb), var(--bs-border-opacity)) !important;
}

.border-nred {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-nred-rgb), var(--bs-border-opacity)) !important;
}

.border-norange {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-norange-rgb), var(--bs-border-opacity)) !important;
}

.border-ngold {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-ngold-rgb), var(--bs-border-opacity)) !important;
}

.border-nbrown {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-nbrown-rgb), var(--bs-border-opacity)) !important;
}

.border-nyellow {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-nyellow-rgb), var(--bs-border-opacity)) !important;
}

.border-ngreen {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-ngreen-rgb), var(--bs-border-opacity)) !important;
}

.border-npink {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-npink-rgb), var(--bs-border-opacity)) !important;
}

.border-nfuchsia {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-nfuchsia-rgb), var(--bs-border-opacity)) !important;
}

.border-npurple {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-npurple-rgb), var(--bs-border-opacity)) !important;
}

.border-npalegreen {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-npalegreen-rgb), var(--bs-border-opacity)) !important;
}

.border-npaleyellow {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-npaleyellow-rgb), var(--bs-border-opacity)) !important;
}

.border-npeach {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-npeach-rgb), var(--bs-border-opacity)) !important;
}

.border-lightgreen {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lightgreen-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-marine {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-marine-rgb), var(--bs-text-opacity)) !important;
}

.text-shoreline {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-shoreline-rgb), var(--bs-text-opacity)) !important;
}

.text-turquoise {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-turquoise-rgb), var(--bs-text-opacity)) !important;
}

.text-sand {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-sand-rgb), var(--bs-text-opacity)) !important;
}

.text-coolgray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-coolgray-rgb), var(--bs-text-opacity)) !important;
}

.text-warmgray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warmgray-rgb), var(--bs-text-opacity)) !important;
}

.text-nred {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-nred-rgb), var(--bs-text-opacity)) !important;
}

.text-norange {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-norange-rgb), var(--bs-text-opacity)) !important;
}

.text-ngold {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-ngold-rgb), var(--bs-text-opacity)) !important;
}

.text-nbrown {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-nbrown-rgb), var(--bs-text-opacity)) !important;
}

.text-nyellow {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-nyellow-rgb), var(--bs-text-opacity)) !important;
}

.text-ngreen {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-ngreen-rgb), var(--bs-text-opacity)) !important;
}

.text-npink {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-npink-rgb), var(--bs-text-opacity)) !important;
}

.text-nfuchsia {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-nfuchsia-rgb), var(--bs-text-opacity)) !important;
}

.text-npurple {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-npurple-rgb), var(--bs-text-opacity)) !important;
}

.text-npalegreen {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-npalegreen-rgb), var(--bs-text-opacity)) !important;
}

.text-npaleyellow {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-npaleyellow-rgb), var(--bs-text-opacity)) !important;
}

.text-npeach {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-npeach-rgb), var(--bs-text-opacity)) !important;
}

.text-lightgreen {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lightgreen-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-marine {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-marine-rgb), var(--bs-bg-opacity)) !important;
}

.bg-shoreline {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-shoreline-rgb), var(--bs-bg-opacity)) !important;
}

.bg-turquoise {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-turquoise-rgb), var(--bs-bg-opacity)) !important;
}

.bg-sand {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-sand-rgb), var(--bs-bg-opacity)) !important;
}

.bg-coolgray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-coolgray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warmgray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warmgray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-nred {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-nred-rgb), var(--bs-bg-opacity)) !important;
}

.bg-norange {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-norange-rgb), var(--bs-bg-opacity)) !important;
}

.bg-ngold {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-ngold-rgb), var(--bs-bg-opacity)) !important;
}

.bg-nbrown {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-nbrown-rgb), var(--bs-bg-opacity)) !important;
}

.bg-nyellow {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-nyellow-rgb), var(--bs-bg-opacity)) !important;
}

.bg-ngreen {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-ngreen-rgb), var(--bs-bg-opacity)) !important;
}

.bg-npink {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-npink-rgb), var(--bs-bg-opacity)) !important;
}

.bg-nfuchsia {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-nfuchsia-rgb), var(--bs-bg-opacity)) !important;
}

.bg-npurple {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-npurple-rgb), var(--bs-bg-opacity)) !important;
}

.bg-npalegreen {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-npalegreen-rgb), var(--bs-bg-opacity)) !important;
}

.bg-npaleyellow {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-npaleyellow-rgb), var(--bs-bg-opacity)) !important;
}

.bg-npeach {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-npeach-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lightgreen {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lightgreen-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 481) {
  .float-xs-start {
    float: left !important;
  }
  .float-xs-end {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xs-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xs-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xs-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xs-5 {
    margin-top: 3rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .me-xs-1 {
    margin-right: 0.25rem !important;
  }
  .me-xs-2 {
    margin-right: 0.5rem !important;
  }
  .me-xs-3 {
    margin-right: 1rem !important;
  }
  .me-xs-4 {
    margin-right: 1.5rem !important;
  }
  .me-xs-5 {
    margin-right: 3rem !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .ms-xs-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xs-3 {
    margin-left: 1rem !important;
  }
  .ms-xs-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xs-5 {
    margin-left: 3rem !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xs-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xs-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xs-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xs-3 {
    padding-top: 1rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xs-5 {
    padding-top: 3rem !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .pe-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xs-3 {
    padding-right: 1rem !important;
  }
  .pe-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .ps-xs-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xs-3 {
    padding-left: 1rem !important;
  }
  .ps-xs-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xs-5 {
    padding-left: 3rem !important;
  }
  .gap-xs-0 {
    gap: 0 !important;
  }
  .gap-xs-1 {
    gap: 0.25rem !important;
  }
  .gap-xs-2 {
    gap: 0.5rem !important;
  }
  .gap-xs-3 {
    gap: 1rem !important;
  }
  .gap-xs-4 {
    gap: 1.5rem !important;
  }
  .gap-xs-5 {
    gap: 3rem !important;
  }
  .text-xs-start {
    text-align: left !important;
  }
  .text-xs-end {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 769px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 1025px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1281px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1441px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1601px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: "IconFonts";
  src: url("../fonts/IconFonts.ttf?a4o3a2") format("truetype"), url("../fonts/IconFonts.woff?a4o3a2") format("woff"), url("../fonts/IconFonts.svg?a4o3a2#IconFonts") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ic], [class*=" ic"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "IconFonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icarrowdown:before {
  content: "\e900";
}

.icarrowleft:before {
  content: "\e901";
}

.icarrowright:before {
  content: "\e902";
}

.icarrowup:before {
  content: "\e903";
}

.icburgermenu:before {
  content: "\e904";
}

.iccalendar:before {
  content: "\e905";
}

.iccard:before {
  content: "\e906";
}

.iccart:before {
  content: "\e907";
}

.icchat:before {
  content: "\e908";
}

.iccircleclose:before {
  content: "\e909";
}

.iccircleminus:before {
  content: "\e90a";
}

.iccircleplus:before {
  content: "\e90b";
}

.iccircletick:before {
  content: "\e90c";
}

.iccirclewarning:before {
  content: "\e90d";
}

.icclock:before {
  content: "\e90e";
}

.icclose:before {
  content: "\e90f";
}

.iccurrency:before {
  content: "\e910";
}

.icdelete:before {
  content: "\e911";
}

.icdocument:before {
  content: "\e912";
}

.icdotmenu:before {
  content: "\e913";
}

.icdown:before {
  content: "\e914";
}

.icedit:before {
  content: "\e915";
}

.icerror:before {
  content: "\e916";
}

.iceye:before {
  content: "\e917";
}

.iceyeoff:before {
  content: "\e918";
}

.icfilter:before {
  content: "\e919";
}

.ichome:before {
  content: "\e91a";
}

.icimage:before {
  content: "\e91b";
}

.icinfo:before {
  content: "\e91c";
}

.icleft:before {
  content: "\e91d";
}

.iclogo:before {
  content: "\e91e";
}

.icmap:before {
  content: "\e91f";
}

.icnotification:before {
  content: "\e920";
}

.icoffer:before {
  content: "\e921";
}

.icphone:before {
  content: "\e922";
}

.icphoto:before {
  content: "\e923";
}

.icpin:before {
  content: "\e924";
}

.icprofile:before {
  content: "\e925";
}

.icreload:before {
  content: "\e926";
}

.icright:before {
  content: "\e927";
}

.icsearch:before {
  content: "\e928";
}

.icsettings:before {
  content: "\e929";
}

.icshare:before {
  content: "\e92a";
}

.icshop:before {
  content: "\e92b";
}

.icsort:before {
  content: "\e92c";
}

.icticket:before {
  content: "\e92d";
}

.icup:before {
  content: "\e92e";
}

.icuser:before {
  content: "\e92f";
}

.icwallet:before {
  content: "\e930";
}

.header-section {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
}
.header-section a {
  text-decoration: none;
}
.header-section .top-header {
  height: 60px;
  background: white;
}
.header-section .top-header .dropdown {
  margin-right: 30px;
}
@media (max-width: 1920px) {
  .header-section .top-header .dropdown {
    margin-right: calc(25px + (30 - 25) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .top-header .dropdown {
    margin-right: calc(20px + (25 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .top-header .dropdown {
    margin-right: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .top-header .dropdown {
    margin-right: calc(15px + (20 - 15) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .top-header .dropdown {
    margin-right: calc(15px + (15 - 15) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .top-header .dropdown {
    margin-right: calc(15px + (15 - 15) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .top-header .dropdown {
    margin-right: calc(15px + (15 - 15) * ((100vw - 320px) / (480 - 320)));
  }
}
.header-section .top-header .dropdown.language {
  margin-left: 30px;
  margin-right: 60px;
}
@media (max-width: 1920px) {
  .header-section .top-header .dropdown.language {
    margin-left: calc(25px + (30 - 25) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .top-header .dropdown.language {
    margin-left: calc(20px + (25 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .top-header .dropdown.language {
    margin-left: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .top-header .dropdown.language {
    margin-left: calc(15px + (20 - 15) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .top-header .dropdown.language {
    margin-left: calc(15px + (15 - 15) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .top-header .dropdown.language {
    margin-left: calc(15px + (15 - 15) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .top-header .dropdown.language {
    margin-left: calc(15px + (15 - 15) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .header-section .top-header .dropdown.language {
    margin-right: calc(50px + (60 - 50) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .top-header .dropdown.language {
    margin-right: calc(40px + (50 - 40) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .top-header .dropdown.language {
    margin-right: calc(40px + (40 - 40) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .top-header .dropdown.language {
    margin-right: calc(30px + (40 - 30) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .top-header .dropdown.language {
    margin-right: calc(30px + (30 - 30) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .top-header .dropdown.language {
    margin-right: calc(30px + (30 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .top-header .dropdown.language {
    margin-right: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.header-section .top-header .dropdown:hover .dropdown-menu {
  display: block;
}
.header-section .top-header .dropdown .dropdown-toggle,
.header-section .top-header .dropdown > a {
  background: transparent;
  border: none;
  font-size: 16px;
  line-height: 20px;
  color: #59595C;
  font-family: "nakheel", "nakheelregular_text";
  height: 60px;
}
@media (max-width: 1920px) {
  .header-section .top-header .dropdown .dropdown-toggle,
.header-section .top-header .dropdown > a {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .top-header .dropdown .dropdown-toggle,
.header-section .top-header .dropdown > a {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .top-header .dropdown .dropdown-toggle,
.header-section .top-header .dropdown > a {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .top-header .dropdown .dropdown-toggle,
.header-section .top-header .dropdown > a {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .top-header .dropdown .dropdown-toggle,
.header-section .top-header .dropdown > a {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .top-header .dropdown .dropdown-toggle,
.header-section .top-header .dropdown > a {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .top-header .dropdown .dropdown-toggle,
.header-section .top-header .dropdown > a {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .header-section .top-header .dropdown .dropdown-toggle,
.header-section .top-header .dropdown > a {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .top-header .dropdown .dropdown-toggle,
.header-section .top-header .dropdown > a {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .top-header .dropdown .dropdown-toggle,
.header-section .top-header .dropdown > a {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .top-header .dropdown .dropdown-toggle,
.header-section .top-header .dropdown > a {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .top-header .dropdown .dropdown-toggle,
.header-section .top-header .dropdown > a {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .top-header .dropdown .dropdown-toggle,
.header-section .top-header .dropdown > a {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .top-header .dropdown .dropdown-toggle,
.header-section .top-header .dropdown > a {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.header-section .top-header .dropdown .dropdown-toggle:after,
.header-section .top-header .dropdown > a:after {
  content: "\e900";
  font-family: "IconFonts" !important;
  border: 0;
  margin-left: 10px;
  vertical-align: -3px;
}
.header-section .top-header .dropdown .dropdown-toggle:hover:before, .header-section .top-header .dropdown .dropdown-toggle:focus:before,
.header-section .top-header .dropdown > a:hover:before,
.header-section .top-header .dropdown > a:focus:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #6AD1E3;
  position: absolute;
  top: 55px;
  z-index: 9999;
  left: 0px;
}
@media (min-width: 1025px) {
  .header-section .top-header .dropdown .dropdown-toggle:hover:after, .header-section .top-header .dropdown .dropdown-toggle:focus:after,
.header-section .top-header .dropdown > a:hover:after,
.header-section .top-header .dropdown > a:focus:after {
    transform: rotate(180deg);
  }
}
.header-section .top-header .dropdown > a {
  display: flex;
  align-items: center;
}
.header-section .top-header .dropdown > a.dropdown-item::after, .header-section .top-header .dropdown > a.lang-item::after {
  display: none;
}
.header-section .top-header .dropdown .dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 20px;
  background: #F3F4F5;
}
.header-section .top-header .dropdown .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #D1D9D1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.header-section .top-header .dropdown .dropdown-menu li a {
  padding: 0;
}
.header-section .top-header .dropdown .dropdown-menu li:hover a {
  background: transparent;
  color: #6AD1E3;
}
.header-section .top-header .nakheel-content-block {
  height: 100%;
}
.header-section .top-header .nakheel-content-block .sfContentBlock {
  height: 100%;
}
.header-section .top-header .call-btn {
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  background: #6AD1E3;
  color: white;
  font-size: 24px;
  line-height: 28px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "nakheel", "nakheelbold_text";
}
@media (max-width: 1920px) {
  .header-section .top-header .call-btn {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .top-header .call-btn {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .top-header .call-btn {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .top-header .call-btn {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .top-header .call-btn {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .top-header .call-btn {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .top-header .call-btn {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .header-section .top-header .call-btn {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .top-header .call-btn {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .top-header .call-btn {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .top-header .call-btn {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .top-header .call-btn {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .top-header .call-btn {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .top-header .call-btn {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .header-section .top-header .call-btn {
    padding-left: calc(30px + (30 - 30) * ((100vw - 1600px) / (1920 - 1600)));
    padding-right: calc(30px + (30 - 30) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .top-header .call-btn {
    padding-left: calc(30px + (30 - 30) * ((100vw - 1440px) / (1600 - 1440)));
    padding-right: calc(30px + (30 - 30) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .top-header .call-btn {
    padding-left: calc(30px + (30 - 30) * ((100vw - 1280px) / (1440 - 1280)));
    padding-right: calc(30px + (30 - 30) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .top-header .call-btn {
    padding-left: calc(30px + (30 - 30) * ((100vw - 1024px) / (1280 - 1024)));
    padding-right: calc(30px + (30 - 30) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .top-header .call-btn {
    padding-left: calc(30px + (30 - 30) * ((100vw - 768px) / (1024 - 768)));
    padding-right: calc(30px + (30 - 30) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .top-header .call-btn {
    padding-left: calc(30px + (30 - 30) * ((100vw - 480px) / (768 - 480)));
    padding-right: calc(30px + (30 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .top-header .call-btn {
    padding-left: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
    padding-right: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.header-section .top-header .call-btn img {
  max-height: 24px;
  margin-right: 10px;
}
.header-section .bottom-header {
  height: 80px;
  background: linear-gradient(0deg, rgba(41, 96, 124, 0) 0%, rgba(27, 68, 92, 0.4) 41%, rgba(12, 37, 56, 0.8) 100%);
  padding-top: 20px;
}
.header-section .bottom-header .navbar {
  background: transparent;
  width: 100%;
  padding: 0;
}
.header-section .bottom-header .navbar .navbar-collapse {
  height: 100%;
}
.header-section .bottom-header .navbar .menu-outer {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.header-section .bottom-header .navbar .menu-outer .Logo {
  height: 34px;
  max-width: 200px;
  max-height: 80px;
  text-decoration: none;
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .Logo {
    height: calc(34px + (34 - 34) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .Logo {
    height: calc(34px + (34 - 34) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .Logo {
    height: calc(34px + (34 - 34) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .Logo {
    height: calc(34px + (34 - 34) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .Logo {
    height: calc(34px + (34 - 34) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .Logo {
    height: calc(34px + (34 - 34) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .Logo {
    height: calc(34px + (34 - 34) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .Logo {
    max-width: calc(180px + (200 - 180) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .Logo {
    max-width: calc(160px + (180 - 160) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .Logo {
    max-width: calc(140px + (160 - 140) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .Logo {
    max-width: calc(120px + (140 - 120) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .Logo {
    max-width: calc(120px + (120 - 120) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .Logo {
    max-width: calc(110px + (120 - 110) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .Logo {
    max-width: calc(100px + (110 - 100) * ((100vw - 320px) / (480 - 320)));
  }
}
.header-section .bottom-header .navbar .menu-outer .Logo img {
  min-height: 100%;
  height: 100%;
  max-width: 100%;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:not(:last-child) {
    margin-right: calc(35px + (40 - 35) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:not(:last-child) {
    margin-right: calc(30px + (35 - 30) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:not(:last-child) {
    margin-right: calc(25px + (30 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:not(:last-child) {
    margin-right: calc(20px + (25 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:not(:last-child) {
    margin-right: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:not(:last-child) {
    margin-right: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:not(:last-child) {
    margin-right: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:nth-child(3) {
  margin-right: 30px;
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:nth-child(3) {
    margin-right: calc(25px + (30 - 25) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:nth-child(3) {
    margin-right: calc(25px + (25 - 25) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:nth-child(3) {
    margin-right: calc(20px + (25 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:nth-child(3) {
    margin-right: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:nth-child(3) {
    margin-right: calc(15px + (20 - 15) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:nth-child(3) {
    margin-right: calc(15px + (15 - 15) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:nth-child(3) {
    margin-right: calc(15px + (15 - 15) * ((100vw - 320px) / (480 - 320)));
  }
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:nth-child(3) .nav-link {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 30px;
  max-height: 24px;
  text-decoration: none;
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:nth-child(3) .nav-link {
    padding-right: calc(25px + (30 - 25) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:nth-child(3) .nav-link {
    padding-right: calc(25px + (25 - 25) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:nth-child(3) .nav-link {
    padding-right: calc(20px + (25 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:nth-child(3) .nav-link {
    padding-right: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:nth-child(3) .nav-link {
    padding-right: calc(15px + (20 - 15) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:nth-child(3) .nav-link {
    padding-right: calc(15px + (15 - 15) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:nth-child(3) .nav-link {
    padding-right: calc(15px + (15 - 15) * ((100vw - 320px) / (480 - 320)));
  }
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item.mobileviewmenu {
  display: none !important;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:has(.megamenu-outer:hover) .nav-link::after {
  content: "";
  width: 100%;
  height: 5px;
  background: turquoise;
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:has(.megamenu-outer:hover) .nav-link::after {
    display: none;
  }
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link {
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-family: "nakheel", "nakheelregular_text";
  padding: 7px 0;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link a {
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-family: "nakheel", "nakheelregular_text";
  text-decoration: none;
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link a {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link a {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link a {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link a {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link a {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link a {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link a {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link a {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link a {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link a {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link a {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link a {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link a {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link a {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link .icarrowdown {
  margin-left: 10px;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link:hover::after {
  content: "";
  width: 100%;
  height: 5px;
  background: turquoise;
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 1;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer {
  background: transparent;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  display: none;
  visibility: hidden;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper {
  background: white;
  display: flex;
  max-height: calc(100vh - 180px);
  box-shadow: 0px 3px 90px rgba(0, 0, 0, 0.1607843137);
  visibility: visible;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
  width: 100%;
  padding: 30px;
  padding-right: 60px;
  padding-left: 50px;
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding: calc(28px + (30 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding: calc(20px + (24 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding: calc(18px + (20 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding: calc(16px + (18 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding: calc(14px + (16 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding: calc(12px + (14 - 12) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding-right: calc(54px + (60 - 54) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding-right: calc(48px + (54 - 48) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding-right: calc(42px + (48 - 42) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding-right: calc(36px + (42 - 36) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding-right: calc(30px + (36 - 30) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding-right: calc(24px + (30 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding-right: calc(18px + (24 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding-left: calc(46px + (50 - 46) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding-left: calc(42px + (46 - 42) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding-left: calc(38px + (42 - 38) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding-left: calc(36px + (38 - 36) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding-left: calc(30px + (36 - 30) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding-left: calc(24px + (30 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding-left: calc(18px + (24 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .list-menu {
  width: 18%;
  min-width: 18%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 10px;
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .list-menu {
    padding-top: calc(28px + (30 - 28) * ((100vw - 1600px) / (1920 - 1600)));
    padding-bottom: calc(28px + (30 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .list-menu {
    padding-top: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
    padding-bottom: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .list-menu {
    padding-top: calc(20px + (24 - 20) * ((100vw - 1280px) / (1440 - 1280)));
    padding-bottom: calc(20px + (24 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .list-menu {
    padding-top: calc(18px + (20 - 18) * ((100vw - 1024px) / (1280 - 1024)));
    padding-bottom: calc(18px + (20 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .list-menu {
    padding-top: calc(16px + (18 - 16) * ((100vw - 768px) / (1024 - 768)));
    padding-bottom: calc(16px + (18 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .list-menu {
    padding-top: calc(14px + (16 - 14) * ((100vw - 480px) / (768 - 480)));
    padding-bottom: calc(14px + (16 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .list-menu {
    padding-top: calc(12px + (14 - 12) * ((100vw - 320px) / (480 - 320)));
    padding-bottom: calc(12px + (14 - 12) * ((100vw - 320px) / (480 - 320)));
  }
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .right-menu {
  width: 18%;
  min-width: 18%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding: 30px;
  box-shadow: 0px 3px 90px rgba(0, 0, 0, 0.1607843137);
  padding-right: 10px;
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .right-menu {
    padding: calc(28px + (30 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .right-menu {
    padding: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .right-menu {
    padding: calc(20px + (24 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .right-menu {
    padding: calc(18px + (20 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .right-menu {
    padding: calc(16px + (18 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .right-menu {
    padding: calc(14px + (16 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .right-menu {
    padding: calc(12px + (14 - 12) * ((100vw - 320px) / (480 - 320)));
  }
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
  color: #00617f;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
  font-family: "nakheel", "nakheelbold_text";
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    margin-bottom: calc(26px + (30 - 26) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    margin-bottom: calc(24px + (26 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    margin-bottom: calc(22px + (24 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    margin-bottom: calc(20px + (22 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    margin-bottom: calc(18px + (20 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    margin-bottom: calc(16px + (18 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    margin-bottom: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title a {
  color: #00617f;
  text-decoration: none;
  font-family: "nakheel", "nakheelbold_text";
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title .view-all {
  color: #59595C;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  font-family: "nakheel", "nakheelregular_text";
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title .view-all {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title .view-all {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title .view-all {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title .view-all {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title .view-all {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title .view-all {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title .view-all {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title .view-all {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title .view-all {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title .view-all {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title .view-all {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title .view-all {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title .view-all {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title .view-all {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    font-size: 14px !important;
    line-height: 16px !important;
  }
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections {
  padding: 0;
  max-height: 90%;
  overflow: auto;
  padding-right: 10px;
  display: grid;
  column-gap: 3%;
  row-gap: 20px;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections::-webkit-scrollbar {
  width: 5px;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections::-webkit-scrollbar-thumb {
  background: #B5ABA3;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li {
  list-style: none;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li a {
  text-decoration: none;
  display: block;
  width: 100%;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li a img {
  width: 100%;
  object-fit: cover;
  max-height: 132px;
  height: 110px;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li a p {
  margin: 10px 0 0 0;
  color: #59595C;
  font-size: 18px;
  line-height: 22px;
  font-family: "nakheel", "nakheelbold_text";
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li a p {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li a p {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li a p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li a p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li a p {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li a p {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li a p {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li a p {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li a p {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li a p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li a p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li a p {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li a p {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li a p {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list {
  margin: 0;
  padding: 0 0 0 20px;
  border-left: 1px solid #eaeaea;
  max-height: 85%;
  overflow: auto;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list::-webkit-scrollbar {
  width: 5px;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list::-webkit-scrollbar-thumb {
  background: #B5ABA3;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list:not(:last-child) {
    margin-bottom: calc(40px + (50 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list:not(:last-child) {
    margin-bottom: calc(35px + (40 - 35) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list:not(:last-child) {
    margin-bottom: calc(30px + (35 - 30) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list:not(:last-child) {
    margin-bottom: calc(25px + (30 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list:not(:last-child) {
    margin-bottom: calc(20px + (25 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list:not(:last-child) {
    margin-bottom: calc(15px + (20 - 15) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list:not(:last-child) {
    margin-bottom: calc(15px + (15 - 15) * ((100vw - 320px) / (480 - 320)));
  }
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li {
  list-style: none;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-family: "nakheel", "nakheelregular_text";
  color: #59595C;
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li a {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li a {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li a {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li a {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li a {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li a {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li a {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li a {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li a {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li a {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li a {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li a {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li a {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li a {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li:not(:last-child) {
  padding-bottom: 10px;
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li:not(:last-child) {
    padding-bottom: calc(8px + (10 - 8) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li:not(:last-child) {
    padding-bottom: calc(7px + (8 - 7) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li:not(:last-child) {
    padding-bottom: calc(7px + (7 - 7) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li:not(:last-child) {
    padding-bottom: calc(6px + (7 - 6) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li:not(:last-child) {
    padding-bottom: calc(6px + (6 - 6) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li:not(:last-child) {
    padding-bottom: calc(6px + (6 - 6) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li:not(:last-child) {
    padding-bottom: calc(6px + (6 - 6) * ((100vw - 320px) / (480 - 320)));
  }
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper.small {
  background: transparent;
  justify-content: end;
  box-shadow: none;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper.small .right-menu {
  width: 308px;
  max-width: 308px;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer.gridtwo .menu-wrapper .menu-collections {
  display: grid;
  grid-template-columns: auto auto;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer.gridthree .menu-wrapper .menu-collections {
  display: grid;
  grid-template-columns: auto auto auto;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer.gridfour .menu-wrapper .menu-collections {
  display: grid;
  grid-template-columns: auto auto auto auto;
}
@media (min-width: 1025px) {
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:hover .nav-link .icarrowdown {
    transform: rotate(180deg);
  }
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:hover .nav-link::after {
  content: "";
  width: 100%;
  height: 5px;
  background: turquoise;
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 1;
}
.header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:hover .nav-link + .megamenu-outer {
  display: block;
}
.header-section .bottom-header .navbar .menu-outer .cls-icon-div {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 0;
}
.header-section .bottom-header .navbar .menu-outer .cls-icon-div a {
  text-decoration: none;
  display: inline-block;
  margin-left: 30px;
}
@media (max-width: 1920px) {
  .header-section .bottom-header .navbar .menu-outer .cls-icon-div a {
    margin-left: calc(25px + (30 - 25) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .header-section .bottom-header .navbar .menu-outer .cls-icon-div a {
    margin-left: calc(25px + (25 - 25) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .header-section .bottom-header .navbar .menu-outer .cls-icon-div a {
    margin-left: calc(20px + (25 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .header-section .bottom-header .navbar .menu-outer .cls-icon-div a {
    margin-left: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer .cls-icon-div a {
    margin-left: calc(15px + (20 - 15) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .header-section .bottom-header .navbar .menu-outer .cls-icon-div a {
    margin-left: calc(15px + (15 - 15) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .header-section .bottom-header .navbar .menu-outer .cls-icon-div a {
    margin-left: calc(15px + (15 - 15) * ((100vw - 320px) / (480 - 320)));
  }
}
.header-section .bottom-header .navbar .menu-outer .cls-icon-div a img {
  height: 24px;
  width: 100%;
  max-height: 24px;
  max-width: 24px;
}
.header-section .bottom-header .helper-icons {
  display: none;
}
.header-section .bottom-header .navbar-collapse > .dropdown.language {
  display: none;
}
.header-section .bottom-header .mobile-view-menus {
  display: none;
}
@media (max-width: 1024px) {
  .header-section:has(.navbar-collapse.show) .bottom-header {
    background: #00263A;
  }
  .header-section:has(.navbar-collapse.show) .bottom-header .navbar-toggler {
    background: url("../images/Icon-w-Close.svg");
    background-size: contain;
    background-position: center;
  }
  .header-section:has(.navbar-collapse.show) .bottom-header .navbar-toggler img {
    visibility: hidden;
  }
}
@media (max-width: 1024px) {
  .header-section .top-header {
    display: none;
  }
  .header-section .bottom-header .helper-icons {
    display: flex;
    align-items: center;
  }
  .header-section .bottom-header .helper-icons .cls-icon-div {
    border-left: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 15px 0 0;
    padding-right: 0;
  }
  .header-section .bottom-header .helper-icons .cls-icon-div a {
    margin: 0 15px 0 0 !important;
    height: 24px;
    width: 24px;
  }
  .header-section .bottom-header .helper-icons .cls-icon-div a img {
    max-width: 100% !important;
    height: 24px !important;
    max-height: 24px !important;
    max-width: 100% !important;
  }
  .header-section .bottom-header .helper-icons .navbar-toggler {
    border: 0;
    padding: 0;
    height: 24px;
    width: 24px;
  }
  .header-section .bottom-header .helper-icons .navbar-toggler img {
    max-width: 100%;
  }
  .header-section .bottom-header .helper-icons .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .header-section .bottom-header .navbar-collapse > .dropdown.language {
    display: block;
  }
  .header-section .bottom-header .navbar-collapse > .dropdown.language .dropdown-menu {
    background-color: transparent;
    position: static;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 30px;
  }
  .header-section .bottom-header .navbar-collapse > .dropdown.language .dropdown-menu li a {
    color: #6AD1E3;
    text-align: end;
  }
  .header-section .bottom-header .navbar-collapse > .dropdown.language .lang-item {
    padding: 0px 30px 15px 30px;
  }
  .header-section .bottom-header .navbar-collapse > .dropdown.language .lang-item::after {
    content: "\e900";
    font-family: "IconFonts" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 0 10px;
  }
  .header-section .bottom-header .navbar .navbar-collapse {
    position: absolute;
    left: 0;
    top: 60px;
    background-color: #00263A;
    min-height: calc(100vh - 60px);
    overflow: auto;
    width: 100%;
    transition: none;
    display: none;
  }
  .header-section .bottom-header .navbar .navbar-collapse.show {
    display: block;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .header-section .bottom-header .navbar .navbar-collapse.show {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .navbar-collapse .cls-icon-div {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .navbar .menu-outer {
    height: auto;
    flex-wrap: wrap;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav {
    margin: 0 !important;
    height: auto;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item {
    width: 100%;
    height: auto;
    margin: 0 !important;
    border: 0;
    border-bottom: 1px solid rgba(106, 209, 227, 0.2);
    padding: 0;
    display: none !important;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item.active {
    padding-bottom: 0;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link {
    border: 0 !important;
    padding: 15px 30px !important;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link a {
    font-size: 16px !important;
    line-height: 18px !important;
    letter-spacing: 1px;
    width: 100%;
    height: 100%;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link.active {
    background-color: #6AD1E3;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link:first-child {
    padding: 15px 30px !important;
    border: 0;
    max-height: 100%;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link:hover::after {
    display: none;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer {
    display: block;
    position: static;
    overflow: hidden;
    height: 0;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .custom-container {
    margin: 0;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper {
    flex-direction: column;
    background: transparent;
    height: auto;
    max-height: none;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding: 0;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .list-menu {
    width: 100%;
    padding: 0;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .right-menu {
    width: 100%;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title {
    margin: 0;
    padding: 14px 30px;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(106, 209, 227, 0.1);
    color: #6AD1E3;
    font-family: "nakheel", "nakheelregular_text";
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title:before {
    content: "\e900";
    font-family: "IconFonts" !important;
    border: 0;
    margin-right: 10px;
    vertical-align: -3px;
    transform: rotate(270deg);
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title a {
    color: #6AD1E3;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title.active {
    background: rgba(106, 209, 227, 0.5);
    color: white;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title.active + .active {
    background: transparent;
    color: #6AD1E3;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .mega-title .view-all {
    display: none;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections {
    display: flex !important;
    grid-gap: 0;
    flex-direction: column;
    align-items: flex-start;
    height: 0;
    visibility: collapse;
    overflow: initial;
    max-height: 100%;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections.active {
    visibility: visible;
    height: auto;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li {
    max-width: 100%;
    width: 100%;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li a {
    padding: 14px 40px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li a img {
    display: none !important;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li a p {
    margin: 0 0 0 10px;
    color: #6AD1E3;
    font-family: "nakheel", "nakheelregular_text";
    font-size: 14px;
    line-height: 18px;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections li a:before {
    content: "\e900";
    font-family: "IconFonts" !important;
    border: 0;
    vertical-align: -3px;
    transform: rotate(270deg);
    color: #6AD1E3;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list {
    padding: 0;
    border-left: 0;
    height: 0;
    visibility: collapse;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list.active {
    visibility: visible;
    height: auto;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list:not(:last-child) {
    margin: 0;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li {
    border-bottom: 1px solid rgba(106, 209, 227, 0.1);
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li:not(:last-child) {
    padding: 0;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li a {
    padding: 15px 40px;
    display: flex;
    align-items: center;
    color: #6AD1E3;
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li a:before {
    content: "\e900";
    font-family: "IconFonts" !important;
    border: 0;
    vertical-align: -3px;
    transform: rotate(270deg);
    color: #6AD1E3;
    margin-right: 10px;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list li a.direct-link:before {
    transform: rotate(270deg) !important;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper.small .right-menu {
    width: 100%;
    max-width: 100%;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer.active {
    height: auto;
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer.active .menu-wrapper .mega-title.active:before {
    transform: rotate(0deg);
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer.active .menu-wrapper .mega-title.direct-link:before {
    transform: rotate(270deg);
  }
  .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item.mobileviewmenu {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .mobile-view-menus {
    width: 100%;
    display: block;
  }
  .header-section .bottom-header .mobile-view-menus .d-flex {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .header-section .bottom-header .mobile-view-menus .dropdown {
    width: 100%;
  }
  .header-section .bottom-header .mobile-view-menus .dropdown:not(:last-child) {
    border-bottom: 1px solid rgba(106, 209, 227, 0.3);
  }
  .header-section .bottom-header .mobile-view-menus .dropdown > a,
.header-section .bottom-header .mobile-view-menus .dropdown .dropdown-toggle {
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-family: "nakheel", "nakheelregular_text";
    background: none;
    padding: 0;
    border: 0;
    width: 100%;
    text-align: left;
    padding: 15px 30px;
    position: relative;
    display: block;
  }
}
@media (max-width: 1024px) and (max-width: 1920px) {
  .header-section .bottom-header .mobile-view-menus .dropdown > a,
.header-section .bottom-header .mobile-view-menus .dropdown .dropdown-toggle {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1024px) and (max-width: 1600px) {
  .header-section .bottom-header .mobile-view-menus .dropdown > a,
.header-section .bottom-header .mobile-view-menus .dropdown .dropdown-toggle {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .header-section .bottom-header .mobile-view-menus .dropdown > a,
.header-section .bottom-header .mobile-view-menus .dropdown .dropdown-toggle {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1024px) and (max-width: 1280px) {
  .header-section .bottom-header .mobile-view-menus .dropdown > a,
.header-section .bottom-header .mobile-view-menus .dropdown .dropdown-toggle {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .header-section .bottom-header .mobile-view-menus .dropdown > a,
.header-section .bottom-header .mobile-view-menus .dropdown .dropdown-toggle {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .header-section .bottom-header .mobile-view-menus .dropdown > a,
.header-section .bottom-header .mobile-view-menus .dropdown .dropdown-toggle {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .header-section .bottom-header .mobile-view-menus .dropdown > a,
.header-section .bottom-header .mobile-view-menus .dropdown .dropdown-toggle {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1024px) and (max-width: 1920px) {
  .header-section .bottom-header .mobile-view-menus .dropdown > a,
.header-section .bottom-header .mobile-view-menus .dropdown .dropdown-toggle {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1024px) and (max-width: 1600px) {
  .header-section .bottom-header .mobile-view-menus .dropdown > a,
.header-section .bottom-header .mobile-view-menus .dropdown .dropdown-toggle {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .header-section .bottom-header .mobile-view-menus .dropdown > a,
.header-section .bottom-header .mobile-view-menus .dropdown .dropdown-toggle {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1024px) and (max-width: 1280px) {
  .header-section .bottom-header .mobile-view-menus .dropdown > a,
.header-section .bottom-header .mobile-view-menus .dropdown .dropdown-toggle {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .header-section .bottom-header .mobile-view-menus .dropdown > a,
.header-section .bottom-header .mobile-view-menus .dropdown .dropdown-toggle {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .header-section .bottom-header .mobile-view-menus .dropdown > a,
.header-section .bottom-header .mobile-view-menus .dropdown .dropdown-toggle {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .header-section .bottom-header .mobile-view-menus .dropdown > a,
.header-section .bottom-header .mobile-view-menus .dropdown .dropdown-toggle {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .mobile-view-menus .dropdown > a:after,
.header-section .bottom-header .mobile-view-menus .dropdown .dropdown-toggle:after {
    content: "\e900";
    font-family: "IconFonts" !important;
    border: 0;
    margin-left: 0;
    vertical-align: -3px;
    position: absolute;
    right: 30px;
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .mobile-view-menus .dropdown > a.show,
.header-section .bottom-header .mobile-view-menus .dropdown .dropdown-toggle.show {
    background: #6AD1E3;
    color: white;
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .mobile-view-menus .dropdown > a.hidearrow::after,
.header-section .bottom-header .mobile-view-menus .dropdown .dropdown-toggle.hidearrow::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .mobile-view-menus .dropdown .dropdown-menu {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
  }
  .header-section .bottom-header .mobile-view-menus .dropdown .dropdown-menu li a {
    padding: 15px 30px;
    color: #6AD1E3;
    font-size: 14px;
    line-height: 14px;
    display: flex;
  }
  .header-section .bottom-header .mobile-view-menus .dropdown .dropdown-menu li a:before {
    content: "\e900";
    font-family: "IconFonts" !important;
    border: 0;
    margin-right: 10px;
    vertical-align: -3px;
    transform: rotate(270deg);
    color: #6AD1E3;
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .mobile-view-menus .call-btn {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-section .bottom-header .dropdown.language {
    color: white;
    text-align: right;
  }
  .header-section .bottom-header .dropdown.language a {
    color: white;
    display: block;
    padding: 15px 30px 0 30px;
    text-align: right;
  }
  .header-section .bottom-header .dropdown.language .dropdown-toggle {
    display: inline-flex;
    align-items: center;
  }
  .header-section .bottom-header .dropdown.language .dropdown-toggle::after {
    content: "\e900";
    font-family: "IconFonts" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    border: none;
    margin-left: 10px;
  }
}
@media (max-width: 567px) {
  .header-section .bottom-header .helper-icons .cls-icon-div a {
    margin: 0 15px 0 0 !important;
  }
  .header-section .bottom-header .dropdown.language .dropdown-toggle {
    margin-right: 0 !important;
  }
}
@media (min-width: 1921px) {
  .header-section .megamenu-outer .custom-container {
    margin-left: auto;
    max-width: 1600px;
  }
}

.rtl .header-section .top-header {
  height: 60px;
  background: white;
}
.rtl .header-section .top-header .dropdown {
  margin-right: 0;
  margin-left: 30px;
}
@media (max-width: 1920px) {
  .rtl .header-section .top-header .dropdown {
    margin-left: calc(25px + (30 - 25) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .rtl .header-section .top-header .dropdown {
    margin-left: calc(20px + (25 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .rtl .header-section .top-header .dropdown {
    margin-left: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .rtl .header-section .top-header .dropdown {
    margin-left: calc(15px + (20 - 15) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .rtl .header-section .top-header .dropdown {
    margin-left: calc(15px + (15 - 15) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .rtl .header-section .top-header .dropdown {
    margin-left: calc(15px + (15 - 15) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .rtl .header-section .top-header .dropdown {
    margin-left: calc(15px + (15 - 15) * ((100vw - 320px) / (480 - 320)));
  }
}
.rtl .header-section .top-header .dropdown.language {
  margin-right: 30px;
  margin-left: 60px;
}
@media (max-width: 1920px) {
  .rtl .header-section .top-header .dropdown.language {
    margin-right: calc(25px + (30 - 25) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .rtl .header-section .top-header .dropdown.language {
    margin-right: calc(20px + (25 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .rtl .header-section .top-header .dropdown.language {
    margin-right: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .rtl .header-section .top-header .dropdown.language {
    margin-right: calc(15px + (20 - 15) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .rtl .header-section .top-header .dropdown.language {
    margin-right: calc(15px + (15 - 15) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .rtl .header-section .top-header .dropdown.language {
    margin-right: calc(15px + (15 - 15) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .rtl .header-section .top-header .dropdown.language {
    margin-right: calc(15px + (15 - 15) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .rtl .header-section .top-header .dropdown.language {
    margin-left: calc(50px + (60 - 50) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .rtl .header-section .top-header .dropdown.language {
    margin-left: calc(40px + (50 - 40) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .rtl .header-section .top-header .dropdown.language {
    margin-left: calc(40px + (40 - 40) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .rtl .header-section .top-header .dropdown.language {
    margin-left: calc(30px + (40 - 30) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .rtl .header-section .top-header .dropdown.language {
    margin-left: calc(30px + (30 - 30) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .rtl .header-section .top-header .dropdown.language {
    margin-left: calc(30px + (30 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .rtl .header-section .top-header .dropdown.language {
    margin-left: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.rtl .header-section .top-header .dropdown .dropdown-toggle:after {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .header-section .top-header .call-btn img {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav {
  margin-left: 0 !important;
  margin-right: auto;
}
.rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:not(:last-child) {
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 1920px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:not(:last-child) {
    margin-left: calc(35px + (40 - 35) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:not(:last-child) {
    margin-left: calc(30px + (35 - 30) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:not(:last-child) {
    margin-left: calc(25px + (30 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:not(:last-child) {
    margin-left: calc(20px + (25 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:not(:last-child) {
    margin-left: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:not(:last-child) {
    margin-left: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:not(:last-child) {
    margin-left: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:first-child {
  margin-right: 0;
  margin-left: 30px;
}
@media (max-width: 1920px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:first-child {
    margin-left: calc(25px + (30 - 25) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:first-child {
    margin-left: calc(25px + (25 - 25) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:first-child {
    margin-left: calc(20px + (25 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:first-child {
    margin-left: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:first-child {
    margin-left: calc(15px + (20 - 15) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:first-child {
    margin-left: calc(15px + (15 - 15) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:first-child {
    margin-left: calc(15px + (15 - 15) * ((100vw - 320px) / (480 - 320)));
  }
}
.rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:first-child .nav-link {
  border-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 0;
  padding-left: 30px;
}
@media (max-width: 1920px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:first-child .nav-link {
    padding-left: calc(25px + (30 - 25) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:first-child .nav-link {
    padding-left: calc(25px + (25 - 25) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:first-child .nav-link {
    padding-left: calc(20px + (25 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:first-child .nav-link {
    padding-left: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:first-child .nav-link {
    padding-left: calc(15px + (20 - 15) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:first-child .nav-link {
    padding-left: calc(15px + (15 - 15) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:first-child .nav-link {
    padding-left: calc(15px + (15 - 15) * ((100vw - 320px) / (480 - 320)));
  }
}
.rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item:last-child {
  margin-left: 0;
}
.rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .nav-link .icarrowdown {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
  padding: 30px;
  padding-left: 60px;
}
@media (max-width: 1920px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding: calc(28px + (30 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding: calc(20px + (24 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding: calc(18px + (20 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding: calc(16px + (18 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding: calc(14px + (16 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding: calc(12px + (14 - 12) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding-left: calc(54px + (60 - 54) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding-left: calc(48px + (54 - 48) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding-left: calc(42px + (48 - 42) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding-left: calc(36px + (42 - 36) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding-left: calc(30px + (36 - 30) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding-left: calc(24px + (30 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .image-menu {
    padding-left: calc(18px + (24 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .list-menu {
  padding-right: 0;
  padding-left: 10px;
}
.rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .right-menu {
  padding-right: 0;
  padding-left: 10px;
}
.rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-collections {
  padding-right: 0;
  padding-left: 10px;
}
.rtl .header-section .bottom-header .navbar .menu-outer .navbar-nav .nav-item .megamenu-outer .menu-wrapper .menu-list {
  padding: 0 20px 0 0;
  border-left: 0;
  border-right: 1px solid #eaeaea;
}
.rtl .header-section .bottom-header .navbar .menu-outer .cls-icon-div {
  border-left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 0;
  margin-right: 30px;
}
@media (max-width: 1920px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .cls-icon-div {
    margin-right: calc(25px + (30 - 25) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .cls-icon-div {
    margin-right: calc(25px + (25 - 25) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .cls-icon-div {
    margin-right: calc(20px + (25 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .cls-icon-div {
    margin-right: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .cls-icon-div {
    margin-right: calc(15px + (20 - 15) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .cls-icon-div {
    margin-right: calc(10px + (15 - 10) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .cls-icon-div {
    margin-right: calc(10px + (10 - 10) * ((100vw - 320px) / (480 - 320)));
  }
}
.rtl .header-section .bottom-header .navbar .menu-outer .cls-icon-div a {
  margin-left: 0;
  margin-right: 30px;
}
@media (max-width: 1920px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .cls-icon-div a {
    margin-right: calc(25px + (30 - 25) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .cls-icon-div a {
    margin-right: calc(25px + (25 - 25) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .cls-icon-div a {
    margin-right: calc(20px + (25 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .cls-icon-div a {
    margin-right: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .cls-icon-div a {
    margin-right: calc(15px + (20 - 15) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .cls-icon-div a {
    margin-right: calc(10px + (15 - 10) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .rtl .header-section .bottom-header .navbar .menu-outer .cls-icon-div a {
    margin-right: calc(10px + (10 - 10) * ((100vw - 320px) / (480 - 320)));
  }
}

.modal {
  z-index: 1000000;
}
.modal.search-modal .modal-dialog {
  width: 100%;
}
.modal.search-modal .modal-content {
  background: rgba(0, 97, 127, 0.95);
}
.modal.search-modal .modal-content .modal-header {
  padding-top: 110px;
  padding-bottom: 110px;
  padding-left: 160px;
  padding-right: 160px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1920px) {
  .modal.search-modal .modal-content .modal-header {
    padding-top: calc(110px + (110 - 110) * ((100vw - 1600px) / (1920 - 1600)));
    padding-bottom: calc(110px + (110 - 110) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .modal.search-modal .modal-content .modal-header {
    padding-top: calc(100px + (110 - 100) * ((100vw - 1440px) / (1600 - 1440)));
    padding-bottom: calc(100px + (110 - 100) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .modal.search-modal .modal-content .modal-header {
    padding-top: calc(100px + (100 - 100) * ((100vw - 1280px) / (1440 - 1280)));
    padding-bottom: calc(100px + (100 - 100) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .modal.search-modal .modal-content .modal-header {
    padding-top: calc(90px + (100 - 90) * ((100vw - 1024px) / (1280 - 1024)));
    padding-bottom: calc(90px + (100 - 90) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .modal.search-modal .modal-content .modal-header {
    padding-top: calc(90px + (90 - 90) * ((100vw - 768px) / (1024 - 768)));
    padding-bottom: calc(90px + (90 - 90) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .modal.search-modal .modal-content .modal-header {
    padding-top: calc(30px + (90 - 30) * ((100vw - 480px) / (768 - 480)));
    padding-bottom: calc(30px + (90 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .modal.search-modal .modal-content .modal-header {
    padding-top: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
    padding-bottom: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .modal.search-modal .modal-content .modal-header {
    padding-left: calc(150px + (160 - 150) * ((100vw - 1600px) / (1920 - 1600)));
    padding-right: calc(150px + (160 - 150) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .modal.search-modal .modal-content .modal-header {
    padding-left: calc(130px + (150 - 130) * ((100vw - 1440px) / (1600 - 1440)));
    padding-right: calc(130px + (150 - 130) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .modal.search-modal .modal-content .modal-header {
    padding-left: calc(120px + (130 - 120) * ((100vw - 1280px) / (1440 - 1280)));
    padding-right: calc(120px + (130 - 120) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .modal.search-modal .modal-content .modal-header {
    padding-left: calc(90px + (120 - 90) * ((100vw - 1024px) / (1280 - 1024)));
    padding-right: calc(90px + (120 - 90) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .modal.search-modal .modal-content .modal-header {
    padding-left: calc(70px + (90 - 70) * ((100vw - 768px) / (1024 - 768)));
    padding-right: calc(70px + (90 - 70) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .modal.search-modal .modal-content .modal-header {
    padding-left: calc(30px + (70 - 30) * ((100vw - 480px) / (768 - 480)));
    padding-right: calc(30px + (70 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .modal.search-modal .modal-content .modal-header {
    padding-left: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
    padding-right: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.modal.search-modal .modal-content .modal-header .modal-logo {
  height: 34px;
  max-width: 200px;
}
@media (max-width: 1920px) {
  .modal.search-modal .modal-content .modal-header .modal-logo {
    height: calc(34px + (34 - 34) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .modal.search-modal .modal-content .modal-header .modal-logo {
    height: calc(34px + (34 - 34) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .modal.search-modal .modal-content .modal-header .modal-logo {
    height: calc(34px + (34 - 34) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .modal.search-modal .modal-content .modal-header .modal-logo {
    height: calc(34px + (34 - 34) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .modal.search-modal .modal-content .modal-header .modal-logo {
    height: calc(34px + (34 - 34) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .modal.search-modal .modal-content .modal-header .modal-logo {
    height: calc(34px + (34 - 34) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .modal.search-modal .modal-content .modal-header .modal-logo {
    height: calc(34px + (34 - 34) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .modal.search-modal .modal-content .modal-header .modal-logo {
    max-width: calc(180px + (200 - 180) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .modal.search-modal .modal-content .modal-header .modal-logo {
    max-width: calc(160px + (180 - 160) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .modal.search-modal .modal-content .modal-header .modal-logo {
    max-width: calc(140px + (160 - 140) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .modal.search-modal .modal-content .modal-header .modal-logo {
    max-width: calc(120px + (140 - 120) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .modal.search-modal .modal-content .modal-header .modal-logo {
    max-width: calc(80px + (120 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .modal.search-modal .modal-content .modal-header .modal-logo {
    max-width: calc(80px + (80 - 80) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .modal.search-modal .modal-content .modal-header .modal-logo {
    max-width: calc(80px + (80 - 80) * ((100vw - 320px) / (480 - 320)));
  }
}
.modal.search-modal .modal-content .modal-header .btn-close {
  background: none;
  height: 32px;
  width: 32px;
}
@media (max-width: 1920px) {
  .modal.search-modal .modal-content .modal-header .btn-close {
    height: calc(30px + (32 - 30) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .modal.search-modal .modal-content .modal-header .btn-close {
    height: calc(28px + (30 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .modal.search-modal .modal-content .modal-header .btn-close {
    height: calc(26px + (28 - 26) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .modal.search-modal .modal-content .modal-header .btn-close {
    height: calc(24px + (26 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .modal.search-modal .modal-content .modal-header .btn-close {
    height: calc(22px + (24 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .modal.search-modal .modal-content .modal-header .btn-close {
    height: calc(20px + (22 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .modal.search-modal .modal-content .modal-header .btn-close {
    height: calc(18px + (20 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .modal.search-modal .modal-content .modal-header .btn-close {
    width: calc(30px + (32 - 30) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .modal.search-modal .modal-content .modal-header .btn-close {
    width: calc(28px + (30 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .modal.search-modal .modal-content .modal-header .btn-close {
    width: calc(26px + (28 - 26) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .modal.search-modal .modal-content .modal-header .btn-close {
    width: calc(24px + (26 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .modal.search-modal .modal-content .modal-header .btn-close {
    width: calc(22px + (24 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .modal.search-modal .modal-content .modal-header .btn-close {
    width: calc(20px + (22 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .modal.search-modal .modal-content .modal-header .btn-close {
    width: calc(18px + (20 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.modal.search-modal .modal-content .modal-header .btn-close img {
  width: 100%;
  height: 100%;
}
.modal.search-modal .modal-content .modal-header .btn-close:hover, .modal.search-modal .modal-content .modal-header .btn-close:focus {
  outline: none;
  box-shadow: none;
}
.modal.search-modal .modal-content .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1920px) {
  .modal.search-modal .modal-content .modal-body {
    padding-left: calc(0px + (0 - 0) * ((100vw - 1600px) / (1920 - 1600)));
    padding-right: calc(0px + (0 - 0) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .modal.search-modal .modal-content .modal-body {
    padding-left: calc(0px + (0 - 0) * ((100vw - 1440px) / (1600 - 1440)));
    padding-right: calc(0px + (0 - 0) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .modal.search-modal .modal-content .modal-body {
    padding-left: calc(0px + (0 - 0) * ((100vw - 1280px) / (1440 - 1280)));
    padding-right: calc(0px + (0 - 0) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .modal.search-modal .modal-content .modal-body {
    padding-left: calc(0px + (0 - 0) * ((100vw - 1024px) / (1280 - 1024)));
    padding-right: calc(0px + (0 - 0) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .modal.search-modal .modal-content .modal-body {
    padding-left: calc(70px + (0 - 70) * ((100vw - 768px) / (1024 - 768)));
    padding-right: calc(70px + (0 - 70) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .modal.search-modal .modal-content .modal-body {
    padding-left: calc(50px + (70 - 50) * ((100vw - 480px) / (768 - 480)));
    padding-right: calc(50px + (70 - 50) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .modal.search-modal .modal-content .modal-body {
    padding-left: calc(30px + (50 - 30) * ((100vw - 320px) / (480 - 320)));
    padding-right: calc(30px + (50 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.modal.search-modal .modal-content .modal-body > div {
  position: relative;
}
.modal.search-modal .modal-content .modal-body .search-outer {
  width: 900px;
  border-bottom: 1px solid white;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 1920px) {
  .modal.search-modal .modal-content .modal-body .search-outer {
    width: calc(800px + (900 - 800) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .modal.search-modal .modal-content .modal-body .search-outer {
    width: calc(700px + (800 - 700) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .modal.search-modal .modal-content .modal-body .search-outer {
    width: calc(600px + (700 - 600) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .modal.search-modal .modal-content .modal-body .search-outer {
    width: calc(500px + (600 - 500) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .modal.search-modal .modal-content .modal-body .search-outer {
    width: calc(400px + (500 - 400) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .modal.search-modal .modal-content .modal-body .search-outer {
    width: calc(300px + (400 - 300) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .modal.search-modal .modal-content .modal-body .search-outer {
    width: calc(200px + (300 - 200) * ((100vw - 320px) / (480 - 320)));
  }
}
.modal.search-modal .modal-content .modal-body .search-outer .search-icon {
  height: 30px;
  width: 30px;
  max-height: 30px;
  margin-right: 30px;
}
@media (max-width: 1920px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search-icon {
    height: calc(30px + (30 - 30) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search-icon {
    height: calc(28px + (30 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search-icon {
    height: calc(26px + (28 - 26) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search-icon {
    height: calc(24px + (26 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search-icon {
    height: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search-icon {
    height: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search-icon {
    height: calc(24px + (24 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search-icon {
    width: calc(30px + (30 - 30) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search-icon {
    width: calc(28px + (30 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search-icon {
    width: calc(26px + (28 - 26) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search-icon {
    width: calc(24px + (26 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search-icon {
    width: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search-icon {
    width: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search-icon {
    width: calc(24px + (24 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
.modal.search-modal .modal-content .modal-body .search-outer .search {
  border: 0;
  background-color: transparent;
  color: white;
  width: 100%;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 1920px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .modal.search-modal .modal-content .modal-body .search-outer .search {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.modal.search-modal .modal-content .modal-body .search-outer .search::placeholder {
  color: white;
}
.modal.search-modal .modal-content .modal-body .search-outer .search:hover, .modal.search-modal .modal-content .modal-body .search-outer .search:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .modal.search-modal .modal-content .modal-body .search-outer {
    width: 100%;
  }
  .modal.search-modal .modal-content .modal-body .search-outer .search-icon {
    margin-right: 20px;
  }
  .modal.search-modal .modal-content .modal-body .search-outer .search-icon.close {
    margin-right: 10px;
  }
}
.modal.search-modal .modal-content .modal-footer {
  border: none;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}
.modal.search-modal .modal-content .modal-footer p {
  color: white;
  font-size: 24px;
  line-height: 28px;
  margin: 0 30px 0 0;
}
@media (max-width: 1920px) {
  .modal.search-modal .modal-content .modal-footer p {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .modal.search-modal .modal-content .modal-footer p {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .modal.search-modal .modal-content .modal-footer p {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .modal.search-modal .modal-content .modal-footer p {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .modal.search-modal .modal-content .modal-footer p {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .modal.search-modal .modal-content .modal-footer p {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .modal.search-modal .modal-content .modal-footer p {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .modal.search-modal .modal-content .modal-footer p {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .modal.search-modal .modal-content .modal-footer p {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .modal.search-modal .modal-content .modal-footer p {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .modal.search-modal .modal-content .modal-footer p {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .modal.search-modal .modal-content .modal-footer p {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .modal.search-modal .modal-content .modal-footer p {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .modal.search-modal .modal-content .modal-footer p {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 567px) {
  .modal.search-modal .modal-content .modal-footer {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .modal.search-modal .modal-content .modal-footer p {
    margin: 0 0 20px 0;
    text-align: center;
  }
}
.modal.search-modal #searchResult {
  margin: 0;
  padding-left: 0;
  max-height: 250px;
  overflow: auto;
  background: white;
  position: absolute;
  left: 0;
  width: 100%;
}
.modal.search-modal #searchResult::-webkit-scrollbar {
  width: 5px;
}
.modal.search-modal #searchResult::-webkit-scrollbar-thumb {
  background: #B5ABA3;
}
.modal.search-modal #searchResult li {
  list-style: none;
  margin-left: 50px;
  margin-right: 50px;
}
@media (max-width: 1920px) {
  .modal.search-modal #searchResult li {
    margin-left: calc(50px + (50 - 50) * ((100vw - 1600px) / (1920 - 1600)));
    margin-right: calc(50px + (50 - 50) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .modal.search-modal #searchResult li {
    margin-left: calc(45px + (50 - 45) * ((100vw - 1440px) / (1600 - 1440)));
    margin-right: calc(45px + (50 - 45) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .modal.search-modal #searchResult li {
    margin-left: calc(45px + (45 - 45) * ((100vw - 1280px) / (1440 - 1280)));
    margin-right: calc(45px + (45 - 45) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .modal.search-modal #searchResult li {
    margin-left: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
    margin-right: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .modal.search-modal #searchResult li {
    margin-left: calc(35px + (40 - 35) * ((100vw - 768px) / (1024 - 768)));
    margin-right: calc(35px + (40 - 35) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .modal.search-modal #searchResult li {
    margin-left: calc(20px + (35 - 20) * ((100vw - 480px) / (768 - 480)));
    margin-right: calc(20px + (35 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .modal.search-modal #searchResult li {
    margin-left: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
    margin-right: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.modal.search-modal #searchResult li:first-child {
  padding-top: 50px;
}
@media (max-width: 1920px) {
  .modal.search-modal #searchResult li:first-child {
    padding-top: calc(50px + (50 - 50) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .modal.search-modal #searchResult li:first-child {
    padding-top: calc(45px + (50 - 45) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .modal.search-modal #searchResult li:first-child {
    padding-top: calc(45px + (45 - 45) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .modal.search-modal #searchResult li:first-child {
    padding-top: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .modal.search-modal #searchResult li:first-child {
    padding-top: calc(35px + (40 - 35) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .modal.search-modal #searchResult li:first-child {
    padding-top: calc(20px + (35 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .modal.search-modal #searchResult li:first-child {
    padding-top: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.modal.search-modal #searchResult li:last-child {
  margin-bottom: 50px;
}
@media (max-width: 1920px) {
  .modal.search-modal #searchResult li:last-child {
    margin-bottom: calc(50px + (50 - 50) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .modal.search-modal #searchResult li:last-child {
    margin-bottom: calc(45px + (50 - 45) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .modal.search-modal #searchResult li:last-child {
    margin-bottom: calc(45px + (45 - 45) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .modal.search-modal #searchResult li:last-child {
    margin-bottom: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .modal.search-modal #searchResult li:last-child {
    margin-bottom: calc(35px + (40 - 35) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .modal.search-modal #searchResult li:last-child {
    margin-bottom: calc(20px + (35 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .modal.search-modal #searchResult li:last-child {
    margin-bottom: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.modal.search-modal #searchResult li:not(:last-child) {
  border-bottom: 1px solid rgba(106, 209, 227, 0.3);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.modal.search-modal #searchResult li a {
  text-decoration: none;
  color: #00263A;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1920px) {
  .modal.search-modal #searchResult li a {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .modal.search-modal #searchResult li a {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .modal.search-modal #searchResult li a {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .modal.search-modal #searchResult li a {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .modal.search-modal #searchResult li a {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .modal.search-modal #searchResult li a {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .modal.search-modal #searchResult li a {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .modal.search-modal #searchResult li a {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .modal.search-modal #searchResult li a {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .modal.search-modal #searchResult li a {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .modal.search-modal #searchResult li a {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .modal.search-modal #searchResult li a {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .modal.search-modal #searchResult li a {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .modal.search-modal #searchResult li a {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 567px) {
  .modal.search-modal #searchResult li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.modal.search-modal #recentSearchSpan {
  display: block;
  margin-top: 20px;
}
.modal.search-modal #recentSearchSpan a {
  color: white;
}

.header-section .top-header .rdContent {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-section .top-header .call-btn {
  white-space: nowrap;
}
.header-section .bottom-header .navbar .menu-outer .navbar-collapse .navbar-nav .RadDockZone .RadDock {
  margin: 0;
}
.header-section .bottom-header .navbar .menu-outer .navbar-collapse .navbar-nav .RadDockZone .RadDock .rdTable {
  width: auto;
}
.header-section .bottom-header .navbar .menu-outer .navbar-collapse .navbar-nav .RadDockZone .RadDock .rdTable .rdMiddle .rdCenter .rdContent {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.banner-section {
  height: 720px;
  max-height: 720px;
  position: relative;
  background-color: #006280;
  z-index: 0;
}
.banner-section .img-outer {
  position: relative;
  max-height: 720px;
}
.banner-section .img-outer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00263A;
  opacity: 0.3;
  z-index: 0;
}
.banner-section .img-outer .banner-image,
.banner-section .img-outer .banner-video {
  height: 720px;
  max-height: 720px;
  width: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.banner-section .img-outer .banner-details {
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent linear-gradient(0deg, rgba(12, 37, 56, 0.5) 0%, rgba(41, 96, 124, 0) 100%) 0% 0% no-repeat padding-box;
  padding-top: 30px;
  padding-bottom: 94px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 1920px) {
  .banner-section .img-outer .banner-details {
    padding-bottom: calc(94px + (94 - 94) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .banner-section .img-outer .banner-details {
    padding-bottom: calc(94px + (94 - 94) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .banner-section .img-outer .banner-details {
    padding-bottom: calc(94px + (94 - 94) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .banner-section .img-outer .banner-details {
    padding-bottom: calc(94px + (94 - 94) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .banner-section .img-outer .banner-details {
    padding-bottom: calc(88px + (94 - 88) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .banner-section .img-outer .banner-details {
    padding-bottom: calc(72px + (88 - 72) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .banner-section .img-outer .banner-details {
    padding-bottom: calc(68px + (72 - 68) * ((100vw - 320px) / (480 - 320)));
  }
}
.banner-section .img-outer .banner-details img {
  height: 60px;
  max-height: 60px;
  width: 110px;
  max-width: 120px;
  margin-bottom: 20px;
}
.banner-section .img-outer .banner-details .main-title {
  font-size: 64px;
  line-height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 80%;
  font-family: "nakheel", "nakheelbold_text";
  color: white;
}
@media (max-width: 1920px) {
  .banner-section .img-outer .banner-details .main-title {
    font-size: calc(56px + (64 - 56) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .banner-section .img-outer .banner-details .main-title {
    font-size: calc(48px + (56 - 48) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .banner-section .img-outer .banner-details .main-title {
    font-size: calc(44px + (48 - 44) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .banner-section .img-outer .banner-details .main-title {
    font-size: calc(36px + (44 - 36) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .banner-section .img-outer .banner-details .main-title {
    font-size: calc(36px + (36 - 36) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .banner-section .img-outer .banner-details .main-title {
    font-size: calc(32px + (36 - 32) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .banner-section .img-outer .banner-details .main-title {
    line-height: calc(32px + (32 - 32) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .banner-section .img-outer .banner-details .main-title {
    line-height: calc(60px + (68 - 60) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .banner-section .img-outer .banner-details .main-title {
    line-height: calc(52px + (60 - 52) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .banner-section .img-outer .banner-details .main-title {
    line-height: calc(48px + (52 - 48) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .banner-section .img-outer .banner-details .main-title {
    line-height: calc(40px + (48 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .banner-section .img-outer .banner-details .main-title {
    line-height: calc(40px + (40 - 40) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .banner-section .img-outer .banner-details .main-title {
    line-height: calc(36px + (40 - 36) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .banner-section .img-outer .banner-details .main-title {
    line-height: calc(36px + (36 - 36) * ((100vw - 320px) / (480 - 320)));
  }
}
.banner-section .img-outer .banner-details .main-title + .btn {
  margin-top: 30px;
}
.banner-section .img-outer .banner-details .desc p {
  color: #fff;
}
.banner-section .img-outer .banner-details .log-outer img {
  margin-bottom: 0;
}
.banner-section .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.banner-section .swiper-pagination {
  bottom: 0 !important;
  padding: 0 0 40px 0;
  width: auto !important;
  left: auto !important;
  right: 0 !important;
}
.banner-section .swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background-color: white;
  opacity: 0.5;
  transition: all 0.8s ease;
  border-radius: 0;
}
.banner-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.banner-section .swiper-pagination.middle {
  left: 0 !important;
  right: auto;
}
@media (max-width: 567px) {
  .banner-section .swiper-pagination {
    padding-bottom: 20px !important;
  }
}
.banner-section .banner-description {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.banner-section .banner-description .box-outer {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  height: 100%;
}
.banner-section .banner-description .box-outer .box {
  padding-left: 4.5%;
  padding-right: 6.66%;
  padding-bottom: 10vh;
  color: white;
  transition: all 0.8s ease;
  width: 100%;
  margin-bottom: -80vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  height: calc(100vh - 60px);
}
.banner-section .banner-description .box-outer .box:not(:last-child):after {
  content: "";
  width: 1px;
  height: 100vh;
  background: transparent linear-gradient(0deg, rgba(243, 244, 245, 0.9019607843) 0%, rgba(243, 244, 245, 0) 60%, rgba(243, 244, 245, 0) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 100%;
  bottom: calc(100% - 20vh);
}
.banner-section .banner-description .box-outer .box .title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10vh;
  font-family: "nakheel", "nakheelbold_text";
  cursor: pointer;
}
@media (max-width: 1920px) {
  .banner-section .banner-description .box-outer .box .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .banner-section .banner-description .box-outer .box .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .banner-section .banner-description .box-outer .box .title {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .banner-section .banner-description .box-outer .box .title {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .banner-section .banner-description .box-outer .box .title {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .banner-section .banner-description .box-outer .box .title {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .banner-section .banner-description .box-outer .box .title {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .banner-section .banner-description .box-outer .box .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .banner-section .banner-description .box-outer .box .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .banner-section .banner-description .box-outer .box .title {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .banner-section .banner-description .box-outer .box .title {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .banner-section .banner-description .box-outer .box .title {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .banner-section .banner-description .box-outer .box .title {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .banner-section .banner-description .box-outer .box .title {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.banner-section .banner-description .box-outer .box .desc {
  font-size: 64px;
  line-height: 68px;
  font-family: "nakheel", "nakheelregular_text";
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  visibility: hidden;
}
@media (max-width: 1920px) {
  .banner-section .banner-description .box-outer .box .desc {
    font-size: calc(56px + (64 - 56) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .banner-section .banner-description .box-outer .box .desc {
    font-size: calc(48px + (56 - 48) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .banner-section .banner-description .box-outer .box .desc {
    font-size: calc(44px + (48 - 44) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .banner-section .banner-description .box-outer .box .desc {
    font-size: calc(36px + (44 - 36) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .banner-section .banner-description .box-outer .box .desc {
    font-size: calc(36px + (36 - 36) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .banner-section .banner-description .box-outer .box .desc {
    font-size: calc(32px + (36 - 32) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .banner-section .banner-description .box-outer .box .desc {
    line-height: calc(32px + (32 - 32) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .banner-section .banner-description .box-outer .box .desc {
    line-height: calc(60px + (68 - 60) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .banner-section .banner-description .box-outer .box .desc {
    line-height: calc(52px + (60 - 52) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .banner-section .banner-description .box-outer .box .desc {
    line-height: calc(48px + (52 - 48) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .banner-section .banner-description .box-outer .box .desc {
    line-height: calc(40px + (48 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .banner-section .banner-description .box-outer .box .desc {
    line-height: calc(40px + (40 - 40) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .banner-section .banner-description .box-outer .box .desc {
    line-height: calc(36px + (40 - 36) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .banner-section .banner-description .box-outer .box .desc {
    line-height: calc(36px + (36 - 36) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .banner-section .banner-description .box-outer .box .desc {
    margin-bottom: calc(40px + (40 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .banner-section .banner-description .box-outer .box .desc {
    margin-bottom: calc(36px + (40 - 36) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .banner-section .banner-description .box-outer .box .desc {
    margin-bottom: calc(36px + (36 - 36) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .banner-section .banner-description .box-outer .box .desc {
    margin-bottom: calc(32px + (36 - 32) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .banner-section .banner-description .box-outer .box .desc {
    margin-bottom: calc(32px + (32 - 32) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .banner-section .banner-description .box-outer .box .desc {
    margin-bottom: calc(30px + (32 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .banner-section .banner-description .box-outer .box .desc {
    margin-bottom: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.banner-section .banner-description .box-outer .box .btn {
  width: 240px;
}
.banner-section .banner-description .box-outer .box.active {
  background: transparent linear-gradient(0deg, rgba(12, 37, 56, 0.9019607843) 0%, rgba(28, 70, 95, 0) 50%, rgba(41, 96, 124, 0) 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 10vh;
  margin-bottom: 0;
  justify-content: end;
}
.banner-section .banner-description .box-outer .box.active:not(:last-child):after {
  bottom: 0%;
}
.banner-section .banner-description .box-outer .box.active .title {
  margin-bottom: 20px;
}
.banner-section .banner-description .box-outer .box.active .desc {
  visibility: visible;
}
@media (max-width: 567px) {
  .banner-section .banner-description .box-outer .box.active .title {
    margin-bottom: 10px;
  }
}
@media (max-width: 567px) {
  .banner-section .banner-description .box-outer .box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.banner-section.vh-100 {
  max-height: 100vh;
  height: 100vh;
}
.banner-section.vh-100 .img-outer {
  height: 100vh;
  max-height: 100vh;
}
.banner-section.vh-100 .img-outer .banner-image,
.banner-section.vh-100 .img-outer .banner-video {
  max-height: 100vh;
  height: 100vh;
}
.banner-section.vh-100 .banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.banner-section.vh-100 .banner-content h1, .banner-section.vh-100 .banner-content .h1 {
  text-align: center;
}
.banner-section.vh-100 .banner-content p {
  text-align: center;
}
.banner-section.vh-800 {
  max-height: 800px;
  height: 800px;
}
.banner-section.vh-800 .img-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.banner-section.vh-800 .img-outer .banner-image,
.banner-section.vh-800 .img-outer .banner-video {
  max-height: 800px;
  height: 800px;
}
.banner-section.vh-800 .banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.banner-section.vh-800 .banner-content h1, .banner-section.vh-800 .banner-content .h1 {
  text-align: center;
}
.banner-section.vh-800 .banner-content p {
  text-align: center;
}
.banner-section.vh-600 {
  max-height: 600px;
}
.banner-section.vh-600 .img-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.banner-section.vh-600 .img-outer .banner-image,
.banner-section.vh-600 .img-outer .banner-video {
  max-height: 600px;
  height: 600px;
}
.banner-section.vh-600 .banner-details {
  display: flex;
  background: transparent linear-gradient(0deg, rgba(12, 37, 56, 0.5) 0%, rgba(41, 96, 124, 0) 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 80px;
}
@media (max-width: 1920px) {
  .banner-section.vh-600 .banner-details {
    padding-bottom: calc(72px + (80 - 72) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .banner-section.vh-600 .banner-details {
    padding-bottom: calc(66px + (72 - 66) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .banner-section.vh-600 .banner-details {
    padding-bottom: calc(58px + (66 - 58) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .banner-section.vh-600 .banner-details {
    padding-bottom: calc(54px + (58 - 54) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .banner-section.vh-600 .banner-details {
    padding-bottom: calc(48px + (54 - 48) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .banner-section.vh-600 .banner-details {
    padding-bottom: calc(32px + (48 - 32) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .banner-section.vh-600 .banner-details {
    padding-bottom: calc(28px + (32 - 28) * ((100vw - 320px) / (480 - 320)));
  }
}
.banner-section.vh-600 .banner-details .main-title {
  margin: 0;
}
.banner-section.vh-480 {
  max-height: 480px;
  height: 480px;
}
.banner-section.vh-480 .img-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.banner-section.vh-480 .img-outer .banner-image,
.banner-section.vh-480 .img-outer .banner-video {
  max-height: 480px;
  height: 480px;
}
.banner-section.vh-480 .banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.banner-section.vh-480 .banner-content h1, .banner-section.vh-480 .banner-content .h1 {
  text-align: center;
}
.banner-section.vh-480 .banner-content p {
  text-align: center;
}
@media (max-width: 567px) {
  .banner-section.banner-small {
    max-height: 360px !important;
    height: 360px !important;
  }
  .banner-section.banner-small .img-outer {
    height: 100%;
  }
  .banner-section.banner-small .img-outer .banner-image,
.banner-section.banner-small .img-outer .banner-video {
    max-height: 360px !important;
    height: 360px !important;
  }
}
.banner-section.prop-details .banner-details {
  padding-bottom: 0;
  display: flex;
}
.banner-section.prop-details .banner-details .log-outer {
  padding: 30px;
  background: #F3F4F5;
  height: 160px;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1920px) {
  .banner-section.prop-details .banner-details .log-outer {
    padding: calc(27px + (30 - 27) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .banner-section.prop-details .banner-details .log-outer {
    padding: calc(24px + (27 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .banner-section.prop-details .banner-details .log-outer {
    padding: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .banner-section.prop-details .banner-details .log-outer {
    padding: calc(18px + (21 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .banner-section.prop-details .banner-details .log-outer {
    padding: calc(15px + (18 - 15) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .banner-section.prop-details .banner-details .log-outer {
    padding: calc(10px + (15 - 10) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .banner-section.prop-details .banner-details .log-outer {
    padding: calc(10px + (10 - 10) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .banner-section.prop-details .banner-details .log-outer {
    height: calc(145px + (160 - 145) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .banner-section.prop-details .banner-details .log-outer {
    height: calc(130px + (145 - 130) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .banner-section.prop-details .banner-details .log-outer {
    height: calc(115px + (130 - 115) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .banner-section.prop-details .banner-details .log-outer {
    height: calc(100px + (115 - 100) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .banner-section.prop-details .banner-details .log-outer {
    height: calc(90px + (100 - 90) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .banner-section.prop-details .banner-details .log-outer {
    height: calc(80px + (90 - 80) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .banner-section.prop-details .banner-details .log-outer {
    height: calc(80px + (80 - 80) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .banner-section.prop-details .banner-details .log-outer {
    width: calc(215px + (240 - 215) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .banner-section.prop-details .banner-details .log-outer {
    width: calc(200px + (215 - 200) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .banner-section.prop-details .banner-details .log-outer {
    width: calc(185px + (200 - 185) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .banner-section.prop-details .banner-details .log-outer {
    width: calc(170px + (185 - 170) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .banner-section.prop-details .banner-details .log-outer {
    width: calc(160px + (170 - 160) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .banner-section.prop-details .banner-details .log-outer {
    width: calc(150px + (160 - 150) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .banner-section.prop-details .banner-details .log-outer {
    width: calc(150px + (150 - 150) * ((100vw - 320px) / (480 - 320)));
  }
}
.banner-section.prop-details .banner-details .log-outer img {
  width: 100%;
  height: 100%;
  max-height: 100px;
  max-width: 180px;
  object-fit: contain;
}
@media (max-width: 1920px) {
  .banner-section.prop-details .banner-details .log-outer img {
    max-height: calc(91px + (100 - 91) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .banner-section.prop-details .banner-details .log-outer img {
    max-height: calc(82px + (91 - 82) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .banner-section.prop-details .banner-details .log-outer img {
    max-height: calc(73px + (82 - 73) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .banner-section.prop-details .banner-details .log-outer img {
    max-height: calc(64px + (73 - 64) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .banner-section.prop-details .banner-details .log-outer img {
    max-height: calc(60px + (64 - 60) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .banner-section.prop-details .banner-details .log-outer img {
    max-height: calc(60px + (60 - 60) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .banner-section.prop-details .banner-details .log-outer img {
    max-height: calc(60px + (60 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .banner-section.prop-details .banner-details .log-outer img {
    max-width: calc(161px + (180 - 161) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .banner-section.prop-details .banner-details .log-outer img {
    max-width: calc(152px + (161 - 152) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .banner-section.prop-details .banner-details .log-outer img {
    max-width: calc(143px + (152 - 143) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .banner-section.prop-details .banner-details .log-outer img {
    max-width: calc(134px + (143 - 134) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .banner-section.prop-details .banner-details .log-outer img {
    max-width: calc(130px + (134 - 130) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .banner-section.prop-details .banner-details .log-outer img {
    max-width: calc(130px + (130 - 130) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .banner-section.prop-details .banner-details .log-outer img {
    max-width: calc(130px + (130 - 130) * ((100vw - 320px) / (480 - 320)));
  }
}
.banner-section.details-page .banner-details .main-title {
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.banner-section.details-page .banner-details .date {
  font-size: 18px;
  line-height: 22px;
  color: white;
  font-family: "nakheel", "nakheelbold_text";
  margin-top: 20px;
}
@media (max-width: 1920px) {
  .banner-section.details-page .banner-details .date {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .banner-section.details-page .banner-details .date {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .banner-section.details-page .banner-details .date {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .banner-section.details-page .banner-details .date {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .banner-section.details-page .banner-details .date {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .banner-section.details-page .banner-details .date {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .banner-section.details-page .banner-details .date {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .banner-section.details-page .banner-details .date {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .banner-section.details-page .banner-details .date {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .banner-section.details-page .banner-details .date {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .banner-section.details-page .banner-details .date {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .banner-section.details-page .banner-details .date {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .banner-section.details-page .banner-details .date {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .banner-section.details-page .banner-details .date {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.banner-section.community-details .banner-details {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 30px;
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 2;
}
.banner-section.community-details .banner-details.sticky-log-banner-details {
  padding-bottom: 0;
  display: flex;
  align-items: flex-start;
}
.banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
  padding: 30px;
  background: #F3F4F5;
  height: 160px;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1920px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
    padding: calc(27px + (30 - 27) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
    padding: calc(24px + (27 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
    padding: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
    padding: calc(18px + (21 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
    padding: calc(15px + (18 - 15) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
    padding: calc(10px + (15 - 10) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
    padding: calc(10px + (10 - 10) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
    height: calc(145px + (160 - 145) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
    height: calc(130px + (145 - 130) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
    height: calc(115px + (130 - 115) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
    height: calc(100px + (115 - 100) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
    height: calc(90px + (100 - 90) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
    height: calc(80px + (90 - 80) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
    height: calc(80px + (80 - 80) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
    width: calc(215px + (240 - 215) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
    width: calc(200px + (215 - 200) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
    width: calc(185px + (200 - 185) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
    width: calc(170px + (185 - 170) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
    width: calc(160px + (170 - 160) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
    width: calc(150px + (160 - 150) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer {
    width: calc(150px + (150 - 150) * ((100vw - 320px) / (480 - 320)));
  }
}
.banner-section.community-details .banner-details.sticky-log-banner-details .log-outer img {
  width: 100%;
  height: 100%;
  max-height: 100px;
  max-width: 180px;
  object-fit: contain;
}
@media (max-width: 1920px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer img {
    max-height: calc(91px + (100 - 91) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer img {
    max-height: calc(82px + (91 - 82) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer img {
    max-height: calc(73px + (82 - 73) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer img {
    max-height: calc(64px + (73 - 64) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer img {
    max-height: calc(60px + (64 - 60) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer img {
    max-height: calc(60px + (60 - 60) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer img {
    max-height: calc(60px + (60 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer img {
    max-width: calc(161px + (180 - 161) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer img {
    max-width: calc(152px + (161 - 152) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer img {
    max-width: calc(143px + (152 - 143) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer img {
    max-width: calc(134px + (143 - 134) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer img {
    max-width: calc(130px + (134 - 130) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer img {
    max-width: calc(130px + (130 - 130) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .banner-section.community-details .banner-details.sticky-log-banner-details .log-outer img {
    max-width: calc(130px + (130 - 130) * ((100vw - 320px) / (480 - 320)));
  }
}
.banner-section.community-details .img-outer::before {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: transparent linear-gradient(0deg, rgba(12, 37, 56, 0.5) 0%, rgba(41, 96, 124, 0) 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}
.banner-section.dots-arrow .swiper-button-prev,
.banner-section.dots-arrow .swiper-button-next {
  display: none;
}
.banner-section .swiper-spotlights .img-outer .banner-details .custom-container {
  margin-top: auto !important;
}
@media (max-width: 1400px) {
  .banner-section {
    max-height: calc(640px + (800 - 640) * ((100vw - 1200px) / (1400 - 1200)));
  }
  .banner-section .img-outer .banner-image,
.banner-section .img-outer .banner-video {
    max-height: calc(640px + (800 - 640) * ((100vw - 1200px) / (1400 - 1200)));
    height: calc(640px + (800 - 640) * ((100vw - 1200px) / (1400 - 1200)));
  }
  .banner-section .img-outer .play-icon {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 1200px) {
  .banner-section {
    max-height: 640px;
  }
  .banner-section .img-outer .banner-image,
.banner-section .img-outer .banner-video {
    max-height: 640px;
    height: 640px;
  }
  .banner-section .img-outer .play-icon {
    height: 72px;
    width: 72px;
  }
  .banner-section .banner-content .cta-outer .btn {
    min-width: auto;
  }
}
@media (max-width: 1024px) {
  .banner-section .banner-description .box-outer .box {
    display: none;
  }
  .banner-section .banner-description .box-outer .box.active {
    display: flex;
  }
  .banner-section .swiper-button-prev,
.banner-section .swiper-button-next {
    display: none;
  }
  .banner-section .swiper-pagination {
    bottom: 0 !important;
    padding: 0;
    width: 100% !important;
    right: auto !important;
    margin: auto !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .banner-section .img-outer .banner-details .main-title {
    max-width: 70%;
  }
  .banner-section.vh-100 {
    height: 640px;
    max-height: 640px;
  }
  .banner-section.vh-100 .img-outer {
    height: 100vh;
  }
  .banner-section.vh-100 .img-outer .banner-image,
.banner-section.vh-100 .img-outer .banner-video {
    max-height: 100vh;
    height: 100vh;
  }
  .banner-section.dots-arrow .swiper-button-prev,
.banner-section.dots-arrow .swiper-button-next {
    display: block;
    color: white;
  }
  .banner-section.dots-arrow .swiper-pagination {
    text-align: end;
    padding-right: 36px;
    padding-bottom: 20px;
  }
}
@media (max-width: 567px) {
  .banner-section .img-outer .banner-details .main-title {
    max-width: 100%;
  }
  .banner-section.small {
    max-height: 360px;
  }
  .banner-section.small .img-outer .banner-image,
.banner-section.small .img-outer .banner-video {
    max-height: 360px;
    height: 360px;
  }
}

.footer .top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
}
.footer .top-section .newsletter-outer {
  display: flex;
  align-items: center;
}
.footer .top-section .newsletter-outer p {
  color: #00263A;
  font-size: 24px;
  line-height: 28px;
  padding-right: 30px;
  white-space: nowrap;
}
@media (max-width: 1920px) {
  .footer .top-section .newsletter-outer p {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .footer .top-section .newsletter-outer p {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .footer .top-section .newsletter-outer p {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .footer .top-section .newsletter-outer p {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .footer .top-section .newsletter-outer p {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .footer .top-section .newsletter-outer p {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .footer .top-section .newsletter-outer p {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .footer .top-section .newsletter-outer p {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .footer .top-section .newsletter-outer p {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .footer .top-section .newsletter-outer p {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .footer .top-section .newsletter-outer p {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .footer .top-section .newsletter-outer p {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .footer .top-section .newsletter-outer p {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .footer .top-section .newsletter-outer p {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.footer .top-section .newsletter-outer .email-form {
  position: relative;
}
.footer .top-section .newsletter-outer .email-form .form-control {
  color: #B5ABA3;
  border-color: #B7ABA2;
  font-size: 18px;
  line-height: 22px;
  min-width: 300px;
  height: 56px;
  font-family: "nakheel", "nakheelregular_text";
  padding-right: 30px;
  border-radius: 0;
}
@media (max-width: 1920px) {
  .footer .top-section .newsletter-outer .email-form .form-control {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .footer .top-section .newsletter-outer .email-form .form-control {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .footer .top-section .newsletter-outer .email-form .form-control {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .footer .top-section .newsletter-outer .email-form .form-control {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .footer .top-section .newsletter-outer .email-form .form-control {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .footer .top-section .newsletter-outer .email-form .form-control {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .footer .top-section .newsletter-outer .email-form .form-control {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .footer .top-section .newsletter-outer .email-form .form-control {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .footer .top-section .newsletter-outer .email-form .form-control {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .footer .top-section .newsletter-outer .email-form .form-control {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .footer .top-section .newsletter-outer .email-form .form-control {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .footer .top-section .newsletter-outer .email-form .form-control {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .footer .top-section .newsletter-outer .email-form .form-control {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .footer .top-section .newsletter-outer .email-form .form-control {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.footer .top-section .newsletter-outer .email-form .form-control::placeholder {
  color: #B5ABA3;
  font-family: "nakheel", "nakheelregular_text";
}
.footer .top-section .newsletter-outer .email-form .subscribe-btn {
  position: absolute;
  right: 20px;
  top: 13px;
  border: 0;
  height: 30px;
  width: 30px;
  background: white;
}
.footer .top-section .newsletter-outer .email-form .subscribe-btn img {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
}
.footer .top-section .newsletter-outer .email-form .error,
.footer .top-section .newsletter-outer .email-form #waitingMessage,
.footer .top-section .newsletter-outer .email-form .text-success {
  display: inline-block;
  margin-top: 10px;
}
.footer .top-section .social-outer {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.footer .top-section .social-outer li {
  list-style: none;
}
.footer .top-section .social-outer li p {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: #00263A;
  font-family: "nakheel", "nakheelregular_text";
  margin-right: 10px;
}
@media (max-width: 1920px) {
  .footer .top-section .social-outer li p {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .footer .top-section .social-outer li p {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .footer .top-section .social-outer li p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .footer .top-section .social-outer li p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .footer .top-section .social-outer li p {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .footer .top-section .social-outer li p {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .footer .top-section .social-outer li p {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .footer .top-section .social-outer li p {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .footer .top-section .social-outer li p {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .footer .top-section .social-outer li p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .footer .top-section .social-outer li p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .footer .top-section .social-outer li p {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .footer .top-section .social-outer li p {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .footer .top-section .social-outer li p {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.footer .top-section .social-outer li:not(:last-child) {
  padding-right: 20px;
}
.footer .top-section .social-outer li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.footer .top-section .social-outer li a img {
  height: 36px;
  width: 36px;
  border-radius: 50%;
}
.footer .mid-section .accordion .accordion-item {
  border: 0;
}
.footer .mid-section .accordion .section-head {
  background: #F3F4F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (max-width: 1920px) {
  .footer .mid-section .accordion .section-head {
    padding-top: calc(36px + (36 - 36) * ((100vw - 1600px) / (1920 - 1600)));
    padding-bottom: calc(36px + (36 - 36) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .footer .mid-section .accordion .section-head {
    padding-top: calc(36px + (36 - 36) * ((100vw - 1440px) / (1600 - 1440)));
    padding-bottom: calc(36px + (36 - 36) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .footer .mid-section .accordion .section-head {
    padding-top: calc(36px + (36 - 36) * ((100vw - 1280px) / (1440 - 1280)));
    padding-bottom: calc(36px + (36 - 36) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .footer .mid-section .accordion .section-head {
    padding-top: calc(36px + (36 - 36) * ((100vw - 1024px) / (1280 - 1024)));
    padding-bottom: calc(36px + (36 - 36) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .footer .mid-section .accordion .section-head {
    padding-top: calc(30px + (36 - 30) * ((100vw - 768px) / (1024 - 768)));
    padding-bottom: calc(30px + (36 - 30) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .footer .mid-section .accordion .section-head {
    padding-top: calc(30px + (30 - 30) * ((100vw - 480px) / (768 - 480)));
    padding-bottom: calc(30px + (30 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .footer .mid-section .accordion .section-head {
    padding-top: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
    padding-bottom: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.footer .mid-section .accordion .section-head .logo-section {
  display: flex;
  align-items: center;
}
.footer .mid-section .accordion .section-head .logo-section .brand-logo {
  height: 30px;
  max-width: 200px;
  border-right: 1px solid #59595C;
  display: flex;
  margin-right: 30px;
  padding-right: 30px;
}
@media (max-width: 1920px) {
  .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    margin-right: calc(30px + (30 - 30) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    margin-right: calc(30px + (30 - 30) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    margin-right: calc(26px + (30 - 26) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    margin-right: calc(26px + (26 - 26) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    margin-right: calc(26px + (26 - 26) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    margin-right: calc(22px + (26 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    margin-right: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    padding-right: calc(30px + (30 - 30) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    padding-right: calc(30px + (30 - 30) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    padding-right: calc(26px + (30 - 26) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    padding-right: calc(26px + (26 - 26) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    padding-right: calc(26px + (26 - 26) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    padding-right: calc(22px + (26 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    padding-right: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.footer .mid-section .accordion .section-head .logo-section .brand-logo img {
  height: 30px;
  min-height: 30px;
}
@media (max-width: 1440px) {
  .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    height: 24px;
  }
  .footer .mid-section .accordion .section-head .logo-section .brand-logo img {
    height: 24px;
    min-height: 24px;
  }
}
.footer .mid-section .accordion .section-head .logo-section p {
  margin: 0;
  color: #59595C;
  font-size: 16px;
  line-height: 20px;
  font-family: "nakheel", "nakheelregular_text";
}
@media (max-width: 1920px) {
  .footer .mid-section .accordion .section-head .logo-section p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .footer .mid-section .accordion .section-head .logo-section p {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .footer .mid-section .accordion .section-head .logo-section p {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .footer .mid-section .accordion .section-head .logo-section p {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .footer .mid-section .accordion .section-head .logo-section p {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .footer .mid-section .accordion .section-head .logo-section p {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .footer .mid-section .accordion .section-head .logo-section p {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .footer .mid-section .accordion .section-head .logo-section p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .footer .mid-section .accordion .section-head .logo-section p {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .footer .mid-section .accordion .section-head .logo-section p {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .footer .mid-section .accordion .section-head .logo-section p {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .footer .mid-section .accordion .section-head .logo-section p {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .footer .mid-section .accordion .section-head .logo-section p {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .footer .mid-section .accordion .section-head .logo-section p {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.footer .mid-section .accordion .section-head .mobile-menus {
  display: none;
}
.footer .mid-section .accordion .section-head .contact {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.footer .mid-section .accordion .section-head .contact li {
  list-style: none;
}
.footer .mid-section .accordion .section-head .contact li a {
  text-decoration: none;
  color: #00263A;
  margin-right: 60px;
  text-transform: uppercase;
}
@media (max-width: 1920px) {
  .footer .mid-section .accordion .section-head .contact li a {
    margin-right: calc(30px + (60 - 30) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .footer .mid-section .accordion .section-head .contact li a {
    margin-right: calc(20px + (30 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .footer .mid-section .accordion .section-head .contact li a {
    margin-right: calc(15px + (20 - 15) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .footer .mid-section .accordion .section-head .contact li a {
    margin-right: calc(15px + (15 - 15) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .footer .mid-section .accordion .section-head .contact li a {
    margin-right: calc(10px + (15 - 10) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .footer .mid-section .accordion .section-head .contact li a {
    margin-right: calc(10px + (10 - 10) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .footer .mid-section .accordion .section-head .contact li a {
    margin-right: calc(10px + (10 - 10) * ((100vw - 320px) / (480 - 320)));
  }
}
.footer .mid-section .accordion .section-head .contact li a img {
  max-height: 15px;
  margin-right: 10px;
}
.footer .mid-section .accordion .section-head .contact li a span {
  font-size: 14px;
  line-height: 18px;
  font-family: "nakheel", "nakheelregular_text";
}
@media (max-width: 1920px) {
  .footer .mid-section .accordion .section-head .contact li a span {
    font-size: calc(14px + (14 - 14) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .footer .mid-section .accordion .section-head .contact li a span {
    font-size: calc(14px + (14 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .footer .mid-section .accordion .section-head .contact li a span {
    font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .footer .mid-section .accordion .section-head .contact li a span {
    font-size: calc(12px + (12 - 12) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .footer .mid-section .accordion .section-head .contact li a span {
    font-size: calc(12px + (12 - 12) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .footer .mid-section .accordion .section-head .contact li a span {
    font-size: calc(10px + (12 - 10) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .footer .mid-section .accordion .section-head .contact li a span {
    line-height: calc(10px + (10 - 10) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .footer .mid-section .accordion .section-head .contact li a span {
    line-height: calc(16px + (18 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .footer .mid-section .accordion .section-head .contact li a span {
    line-height: calc(16px + (16 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .footer .mid-section .accordion .section-head .contact li a span {
    line-height: calc(14px + (16 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .footer .mid-section .accordion .section-head .contact li a span {
    line-height: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .footer .mid-section .accordion .section-head .contact li a span {
    line-height: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .footer .mid-section .accordion .section-head .contact li a span {
    line-height: calc(12px + (14 - 12) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .footer .mid-section .accordion .section-head .contact li a span {
    line-height: calc(12px + (12 - 12) * ((100vw - 320px) / (480 - 320)));
  }
}
.footer .mid-section .accordion .section-head .btn-accordian {
  text-transform: uppercase;
  width: 234px;
  height: 48px;
  border: 1px solid #00263A;
  background: none;
  border-radius: 0;
  padding: 0 20px;
  justify-content: center !important;
}
.footer .mid-section .accordion .section-head .btn-accordian span {
  font-size: 16px;
  line-height: 20px;
  color: #00263A;
  font-family: "nakheel", "nakheelregular_text";
  letter-spacing: 2px;
}
@media (max-width: 1920px) {
  .footer .mid-section .accordion .section-head .btn-accordian span {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .footer .mid-section .accordion .section-head .btn-accordian span {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .footer .mid-section .accordion .section-head .btn-accordian span {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .footer .mid-section .accordion .section-head .btn-accordian span {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .footer .mid-section .accordion .section-head .btn-accordian span {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .footer .mid-section .accordion .section-head .btn-accordian span {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .footer .mid-section .accordion .section-head .btn-accordian span {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .footer .mid-section .accordion .section-head .btn-accordian span {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .footer .mid-section .accordion .section-head .btn-accordian span {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .footer .mid-section .accordion .section-head .btn-accordian span {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .footer .mid-section .accordion .section-head .btn-accordian span {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .footer .mid-section .accordion .section-head .btn-accordian span {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .footer .mid-section .accordion .section-head .btn-accordian span {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .footer .mid-section .accordion .section-head .btn-accordian span {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.footer .mid-section .accordion .section-head .btn-accordian .expand {
  display: none;
}
.footer .mid-section .accordion .section-head .btn-accordian.collapsed .expand {
  display: inline-block;
}
.footer .mid-section .accordion .section-head .btn-accordian.collapsed .collaps {
  display: none;
}
.footer .mid-section .accordion .accordion-body {
  padding: 0;
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (max-width: 1920px) {
  .footer .mid-section .accordion .accordion-body {
    padding-top: calc(55px + (60 - 55) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .footer .mid-section .accordion .accordion-body {
    padding-top: calc(50px + (55 - 50) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .footer .mid-section .accordion .accordion-body {
    padding-top: calc(45px + (50 - 45) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .footer .mid-section .accordion .accordion-body {
    padding-top: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .footer .mid-section .accordion .accordion-body {
    padding-top: calc(40px + (40 - 40) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .footer .mid-section .accordion .accordion-body {
    padding-top: calc(40px + (40 - 40) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .footer .mid-section .accordion .accordion-body {
    padding-top: calc(40px + (40 - 40) * ((100vw - 320px) / (480 - 320)));
  }
}
.footer .mid-section .accordion .accordion-body ul {
  padding: 0;
}
.footer .mid-section .accordion .accordion-body ul.parent {
  display: flex;
  justify-content: space-between;
}
.footer .mid-section .accordion .accordion-body ul .title {
  color: #00617f;
  font-size: 18px;
  line-height: 22px;
  font-family: "nakheel", "nakheelbold_text";
  margin-bottom: 30px;
}
@media (max-width: 1920px) {
  .footer .mid-section .accordion .accordion-body ul .title {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .footer .mid-section .accordion .accordion-body ul .title {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .footer .mid-section .accordion .accordion-body ul .title {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .footer .mid-section .accordion .accordion-body ul .title {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .footer .mid-section .accordion .accordion-body ul .title {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .footer .mid-section .accordion .accordion-body ul .title {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .footer .mid-section .accordion .accordion-body ul .title {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .footer .mid-section .accordion .accordion-body ul .title {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .footer .mid-section .accordion .accordion-body ul .title {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .footer .mid-section .accordion .accordion-body ul .title {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .footer .mid-section .accordion .accordion-body ul .title {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .footer .mid-section .accordion .accordion-body ul .title {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .footer .mid-section .accordion .accordion-body ul .title {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .footer .mid-section .accordion .accordion-body ul .title {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.footer .mid-section .accordion .accordion-body ul .sub-title {
  color: #59595C;
  font-size: 16px;
  line-height: 20px;
  font-family: "nakheel", "nakheelbold_text";
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .footer .mid-section .accordion .accordion-body ul .sub-title {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .footer .mid-section .accordion .accordion-body ul .sub-title {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .footer .mid-section .accordion .accordion-body ul .sub-title {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .footer .mid-section .accordion .accordion-body ul .sub-title {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .footer .mid-section .accordion .accordion-body ul .sub-title {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .footer .mid-section .accordion .accordion-body ul .sub-title {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .footer .mid-section .accordion .accordion-body ul .sub-title {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .footer .mid-section .accordion .accordion-body ul .sub-title {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .footer .mid-section .accordion .accordion-body ul .sub-title {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .footer .mid-section .accordion .accordion-body ul .sub-title {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .footer .mid-section .accordion .accordion-body ul .sub-title {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .footer .mid-section .accordion .accordion-body ul .sub-title {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .footer .mid-section .accordion .accordion-body ul .sub-title {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .footer .mid-section .accordion .accordion-body ul .sub-title {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.footer .mid-section .accordion .accordion-body ul li {
  list-style: none;
  border-left: 1px solid #e5e9eb;
  padding-left: 20px;
}
.footer .mid-section .accordion .accordion-body ul li.split-2 .submenus {
  columns: 2;
  column-gap: 30px;
}
.footer .mid-section .accordion .accordion-body ul li.split-3 .submenus {
  column-gap: 30px;
  columns: 3;
}
.footer .mid-section .accordion .accordion-body ul li ul {
  margin-bottom: 30px;
}
.footer .mid-section .accordion .accordion-body ul li ul li {
  padding-left: 0;
  border-left: 0;
  margin-right: 0;
}
.footer .mid-section .accordion .accordion-body ul li a {
  text-decoration: none;
  color: #B5ABA3;
  font-size: 14px;
  line-height: 18px;
  font-family: "nakheel", "nakheelregular_text";
}
.footer .mid-section .accordion .accordion-body ul li a:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .footer {
    overflow: hidden;
  }
  .footer .top-section {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .footer .top-section .inner {
    width: 100%;
  }
  .footer .top-section .newsletter-outer {
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer .top-section .newsletter-outer p {
    padding: 0;
    margin-bottom: 20px !important;
  }
  .footer .top-section .newsletter-outer .email-form {
    width: 100%;
  }
  .footer .top-section .newsletter-outer .email-form .form-control {
    height: 48px;
  }
  .footer .top-section .newsletter-outer .email-form .subscribe-btn {
    top: 10px;
  }
  .footer .top-section .social-outer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .top-section .social-outer li:not(:last-child) {
    padding-right: 15px;
  }
  .footer .mid-section .accordion .section-head {
    background: white;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer .mid-section .accordion .section-head .custom-container.d-flex {
    flex-direction: column-reverse;
    align-items: center;
  }
  .footer .mid-section .accordion .section-head .logo-section {
    flex-direction: column;
    align-items: center;
    background: #F3F4F5;
    padding: 20px 0;
    position: relative;
  }
  .footer .mid-section .accordion .section-head .logo-section::after, .footer .mid-section .accordion .section-head .logo-section::before {
    content: "";
    width: 100vw;
    height: 100%;
    background: #F3F4F5;
    position: absolute;
    left: 100%;
    bottom: 0;
  }
  .footer .mid-section .accordion .section-head .logo-section:before {
    left: auto;
    right: 100%;
  }
  .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    height: 30px;
    width: 138px;
    margin: 0 0 12px 0;
    padding: 0;
    border: 0;
  }
  .footer .mid-section .accordion .section-head .logo-section .brand-logo img {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
  }
  .footer .mid-section .accordion .section-head .logo-section p {
    text-align: center;
  }
  .footer .mid-section .accordion .section-head .mobile-menus {
    padding: 30px 0;
    display: block;
  }
  .footer .mid-section .accordion .section-head .mobile-menus ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .footer .mid-section .accordion .section-head .mobile-menus ul li {
    list-style: none;
  }
  .footer .mid-section .accordion .section-head .mobile-menus ul li:not(:last-child) {
    margin-right: 5px;
  }
  .footer .mid-section .accordion .section-head .mobile-menus ul li:not(:last-child) a {
    border-right: 1px solid #B5ABA3;
    padding-right: 5px;
  }
  .footer .mid-section .accordion .section-head .mobile-menus ul li a {
    color: #B5ABA3;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    font-family: "nakheel", "nakheelregular_text";
  }
  .footer .mid-section .accordion .section-head .contact li a img {
    max-height: 16px;
    height: 16px;
    width: 16px;
  }
  .footer .mid-section .accordion .section-head .btn-accordian {
    display: none !important;
  }
  .footer .mid-section .accordion .accordion-body {
    display: none;
  }
}
@media (max-width: 567px) {
  .footer .top-section .social-outer li:first-child {
    padding: 0;
    width: 100%;
  }
  .footer .top-section .social-outer li:first-child p {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .footer .top-section .newsletter-outer form {
    width: 100%;
  }
  .footer .top-section .newsletter-outer .email-form .form-control {
    min-width: 100%;
  }
  .footer .top-section .d-flex.flex-wrap.justify-content-center.justify-content-lg-end {
    width: 100%;
  }
  .footer .mid-section .accordion .section-head .contact {
    flex-direction: column;
  }
  .footer .mid-section .accordion .section-head .contact li {
    margin-bottom: 5px;
  }
  .footer .mid-section .accordion .section-head .contact li a {
    margin: 0;
  }
  .footer .mid-section .accordion .section-head .contact li a span {
    font-size: 12px !important;
  }
}

.rtl .footer .top-section .newsletter-outer p {
  padding-right: 0;
  padding-left: 30px;
}
.rtl .footer .top-section .newsletter-outer .email-form .form-control {
  padding-right: 20px;
  padding-left: 30px;
  border-radius: 0;
}
.rtl .footer .top-section .newsletter-outer .email-form .subscribe-btn {
  right: auto;
  left: 20px;
}
.rtl .footer .top-section .newsletter-outer .email-form .subscribe-btn img {
  transform: rotate(180deg);
}
.rtl .footer .top-section .social-outer li p {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .footer .top-section .social-outer li:not(:last-child) {
  padding-right: 0;
  padding-left: 20px;
}
.rtl .footer .mid-section .accordion .section-head .logo-section .brand-logo {
  border-right: 0;
  border-left: 1px solid #F3F4F5;
  margin-right: 0;
  padding-right: 0;
  margin-left: 30px;
  padding-left: 30px;
}
@media (max-width: 1920px) {
  .rtl .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    margin-left: calc(30px + (30 - 30) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .rtl .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    margin-left: calc(30px + (30 - 30) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .rtl .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    margin-left: calc(26px + (30 - 26) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .rtl .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    margin-left: calc(26px + (26 - 26) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .rtl .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    margin-left: calc(26px + (26 - 26) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .rtl .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    margin-left: calc(22px + (26 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .rtl .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    margin-left: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .rtl .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    padding-left: calc(30px + (30 - 30) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .rtl .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    padding-left: calc(30px + (30 - 30) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .rtl .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    padding-left: calc(26px + (30 - 26) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .rtl .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    padding-left: calc(26px + (26 - 26) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .rtl .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    padding-left: calc(26px + (26 - 26) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .rtl .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    padding-left: calc(22px + (26 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .rtl .footer .mid-section .accordion .section-head .logo-section .brand-logo {
    padding-left: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.rtl .footer .mid-section .accordion .section-head .contact li a {
  margin-right: 0;
  margin-left: 60px;
}
@media (max-width: 1920px) {
  .rtl .footer .mid-section .accordion .section-head .contact li a {
    margin-left: calc(60px + (60 - 60) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .rtl .footer .mid-section .accordion .section-head .contact li a {
    margin-left: calc(60px + (60 - 60) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .rtl .footer .mid-section .accordion .section-head .contact li a {
    margin-left: calc(50px + (60 - 50) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .rtl .footer .mid-section .accordion .section-head .contact li a {
    margin-left: calc(40px + (50 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .rtl .footer .mid-section .accordion .section-head .contact li a {
    margin-left: calc(40px + (40 - 40) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .rtl .footer .mid-section .accordion .section-head .contact li a {
    margin-left: calc(30px + (40 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .rtl .footer .mid-section .accordion .section-head .contact li a {
    margin-left: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.rtl .footer .mid-section .accordion .section-head .contact li a img {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .footer .mid-section .accordion .accordion-body ul li {
  border-left: 0;
  border-right: 1px solid #F3F4F5;
  padding-left: 0;
  padding-right: 20px;
}
.rtl .footer .mid-section .accordion .accordion-body ul li ul li {
  padding-right: 0;
  border-right: 0;
  margin-left: 0;
}
@media (max-width: 1024px) {
  .rtl .footer .mid-section .accordion .section-head .mobile-menus ul li:not(:last-child) {
    margin-left: 10px;
  }
  .rtl .footer .mid-section .accordion .section-head .mobile-menus ul li:not(:last-child) a {
    border-right: 0;
    border-left: 1px solid #B5ABA3;
    padding-right: 0;
    padding-left: 10px;
  }
}

.footer .top-section .RadDockZone {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .top-section .RadDockZone .RadDock .rdContent {
  display: flex;
}
.footer .top-section .RadDockZone .RadDock + .RadDock .rdContent {
  justify-content: end;
}
.footer .mid-section .section-head .RadDockZone .RadDock + .RadDock {
  display: none;
}
.footer .mid-section .section-head .RadDockZone .RadDock .rdContent {
  display: flex;
}
.footer .mid-section .section-head .d-flex.align-items-center .RadDock .rdContent {
  display: flex;
  align-items: center;
}
.footer .mid-section .section-head .d-flex.align-items-center .btn-accordian {
  white-space: nowrap;
}
.footer .mid-section .accordion-body .parent .RadDockZone {
  display: flex;
}

body {
  font-family: "nakheel", "nakheelregular_text";
  overflow-x: hidden;
}
body.rtl {
  direction: rtl;
}
@media (-webkit-device-pixel-ratio: 1.25) {
  body {
    zoom: 0.925;
  }
}
@media (-webkit-device-pixel-ratio: 1.5) {
  body {
    zoom: 0.9;
  }
}

.bold {
  font-family: "nakheel", "nakheelbold_text";
}

.regular {
  font-family: "nakheel", "nakheelregular_text";
}

h1, .h1 {
  font-size: 64px;
  line-height: 68px;
}
@media (max-width: 1920px) {
  h1, .h1 {
    font-size: calc(56px + (64 - 56) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  h1, .h1 {
    font-size: calc(48px + (56 - 48) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  h1, .h1 {
    font-size: calc(44px + (48 - 44) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  h1, .h1 {
    font-size: calc(40px + (44 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  h1, .h1 {
    font-size: calc(36px + (40 - 36) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: calc(36px + (36 - 36) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  h1, .h1 {
    line-height: calc(32px + (36 - 32) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  h1, .h1 {
    line-height: calc(60px + (68 - 60) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  h1, .h1 {
    line-height: calc(52px + (60 - 52) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  h1, .h1 {
    line-height: calc(48px + (52 - 48) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  h1, .h1 {
    line-height: calc(44px + (48 - 44) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  h1, .h1 {
    line-height: calc(40px + (44 - 40) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    line-height: calc(40px + (40 - 40) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  h1, .h1 {
    line-height: calc(36px + (40 - 36) * ((100vw - 320px) / (480 - 320)));
  }
}
h1.invisible, .invisible.h1 {
  opacity: 0;
  margin: 0;
  height: 0;
}

h2, .h2 {
  font-size: 56px;
  line-height: 60px;
}
@media (max-width: 1920px) {
  h2, .h2 {
    font-size: calc(48px + (56 - 48) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  h2, .h2 {
    font-size: calc(44px + (48 - 44) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  h2, .h2 {
    font-size: calc(36px + (44 - 36) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  h2, .h2 {
    font-size: calc(36px + (36 - 36) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  h2, .h2 {
    font-size: calc(32px + (36 - 32) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: calc(32px + (32 - 32) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  h2, .h2 {
    line-height: calc(28px + (32 - 28) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  h2, .h2 {
    line-height: calc(52px + (60 - 52) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  h2, .h2 {
    line-height: calc(48px + (52 - 48) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  h2, .h2 {
    line-height: calc(40px + (48 - 40) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  h2, .h2 {
    line-height: calc(40px + (40 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  h2, .h2 {
    line-height: calc(36px + (40 - 36) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  h2, .h2 {
    line-height: calc(36px + (36 - 36) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  h2, .h2 {
    line-height: calc(38px + (36 - 38) * ((100vw - 320px) / (480 - 320)));
  }
}

h3,
.h3 {
  font-size: 44px;
  line-height: 48px;
}
@media (max-width: 1920px) {
  h3,
.h3 {
    font-size: calc(40px + (44 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  h3,
.h3 {
    font-size: calc(28px + (40 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  h3,
.h3 {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  h3,
.h3 {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  h3,
.h3 {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  h3,
.h3 {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  h3,
.h3 {
    line-height: calc(22px + (24 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  h3,
.h3 {
    line-height: calc(44px + (48 - 44) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  h3,
.h3 {
    line-height: calc(32px + (44 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  h3,
.h3 {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  h3,
.h3 {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  h3,
.h3 {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  h3,
.h3 {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  h3,
.h3 {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}

h4,
.h4 {
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 1920px) {
  h4,
.h4 {
    font-size: calc(32px + (36 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  h4,
.h4 {
    font-size: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  h4,
.h4 {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  h4,
.h4 {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  h4,
.h4 {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  h4,
.h4 {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  h4,
.h4 {
    line-height: calc(20px + (24 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  h4,
.h4 {
    line-height: calc(36px + (40 - 36) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  h4,
.h4 {
    line-height: calc(32px + (36 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  h4,
.h4 {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  h4,
.h4 {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  h4,
.h4 {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  h4,
.h4 {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  h4,
.h4 {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}

h5,
.h5 {
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 1920px) {
  h5,
.h5 {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  h5,
.h5 {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  h5,
.h5 {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  h5,
.h5 {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  h5,
.h5 {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  h5,
.h5 {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  h5,
.h5 {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  h5,
.h5 {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  h5,
.h5 {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  h5,
.h5 {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  h5,
.h5 {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  h5,
.h5 {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  h5,
.h5 {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  h5,
.h5 {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}

h6,
.h6 {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 1920px) {
  h6,
.h6 {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  h6,
.h6 {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  h6,
.h6 {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  h6,
.h6 {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  h6,
.h6 {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  h6,
.h6 {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  h6,
.h6 {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  h6,
.h6 {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  h6,
.h6 {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  h6,
.h6 {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  h6,
.h6 {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  h6,
.h6 {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  h6,
.h6 {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  h6,
.h6 {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}

p,
.p {
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1920px) {
  p,
.p {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  p,
.p {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  p,
.p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  p,
.p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  p,
.p {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  p,
.p {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  p,
.p {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  p,
.p {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  p,
.p {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  p,
.p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  p,
.p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  p,
.p {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  p,
.p {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  p,
.p {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}

span {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1920px) {
  span {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  span {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  span {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  span {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  span {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  span {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  span {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  span {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  span {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  span {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  span {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  span {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  span {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  span {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}

.note {
  font-size: 18px;
  line-height: 22px;
  color: #B5ABA3;
  margin-top: 10px;
}
@media (max-width: 1920px) {
  .note {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .note {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .note {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .note {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .note {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .note {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .note {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .note {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .note {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .note {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .note {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .note {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .note {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .note {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}

.f-thumbs__slide__button,
.fancybox__footer {
  display: none !important;
  visibility: hidden !important;
  opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
  color: white !important;
}

@media (max-width: 1024px) {
  .preventlink {
    pointer-events: none;
  }
}

.mobileviewmenu {
  display: none !important;
}
@media (max-width: 1024px) {
  .mobileviewmenu {
    display: block !important;
  }
}

.scroll-top-btn {
  position: fixed;
  bottom: calc(30px + (50 - 30) * ((100vw - 769px) / (1920 - 769)));
  right: calc(30px + (50 - 30) * ((100vw - 769px) / (1920 - 769)));
  display: none;
  z-index: 9999999;
}
.scroll-top-btn.show {
  display: block;
}
.scroll-top-btn img {
  max-height: 50px;
  max-width: 50px;
  height: 50px;
  width: 50px;
}
@media (max-width: 1920px) {
  .scroll-top-btn img {
    height: calc(46px + (50 - 46) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .scroll-top-btn img {
    height: calc(42px + (46 - 42) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .scroll-top-btn img {
    height: calc(38px + (42 - 38) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .scroll-top-btn img {
    height: calc(34px + (38 - 34) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .scroll-top-btn img {
    height: calc(32px + (34 - 32) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .scroll-top-btn img {
    height: calc(30px + (32 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .scroll-top-btn img {
    height: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .scroll-top-btn img {
    width: calc(46px + (50 - 46) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .scroll-top-btn img {
    width: calc(42px + (46 - 42) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .scroll-top-btn img {
    width: calc(38px + (42 - 38) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .scroll-top-btn img {
    width: calc(34px + (38 - 34) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .scroll-top-btn img {
    width: calc(32px + (34 - 32) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .scroll-top-btn img {
    width: calc(30px + (32 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .scroll-top-btn img {
    width: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 768px) {
  .scroll-top-btn {
    bottom: 30px;
    right: 30px;
  }
}

.btn,
.btn-theme {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 15px;
  font-family: "nakheel", "nakheelregular_text";
  font-size: 16px;
  line-height: 20px;
  color: white;
  background: #6AD1E3;
  border: none;
  outline: none;
  box-shadow: none;
  letter-spacing: 1.6px;
  text-transform: uppercase !important;
  white-space: nowrap;
  text-decoration: none;
}
@media (max-width: 1920px) {
  .btn,
.btn-theme {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .btn,
.btn-theme {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .btn,
.btn-theme {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .btn,
.btn-theme {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .btn,
.btn-theme {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .btn,
.btn-theme {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .btn,
.btn-theme {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .btn,
.btn-theme {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .btn,
.btn-theme {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .btn,
.btn-theme {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .btn,
.btn-theme {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .btn,
.btn-theme {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .btn,
.btn-theme {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .btn,
.btn-theme {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.btn:hover,
.btn-theme:hover {
  background: #00617f !important;
  color: white !important;
}
.btn:focus,
.btn-theme:focus {
  background-color: #00263A !important;
  color: white !important;
}
.btn:disabled,
.btn-theme:disabled {
  background: #DEDEDE;
}
.btn.btn-outline-white,
.btn-theme.btn-outline-white {
  border: 1px solid white;
  color: white;
  background: transparent;
}
.btn.btn-outline-white:hover,
.btn-theme.btn-outline-white:hover {
  border: 1px solid #6AD1E3;
  color: #6AD1E3;
}
.btn.btn-outline-white:focus,
.btn-theme.btn-outline-white:focus {
  border: 1px solid #00263A;
  color: #00263A;
}
.btn.btn-outline-white:disabled,
.btn-theme.btn-outline-white:disabled {
  border: 1px solid rgba(222, 222, 222, 0.2);
  color: rgba(222, 222, 222, 0.2);
}
.btn.btn-outline-torquoise,
.btn-theme.btn-outline-torquoise {
  border: 1px solid #6AD1E3;
  color: TURQUOISE;
  background: transparent;
}
.btn.btn-outline-torquoise:hover,
.btn-theme.btn-outline-torquoise:hover {
  border: 1px solid #00617f;
  color: #00617f !important;
  background: transparent !important;
}
.btn.btn-outline-torquoise:focus,
.btn-theme.btn-outline-torquoise:focus {
  border: 1px solid #00263A;
  color: #00263A !important;
  background: transparent !important;
}
.btn.btn-outline-torquoise:disabled,
.btn-theme.btn-outline-torquoise:disabled {
  border: 1px solid #DEDEDE;
  color: #DEDEDE;
  background: transparent !important;
}
.btn.btn-outline-grey,
.btn-theme.btn-outline-grey {
  color: #B5ABA3 !important;
  border: 1px solid #B5ABA3;
  background-color: transparent;
  width: 100%;
}
.btn.btn-outline-grey:hover, .btn.btn-outline-grey.active,
.btn-theme.btn-outline-grey:hover,
.btn-theme.btn-outline-grey.active {
  border: 1px solid #00263A;
  background: #00263A !important;
}
.btn.btn-outline-grey:focus,
.btn-theme.btn-outline-grey:focus {
  border: 1px solid #00263A;
  background: #00263A;
}
@media (max-width: 1280px) {
  .btn,
.btn-theme {
    padding: 12px 30px;
  }
}

.accordion-btn {
  color: #00263A;
  font-size: 30px;
  background: none;
  border: none;
  display: none;
}
@media (max-width: 1024px) {
  .accordion-btn {
    display: block;
    padding: 0;
  }
}

.error {
  color: #dc3545;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1920px) {
  .error {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .error {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .error {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .error {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .error {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .error {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .error {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .error {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .error {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .error {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .error {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .error {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .error {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .error {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}

.limit-notification {
  color: #B5ABA3;
  padding-top: 5px;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1920px) {
  .limit-notification {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .limit-notification {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .limit-notification {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .limit-notification {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .limit-notification {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .limit-notification {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .limit-notification {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .limit-notification {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .limit-notification {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .limit-notification {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .limit-notification {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .limit-notification {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .limit-notification {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .limit-notification {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}

.bttn-outer.global {
  margin-top: 30px;
  display: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .bttn-outer.global {
    display: flex;
  }
}

.mobile-collapse,
.accordion-btn,
.collapse-btn {
  display: none !important;
}
.mobile-collapse.collapsed,
.accordion-btn.collapsed,
.collapse-btn.collapsed {
  position: relative;
  color: white !important;
}
.mobile-collapse.collapsed::before,
.accordion-btn.collapsed::before,
.collapse-btn.collapsed::before {
  content: "+";
  font-size: 30px;
  line-height: 30px;
  color: #00263A;
  position: absolute;
  top: 8px;
}

.form-control,
.form-select {
  border-radius: 0;
}
.form-control.error,
.form-select.error {
  border: 1px solid #dc3545 !important;
}

.card {
  border: 0;
  border-radius: 0;
}
.card.newlaunches-card {
  position: relative;
  max-width: 385px;
  height: 640px;
}
@media (max-width: 1920px) {
  .card.newlaunches-card {
    height: calc(620px + (640 - 620) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.newlaunches-card {
    height: calc(590px + (620 - 590) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.newlaunches-card {
    height: calc(570px + (590 - 570) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.newlaunches-card {
    height: calc(550px + (570 - 550) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.newlaunches-card {
    height: calc(530px + (550 - 530) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.newlaunches-card {
    height: calc(480px + (530 - 480) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.newlaunches-card {
    height: calc(460px + (480 - 460) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.newlaunches-card .card-body {
  padding: 0;
  height: 640px;
  background: #006280;
}
@media (max-width: 1920px) {
  .card.newlaunches-card .card-body {
    height: calc(620px + (640 - 620) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.newlaunches-card .card-body {
    height: calc(590px + (620 - 590) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.newlaunches-card .card-body {
    height: calc(570px + (590 - 570) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.newlaunches-card .card-body {
    height: calc(550px + (570 - 550) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.newlaunches-card .card-body {
    height: calc(530px + (550 - 530) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.newlaunches-card .card-body {
    height: calc(480px + (530 - 480) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.newlaunches-card .card-body {
    height: calc(460px + (480 - 460) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.newlaunches-card .card-body img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.card.newlaunches-card .card-body::before {
  content: "";
  width: 100%;
  height: 50%;
  background: transparent linear-gradient(0deg, rgba(12, 37, 56, 0.5) 0%, rgba(41, 96, 124, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.card.newlaunches-card .card-title {
  font-size: 28px;
  line-height: 32px;
  padding: 40px;
  font-family: "nakheel", "nakheelbold_text";
  color: white;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 3;
}
@media (max-width: 1920px) {
  .card.newlaunches-card .card-title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.newlaunches-card .card-title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.newlaunches-card .card-title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.newlaunches-card .card-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.newlaunches-card .card-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.newlaunches-card .card-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.newlaunches-card .card-title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.newlaunches-card .card-title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.newlaunches-card .card-title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.newlaunches-card .card-title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.newlaunches-card .card-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.newlaunches-card .card-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.newlaunches-card .card-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.newlaunches-card .card-title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.newlaunches-card .card-title {
    padding: calc(40px + (40 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.newlaunches-card .card-title {
    padding: calc(40px + (40 - 40) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.newlaunches-card .card-title {
    padding: calc(36px + (40 - 36) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.newlaunches-card .card-title {
    padding: calc(36px + (36 - 36) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.newlaunches-card .card-title {
    padding: calc(32px + (36 - 32) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.newlaunches-card .card-title {
    padding: calc(32px + (32 - 32) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.newlaunches-card .card-title {
    padding: calc(28px + (32 - 28) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.newlaunches-card .card-content {
  height: 100%;
  width: 100%;
  background: rgba(0, 97, 127, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: -640px;
  padding-left: 42px;
  padding-right: 42px;
  z-index: 3;
  transition: all 0.8s ease;
}
@media (max-width: 1920px) {
  .card.newlaunches-card .card-content {
    padding-left: calc(42px + (42 - 42) * ((100vw - 1600px) / (1920 - 1600)));
    padding-right: calc(42px + (42 - 42) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.newlaunches-card .card-content {
    padding-left: calc(40px + (42 - 40) * ((100vw - 1440px) / (1600 - 1440)));
    padding-right: calc(40px + (42 - 40) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.newlaunches-card .card-content {
    padding-left: calc(40px + (40 - 40) * ((100vw - 1280px) / (1440 - 1280)));
    padding-right: calc(40px + (40 - 40) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.newlaunches-card .card-content {
    padding-left: calc(40px + (40 - 40) * ((100vw - 1024px) / (1280 - 1024)));
    padding-right: calc(40px + (40 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.newlaunches-card .card-content {
    padding-left: calc(30px + (40 - 30) * ((100vw - 768px) / (1024 - 768)));
    padding-right: calc(30px + (40 - 30) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.newlaunches-card .card-content {
    padding-left: calc(30px + (30 - 30) * ((100vw - 480px) / (768 - 480)));
    padding-right: calc(30px + (30 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.newlaunches-card .card-content {
    padding-left: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
    padding-right: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.newlaunches-card .card-content .text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card.newlaunches-card .card-content .text-center a {
  display: inline-block;
}
.card.newlaunches-card .card-content img {
  height: 80px;
  width: 150px;
  max-height: 80px;
  max-width: 153px;
  margin-bottom: 60px;
}
@media (max-width: 1920px) {
  .card.newlaunches-card .card-content img {
    margin-bottom: calc(55px + (60 - 55) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.newlaunches-card .card-content img {
    margin-bottom: calc(50px + (55 - 50) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.newlaunches-card .card-content img {
    margin-bottom: calc(45px + (50 - 45) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.newlaunches-card .card-content img {
    margin-bottom: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.newlaunches-card .card-content img {
    margin-bottom: calc(35px + (40 - 35) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.newlaunches-card .card-content img {
    margin-bottom: calc(30px + (35 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.newlaunches-card .card-content img {
    margin-bottom: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.newlaunches-card .card-content p,
.card.newlaunches-card .card-content .p {
  color: white;
  font-size: 18px;
  line-height: 22px;
  font-family: "nakheel", "nakheelregular_text";
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
@media (max-width: 1920px) {
  .card.newlaunches-card .card-content p,
.card.newlaunches-card .card-content .p {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.newlaunches-card .card-content p,
.card.newlaunches-card .card-content .p {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.newlaunches-card .card-content p,
.card.newlaunches-card .card-content .p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.newlaunches-card .card-content p,
.card.newlaunches-card .card-content .p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.newlaunches-card .card-content p,
.card.newlaunches-card .card-content .p {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.newlaunches-card .card-content p,
.card.newlaunches-card .card-content .p {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.newlaunches-card .card-content p,
.card.newlaunches-card .card-content .p {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.newlaunches-card .card-content p,
.card.newlaunches-card .card-content .p {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.newlaunches-card .card-content p,
.card.newlaunches-card .card-content .p {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.newlaunches-card .card-content p,
.card.newlaunches-card .card-content .p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.newlaunches-card .card-content p,
.card.newlaunches-card .card-content .p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.newlaunches-card .card-content p,
.card.newlaunches-card .card-content .p {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.newlaunches-card .card-content p,
.card.newlaunches-card .card-content .p {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.newlaunches-card .card-content p,
.card.newlaunches-card .card-content .p {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.newlaunches-card:hover .card-content {
  bottom: 0;
}
@media (max-width: 567px) {
  .card.newlaunches-card {
    max-width: 100%;
    height: auto;
  }
  .card.newlaunches-card .card-title {
    position: static;
    color: #00263A;
    padding-bottom: 10px;
    background: white;
  }
  .card.newlaunches-card .card-content {
    position: static;
    height: 100%;
    background: white;
  }
  .card.newlaunches-card .card-content img {
    display: none !important;
  }
  .card.newlaunches-card .card-content .p,
.card.newlaunches-card .card-content p {
    margin-bottom: 20px;
    color: #59595C;
    text-align: left;
  }
  .card.newlaunches-card .card-content .btn.btn-outline-white {
    background: #006280;
    color: white;
  }
  .card.newlaunches-card .card-content .text-center {
    align-items: flex-start;
  }
}
.card.project-card {
  max-width: 385px;
}
.card.project-card .card-body {
  padding: 0;
  position: relative;
  height: 640px;
  background: #006280;
}
@media (max-width: 1920px) {
  .card.project-card .card-body {
    height: calc(620px + (640 - 620) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.project-card .card-body {
    height: calc(600px + (620 - 600) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.project-card .card-body {
    height: calc(580px + (600 - 580) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.project-card .card-body {
    height: calc(560px + (580 - 560) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.project-card .card-body {
    height: calc(540px + (560 - 540) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.project-card .card-body {
    height: calc(520px + (540 - 520) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.project-card .card-body {
    height: calc(480px + (520 - 480) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.project-card .card-body img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.card.project-card .card-body .card-title {
  font-size: 28px;
  line-height: 32px;
  padding: 40px;
  font-family: "nakheel", "nakheelbold_text";
  color: white;
  position: absolute;
  width: 100%;
  height: 50%;
  background: transparent linear-gradient(0deg, rgba(12, 37, 56, 0.5) 0%, rgba(41, 96, 124, 0) 100%) 0% 0% no-repeat padding-box;
  left: 0;
  bottom: 0;
  margin: 0;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1920px) {
  .card.project-card .card-body .card-title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.project-card .card-body .card-title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.project-card .card-body .card-title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.project-card .card-body .card-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.project-card .card-body .card-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.project-card .card-body .card-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.project-card .card-body .card-title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.project-card .card-body .card-title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.project-card .card-body .card-title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.project-card .card-body .card-title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.project-card .card-body .card-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.project-card .card-body .card-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.project-card .card-body .card-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.project-card .card-body .card-title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.project-card .card-body .card-title {
    padding: calc(40px + (40 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.project-card .card-body .card-title {
    padding: calc(40px + (40 - 40) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.project-card .card-body .card-title {
    padding: calc(36px + (40 - 36) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.project-card .card-body .card-title {
    padding: calc(36px + (36 - 36) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.project-card .card-body .card-title {
    padding: calc(32px + (36 - 32) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.project-card .card-body .card-title {
    padding: calc(32px + (32 - 32) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.project-card .card-body .card-title {
    padding: calc(28px + (32 - 28) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.project-card .card-content {
  color: rgba(0, 38, 58, 0.7);
  font-size: 18px;
  line-height: 22px;
  font-family: "nakheel", "nakheelregular_text";
  padding-right: 20px;
  direction: ltr;
}
@media (max-width: 1920px) {
  .card.project-card .card-content {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.project-card .card-content {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.project-card .card-content {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.project-card .card-content {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.project-card .card-content {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.project-card .card-content {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.project-card .card-content {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.project-card .card-content {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.project-card .card-content {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.project-card .card-content {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.project-card .card-content {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.project-card .card-content {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.project-card .card-content {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.project-card .card-content {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.project-card .card-content:lang(ar) {
  direction: rtl;
}
.card.project-card .card-content p,
.card.project-card .card-content .p {
  margin: 0;
  color: rgba(0, 38, 58, 0.7);
  font-size: 18px;
  line-height: 22px;
  font-family: "nakheel", "nakheelregular_text";
  padding-top: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
@media (max-width: 1920px) {
  .card.project-card .card-content p,
.card.project-card .card-content .p {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.project-card .card-content p,
.card.project-card .card-content .p {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.project-card .card-content p,
.card.project-card .card-content .p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.project-card .card-content p,
.card.project-card .card-content .p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.project-card .card-content p,
.card.project-card .card-content .p {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.project-card .card-content p,
.card.project-card .card-content .p {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.project-card .card-content p,
.card.project-card .card-content .p {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.project-card .card-content p,
.card.project-card .card-content .p {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.project-card .card-content p,
.card.project-card .card-content .p {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.project-card .card-content p,
.card.project-card .card-content .p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.project-card .card-content p,
.card.project-card .card-content .p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.project-card .card-content p,
.card.project-card .card-content .p {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.project-card .card-content p,
.card.project-card .card-content .p {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.project-card .card-content p,
.card.project-card .card-content .p {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.project-card .card-content .btn {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .card.project-card .card-content {
    padding: 30px;
  }
  .card.project-card .card-content p,
.card.project-card .card-content .p {
    padding: 0;
  }
}
@media (max-width: 567px) {
  .card.project-card {
    max-width: 100%;
  }
}
.card.property-card {
  display: flex;
  height: auto;
  flex-direction: row;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1019607843);
}
.card.property-card:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 1920px) {
  .card.property-card:not(:last-child) {
    margin-bottom: calc(45px + (50 - 45) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.property-card:not(:last-child) {
    margin-bottom: calc(40px + (45 - 40) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.property-card:not(:last-child) {
    margin-bottom: calc(35px + (40 - 35) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.property-card:not(:last-child) {
    margin-bottom: calc(30px + (35 - 30) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.property-card:not(:last-child) {
    margin-bottom: calc(25px + (30 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.property-card:not(:last-child) {
    margin-bottom: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.property-card:not(:last-child) {
    margin-bottom: calc(20px + (25 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.property-card .img-outer {
  height: 100%;
  width: 533px;
  min-width: 533px;
  background: #006280;
}
@media (max-width: 1920px) {
  .card.property-card .img-outer {
    width: calc(520px + (533 - 520) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.property-card .img-outer {
    width: calc(500px + (520 - 500) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.property-card .img-outer {
    width: calc(480px + (500 - 480) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.property-card .img-outer {
    width: calc(460px + (480 - 460) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.property-card .img-outer {
    width: calc(440px + (460 - 440) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.property-card .img-outer {
    width: calc(420px + (440 - 420) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.property-card .img-outer {
    width: calc(360px + (420 - 360) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.property-card .img-outer {
    min-width: calc(520px + (533 - 520) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.property-card .img-outer {
    min-width: calc(500px + (520 - 500) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.property-card .img-outer {
    min-width: calc(480px + (500 - 480) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.property-card .img-outer {
    min-width: calc(460px + (480 - 460) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.property-card .img-outer {
    min-width: calc(440px + (460 - 440) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.property-card .img-outer {
    min-width: calc(420px + (440 - 420) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.property-card .img-outer {
    min-width: calc(360px + (420 - 360) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.property-card .img-outer img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 290px;
}
.card.property-card .desc-outer {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 50px;
  width: 100%;
}
@media (max-width: 1920px) {
  .card.property-card .desc-outer {
    padding-top: calc(28px + (30 - 28) * ((100vw - 1600px) / (1920 - 1600)));
    padding-bottom: calc(28px + (30 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.property-card .desc-outer {
    padding-top: calc(26px + (28 - 26) * ((100vw - 1440px) / (1600 - 1440)));
    padding-bottom: calc(26px + (28 - 26) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.property-card .desc-outer {
    padding-top: calc(24px + (26 - 24) * ((100vw - 1280px) / (1440 - 1280)));
    padding-bottom: calc(24px + (26 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.property-card .desc-outer {
    padding-top: calc(22px + (24 - 22) * ((100vw - 1024px) / (1280 - 1024)));
    padding-bottom: calc(22px + (24 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.property-card .desc-outer {
    padding-top: calc(20px + (22 - 20) * ((100vw - 768px) / (1024 - 768)));
    padding-bottom: calc(20px + (22 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.property-card .desc-outer {
    padding-top: calc(18px + (20 - 18) * ((100vw - 480px) / (768 - 480)));
    padding-bottom: calc(18px + (20 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.property-card .desc-outer {
    padding-top: calc(16px + (18 - 16) * ((100vw - 320px) / (480 - 320)));
    padding-bottom: calc(16px + (18 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.property-card .desc-outer {
    padding-right: calc(28px + (30 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.property-card .desc-outer {
    padding-right: calc(26px + (28 - 26) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.property-card .desc-outer {
    padding-right: calc(24px + (26 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.property-card .desc-outer {
    padding-right: calc(22px + (24 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.property-card .desc-outer {
    padding-right: calc(20px + (22 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.property-card .desc-outer {
    padding-right: calc(18px + (20 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.property-card .desc-outer {
    padding-right: calc(16px + (18 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.property-card .desc-outer {
    padding-left: calc(46px + (50 - 46) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.property-card .desc-outer {
    padding-left: calc(42px + (46 - 42) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.property-card .desc-outer {
    padding-left: calc(38px + (42 - 38) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.property-card .desc-outer {
    padding-left: calc(36px + (38 - 36) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.property-card .desc-outer {
    padding-left: calc(32px + (36 - 32) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.property-card .desc-outer {
    padding-left: calc(28px + (32 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.property-card .desc-outer {
    padding-left: calc(26px + (28 - 26) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.property-card .desc-outer .title {
  font-size: 28px;
  line-height: 32px;
  color: #00263A;
  font-family: "nakheel", "nakheelbold_text";
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .card.property-card .desc-outer .title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.property-card .desc-outer .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.property-card .desc-outer .title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.property-card .desc-outer .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.property-card .desc-outer .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.property-card .desc-outer .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.property-card .desc-outer .title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.property-card .desc-outer .title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.property-card .desc-outer .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.property-card .desc-outer .title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.property-card .desc-outer .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.property-card .desc-outer .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.property-card .desc-outer .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.property-card .desc-outer .title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.property-card .desc-outer .title {
    margin-bottom: calc(18px + (20 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.property-card .desc-outer .title {
    margin-bottom: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.property-card .desc-outer .title {
    margin-bottom: calc(14px + (16 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.property-card .desc-outer .title {
    margin-bottom: calc(12px + (14 - 12) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.property-card .desc-outer .title {
    margin-bottom: calc(10px + (12 - 10) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.property-card .desc-outer .title {
    margin-bottom: calc(10px + (10 - 10) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.property-card .desc-outer .title {
    margin-bottom: calc(10px + (10 - 10) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.property-card .desc-outer .desc {
  color: #B5ABA3;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .card.property-card .desc-outer .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.property-card .desc-outer .desc {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.property-card .desc-outer .desc {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.property-card .desc-outer .desc {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.property-card .desc-outer .desc {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.property-card .desc-outer .desc {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.property-card .desc-outer .desc {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.property-card .desc-outer .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.property-card .desc-outer .desc {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.property-card .desc-outer .desc {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.property-card .desc-outer .desc {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.property-card .desc-outer .desc {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.property-card .desc-outer .desc {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.property-card .desc-outer .desc {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.property-card .desc-outer .desc {
    margin-bottom: calc(18px + (20 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.property-card .desc-outer .desc {
    margin-bottom: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.property-card .desc-outer .desc {
    margin-bottom: calc(14px + (16 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.property-card .desc-outer .desc {
    margin-bottom: calc(12px + (14 - 12) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.property-card .desc-outer .desc {
    margin-bottom: calc(10px + (12 - 10) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.property-card .desc-outer .desc {
    margin-bottom: calc(10px + (10 - 10) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.property-card .desc-outer .desc {
    margin-bottom: calc(10px + (10 - 10) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.property-card .desc-outer .properties {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.card.property-card .desc-outer .properties .details {
  width: 100%;
}
.card.property-card .desc-outer .properties .block {
  border-left: 1px solid #D3D9D2;
  padding-left: 20px;
  margin-bottom: 20px;
  font-family: "nakheel", "nakheelregular_text";
}
.card.property-card .desc-outer .properties .block .key {
  font-size: 16px;
  line-height: 20px;
  color: #59595C;
  margin-bottom: 6px;
}
@media (max-width: 1920px) {
  .card.property-card .desc-outer .properties .block .key {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.property-card .desc-outer .properties .block .key {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.property-card .desc-outer .properties .block .key {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.property-card .desc-outer .properties .block .key {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.property-card .desc-outer .properties .block .key {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.property-card .desc-outer .properties .block .key {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.property-card .desc-outer .properties .block .key {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.property-card .desc-outer .properties .block .key {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.property-card .desc-outer .properties .block .key {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.property-card .desc-outer .properties .block .key {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.property-card .desc-outer .properties .block .key {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.property-card .desc-outer .properties .block .key {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.property-card .desc-outer .properties .block .key {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.property-card .desc-outer .properties .block .key {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.property-card .desc-outer .properties .block .val {
  font-size: 28px;
  line-height: 32px;
  color: #6AD1E3;
  margin: 0;
}
@media (max-width: 1920px) {
  .card.property-card .desc-outer .properties .block .val {
    font-size: calc(24px + (28 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.property-card .desc-outer .properties .block .val {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.property-card .desc-outer .properties .block .val {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.property-card .desc-outer .properties .block .val {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.property-card .desc-outer .properties .block .val {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.property-card .desc-outer .properties .block .val {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.property-card .desc-outer .properties .block .val {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.property-card .desc-outer .properties .block .val {
    line-height: calc(28px + (32 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.property-card .desc-outer .properties .block .val {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.property-card .desc-outer .properties .block .val {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.property-card .desc-outer .properties .block .val {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.property-card .desc-outer .properties .block .val {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.property-card .desc-outer .properties .block .val {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.property-card .desc-outer .properties .block .val {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1024px) {
  .card.property-card {
    flex-direction: column;
  }
  .card.property-card .img-outer {
    height: calc(170px + (300 - 170) * ((100vw - 320px) / (1024 - 320)));
    width: 100%;
    min-width: 100%;
  }
  .card.property-card .img-outer img {
    max-height: 100%;
  }
  .card.property-card .desc-outer .properties {
    flex-direction: column;
    margin-top: 20px;
  }
  .card.property-card .desc-outer .properties .details {
    width: 100%;
  }
  .card.property-card .desc-outer .properties .details .row .col-sm-6 {
    width: 50%;
  }
  .card.property-card .desc-outer .properties .btn {
    margin-top: 20px;
    width: 100%;
  }
}
.card.aminity-card {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0431372549);
  height: auto;
  padding: 20px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 20px;
}
.card.aminity-card img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  margin-bottom: 3px;
}
.card.aminity-card span {
  color: #B5ABA3;
  font-size: 16px;
  line-height: 20px;
  line-height: 16px !important;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 34px;
}
@media (max-width: 1920px) {
  .card.aminity-card span {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.aminity-card span {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.aminity-card span {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.aminity-card span {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.aminity-card span {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.aminity-card span {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.aminity-card span {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.aminity-card span {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.aminity-card span {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.aminity-card span {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.aminity-card span {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.aminity-card span {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.aminity-card span {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.aminity-card span {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1024px) {
  .card.aminity-card {
    margin: 10px;
    padding: 10px;
    min-height: 120px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.0431372549);
  }
  .card.aminity-card img {
    height: 48px;
    width: 48px;
  }
}
.card.fees-card {
  max-width: 355px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.0980392157);
  margin: 30px;
}
.card.fees-card .head {
  background: #00263A;
  font-size: 18px;
  line-height: 22px;
  font-family: "nakheel", "nakheelbold_text";
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: white;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1920px) {
  .card.fees-card .head {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.fees-card .head {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.fees-card .head {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.fees-card .head {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.fees-card .head {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.fees-card .head {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.fees-card .head {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.fees-card .head {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.fees-card .head {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.fees-card .head {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.fees-card .head {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.fees-card .head {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.fees-card .head {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.fees-card .head {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.fees-card .head {
    padding-top: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
    padding-bottom: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.fees-card .head {
    padding-top: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
    padding-bottom: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.fees-card .head {
    padding-top: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
    padding-bottom: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.fees-card .head {
    padding-top: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
    padding-bottom: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.fees-card .head {
    padding-top: calc(12px + (14 - 12) * ((100vw - 768px) / (1024 - 768)));
    padding-bottom: calc(12px + (14 - 12) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.fees-card .head {
    padding-top: calc(12px + (12 - 12) * ((100vw - 480px) / (768 - 480)));
    padding-bottom: calc(12px + (12 - 12) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.fees-card .head {
    padding-top: calc(12px + (12 - 12) * ((100vw - 320px) / (480 - 320)));
    padding-bottom: calc(12px + (12 - 12) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.fees-card .head {
    height: calc(72px + (72 - 72) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.fees-card .head {
    height: calc(68px + (72 - 68) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.fees-card .head {
    height: calc(68px + (68 - 68) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.fees-card .head {
    height: calc(68px + (68 - 68) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.fees-card .head {
    height: calc(64px + (68 - 64) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.fees-card .head {
    height: calc(64px + (64 - 64) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.fees-card .head {
    height: calc(64px + (64 - 64) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.fees-card .body {
  padding: 0;
}
.card.fees-card .body ul {
  padding: 0;
  margin: 0;
}
.card.fees-card .body ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.card.fees-card .body ul li:nth-child(even) {
  background-color: rgba(243, 244, 245, 0.5);
}
.card.fees-card .body ul li .key {
  font-size: 16px;
  line-height: 20px;
  color: #00263A;
  width: 50%;
  margin-right: 5px;
}
@media (max-width: 1920px) {
  .card.fees-card .body ul li .key {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.fees-card .body ul li .key {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.fees-card .body ul li .key {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.fees-card .body ul li .key {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.fees-card .body ul li .key {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.fees-card .body ul li .key {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.fees-card .body ul li .key {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.fees-card .body ul li .key {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.fees-card .body ul li .key {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.fees-card .body ul li .key {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.fees-card .body ul li .key {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.fees-card .body ul li .key {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.fees-card .body ul li .key {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.fees-card .body ul li .key {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.fees-card .body ul li .value {
  font-size: 16px;
  line-height: 20px;
  font-family: "nakheel", "nakheelbold_text";
  color: #00263A;
  text-align: right;
}
@media (max-width: 1920px) {
  .card.fees-card .body ul li .value {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.fees-card .body ul li .value {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.fees-card .body ul li .value {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.fees-card .body ul li .value {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.fees-card .body ul li .value {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.fees-card .body ul li .value {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.fees-card .body ul li .value {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.fees-card .body ul li .value {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.fees-card .body ul li .value {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.fees-card .body ul li .value {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.fees-card .body ul li .value {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.fees-card .body ul li .value {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.fees-card .body ul li .value {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.fees-card .body ul li .value {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.fees-card .body ul li .value.highlight {
  color: #6AD1E3;
}
.card.fees-card .card-footer {
  padding: 20px;
  border: 0;
  text-align: center;
  background: white;
}
@media (max-width: 1024px) {
  .card.fees-card {
    max-width: 100%;
  }
}
@media (max-width: 567px) {
  .card.fees-card {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0980392157);
    margin: 20px;
  }
}
.card.rest-card {
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 40px;
}
.card.rest-card .card-img-outer {
  position: relative;
  background: #006280;
  height: 400px;
}
@media (max-width: 1920px) {
  .card.rest-card .card-img-outer {
    height: calc(375px + (400 - 375) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.rest-card .card-img-outer {
    height: calc(350px + (375 - 350) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.rest-card .card-img-outer {
    height: calc(325px + (350 - 325) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.rest-card .card-img-outer {
    height: calc(300px + (325 - 300) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.rest-card .card-img-outer {
    height: calc(275px + (300 - 275) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.rest-card .card-img-outer {
    height: calc(250px + (275 - 250) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.rest-card .card-img-outer {
    height: calc(200px + (250 - 200) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.rest-card .card-img-outer:before {
  height: 50%;
  width: 100%;
  content: "";
  background: transparent linear-gradient(182deg, rgba(80, 58, 87, 0) 0%, #503A57 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 0;
  bottom: 0;
}
.card.rest-card .card-img-outer .bg {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.card.rest-card .card-img-outer .img-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 80px;
}
@media (max-width: 1920px) {
  .card.rest-card .card-img-outer .img-footer {
    padding-left: calc(28px + (30 - 28) * ((100vw - 1600px) / (1920 - 1600)));
    padding-right: calc(28px + (30 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.rest-card .card-img-outer .img-footer {
    padding-left: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
    padding-right: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.rest-card .card-img-outer .img-footer {
    padding-left: calc(26px + (28 - 26) * ((100vw - 1280px) / (1440 - 1280)));
    padding-right: calc(26px + (28 - 26) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.rest-card .card-img-outer .img-footer {
    padding-left: calc(26px + (26 - 26) * ((100vw - 1024px) / (1280 - 1024)));
    padding-right: calc(26px + (26 - 26) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.rest-card .card-img-outer .img-footer {
    padding-left: calc(24px + (26 - 24) * ((100vw - 768px) / (1024 - 768)));
    padding-right: calc(24px + (26 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.rest-card .card-img-outer .img-footer {
    padding-left: calc(22px + (24 - 22) * ((100vw - 480px) / (768 - 480)));
    padding-right: calc(22px + (24 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.rest-card .card-img-outer .img-footer {
    padding-left: calc(20px + (22 - 20) * ((100vw - 320px) / (480 - 320)));
    padding-right: calc(20px + (22 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.rest-card .card-img-outer .img-footer .logo-outer {
  height: 120px;
  width: 200px;
  padding: 10px;
  background: #F6F5F6;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1920px) {
  .card.rest-card .card-img-outer .img-footer .logo-outer {
    height: calc(110px + (120 - 110) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.rest-card .card-img-outer .img-footer .logo-outer {
    height: calc(100px + (110 - 100) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.rest-card .card-img-outer .img-footer .logo-outer {
    height: calc(90px + (100 - 90) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.rest-card .card-img-outer .img-footer .logo-outer {
    height: calc(80px + (90 - 80) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.rest-card .card-img-outer .img-footer .logo-outer {
    height: calc(70px + (80 - 70) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.rest-card .card-img-outer .img-footer .logo-outer {
    height: calc(60px + (70 - 60) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.rest-card .card-img-outer .img-footer .logo-outer {
    height: calc(50px + (60 - 50) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.rest-card .card-img-outer .img-footer .logo-outer {
    width: calc(180px + (200 - 180) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.rest-card .card-img-outer .img-footer .logo-outer {
    width: calc(160px + (180 - 160) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.rest-card .card-img-outer .img-footer .logo-outer {
    width: calc(140px + (160 - 140) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.rest-card .card-img-outer .img-footer .logo-outer {
    width: calc(120px + (140 - 120) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.rest-card .card-img-outer .img-footer .logo-outer {
    width: calc(100px + (120 - 100) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.rest-card .card-img-outer .img-footer .logo-outer {
    width: calc(100px + (100 - 100) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.rest-card .card-img-outer .img-footer .logo-outer {
    width: calc(80px + (100 - 80) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.rest-card .card-img-outer .img-footer .logo-outer img {
  height: 100%;
  width: 100%;
  max-height: 80px;
}
.card.rest-card .card-img-outer .img-footer .contact a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1920px) {
  .card.rest-card .card-img-outer .img-footer .contact a {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.rest-card .card-img-outer .img-footer .contact a {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.rest-card .card-img-outer .img-footer .contact a {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.rest-card .card-img-outer .img-footer .contact a {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.rest-card .card-img-outer .img-footer .contact a {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.rest-card .card-img-outer .img-footer .contact a {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.rest-card .card-img-outer .img-footer .contact a {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.rest-card .card-img-outer .img-footer .contact a {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.rest-card .card-img-outer .img-footer .contact a {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.rest-card .card-img-outer .img-footer .contact a {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.rest-card .card-img-outer .img-footer .contact a {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.rest-card .card-img-outer .img-footer .contact a {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.rest-card .card-img-outer .img-footer .contact a {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.rest-card .card-img-outer .img-footer .contact a {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.rest-card .card-img-outer .img-footer .contact a:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1920px) {
  .card.rest-card .card-img-outer .img-footer .contact a:not(:last-child) {
    margin-right: calc(26px + (30 - 26) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.rest-card .card-img-outer .img-footer .contact a:not(:last-child) {
    margin-right: calc(22px + (26 - 22) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.rest-card .card-img-outer .img-footer .contact a:not(:last-child) {
    margin-right: calc(18px + (22 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.rest-card .card-img-outer .img-footer .contact a:not(:last-child) {
    margin-right: calc(12px + (18 - 12) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.rest-card .card-img-outer .img-footer .contact a:not(:last-child) {
    margin-right: calc(10px + (12 - 10) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.rest-card .card-img-outer .img-footer .contact a:not(:last-child) {
    margin-right: calc(10px + (10 - 10) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.rest-card .card-img-outer .img-footer .contact a:not(:last-child) {
    margin-right: calc(10px + (10 - 10) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.rest-card .card-img-outer .img-footer .contact img {
  height: 24px;
  width: 24px;
}
@media (max-width: 1920px) {
  .card.rest-card .card-img-outer .img-footer .contact img {
    height: calc(22px + (24 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.rest-card .card-img-outer .img-footer .contact img {
    height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.rest-card .card-img-outer .img-footer .contact img {
    height: calc(18px + (20 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.rest-card .card-img-outer .img-footer .contact img {
    height: calc(16px + (18 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.rest-card .card-img-outer .img-footer .contact img {
    height: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.rest-card .card-img-outer .img-footer .contact img {
    height: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.rest-card .card-img-outer .img-footer .contact img {
    height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.rest-card .card-img-outer .img-footer .contact img {
    width: calc(22px + (24 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.rest-card .card-img-outer .img-footer .contact img {
    width: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.rest-card .card-img-outer .img-footer .contact img {
    width: calc(18px + (20 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.rest-card .card-img-outer .img-footer .contact img {
    width: calc(16px + (18 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.rest-card .card-img-outer .img-footer .contact img {
    width: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.rest-card .card-img-outer .img-footer .contact img {
    width: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.rest-card .card-img-outer .img-footer .contact img {
    width: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.rest-card .card-content {
  padding: 40px;
}
.card.rest-card .card-content .title {
  font-size: 28px;
  line-height: 32px;
  color: #543859;
  margin-bottom: 20px;
  font-family: "nakheel", "nakheelbold_text";
}
@media (max-width: 1920px) {
  .card.rest-card .card-content .title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.rest-card .card-content .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.rest-card .card-content .title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.rest-card .card-content .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.rest-card .card-content .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.rest-card .card-content .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.rest-card .card-content .title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.rest-card .card-content .title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.rest-card .card-content .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.rest-card .card-content .title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.rest-card .card-content .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.rest-card .card-content .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.rest-card .card-content .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.rest-card .card-content .title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.rest-card .card-content .title {
    margin-bottom: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.rest-card .card-content .title {
    margin-bottom: calc(20px + (20 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.rest-card .card-content .title {
    margin-bottom: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.rest-card .card-content .title {
    margin-bottom: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.rest-card .card-content .title {
    margin-bottom: calc(10px + (20 - 10) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.rest-card .card-content .title {
    margin-bottom: calc(10px + (10 - 10) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.rest-card .card-content .title {
    margin-bottom: calc(10px + (10 - 10) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.rest-card .card-content .desc {
  font-size: 18px;
  line-height: 22px;
  color: #59595C;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1920px) {
  .card.rest-card .card-content .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.rest-card .card-content .desc {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.rest-card .card-content .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.rest-card .card-content .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.rest-card .card-content .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.rest-card .card-content .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.rest-card .card-content .desc {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.rest-card .card-content .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.rest-card .card-content .desc {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.rest-card .card-content .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.rest-card .card-content .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.rest-card .card-content .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.rest-card .card-content .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.rest-card .card-content .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.rest-card .card-content .timing {
  font-size: 18px;
  line-height: 22px;
  color: #59595C;
  margin-top: 20px;
}
@media (max-width: 1920px) {
  .card.rest-card .card-content .timing {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.rest-card .card-content .timing {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.rest-card .card-content .timing {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.rest-card .card-content .timing {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.rest-card .card-content .timing {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.rest-card .card-content .timing {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.rest-card .card-content .timing {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.rest-card .card-content .timing {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.rest-card .card-content .timing {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.rest-card .card-content .timing {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.rest-card .card-content .timing {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.rest-card .card-content .timing {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.rest-card .card-content .timing {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.rest-card .card-content .timing {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.rest-card .card-content .timing {
    margin-top: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.rest-card .card-content .timing {
    margin-top: calc(20px + (20 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.rest-card .card-content .timing {
    margin-top: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.rest-card .card-content .timing {
    margin-top: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.rest-card .card-content .timing {
    margin-top: calc(10px + (20 - 10) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.rest-card .card-content .timing {
    margin-top: calc(10px + (10 - 10) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.rest-card .card-content .timing {
    margin-top: calc(10px + (10 - 10) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.rest-card .card-content .timing span {
  font-family: "nakheel", "nakheelbold_text";
  color: #543859;
}
.card.rest-card .card-content .timing ul {
  margin: 0;
  padding: 0;
}
.card.rest-card .card-content .timing ul li {
  list-style: none;
}
@media (max-width: 1024px) {
  .card.rest-card .card-img-outer .img-footer .contact a span {
    display: none;
  }
}
@media (max-width: 567px) {
  .card.rest-card .card-content {
    padding: 20px;
  }
}
.card.profile-card {
  display: flex;
  align-items: center;
  flex-direction: row;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.062745098);
}
.card.profile-card .picture {
  width: 580px;
  min-width: 580px;
  height: 680px;
}
@media (max-width: 1920px) {
  .card.profile-card .picture {
    width: calc(540px + (580 - 540) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.profile-card .picture {
    width: calc(500px + (540 - 500) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.profile-card .picture {
    width: calc(460px + (500 - 460) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.profile-card .picture {
    width: calc(420px + (460 - 420) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.profile-card .picture {
    width: calc(380px + (420 - 380) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.profile-card .picture {
    width: calc(340px + (380 - 340) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.profile-card .picture {
    width: calc(300px + (340 - 300) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.profile-card .picture {
    min-width: calc(540px + (580 - 540) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.profile-card .picture {
    min-width: calc(500px + (540 - 500) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.profile-card .picture {
    min-width: calc(460px + (500 - 460) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.profile-card .picture {
    min-width: calc(420px + (460 - 420) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.profile-card .picture {
    min-width: calc(380px + (420 - 380) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.profile-card .picture {
    min-width: calc(340px + (380 - 340) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.profile-card .picture {
    min-width: calc(300px + (340 - 300) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.profile-card .picture {
    height: calc(600px + (680 - 600) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.profile-card .picture {
    height: calc(560px + (600 - 560) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.profile-card .picture {
    height: calc(500px + (560 - 500) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.profile-card .picture {
    height: calc(480px + (500 - 480) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.profile-card .picture {
    height: calc(400px + (480 - 400) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.profile-card .picture {
    height: calc(360px + (400 - 360) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.profile-card .picture {
    height: calc(320px + (360 - 320) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.profile-card .picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.card.profile-card .content {
  padding: 40px 0;
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1920px) {
  .card.profile-card .content {
    padding-left: calc(100px + (120 - 100) * ((100vw - 1600px) / (1920 - 1600)));
    padding-right: calc(100px + (120 - 100) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.profile-card .content {
    padding-left: calc(80px + (100 - 80) * ((100vw - 1440px) / (1600 - 1440)));
    padding-right: calc(80px + (100 - 80) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.profile-card .content {
    padding-left: calc(60px + (80 - 60) * ((100vw - 1280px) / (1440 - 1280)));
    padding-right: calc(60px + (80 - 60) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.profile-card .content {
    padding-left: calc(40px + (60 - 40) * ((100vw - 1024px) / (1280 - 1024)));
    padding-right: calc(40px + (60 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.profile-card .content {
    padding-left: calc(20px + (40 - 20) * ((100vw - 768px) / (1024 - 768)));
    padding-right: calc(20px + (40 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.profile-card .content {
    padding-left: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
    padding-right: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.profile-card .content {
    padding-left: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
    padding-right: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.profile-card .content .name {
  color: #00263A;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 20px;
  font-family: "nakheel", "nakheelbold_text";
}
@media (max-width: 567px) {
  .card.profile-card .content .name {
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 28px;
  }
}
.card.profile-card .content .designation {
  color: #B5ABA3;
  font-size: 28px;
  line-height: 32px;
  font-family: "nakheel", "nakheelregular_text";
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .card.profile-card .content .designation {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.profile-card .content .designation {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.profile-card .content .designation {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.profile-card .content .designation {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.profile-card .content .designation {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.profile-card .content .designation {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.profile-card .content .designation {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.profile-card .content .designation {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.profile-card .content .designation {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.profile-card .content .designation {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.profile-card .content .designation {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.profile-card .content .designation {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.profile-card .content .designation {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.profile-card .content .designation {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.profile-card .content .bio {
  color: #59595C;
  font-size: 16px;
  line-height: 20px;
}
.card.profile-card .content .bio p,
.card.profile-card .content .bio div {
  margin: 0 0 10px 0;
}
.card.profile-card .content .bio a {
  color: #B5ABA3;
  text-decoration: none;
}
.card.profile-card .view-more {
  font-size: 14px;
  color: #6AD1E3;
  margin-top: 10px;
  text-decoration: none;
}
@media (max-width: 567px) {
  .card.profile-card .view-more {
    display: block;
  }
}
@media (max-width: 768px) {
  .card.profile-card {
    flex-direction: column;
  }
  .card.profile-card .picture {
    width: 100%;
    height: 600px !important;
  }
  .card.profile-card .picture img {
    object-position: top;
  }
}
@media (max-width: 567px) {
  .card.profile-card .picture {
    height: 400px !important;
  }
}
.card.stands-card {
  margin-right: 30px;
  width: calc(100% - 30px);
}
.card.stands-card .img-outer {
  height: 360px;
  width: 100%;
  background: #006280;
}
@media (max-width: 1920px) {
  .card.stands-card .img-outer {
    height: calc(350px + (360 - 350) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.stands-card .img-outer {
    height: calc(340px + (350 - 340) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.stands-card .img-outer {
    height: calc(330px + (340 - 330) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.stands-card .img-outer {
    height: calc(325px + (330 - 325) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.stands-card .img-outer {
    height: calc(320px + (325 - 320) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.stands-card .img-outer {
    height: calc(310px + (320 - 310) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.stands-card .img-outer {
    height: calc(300px + (310 - 300) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.stands-card .img-outer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card.stands-card .content-outer {
  padding: 40px 0;
}
.card.stands-card .content-outer .title {
  color: #00263A;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .card.stands-card .content-outer .title {
    font-size: calc(32px + (36 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.stands-card .content-outer .title {
    font-size: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.stands-card .content-outer .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.stands-card .content-outer .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.stands-card .content-outer .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.stands-card .content-outer .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.stands-card .content-outer .title {
    line-height: calc(20px + (24 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.stands-card .content-outer .title {
    line-height: calc(36px + (40 - 36) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.stands-card .content-outer .title {
    line-height: calc(32px + (36 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.stands-card .content-outer .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.stands-card .content-outer .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.stands-card .content-outer .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.stands-card .content-outer .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.stands-card .content-outer .title {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.stands-card .content-outer .desc {
  color: rgba(89, 89, 92, 0.7);
  font-size: 24px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 1920px) {
  .card.stands-card .content-outer .desc {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.stands-card .content-outer .desc {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.stands-card .content-outer .desc {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.stands-card .content-outer .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.stands-card .content-outer .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.stands-card .content-outer .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.stands-card .content-outer .desc {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.stands-card .content-outer .desc {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.stands-card .content-outer .desc {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.stands-card .content-outer .desc {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.stands-card .content-outer .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.stands-card .content-outer .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.stands-card .content-outer .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.stands-card .content-outer .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 768px) {
  .card.stands-card .img-outer {
    width: 100%;
  }
}
@media (max-width: 567px) {
  .card.stands-card {
    margin-right: 0;
    width: 100%;
  }
}
.card.news-card {
  background: #F8F7F6;
  margin-bottom: 60px;
}
.card.news-card a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.card.news-card a .img-outer {
  width: 50%;
  min-width: 50%;
  height: 300px;
  background: #006280;
}
@media (max-width: 1920px) {
  .card.news-card a .img-outer {
    height: calc(290px + (300 - 290) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.news-card a .img-outer {
    height: calc(280px + (290 - 280) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.news-card a .img-outer {
    height: calc(270px + (280 - 270) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.news-card a .img-outer {
    height: calc(260px + (270 - 260) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.news-card a .img-outer {
    height: calc(250px + (260 - 250) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.news-card a .img-outer {
    height: calc(240px + (250 - 240) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.news-card a .img-outer {
    height: calc(220px + (240 - 220) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.news-card a .img-outer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card.news-card a .content-outer {
  padding: 40px;
  height: 300px;
}
@media (max-width: 1920px) {
  .card.news-card a .content-outer {
    padding: calc(36px + (40 - 36) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.news-card a .content-outer {
    padding: calc(34px + (36 - 34) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.news-card a .content-outer {
    padding: calc(32px + (34 - 32) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.news-card a .content-outer {
    padding: calc(30px + (32 - 30) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.news-card a .content-outer {
    padding: calc(30px + (30 - 30) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.news-card a .content-outer {
    padding: calc(30px + (30 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.news-card a .content-outer {
    padding: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.news-card a .content-outer {
    height: calc(290px + (300 - 290) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.news-card a .content-outer {
    height: calc(280px + (290 - 280) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.news-card a .content-outer {
    height: calc(270px + (280 - 270) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.news-card a .content-outer {
    height: calc(260px + (270 - 260) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.news-card a .content-outer {
    height: calc(250px + (260 - 250) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.news-card a .content-outer {
    height: calc(240px + (250 - 240) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.news-card a .content-outer {
    height: calc(220px + (240 - 220) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.news-card a .content-outer .title {
  color: #00263A;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1920px) {
  .card.news-card a .content-outer .title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.news-card a .content-outer .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.news-card a .content-outer .title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.news-card a .content-outer .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.news-card a .content-outer .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.news-card a .content-outer .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.news-card a .content-outer .title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.news-card a .content-outer .title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.news-card a .content-outer .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.news-card a .content-outer .title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.news-card a .content-outer .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.news-card a .content-outer .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.news-card a .content-outer .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.news-card a .content-outer .title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.news-card a .content-outer .sub-title {
  color: #6AD1E3;
  font-size: 18px;
  line-height: 22px;
  font-family: "nakheel", "nakheelbold_text";
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .card.news-card a .content-outer .sub-title {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.news-card a .content-outer .sub-title {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.news-card a .content-outer .sub-title {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.news-card a .content-outer .sub-title {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.news-card a .content-outer .sub-title {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.news-card a .content-outer .sub-title {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.news-card a .content-outer .sub-title {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.news-card a .content-outer .sub-title {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.news-card a .content-outer .sub-title {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.news-card a .content-outer .sub-title {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.news-card a .content-outer .sub-title {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.news-card a .content-outer .sub-title {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.news-card a .content-outer .sub-title {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.news-card a .content-outer .sub-title {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.news-card a .content-outer .date {
  color: #B5ABA3;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media (max-width: 1920px) {
  .card.news-card a .content-outer .date {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.news-card a .content-outer .date {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.news-card a .content-outer .date {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.news-card a .content-outer .date {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.news-card a .content-outer .date {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.news-card a .content-outer .date {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.news-card a .content-outer .date {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.news-card a .content-outer .date {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.news-card a .content-outer .date {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.news-card a .content-outer .date {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.news-card a .content-outer .date {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.news-card a .content-outer .date {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.news-card a .content-outer .date {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.news-card a .content-outer .date {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.news-card a .content-outer .arrow {
  height: 48px;
  width: 48px;
  display: block;
  margin-left: auto;
}
@media (max-width: 1920px) {
  .card.news-card a .content-outer .arrow {
    height: calc(46px + (48 - 46) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.news-card a .content-outer .arrow {
    height: calc(44px + (46 - 44) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.news-card a .content-outer .arrow {
    height: calc(42px + (44 - 42) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.news-card a .content-outer .arrow {
    height: calc(40px + (42 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.news-card a .content-outer .arrow {
    height: calc(38px + (40 - 38) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.news-card a .content-outer .arrow {
    height: calc(36px + (38 - 36) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.news-card a .content-outer .arrow {
    height: calc(34px + (36 - 34) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.news-card a .content-outer .arrow {
    width: calc(46px + (48 - 46) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.news-card a .content-outer .arrow {
    width: calc(44px + (46 - 44) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.news-card a .content-outer .arrow {
    width: calc(42px + (44 - 42) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.news-card a .content-outer .arrow {
    width: calc(40px + (42 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.news-card a .content-outer .arrow {
    width: calc(38px + (40 - 38) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.news-card a .content-outer .arrow {
    width: calc(36px + (38 - 36) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.news-card a .content-outer .arrow {
    width: calc(34px + (36 - 34) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 567px) {
  .card.news-card a {
    flex-direction: column;
  }
  .card.news-card a .img-outer {
    width: 100%;
    min-width: 100%;
  }
  .card.news-card a .content-outer {
    height: auto;
  }
  .card.news-card a .content-outer .sub-title {
    display: none;
  }
}
.card.latestnews-card {
  background: #F8F7F6;
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.card.latestnews-card .img-outer {
  width: 50%;
  min-width: 50%;
  height: 560px;
  background: #006280;
}
@media (max-width: 1920px) {
  .card.latestnews-card .img-outer {
    height: calc(490px + (560 - 490) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.latestnews-card .img-outer {
    height: calc(450px + (490 - 450) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.latestnews-card .img-outer {
    height: calc(390px + (450 - 390) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.latestnews-card .img-outer {
    height: calc(350px + (390 - 350) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.latestnews-card .img-outer {
    height: calc(290px + (350 - 290) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.latestnews-card .img-outer {
    height: calc(240px + (290 - 240) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.latestnews-card .img-outer {
    height: calc(220px + (240 - 220) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.latestnews-card .img-outer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card.latestnews-card .content-outer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 60px;
  height: 560px;
}
@media (max-width: 1920px) {
  .card.latestnews-card .content-outer {
    padding: calc(50px + (60 - 50) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.latestnews-card .content-outer {
    padding: calc(40px + (50 - 40) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.latestnews-card .content-outer {
    padding: calc(36px + (40 - 36) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.latestnews-card .content-outer {
    padding: calc(34px + (36 - 34) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.latestnews-card .content-outer {
    padding: calc(32px + (34 - 32) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.latestnews-card .content-outer {
    padding: calc(30px + (32 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.latestnews-card .content-outer {
    padding: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.latestnews-card .content-outer {
    height: calc(490px + (560 - 490) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.latestnews-card .content-outer {
    height: calc(450px + (490 - 450) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.latestnews-card .content-outer {
    height: calc(390px + (450 - 390) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.latestnews-card .content-outer {
    height: calc(350px + (390 - 350) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.latestnews-card .content-outer {
    height: calc(290px + (350 - 290) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.latestnews-card .content-outer {
    height: calc(240px + (290 - 240) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.latestnews-card .content-outer {
    height: calc(220px + (240 - 220) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.latestnews-card .content-outer .sub-title {
  color: #6AD1E3;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .card.latestnews-card .content-outer .sub-title {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.latestnews-card .content-outer .sub-title {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.latestnews-card .content-outer .sub-title {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.latestnews-card .content-outer .sub-title {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.latestnews-card .content-outer .sub-title {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.latestnews-card .content-outer .sub-title {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.latestnews-card .content-outer .sub-title {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.latestnews-card .content-outer .sub-title {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.latestnews-card .content-outer .sub-title {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.latestnews-card .content-outer .sub-title {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.latestnews-card .content-outer .sub-title {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.latestnews-card .content-outer .sub-title {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.latestnews-card .content-outer .sub-title {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.latestnews-card .content-outer .sub-title {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.latestnews-card .content-outer .sub-title {
    margin-bottom: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.latestnews-card .content-outer .sub-title {
    margin-bottom: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.latestnews-card .content-outer .sub-title {
    margin-bottom: calc(16px + (18 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.latestnews-card .content-outer .sub-title {
    margin-bottom: calc(14px + (16 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.latestnews-card .content-outer .sub-title {
    margin-bottom: calc(12px + (14 - 12) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.latestnews-card .content-outer .sub-title {
    margin-bottom: calc(10px + (12 - 10) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.latestnews-card .content-outer .sub-title {
    margin-bottom: calc(10px + (10 - 10) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.latestnews-card .content-outer .title {
  color: #00263A;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1920px) {
  .card.latestnews-card .content-outer .title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.latestnews-card .content-outer .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.latestnews-card .content-outer .title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.latestnews-card .content-outer .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.latestnews-card .content-outer .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.latestnews-card .content-outer .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.latestnews-card .content-outer .title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.latestnews-card .content-outer .title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.latestnews-card .content-outer .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.latestnews-card .content-outer .title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.latestnews-card .content-outer .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.latestnews-card .content-outer .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.latestnews-card .content-outer .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.latestnews-card .content-outer .title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.latestnews-card .content-outer .title {
    margin-bottom: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.latestnews-card .content-outer .title {
    margin-bottom: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.latestnews-card .content-outer .title {
    margin-bottom: calc(16px + (18 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.latestnews-card .content-outer .title {
    margin-bottom: calc(14px + (16 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.latestnews-card .content-outer .title {
    margin-bottom: calc(12px + (14 - 12) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.latestnews-card .content-outer .title {
    margin-bottom: calc(10px + (12 - 10) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.latestnews-card .content-outer .title {
    margin-bottom: calc(10px + (10 - 10) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.latestnews-card .content-outer .date {
  color: #B5ABA3;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media (max-width: 1920px) {
  .card.latestnews-card .content-outer .date {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.latestnews-card .content-outer .date {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.latestnews-card .content-outer .date {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.latestnews-card .content-outer .date {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.latestnews-card .content-outer .date {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.latestnews-card .content-outer .date {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.latestnews-card .content-outer .date {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.latestnews-card .content-outer .date {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.latestnews-card .content-outer .date {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.latestnews-card .content-outer .date {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.latestnews-card .content-outer .date {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.latestnews-card .content-outer .date {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.latestnews-card .content-outer .date {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.latestnews-card .content-outer .date {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.latestnews-card .content-outer .desc {
  color: #59595C;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 1920px) {
  .card.latestnews-card .content-outer .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.latestnews-card .content-outer .desc {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.latestnews-card .content-outer .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.latestnews-card .content-outer .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.latestnews-card .content-outer .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.latestnews-card .content-outer .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.latestnews-card .content-outer .desc {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.latestnews-card .content-outer .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.latestnews-card .content-outer .desc {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.latestnews-card .content-outer .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.latestnews-card .content-outer .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.latestnews-card .content-outer .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.latestnews-card .content-outer .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.latestnews-card .content-outer .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.latestnews-card .content-outer .arrow {
  height: 48px;
  width: 48px;
  display: block;
  margin-left: auto;
}
@media (max-width: 1920px) {
  .card.latestnews-card .content-outer .arrow {
    height: calc(46px + (48 - 46) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.latestnews-card .content-outer .arrow {
    height: calc(44px + (46 - 44) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.latestnews-card .content-outer .arrow {
    height: calc(42px + (44 - 42) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.latestnews-card .content-outer .arrow {
    height: calc(40px + (42 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.latestnews-card .content-outer .arrow {
    height: calc(38px + (40 - 38) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.latestnews-card .content-outer .arrow {
    height: calc(36px + (38 - 36) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.latestnews-card .content-outer .arrow {
    height: calc(34px + (36 - 34) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.latestnews-card .content-outer .arrow {
    width: calc(46px + (48 - 46) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.latestnews-card .content-outer .arrow {
    width: calc(44px + (46 - 44) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.latestnews-card .content-outer .arrow {
    width: calc(42px + (44 - 42) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.latestnews-card .content-outer .arrow {
    width: calc(40px + (42 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.latestnews-card .content-outer .arrow {
    width: calc(38px + (40 - 38) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.latestnews-card .content-outer .arrow {
    width: calc(36px + (38 - 36) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.latestnews-card .content-outer .arrow {
    width: calc(34px + (36 - 34) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1024px) {
  .card.latestnews-card .content-outer .desc {
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 768px) {
  .card.latestnews-card {
    flex-direction: column;
  }
  .card.latestnews-card .img-outer {
    width: 100%;
  }
  .card.latestnews-card .content-outer {
    height: 100%;
  }
}
.card.gallery-pop-card {
  margin-bottom: 60px;
}
.card.gallery-pop-card .card-content .top {
  height: 400px;
  width: 100%;
  position: relative;
  background: #006280;
}
@media (max-width: 1920px) {
  .card.gallery-pop-card .card-content .top {
    height: calc(380px + (400 - 380) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.gallery-pop-card .card-content .top {
    height: calc(360px + (380 - 360) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.gallery-pop-card .card-content .top {
    height: calc(340px + (360 - 340) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.gallery-pop-card .card-content .top {
    height: calc(320px + (340 - 320) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.gallery-pop-card .card-content .top {
    height: calc(300px + (320 - 300) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.gallery-pop-card .card-content .top {
    height: calc(280px + (300 - 280) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.gallery-pop-card .card-content .top {
    height: calc(240px + (280 - 240) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.gallery-pop-card .card-content .top .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card.gallery-pop-card .card-content .top .playicon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.gallery-pop-card .card-content .top .playicon .play-icon {
  width: 60px;
  height: 60px;
}
@media (max-width: 1920px) {
  .card.gallery-pop-card .card-content .top .playicon .play-icon {
    width: calc(48px + (60 - 48) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.gallery-pop-card .card-content .top .playicon .play-icon {
    width: calc(56px + (48 - 56) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.gallery-pop-card .card-content .top .playicon .play-icon {
    width: calc(54px + (56 - 54) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.gallery-pop-card .card-content .top .playicon .play-icon {
    width: calc(52px + (54 - 52) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.gallery-pop-card .card-content .top .playicon .play-icon {
    width: calc(50px + (52 - 50) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.gallery-pop-card .card-content .top .playicon .play-icon {
    width: calc(48px + (50 - 48) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.gallery-pop-card .card-content .top .playicon .play-icon {
    width: calc(44px + (48 - 44) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.gallery-pop-card .card-content .top .playicon .play-icon {
    height: calc(48px + (60 - 48) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.gallery-pop-card .card-content .top .playicon .play-icon {
    height: calc(56px + (48 - 56) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.gallery-pop-card .card-content .top .playicon .play-icon {
    height: calc(54px + (56 - 54) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.gallery-pop-card .card-content .top .playicon .play-icon {
    height: calc(52px + (54 - 52) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.gallery-pop-card .card-content .top .playicon .play-icon {
    height: calc(50px + (52 - 50) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.gallery-pop-card .card-content .top .playicon .play-icon {
    height: calc(48px + (50 - 48) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.gallery-pop-card .card-content .top .playicon .play-icon {
    height: calc(44px + (48 - 44) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.gallery-pop-card .card-content .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F8F7F6;
  padding: 40px;
}
@media (max-width: 1920px) {
  .card.gallery-pop-card .card-content .bottom {
    padding: calc(39px + (40 - 39) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.gallery-pop-card .card-content .bottom {
    padding: calc(38px + (39 - 38) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.gallery-pop-card .card-content .bottom {
    padding: calc(37px + (38 - 37) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.gallery-pop-card .card-content .bottom {
    padding: calc(36px + (37 - 36) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.gallery-pop-card .card-content .bottom {
    padding: calc(34px + (36 - 34) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.gallery-pop-card .card-content .bottom {
    padding: calc(32px + (34 - 32) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.gallery-pop-card .card-content .bottom {
    padding: calc(30px + (32 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.gallery-pop-card .card-content .bottom .title {
  color: #00263A;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 10px;
}
@media (max-width: 1920px) {
  .card.gallery-pop-card .card-content .bottom .title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.gallery-pop-card .card-content .bottom .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.gallery-pop-card .card-content .bottom .title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.gallery-pop-card .card-content .bottom .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.gallery-pop-card .card-content .bottom .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.gallery-pop-card .card-content .bottom .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.gallery-pop-card .card-content .bottom .title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.gallery-pop-card .card-content .bottom .title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.gallery-pop-card .card-content .bottom .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.gallery-pop-card .card-content .bottom .title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.gallery-pop-card .card-content .bottom .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.gallery-pop-card .card-content .bottom .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.gallery-pop-card .card-content .bottom .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.gallery-pop-card .card-content .bottom .title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.gallery-pop-card .card-content .bottom .date {
  color: #B5ABA3;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1920px) {
  .card.gallery-pop-card .card-content .bottom .date {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.gallery-pop-card .card-content .bottom .date {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.gallery-pop-card .card-content .bottom .date {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.gallery-pop-card .card-content .bottom .date {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.gallery-pop-card .card-content .bottom .date {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.gallery-pop-card .card-content .bottom .date {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.gallery-pop-card .card-content .bottom .date {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.gallery-pop-card .card-content .bottom .date {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.gallery-pop-card .card-content .bottom .date {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.gallery-pop-card .card-content .bottom .date {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.gallery-pop-card .card-content .bottom .date {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.gallery-pop-card .card-content .bottom .date {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.gallery-pop-card .card-content .bottom .date {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.gallery-pop-card .card-content .bottom .date {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.card.gallery-pop-card .card-content .bottom a img {
  width: 48px;
  height: 48px;
}
@media (max-width: 1920px) {
  .card.gallery-pop-card .card-content .bottom a img {
    width: calc(44px + (48 - 44) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.gallery-pop-card .card-content .bottom a img {
    width: calc(42px + (44 - 42) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.gallery-pop-card .card-content .bottom a img {
    width: calc(40px + (42 - 40) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.gallery-pop-card .card-content .bottom a img {
    width: calc(38px + (40 - 38) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.gallery-pop-card .card-content .bottom a img {
    width: calc(36px + (38 - 36) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.gallery-pop-card .card-content .bottom a img {
    width: calc(36px + (36 - 36) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.gallery-pop-card .card-content .bottom a img {
    width: calc(34px + (36 - 34) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .card.gallery-pop-card .card-content .bottom a img {
    height: calc(44px + (48 - 44) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .card.gallery-pop-card .card-content .bottom a img {
    height: calc(42px + (44 - 42) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .card.gallery-pop-card .card-content .bottom a img {
    height: calc(40px + (42 - 40) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .card.gallery-pop-card .card-content .bottom a img {
    height: calc(38px + (40 - 38) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .card.gallery-pop-card .card-content .bottom a img {
    height: calc(36px + (38 - 36) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .card.gallery-pop-card .card-content .bottom a img {
    height: calc(36px + (36 - 36) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .card.gallery-pop-card .card-content .bottom a img {
    height: calc(34px + (36 - 34) * ((100vw - 320px) / (480 - 320)));
  }
}

.custom-container {
  margin-left: 160px;
  margin-right: 160px;
}
@media (max-width: 1920px) {
  .custom-container {
    margin-left: calc(120px + (160 - 120) * ((100vw - 1600px) / (1920 - 1600)));
    margin-right: calc(120px + (160 - 120) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .custom-container {
    margin-left: calc(80px + (120 - 80) * ((100vw - 1440px) / (1600 - 1440)));
    margin-right: calc(80px + (120 - 80) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .custom-container {
    margin-left: calc(60px + (80 - 60) * ((100vw - 1280px) / (1440 - 1280)));
    margin-right: calc(60px + (80 - 60) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .custom-container {
    margin-left: calc(40px + (60 - 40) * ((100vw - 1024px) / (1280 - 1024)));
    margin-right: calc(40px + (60 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .custom-container {
    margin-left: calc(40px + (40 - 40) * ((100vw - 768px) / (1024 - 768)));
    margin-right: calc(40px + (40 - 40) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .custom-container {
    margin-left: calc(30px + (40 - 30) * ((100vw - 480px) / (768 - 480)));
    margin-right: calc(30px + (40 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .custom-container {
    margin-left: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
    margin-right: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}

.container-start {
  margin-left: 160px;
}
@media (max-width: 1920px) {
  .container-start {
    margin-left: calc(120px + (160 - 120) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .container-start {
    margin-left: calc(80px + (120 - 80) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .container-start {
    margin-left: calc(60px + (80 - 60) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .container-start {
    margin-left: calc(40px + (60 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .container-start {
    margin-left: calc(40px + (40 - 40) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .container-start {
    margin-left: calc(30px + (40 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .container-start {
    margin-left: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}

.container-end {
  margin-right: 160px;
}
@media (max-width: 1920px) {
  .container-end {
    margin-right: calc(120px + (160 - 120) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .container-end {
    margin-right: calc(80px + (120 - 80) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .container-end {
    margin-right: calc(60px + (80 - 60) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .container-end {
    margin-right: calc(40px + (60 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .container-end {
    margin-right: calc(40px + (40 - 40) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .container-end {
    margin-right: calc(30px + (40 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .container-end {
    margin-right: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}

.rtl .container-start {
  margin-left: 0 !important;
  margin-right: 160px;
}
@media (max-width: 1920px) {
  .rtl .container-start {
    margin-right: calc(120px + (160 - 120) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .rtl .container-start {
    margin-right: calc(80px + (120 - 80) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .rtl .container-start {
    margin-right: calc(60px + (80 - 60) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .rtl .container-start {
    margin-right: calc(40px + (60 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .rtl .container-start {
    margin-right: calc(40px + (40 - 40) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .rtl .container-start {
    margin-right: calc(30px + (40 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .rtl .container-start {
    margin-right: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.rtl .container-end {
  margin-right: 0 !important;
  margin-left: 160px;
}
@media (max-width: 1920px) {
  .rtl .container-end {
    margin-left: calc(120px + (160 - 120) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .rtl .container-end {
    margin-left: calc(80px + (120 - 80) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .rtl .container-end {
    margin-left: calc(60px + (80 - 60) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .rtl .container-end {
    margin-left: calc(40px + (60 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .rtl .container-end {
    margin-left: calc(40px + (40 - 40) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .rtl .container-end {
    margin-left: calc(30px + (40 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .rtl .container-end {
    margin-left: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}

.custom-padding-top {
  padding-top: 120px;
}
@media (max-width: 1920px) {
  .custom-padding-top {
    padding-top: calc(115px + (120 - 115) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .custom-padding-top {
    padding-top: calc(110px + (115 - 110) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .custom-padding-top {
    padding-top: calc(100px + (110 - 100) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .custom-padding-top {
    padding-top: calc(90px + (100 - 90) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .custom-padding-top {
    padding-top: calc(80px + (90 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .custom-padding-top {
    padding-top: calc(70px + (80 - 70) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .custom-padding-top {
    padding-top: calc(60px + (70 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}

.custom-top {
  padding-top: 120px;
}
@media (max-width: 1920px) {
  .custom-top {
    padding-top: calc(115px + (120 - 115) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .custom-top {
    padding-top: calc(110px + (115 - 110) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .custom-top {
    padding-top: calc(100px + (110 - 100) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .custom-top {
    padding-top: calc(90px + (100 - 90) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .custom-top {
    padding-top: calc(80px + (90 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .custom-top {
    padding-top: calc(70px + (80 - 70) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .custom-top {
    padding-top: calc(60px + (70 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}

.form-floating .form-control {
  border: 1px solid #B7ABA2;
  color: #00263A;
  font-size: 16px;
  line-height: 20px;
  padding: 25px 20px 10px 20px !important;
  resize: none;
}
@media (max-width: 1920px) {
  .form-floating .form-control {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .form-floating .form-control {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .form-floating .form-control {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .form-floating .form-control {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .form-floating .form-control {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .form-floating .form-control {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .form-floating .form-control {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .form-floating .form-control {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .form-floating .form-control {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .form-floating .form-control {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .form-floating .form-control {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .form-floating .form-control {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .form-floating .form-control {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .form-floating .form-control {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.form-floating .form-control:hover, .form-floating .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-floating .form-select {
  padding-top: 0.625rem;
}
.form-floating label {
  color: #B5ABA3;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1920px) {
  .form-floating label {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .form-floating label {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .form-floating label {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .form-floating label {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .form-floating label {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .form-floating label {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .form-floating label {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .form-floating label {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .form-floating label {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .form-floating label {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .form-floating label {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .form-floating label {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .form-floating label {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .form-floating label {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  font-size: 12px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .form-floating .form-control,
.form-floating .form-select {
    height: 48px;
  }
}

.custom-checkbox .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-checkbox .form-group label {
  position: relative;
  cursor: pointer;
  color: #B5ABA3;
  font-family: "nakheel", "nakheelregular_text";
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1920px) {
  .custom-checkbox .form-group label {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .custom-checkbox .form-group label {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .custom-checkbox .form-group label {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .custom-checkbox .form-group label {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .custom-checkbox .form-group label {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .custom-checkbox .form-group label {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .custom-checkbox .form-group label {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .custom-checkbox .form-group label {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .custom-checkbox .form-group label {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .custom-checkbox .form-group label {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .custom-checkbox .form-group label {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .custom-checkbox .form-group label {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .custom-checkbox .form-group label {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .custom-checkbox .form-group label {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.custom-checkbox .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #B5ABA3;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 16px;
  margin-bottom: 5px;
}
.custom-checkbox .form-group label.error {
  color: #dc3545;
}
.custom-checkbox .form-group label.error:before {
  border: 1px solid #dc3545;
}
.custom-checkbox .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #B5ABA3;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .custom-checkbox .form-group label {
    display: flex;
  }
  .custom-checkbox .form-group label:before {
    height: 16px;
  }
}

.custom-radio {
  display: flex;
  align-items: center;
}
.custom-radio .form-check {
  margin: 0;
}
.custom-radio .form-check .form-check-input {
  border: 1px solid #B5ABA3;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.custom-radio .form-check .form-check-input:hover, .custom-radio .form-check .form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.custom-radio .form-check .form-check-input:checked {
  position: relative;
  background: none;
}
.custom-radio .form-check .form-check-input:checked:before {
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #B5ABA3;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.custom-radio .form-check .form-check-label {
  color: #B5ABA3;
  font-size: 18px;
  line-height: 22px;
  margin: 6px 0 0 16px;
  cursor: pointer;
}
@media (max-width: 1920px) {
  .custom-radio .form-check .form-check-label {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .custom-radio .form-check .form-check-label {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .custom-radio .form-check .form-check-label {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .custom-radio .form-check .form-check-label {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .custom-radio .form-check .form-check-label {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .custom-radio .form-check .form-check-label {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .custom-radio .form-check .form-check-label {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .custom-radio .form-check .form-check-label {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .custom-radio .form-check .form-check-label {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .custom-radio .form-check .form-check-label {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .custom-radio .form-check .form-check-label {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .custom-radio .form-check .form-check-label {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .custom-radio .form-check .form-check-label {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .custom-radio .form-check .form-check-label {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}

.bottom-filter {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999999;
  width: 100%;
  box-shadow: 0px -20px 30px rgba(0, 0, 0, 0.0980392157);
  background-color: white;
  transition: all 0.8s ease;
}
.bottom-filter.fixToBottom {
  bottom: 0;
}
.bottom-filter .custom-container {
  margin: 0 80px !important;
}
.bottom-filter .accordion-button::after {
  transform: rotate(0deg);
}
.bottom-filter .accordion-button.collapsed::after {
  transform: rotate(180deg);
}
.bottom-filter .filter-outer {
  display: flex;
  align-items: baseline;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  background-color: white;
}
@media (max-width: 1920px) {
  .bottom-filter .filter-outer {
    padding-top: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
    padding-bottom: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter .filter-outer {
    padding-top: calc(20px + (20 - 20) * ((100vw - 1440px) / (1600 - 1440)));
    padding-bottom: calc(20px + (20 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter .filter-outer {
    padding-top: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
    padding-bottom: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter .filter-outer {
    padding-top: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
    padding-bottom: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter .filter-outer {
    padding-top: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
    padding-bottom: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter .filter-outer {
    padding-top: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
    padding-bottom: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter .filter-outer {
    padding-top: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
    padding-bottom: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.bottom-filter .filter-outer .filter-contents .filters {
  position: absolute;
  bottom: -1000px;
  left: 0;
  width: 100%;
  left: 0;
  transition: all 0.8s ease;
  z-index: -1;
}
.bottom-filter .filter-outer .filter-contents .filters .section {
  padding: 40px;
  background: white;
  box-shadow: 0px 3px 60px rgba(0, 0, 0, 0.1607843137);
}
.bottom-filter .filter-outer .filter-contents .filters .section .title {
  color: #00263A;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #B5ABA3;
}
@media (max-width: 1920px) {
  .bottom-filter .filter-outer .filter-contents .filters .section .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter .filter-outer .filter-contents .filters .section .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter .filter-outer .filter-contents .filters .section .title {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter .filter-outer .filter-contents .filters .section .title {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter .filter-outer .filter-contents .filters .section .title {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter .filter-outer .filter-contents .filters .section .title {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter .filter-outer .filter-contents .filters .section .title {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .bottom-filter .filter-outer .filter-contents .filters .section .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter .filter-outer .filter-contents .filters .section .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter .filter-outer .filter-contents .filters .section .title {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter .filter-outer .filter-contents .filters .section .title {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter .filter-outer .filter-contents .filters .section .title {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter .filter-outer .filter-contents .filters .section .title {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter .filter-outer .filter-contents .filters .section .title {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.bottom-filter .filter-outer .filter-contents .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.bottom-filter .filter-outer .filter-contents .form-group label {
  position: relative;
  cursor: pointer;
  color: #B5ABA3;
  font-family: "nakheel", "nakheelregular_text";
  font-size: 18px;
  line-height: 22px;
  display: flex;
}
@media (max-width: 1920px) {
  .bottom-filter .filter-outer .filter-contents .form-group label {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter .filter-outer .filter-contents .form-group label {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter .filter-outer .filter-contents .form-group label {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter .filter-outer .filter-contents .form-group label {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter .filter-outer .filter-contents .form-group label {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter .filter-outer .filter-contents .form-group label {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter .filter-outer .filter-contents .form-group label {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .bottom-filter .filter-outer .filter-contents .form-group label {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter .filter-outer .filter-contents .form-group label {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter .filter-outer .filter-contents .form-group label {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter .filter-outer .filter-contents .form-group label {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter .filter-outer .filter-contents .form-group label {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter .filter-outer .filter-contents .form-group label {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter .filter-outer .filter-contents .form-group label {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.bottom-filter .filter-outer .filter-contents .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #B5ABA3;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 16px;
  margin-bottom: 5px;
  height: 22px;
}
.bottom-filter .filter-outer .filter-contents .form-group label.error {
  color: #dc3545;
}
.bottom-filter .filter-outer .filter-contents .form-group label.error:before {
  border: 1px solid #dc3545;
}
.bottom-filter .filter-outer .filter-contents .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #B5ABA3;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media (max-width: 1324px) {
  .bottom-filter .filter-outer .filter-contents + .btn {
    width: auto;
    min-width: auto;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .bottom-filter .filter-outer .filter-contents .filters {
    position: static;
    display: none;
  }
  .bottom-filter .filter-outer .filter-contents .filters .section {
    padding: 20px;
    background: white;
  }
  .bottom-filter .filter-outer .filter-contents .filters .section .title {
    display: none;
  }
  .bottom-filter .filter-outer .filter-contents .filters .section .row .col-sm-2 {
    width: auto;
  }
}
@media (max-width: 768px) {
  .bottom-filter .filter-outer .filter-contents .filters .section .row .col-sm-2 {
    width: 33%;
  }
}
@media (max-width: 567px) {
  .bottom-filter .filter-outer .filter-contents .filters .section .row .col-sm-2 {
    width: 50%;
  }
  .bottom-filter .filter-outer .filter-contents .filters .section .row .col-sm-2 .form-group {
    margin-bottom: 5px;
  }
}
.bottom-filter .filter-outer .btn-outline-grey {
  justify-content: flex-start;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "nakheel", "nakheelregular_text";
  letter-spacing: 0;
  width: 100%;
  min-width: 100%;
  text-transform: lowercase !important;
}
.bottom-filter .filter-outer .btn-outline-grey::first-letter {
  text-transform: uppercase !important;
}
.bottom-filter .filter-outer .btn-outline-grey:after {
  content: "\e900";
  font-family: "IconFonts" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
}
@media (max-width: 1920px) {
  .bottom-filter .filter-outer .btn-outline-grey:after {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter .filter-outer .btn-outline-grey:after {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter .filter-outer .btn-outline-grey:after {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter .filter-outer .btn-outline-grey:after {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter .filter-outer .btn-outline-grey:after {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter .filter-outer .btn-outline-grey:after {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter .filter-outer .btn-outline-grey:after {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .bottom-filter .filter-outer .btn-outline-grey:after {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter .filter-outer .btn-outline-grey:after {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter .filter-outer .btn-outline-grey:after {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter .filter-outer .btn-outline-grey:after {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter .filter-outer .btn-outline-grey:after {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter .filter-outer .btn-outline-grey:after {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter .filter-outer .btn-outline-grey:after {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.bottom-filter .filter-outer .btn-outline-grey.active + .filters {
  bottom: 100%;
}
@media (max-width: 1024px) {
  .bottom-filter .filter-outer .btn-outline-grey.active.active + .filters {
    display: block;
  }
}
@media (max-width: 1324px) {
  .bottom-filter .filter-outer .btn-outline-grey {
    padding-left: 10px;
    padding-right: 15px;
  }
  .bottom-filter .filter-outer .btn-outline-grey:after {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .bottom-filter .filter-outer .btn-outline-grey:after {
    right: 6px;
  }
}
.bottom-filter .filter-outer .filterToggle.active {
  background: #00617f !important;
  color: white !important;
}
.bottom-filter .filter-outer .filterToggle.active + .filters {
  bottom: 100%;
}
.bottom-filter .filter-outer .custom-radio {
  margin-top: 10px;
}
.bottom-filter .filter-outer .custom-radio .form-check {
  margin-right: 50px;
}
@media (max-width: 1920px) {
  .bottom-filter .filter-outer .custom-radio .form-check {
    margin-right: calc(40px + (50 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter .filter-outer .custom-radio .form-check {
    margin-right: calc(35px + (40 - 35) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter .filter-outer .custom-radio .form-check {
    margin-right: calc(30px + (35 - 30) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter .filter-outer .custom-radio .form-check {
    margin-right: calc(25px + (30 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter .filter-outer .custom-radio .form-check {
    margin-right: calc(20px + (25 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter .filter-outer .custom-radio .form-check {
    margin-right: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter .filter-outer .custom-radio .form-check {
    margin-right: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.bottom-filter .filter-outer .accordion.parent {
  display: block;
  width: 100%;
}
.bottom-filter .filter-outer .accordion.parent .accordion-item-parent {
  display: block;
}
.bottom-filter .filter-outer .accordion.parent .accordion-item-parent .accordion-parent-button {
  display: flex;
  align-items: center;
  display: none;
}
.bottom-filter .filter-outer .accordion.parent .accordion-item-parent .accordion-parent-button img {
  height: 36px;
  width: 36px;
  margin-right: 15px;
  object-fit: contain;
}
.bottom-filter .filter-outer .accordion.parent .accordion-item-parent .collapse-parent {
  display: block;
}
.bottom-filter .filter-outer .accordion.parent .accordion-item-parent .collapse-parent .main-parent {
  width: 100%;
}
.bottom-filter .filter-outer .accordion.parent .accordion-item-parent .collapse-parent .main-parent .form-content {
  display: flex;
  gap: calc(10px + (40 - 10) * ((100vw - 1025px) / (1920 - 1025)));
  width: 100%;
}
.bottom-filter .filter-outer .accordion.parent .accordion-item-parent .collapse-parent .main-parent .form-content .filter-contents {
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .bottom-filter .filter-outer .accordion.parent .accordion-item-parent .accordion-parent-button {
    display: block;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #B7ABA2;
  }
  .bottom-filter .filter-outer .accordion.parent .accordion-item-parent .collapse-parent {
    display: none;
  }
  .bottom-filter .filter-outer .accordion.parent .accordion-item-parent .collapse-parent.show {
    display: block;
  }
  .bottom-filter .filter-outer .accordion.parent .accordion-item-parent .collapse-parent .accordion-item {
    flex-direction: column-reverse;
  }
  .bottom-filter .filter-outer .accordion.parent .accordion-item-parent .collapse-parent .accordion-item .custom-radio {
    margin-bottom: 20px;
  }
  .bottom-filter .filter-outer .accordion.parent .accordion-item-parent .collapse-parent .main-parent {
    width: 100%;
  }
  .bottom-filter .filter-outer .accordion.parent .accordion-item-parent .collapse-parent .main-parent .accordion-header {
    width: 100%;
  }
  .bottom-filter .filter-outer .accordion.parent .accordion-item-parent .collapse-parent .main-parent .form-content {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .bottom-filter .filter-outer .accordion.parent .accordion-item-parent .collapse-parent .main-parent .form-content .filter-contents {
    width: 100%;
  }
  .bottom-filter .filter-outer .accordion.parent .btn-accordion {
    margin: 0 !important;
    text-align: center;
    width: 100%;
  }
  .bottom-filter .filter-outer .accordion.parent .main-parent {
    padding-bottom: 58px;
  }
  .bottom-filter .filter-outer .accordion.parent .main-parent .accordion-header .filter-contents + .btn {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
  }
  .bottom-filter .filter-outer .accordion.parent .main-parent .accordion-collapse .accordion-body {
    padding-top: 10px;
  }
}
.bottom-filter .filter-outer .accordion .accordion-item {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: center;
}
.bottom-filter .filter-outer .accordion .accordion-item .btn-accordion {
  border: 0;
  background: transparent;
  color: #6AD1E3;
  font-size: 18px;
  line-height: 22px;
  padding: 15px 30px;
  padding-right: 0;
  white-space: nowrap;
}
@media (max-width: 1920px) {
  .bottom-filter .filter-outer .accordion .accordion-item .btn-accordion {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter .filter-outer .accordion .accordion-item .btn-accordion {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter .filter-outer .accordion .accordion-item .btn-accordion {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter .filter-outer .accordion .accordion-item .btn-accordion {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter .filter-outer .accordion .accordion-item .btn-accordion {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter .filter-outer .accordion .accordion-item .btn-accordion {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter .filter-outer .accordion .accordion-item .btn-accordion {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .bottom-filter .filter-outer .accordion .accordion-item .btn-accordion {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter .filter-outer .accordion .accordion-item .btn-accordion {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter .filter-outer .accordion .accordion-item .btn-accordion {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter .filter-outer .accordion .accordion-item .btn-accordion {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter .filter-outer .accordion .accordion-item .btn-accordion {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter .filter-outer .accordion .accordion-item .btn-accordion {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter .filter-outer .accordion .accordion-item .btn-accordion {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.bottom-filter .filter-outer .accordion .accordion-item .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
  height: 52px;
  border: 1px solid #B5ABA3;
  font-size: 18px;
  line-height: 22px;
  color: #B5ABA3;
  width: auto;
  flex-grow: 1;
}
@media (max-width: 1920px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control::placeholder {
  color: #B5ABA3;
}
.bottom-filter.prop-details .accordion-button {
  display: none;
  background: #00263A;
  color: white;
  font-size: 24px;
  line-height: 28px;
  border-radius: 0 !important;
  border: 0;
  padding: 17px 30px;
}
@media (max-width: 1920px) {
  .bottom-filter.prop-details .accordion-button {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter.prop-details .accordion-button {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter.prop-details .accordion-button {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter.prop-details .accordion-button {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter.prop-details .accordion-button {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter.prop-details .accordion-button {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter.prop-details .accordion-button {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .bottom-filter.prop-details .accordion-button {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter.prop-details .accordion-button {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter.prop-details .accordion-button {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter.prop-details .accordion-button {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter.prop-details .accordion-button {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter.prop-details .accordion-button {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter.prop-details .accordion-button {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (min-width: 1025px) {
  .bottom-filter.prop-details .accordion-collapse {
    display: block;
  }
}
.bottom-filter.prop-details .filter-outer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.bottom-filter.prop-details .filter-outer .sf_colsIn {
  width: 100%;
}
.bottom-filter.prop-details .filter-outer .proj-stat {
  padding-left: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 40px;
}
.bottom-filter.prop-details .filter-outer .proj-stat li {
  list-style: none;
  border-left: 1px solid #D3D9D2;
  padding-left: 10px;
  margin-right: 30px;
}
@media (max-width: 1920px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li {
    margin-right: calc(26px + (30 - 26) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li {
    margin-right: calc(22px + (26 - 22) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li {
    margin-right: calc(18px + (22 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li {
    margin-right: calc(16px + (18 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li {
    margin-right: calc(14px + (16 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li {
    margin-right: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li {
    margin-right: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
.bottom-filter.prop-details .filter-outer .proj-stat li .name {
  color: #00263A;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}
@media (max-width: 1920px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .name {
    font-size: calc(14px + (14 - 14) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .name {
    font-size: calc(12px + (14 - 12) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .name {
    font-size: calc(12px + (12 - 12) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .name {
    font-size: calc(12px + (12 - 12) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .name {
    font-size: calc(12px + (12 - 12) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .name {
    font-size: calc(12px + (12 - 12) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .name {
    line-height: calc(12px + (12 - 12) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .name {
    line-height: calc(14px + (14 - 14) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .name {
    line-height: calc(12px + (14 - 12) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .name {
    line-height: calc(12px + (12 - 12) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .name {
    line-height: calc(12px + (12 - 12) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .name {
    line-height: calc(12px + (12 - 12) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .name {
    line-height: calc(12px + (12 - 12) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .name {
    line-height: calc(12px + (12 - 12) * ((100vw - 320px) / (480 - 320)));
  }
}
.bottom-filter.prop-details .filter-outer .proj-stat li .val {
  font-size: 20px;
  line-height: 20px;
  color: #6AD1E3;
}
@media (max-width: 1920px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .val {
    font-size: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .val {
    font-size: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .val {
    font-size: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .val {
    font-size: calc(16px + (18 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .val {
    font-size: calc(14px + (16 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .val {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .val {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .val {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .val {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .val {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .val {
    line-height: calc(16px + (18 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .val {
    line-height: calc(14px + (16 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .val {
    line-height: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter.prop-details .filter-outer .proj-stat li .val {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
.bottom-filter.prop-details .filter-outer .chats-forms {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 40px;
}
.bottom-filter.prop-details .filter-outer .chats-forms .chaticons {
  display: flex;
  align-items: center;
}
.bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
  text-decoration: none;
  color: #6AD1E3;
  font-size: 16px;
  line-height: 20px;
  margin-right: 30px;
  white-space: nowrap;
}
@media (max-width: 1920px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
    margin-right: calc(26px + (30 - 26) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
    margin-right: calc(22px + (26 - 22) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
    margin-right: calc(18px + (22 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
    margin-right: calc(16px + (18 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
    margin-right: calc(14px + (16 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
    margin-right: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a {
    margin-right: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
.bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
  height: 24px;
  width: 24px;
  max-width: 24px;
  margin-right: 10px;
}
@media (max-width: 1920px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    height: calc(22px + (24 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    height: calc(22px + (22 - 22) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    height: calc(20px + (22 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    height: calc(18px + (20 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    width: calc(22px + (24 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    width: calc(22px + (22 - 22) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    width: calc(20px + (22 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    width: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    width: calc(18px + (20 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    width: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    width: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    max-width: calc(22px + (24 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    max-width: calc(22px + (22 - 22) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    max-width: calc(20px + (22 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    max-width: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    max-width: calc(18px + (20 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    max-width: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    max-width: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    margin-right: calc(8px + (10 - 8) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    margin-right: calc(8px + (8 - 8) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    margin-right: calc(6px + (8 - 6) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    margin-right: calc(6px + (6 - 6) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    margin-right: calc(6px + (6 - 6) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    margin-right: calc(5px + (6 - 5) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons a img {
    margin-right: calc(5px + (5 - 5) * ((100vw - 320px) / (480 - 320)));
  }
}
.bottom-filter.prop-details .filter-outer .chats-forms .chaticons .nakheel-content-block {
  width: 100%;
}
.bottom-filter.prop-details .filter-outer .chats-forms .chaticons .nakheel-content-block .sfContentBlock {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.bottom-filter.prop-details .filter-outer .chats-forms .callback-btn {
  margin-right: 30px;
}
@media (max-width: 1920px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .callback-btn {
    margin-right: calc(28px + (30 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .callback-btn {
    margin-right: calc(26px + (28 - 26) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .callback-btn {
    margin-right: calc(24px + (26 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .callback-btn {
    margin-right: calc(22px + (24 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .callback-btn {
    margin-right: calc(20px + (22 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .callback-btn {
    margin-right: calc(18px + (20 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .callback-btn {
    margin-right: calc(16px + (18 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
.bottom-filter.prop-details .filter-outer .chats-forms .filters .section {
  width: 80%;
  margin-left: auto;
  background-color: rgb(0, 38, 58);
}
.bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title {
  color: #B5ABA3;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 1920px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title p {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1920px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title p {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title p {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title p {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title p {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title p {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title p {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title p {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title p {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title p {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title p {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title p a {
  color: #B5ABA3;
}
.bottom-filter.prop-details .filter-outer .chats-forms .filters .section .title .closeButton {
  color: #B5ABA3;
  font-size: 25px;
  margin-left: 20px;
  text-decoration: none;
}
@media (max-width: 1599px) {
  .bottom-filter.prop-details .filter-outer .chats-forms .filters .section {
    width: 100%;
  }
}
.bottom-filter.prop-details .filter-outer .chats-forms .filters .form-control,
.bottom-filter.prop-details .filter-outer .chats-forms .filters .form-select {
  background: transparent;
  border: 1px solid #B7ABA2;
  color: #B5ABA3;
  padding: 15px 20px;
  border-radius: 0;
}
.bottom-filter.prop-details .filter-outer .chats-forms .filters .iti .phone {
  background: transparent;
  color: #B5ABA3;
}
@media (max-width: 1814px) {
  .bottom-filter.prop-details .filter-outer ul {
    margin-bottom: 30px;
    justify-content: space-between;
    width: 100%;
  }
  .bottom-filter.prop-details .filter-outer .chats-forms {
    justify-content: space-between;
    width: auto;
  }
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons {
    display: flex;
    align-items: center;
  }
  .bottom-filter.prop-details .filter-outer .chats-forms .filterToggle {
    min-width: auto;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
  }
}
@media (max-width: 1024px) {
  .bottom-filter .custom-container {
    margin: 0 !important;
  }
  .bottom-filter.prop-details .custom-container {
    margin: 0;
  }
  .bottom-filter.prop-details .accordion-button {
    display: block;
    position: relative;
  }
  .bottom-filter.prop-details .accordion-button:before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    right: 20px;
    background: url("../images/Icon-Arrow-upwhite.svg");
    background-size: cover;
    transform: rotate(180deg);
  }
  .bottom-filter.prop-details .accordion-button.collapsed:before {
    transform: rotate(360deg);
  }
  .bottom-filter.prop-details .accordion-body {
    max-height: 500px;
    overflow: auto;
  }
  .bottom-filter.prop-details .filter-outer {
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .bottom-filter.prop-details .filter-outer ul {
    display: none;
  }
  .bottom-filter.prop-details .filter-outer .proj-stat {
    padding-bottom: 20px;
  }
  .bottom-filter.prop-details .filter-outer .chats-forms {
    flex-wrap: wrap-reverse;
    max-width: 100vw;
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }
  .bottom-filter.prop-details .filter-outer .chats-forms .filter-contents {
    text-align: center;
    width: 100%;
  }
  .bottom-filter.prop-details .filter-outer .chats-forms .filter-contents .filters {
    text-align: left;
  }
  .bottom-filter.prop-details .filter-outer .chats-forms .filter-contents .filters .section {
    width: 100%;
    background: white;
  }
  .bottom-filter.prop-details .filter-outer .chats-forms .filter-contents .filters .section .title {
    flex-wrap: wrap;
  }
  .bottom-filter.prop-details .filter-outer .chats-forms .filter-contents .filters .closeButton {
    display: none;
  }
  .bottom-filter.prop-details .filter-outer .chats-forms .filter-contents .filterToggle.active + .filters {
    display: block;
  }
  .bottom-filter.development .filter-outer {
    padding: 20px 30px;
  }
  .bottom-filter.development .filter-outer .accordion-parent-button {
    padding: 0;
    border: 0 !important;
  }
  .bottom-filter.development .filter-outer .accordion-parent-button::after {
    font-family: "IconFonts" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    border: none;
    position: absolute;
    right: 0;
    top: 10px;
    transition: all 0.4s ease;
  }
}
@media (max-width: 567px) {
  .bottom-filter .filter-outer .custom-radio {
    margin-top: 30px;
  }
  .bottom-filter .filter-outer .main-parent .filter-contents + button {
    max-width: calc(100% - 60px);
    margin: 0 30px;
  }
  .bottom-filter .filter-outer .accordion .accordion-item .btn-accordion {
    padding-left: 0;
  }
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    border-radius: 0;
    font-size: 16px;
    line-height: 20px;
    height: auto;
    padding: 12px 10px;
  }
}
@media (max-width: 567px) and (max-width: 1920px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 567px) and (max-width: 1600px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 567px) and (max-width: 1440px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 567px) and (max-width: 1280px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 567px) and (max-width: 1024px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 567px) and (max-width: 768px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 567px) and (max-width: 480px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 567px) and (max-width: 1920px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 567px) and (max-width: 1600px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 567px) and (max-width: 1440px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 567px) and (max-width: 1280px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 567px) and (max-width: 1024px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 567px) and (max-width: 768px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 567px) and (max-width: 480px) {
  .bottom-filter .filter-outer .accordion .accordion-collapse.custom-collapse .form-control {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 567px) {
  .bottom-filter.prop-details .filter-outer .proj-stat {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .bottom-filter.prop-details .filter-outer .proj-stat li {
    border-left: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .bottom-filter.prop-details .filter-outer .proj-stat li:not(:last-child) {
    border-bottom: 1px solid #D3D9D2;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .bottom-filter.prop-details .filter-outer .chats-forms {
    flex-direction: column-reverse;
  }
  .bottom-filter.prop-details .filter-outer .chats-forms .d-flex.align-items-center {
    flex-wrap: wrap;
    width: 100%;
  }
  .bottom-filter.prop-details .filter-outer .chats-forms .d-flex.align-items-center .btn {
    width: 100%;
    margin: 0;
  }
  .bottom-filter.prop-details .filter-outer .chats-forms .d-flex.align-items-center .filter-contents {
    width: 100%;
    margin-top: 20px;
  }
  .bottom-filter.prop-details .filter-outer .chats-forms .d-flex.align-items-center .filter-contents .filterToggle {
    width: 100%;
  }
  .bottom-filter.prop-details .filter-outer .chats-forms .chaticons {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.custom-select + .btn-group {
  width: 100%;
  height: 56px;
}
.custom-select + .btn-group .multiselect {
  background: none !important;
  border: 1px solid #B7ABA2;
  color: #B5ABA3;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  white-space: break-spaces;
  text-transform: lowercase !important;
}
@media (max-width: 1920px) {
  .custom-select + .btn-group .multiselect {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .custom-select + .btn-group .multiselect {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .custom-select + .btn-group .multiselect {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .custom-select + .btn-group .multiselect {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .custom-select + .btn-group .multiselect {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .custom-select + .btn-group .multiselect {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .custom-select + .btn-group .multiselect {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .custom-select + .btn-group .multiselect {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .custom-select + .btn-group .multiselect {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .custom-select + .btn-group .multiselect {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .custom-select + .btn-group .multiselect {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .custom-select + .btn-group .multiselect {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .custom-select + .btn-group .multiselect {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .custom-select + .btn-group .multiselect {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.custom-select + .btn-group .multiselect .multiselect-selected-text::first-letter {
  text-transform: uppercase;
}
.custom-select + .btn-group .multiselect::first-letter {
  text-transform: uppercase !important;
}
.custom-select + .btn-group .multiselect:hover, .custom-select + .btn-group .multiselect:focus {
  color: #B5ABA3 !important;
}

.btn-group .multiselect {
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.btn-group .multiselect::after {
  display: none;
}
.btn-group .multiselect-container {
  top: 100%;
  border-radius: 0;
  box-shadow: none;
  max-height: 300px;
  width: 100%;
  overflow: auto;
  padding: 0;
  background: #F0EEED;
  border: 0;
}
.btn-group .multiselect-container li {
  margin: 0 30px;
}
.btn-group .multiselect-container li:not(:last-child) {
  border-bottom: 1px solid #59595C;
}
.btn-group .multiselect-container li a {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.btn-group .multiselect-container li a label {
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  color: #00263A;
}
@media (max-width: 1920px) {
  .btn-group .multiselect-container li a label {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .btn-group .multiselect-container li a label {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .btn-group .multiselect-container li a label {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .btn-group .multiselect-container li a label {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .btn-group .multiselect-container li a label {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .btn-group .multiselect-container li a label {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .btn-group .multiselect-container li a label {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .btn-group .multiselect-container li a label {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .btn-group .multiselect-container li a label {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .btn-group .multiselect-container li a label {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .btn-group .multiselect-container li a label {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .btn-group .multiselect-container li a label {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .btn-group .multiselect-container li a label {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .btn-group .multiselect-container li a label {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.btn-group .multiselect-container li a label input {
  margin: 0 10px 0 0;
  height: 24px;
  width: 24px;
  border: 1px solid #B5ABA3;
  cursor: pointer;
  visibility: hidden;
  position: relative;
}
.btn-group .multiselect-container li a label input:before {
  content: "";
  border: 1px solid #B5ABA3;
  height: 24px;
  width: 24px;
  top: 6px;
  left: 0;
  position: absolute;
  visibility: visible;
  background: white;
}
.btn-group .multiselect-container li.active a label input {
  visibility: hidden;
  position: relative;
}
.btn-group .multiselect-container li.active a label input:before {
  content: "";
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid #B5ABA3;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  top: 6px;
  margin-right: 16px;
  margin-bottom: 5px;
  visibility: visible;
  height: 24px;
  width: 24px;
}
.btn-group .multiselect-container li.active a label input::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #B5ABA3;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  visibility: visible;
}
.btn-group.open .multiselect-container {
  display: block;
}

.content-wrapper {
  margin-top: 60px;
}
.content-wrapper h1.invisible, .content-wrapper .invisible.h1 {
  opacity: 0;
  margin: 0;
  height: 0;
}
.content-wrapper .title-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1920px) {
  .content-wrapper .title-outer {
    margin-bottom: calc(40px + (40 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .title-outer {
    margin-bottom: calc(40px + (40 - 40) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .title-outer {
    margin-bottom: calc(35px + (40 - 35) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .title-outer {
    margin-bottom: calc(35px + (35 - 35) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .title-outer {
    margin-bottom: calc(35px + (35 - 35) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .title-outer {
    margin-bottom: calc(30px + (35 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .title-outer {
    margin-bottom: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .title-outer .section-title {
  font-size: 44px;
  line-height: 48px;
  color: #00263A;
  font-family: "nakheel", "nakheelbold_text";
  text-transform: uppercase;
}
@media (max-width: 1920px) {
  .content-wrapper .title-outer .section-title {
    font-size: calc(40px + (44 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .title-outer .section-title {
    font-size: calc(28px + (40 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .title-outer .section-title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .title-outer .section-title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .title-outer .section-title {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .title-outer .section-title {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .title-outer .section-title {
    line-height: calc(22px + (24 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .title-outer .section-title {
    line-height: calc(44px + (48 - 44) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .title-outer .section-title {
    line-height: calc(32px + (44 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .title-outer .section-title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .title-outer .section-title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .title-outer .section-title {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .title-outer .section-title {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .title-outer .section-title {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .title-outer .section-title.aminity, .content-wrapper .title-outer .section-title.small {
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 1920px) {
  .content-wrapper .title-outer .section-title.aminity, .content-wrapper .title-outer .section-title.small {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .title-outer .section-title.aminity, .content-wrapper .title-outer .section-title.small {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .title-outer .section-title.aminity, .content-wrapper .title-outer .section-title.small {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .title-outer .section-title.aminity, .content-wrapper .title-outer .section-title.small {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .title-outer .section-title.aminity, .content-wrapper .title-outer .section-title.small {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .title-outer .section-title.aminity, .content-wrapper .title-outer .section-title.small {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .title-outer .section-title.aminity, .content-wrapper .title-outer .section-title.small {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .title-outer .section-title.aminity, .content-wrapper .title-outer .section-title.small {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .title-outer .section-title.aminity, .content-wrapper .title-outer .section-title.small {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .title-outer .section-title.aminity, .content-wrapper .title-outer .section-title.small {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .title-outer .section-title.aminity, .content-wrapper .title-outer .section-title.small {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .title-outer .section-title.aminity, .content-wrapper .title-outer .section-title.small {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .title-outer .section-title.aminity, .content-wrapper .title-outer .section-title.small {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .title-outer .section-title.aminity, .content-wrapper .title-outer .section-title.small {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .title-outer .section-desc {
  color: rgba(89, 89, 92, 0.7);
  font-size: 24px;
  line-height: 28px;
  max-width: 60%;
}
@media (max-width: 1920px) {
  .content-wrapper .title-outer .section-desc {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .title-outer .section-desc {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .title-outer .section-desc {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .title-outer .section-desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .title-outer .section-desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .title-outer .section-desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .title-outer .section-desc {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .title-outer .section-desc {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .title-outer .section-desc {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .title-outer .section-desc {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .title-outer .section-desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .title-outer .section-desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .title-outer .section-desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .title-outer .section-desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .title-outer .section-desc {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
.content-wrapper .title-outer .nav .nav-item:not(:last-child) {
  margin-right: 50px;
}
@media (max-width: 1920px) {
  .content-wrapper .title-outer .nav .nav-item:not(:last-child) {
    margin-right: calc(45px + (50 - 45) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .title-outer .nav .nav-item:not(:last-child) {
    margin-right: calc(40px + (45 - 40) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .title-outer .nav .nav-item:not(:last-child) {
    margin-right: calc(35px + (40 - 35) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .title-outer .nav .nav-item:not(:last-child) {
    margin-right: calc(30px + (35 - 30) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .title-outer .nav .nav-item:not(:last-child) {
    margin-right: calc(30px + (30 - 30) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .title-outer .nav .nav-item:not(:last-child) {
    margin-right: calc(30px + (30 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .title-outer .nav .nav-item:not(:last-child) {
    margin-right: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .title-outer .nav .nav-item .nav-link {
  padding: 0;
  color: #B5ABA3;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: "nakheel", "nakheelregular_text";
}
@media (max-width: 1920px) {
  .content-wrapper .title-outer .nav .nav-item .nav-link {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .title-outer .nav .nav-item .nav-link {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .title-outer .nav .nav-item .nav-link {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .title-outer .nav .nav-item .nav-link {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .title-outer .nav .nav-item .nav-link {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .title-outer .nav .nav-item .nav-link {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .title-outer .nav .nav-item .nav-link {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .title-outer .nav .nav-item .nav-link {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .title-outer .nav .nav-item .nav-link {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .title-outer .nav .nav-item .nav-link {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .title-outer .nav .nav-item .nav-link {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .title-outer .nav .nav-item .nav-link {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .title-outer .nav .nav-item .nav-link {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .title-outer .nav .nav-item .nav-link {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .title-outer .nav .nav-item .nav-link.active, .content-wrapper .title-outer .nav .nav-item .nav-link:focus {
  color: #00263A;
  font-family: "nakheel", "nakheelbold_text";
}
.content-wrapper .title-outer .nav .nav-item .nav-link:hover {
  color: #6AD1E3;
}
.content-wrapper .title-outer .nav .nav-item .nav-link.disabled {
  color: #DEDEDE;
}
.content-wrapper .title-outer .arrow-btn {
  height: 48px;
  max-height: 48px;
  max-width: 48px;
}
.content-wrapper .title-outer .arrow-btn img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.content-wrapper .title-outer .arrow-btn:first-child {
  margin-right: 30px;
}
.content-wrapper .title-outer .viewall-btn {
  margin-left: 30px;
}
.content-wrapper .section-description {
  font-size: 24px;
  line-height: 28px;
  color: rgba(89, 89, 92, 0.7);
  font-family: "nakheel", "nakheelregular_text";
  margin-bottom: 60px;
}
@media (max-width: 1920px) {
  .content-wrapper .section-description {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .section-description {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .section-description {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .section-description {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .section-description {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .section-description {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .section-description {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .section-description {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .section-description {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .section-description {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .section-description {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .section-description {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .section-description {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .section-description {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .section-description {
    margin-bottom: calc(55px + (60 - 55) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .section-description {
    margin-bottom: calc(50px + (55 - 50) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .section-description {
    margin-bottom: calc(45px + (50 - 45) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .section-description {
    margin-bottom: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .section-description {
    margin-bottom: calc(35px + (40 - 35) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .section-description {
    margin-bottom: calc(30px + (35 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .section-description {
    margin-bottom: calc(25px + (30 - 25) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .highlight-text {
  color: #6AD1E3;
  font-size: 100px;
  line-height: 90px;
  font-family: "nakheel", "nakheelregular_text";
  margin: 0;
}
@media (max-width: 1920px) {
  .content-wrapper .highlight-text {
    font-size: calc(80px + (100 - 80) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .highlight-text {
    font-size: calc(64px + (80 - 64) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .highlight-text {
    font-size: calc(56px + (64 - 56) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .highlight-text {
    font-size: calc(48px + (56 - 48) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .highlight-text {
    font-size: calc(44px + (48 - 44) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .highlight-text {
    font-size: calc(40px + (44 - 40) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .highlight-text {
    line-height: calc(36px + (40 - 36) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .highlight-text {
    line-height: calc(70px + (90 - 70) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .highlight-text {
    line-height: calc(64px + (70 - 64) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .highlight-text {
    line-height: calc(56px + (64 - 56) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .highlight-text {
    line-height: calc(52px + (56 - 52) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .highlight-text {
    line-height: calc(48px + (52 - 48) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .highlight-text {
    line-height: calc(44px + (48 - 44) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .highlight-text {
    line-height: calc(40px + (44 - 40) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .highlight-text.small {
  font-size: 80px;
  line-height: 80px;
}
@media (max-width: 1920px) {
  .content-wrapper .highlight-text.small {
    font-size: calc(64px + (80 - 64) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .highlight-text.small {
    font-size: calc(56px + (64 - 56) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .highlight-text.small {
    font-size: calc(48px + (56 - 48) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .highlight-text.small {
    font-size: calc(44px + (48 - 44) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .highlight-text.small {
    font-size: calc(40px + (44 - 40) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .highlight-text.small {
    font-size: calc(36px + (40 - 36) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .highlight-text.small {
    line-height: calc(34px + (36 - 34) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .highlight-text.small {
    line-height: calc(68px + (80 - 68) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .highlight-text.small {
    line-height: calc(60px + (68 - 60) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .highlight-text.small {
    line-height: calc(52px + (60 - 52) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .highlight-text.small {
    line-height: calc(48px + (52 - 48) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .highlight-text.small {
    line-height: calc(44px + (48 - 44) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .highlight-text.small {
    line-height: calc(40px + (44 - 40) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .highlight-text.small {
    line-height: calc(38px + (40 - 38) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .highlight-desc {
  font-size: 24px;
  line-height: 28px;
  color: #59595C;
  margin: 0;
}
@media (max-width: 1920px) {
  .content-wrapper .highlight-desc {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .highlight-desc {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .highlight-desc {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .highlight-desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .highlight-desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .highlight-desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .highlight-desc {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .highlight-desc {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .highlight-desc {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .highlight-desc {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .highlight-desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .highlight-desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .highlight-desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .highlight-desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper section:has(.swiper-button-next.swiper-button-disabled):has(.swiper-button-prev.swiper-button-disabled) .arrow-btn {
  display: none;
}
.content-wrapper section:has(.swiper-button-next.swiper-button-disabled) .arrow-btn:last-child {
  opacity: 0.5;
  pointer-events: none;
}
.content-wrapper section:has(.swiper-button-prev.swiper-button-disabled) .arrow-btn:first-child {
  opacity: 0.5;
  pointer-events: none;
}
.content-wrapper .moblie-btn-outer {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 567px) {
  .content-wrapper .moblie-btn-outer {
    display: flex;
  }
  .content-wrapper .mobile-invisible {
    display: none !important;
  }
}
.content-wrapper .world-section .swiper-world.swiper {
  width: 100%;
  height: 100%;
}
.content-wrapper .world-section .swiper-world .swiper-slide {
  width: 450px;
  height: 720px;
  margin-right: 10px;
}
@media (max-width: 1920px) {
  .content-wrapper .world-section .swiper-world .swiper-slide {
    width: calc(425px + (450 - 425) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .world-section .swiper-world .swiper-slide {
    width: calc(400px + (425 - 400) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .world-section .swiper-world .swiper-slide {
    width: calc(375px + (400 - 375) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .world-section .swiper-world .swiper-slide {
    width: calc(350px + (375 - 350) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .world-section .swiper-world .swiper-slide {
    width: calc(350px + (350 - 350) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .world-section .swiper-world .swiper-slide {
    width: calc(350px + (350 - 350) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .world-section .swiper-world .swiper-slide {
    width: calc(350px + (350 - 350) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .world-section .swiper-world .swiper-slide {
    height: calc(700px + (720 - 700) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .world-section .swiper-world .swiper-slide {
    height: calc(680px + (700 - 680) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .world-section .swiper-world .swiper-slide {
    height: calc(660px + (680 - 660) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .world-section .swiper-world .swiper-slide {
    height: calc(640px + (660 - 640) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .world-section .swiper-world .swiper-slide {
    height: calc(620px + (640 - 620) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .world-section .swiper-world .swiper-slide {
    height: calc(600px + (620 - 600) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .world-section .swiper-world .swiper-slide {
    height: calc(580px + (600 - 580) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .world-section .swiper-world .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-wrapper .world-section .swiper-world .card.world-card {
  border: 0;
  border-radius: 0;
  position: relative;
  width: 450px;
  height: 720px;
  min-height: 720px;
  cursor: pointer;
  background: #006280;
}
@media (max-width: 1920px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    width: calc(425px + (450 - 425) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    width: calc(400px + (425 - 400) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    width: calc(375px + (400 - 375) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    width: calc(350px + (375 - 350) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    width: calc(350px + (350 - 350) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    width: calc(350px + (350 - 350) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    width: calc(350px + (350 - 350) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    height: calc(700px + (720 - 700) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    height: calc(680px + (700 - 680) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    height: calc(660px + (680 - 660) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    height: calc(640px + (660 - 640) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    height: calc(620px + (640 - 620) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    height: calc(600px + (620 - 600) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    height: calc(580px + (600 - 580) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    min-height: calc(700px + (720 - 700) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    min-height: calc(680px + (700 - 680) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    min-height: calc(660px + (680 - 660) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    min-height: calc(640px + (660 - 640) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    min-height: calc(620px + (640 - 620) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    min-height: calc(600px + (620 - 600) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    min-height: calc(580px + (600 - 580) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .world-section .swiper-world .card.world-card:before {
  content: "";
  height: 50%;
  width: 100%;
  background: transparent linear-gradient(180deg, rgba(41, 96, 124, 0) 0%, rgba(27, 68, 92, 0.4745098039) 58%, #0C2538 100%) 0% 0% no-repeat padding-box;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.content-wrapper .world-section .swiper-world .card.world-card .card-body {
  padding: 0;
  height: 640px;
}
@media (max-width: 1920px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-body {
    height: calc(620px + (640 - 620) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-body {
    height: calc(590px + (620 - 590) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-body {
    height: calc(570px + (590 - 570) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-body {
    height: calc(550px + (570 - 550) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-body {
    height: calc(530px + (550 - 530) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-body {
    height: calc(480px + (530 - 480) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-body {
    height: calc(460px + (480 - 460) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .world-section .swiper-world .card.world-card .card-body img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.content-wrapper .world-section .swiper-world .card.world-card .card-content {
  height: 100%;
  width: 100%;
  background: rgba(0, 97, 127, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: -800px;
  padding-left: 70px;
  padding-right: 70px;
  z-index: 3;
  transition: all 0.8s ease;
}
@media (max-width: 1920px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content {
    padding-left: calc(60px + (70 - 60) * ((100vw - 1600px) / (1920 - 1600)));
    padding-right: calc(60px + (70 - 60) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content {
    padding-left: calc(50px + (60 - 50) * ((100vw - 1440px) / (1600 - 1440)));
    padding-right: calc(50px + (60 - 50) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content {
    padding-left: calc(50px + (50 - 50) * ((100vw - 1280px) / (1440 - 1280)));
    padding-right: calc(50px + (50 - 50) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content {
    padding-left: calc(40px + (50 - 40) * ((100vw - 1024px) / (1280 - 1024)));
    padding-right: calc(40px + (50 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content {
    padding-left: calc(40px + (40 - 40) * ((100vw - 768px) / (1024 - 768)));
    padding-right: calc(40px + (40 - 40) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content {
    padding-left: calc(30px + (40 - 30) * ((100vw - 480px) / (768 - 480)));
    padding-right: calc(30px + (40 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content {
    padding-left: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
    padding-right: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .world-section .swiper-world .card.world-card .card-content img {
  height: 100px;
  max-height: 100px;
  margin-bottom: 60px;
  max-width: 200px;
  object-fit: contain;
}
@media (max-width: 1920px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content img {
    height: calc(80px + (100 - 80) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content img {
    height: calc(70px + (80 - 70) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content img {
    height: calc(60px + (70 - 60) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content img {
    height: calc(60px + (60 - 60) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content img {
    height: calc(50px + (60 - 50) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content img {
    height: calc(50px + (50 - 50) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content img {
    height: calc(40px + (50 - 40) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content img {
    margin-bottom: calc(55px + (60 - 55) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content img {
    margin-bottom: calc(50px + (55 - 50) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content img {
    margin-bottom: calc(45px + (50 - 45) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content img {
    margin-bottom: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content img {
    margin-bottom: calc(30px + (40 - 30) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content img {
    margin-bottom: calc(30px + (30 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content img {
    margin-bottom: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .world-section .swiper-world .card.world-card .card-content p {
  color: white;
  font-size: 18px;
  line-height: 22px;
  font-family: "nakheel", "nakheelregular_text";
  margin-bottom: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 1920px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    margin-bottom: calc(55px + (60 - 55) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    margin-bottom: calc(50px + (55 - 50) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    margin-bottom: calc(45px + (50 - 45) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    margin-bottom: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    margin-bottom: calc(30px + (40 - 30) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    margin-bottom: calc(30px + (30 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    margin-bottom: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .world-section .swiper-world .card.world-card .f-logo {
  position: absolute;
  bottom: 5%;
  right: 10%;
  height: 100px;
  width: 160px;
  max-height: 100px;
  max-width: 160px;
  z-index: 1;
  object-fit: contain;
}
.content-wrapper .world-section .swiper-world .card.world-card:hover {
  box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.2);
}
.content-wrapper .world-section .swiper-world .card.world-card:hover .card-content {
  bottom: 0;
}
@media (max-width: 768px) {
  .content-wrapper .world-section .swiper-world .card.world-card {
    width: 100%;
    height: auto;
  }
  .content-wrapper .world-section .swiper-world .card.world-card:hover {
    box-shadow: none;
  }
  .content-wrapper .world-section .swiper-world .card.world-card .card-content {
    height: auto;
    background: white;
    position: static;
    justify-content: start;
    padding-top: 30px;
  }
  .content-wrapper .world-section .swiper-world .card.world-card .card-content img {
    display: none;
  }
  .content-wrapper .world-section .swiper-world .card.world-card .card-content p {
    text-align: left;
    margin-bottom: 20px;
    color: #59595C;
  }
  .content-wrapper .world-section .swiper-world .card.world-card .card-content .btn.btn-outline-white {
    background: #00617f;
    color: white;
  }
  .content-wrapper .world-section .swiper-world .card.world-card .card-content .text-center {
    text-align: left !important;
  }
  .content-wrapper .world-section .swiper-world .card.world-card .f-logo {
    bottom: 30%;
    height: 80px;
    width: 128px;
    max-height: 80px;
    max-width: 128px;
  }
}
.content-wrapper .world-section .swiper-world .swiperbtn {
  color: white;
  height: 48px;
}
.content-wrapper .world-section .bttn-outer {
  margin-top: 30px;
  display: none;
  align-items: center;
  justify-content: center;
}
.content-wrapper .world-section .world-pagination {
  display: none;
}
@media (max-width: 768px) {
  .content-wrapper .world-section .world-pagination {
    display: block;
  }
  .content-wrapper .world-section .container-start {
    margin-left: 0;
  }
  .content-wrapper .world-section .swiper-world .swiperbtn {
    display: block;
    top: 240px;
  }
  .content-wrapper .world-section .swiper-world .swiper-slide {
    height: auto;
  }
  .content-wrapper .world-section .swiper-world .card.world-card {
    min-height: 600px;
  }
  .content-wrapper .world-section .swiper-world .card.world-card .card-body img {
    height: 600px;
  }
}
@media (max-width: 567px) {
  .content-wrapper .world-section .swiper-button {
    top: 215px;
    margin: 10px;
  }
  .content-wrapper .world-section .swiper-world .swiper-slide {
    width: 100% !important;
    margin-right: 0;
  }
}
.content-wrapper .wayoflife-section {
  padding-top: 120px;
}
@media (max-width: 1920px) {
  .content-wrapper .wayoflife-section {
    padding-top: calc(115px + (120 - 115) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .wayoflife-section {
    padding-top: calc(110px + (115 - 110) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .wayoflife-section {
    padding-top: calc(100px + (110 - 100) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .wayoflife-section {
    padding-top: calc(90px + (100 - 90) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section {
    padding-top: calc(80px + (90 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section {
    padding-top: calc(70px + (80 - 70) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .wayoflife-section {
    padding-top: calc(60px + (70 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .wayoflife-section .swiper-slide {
  width: 1600px;
}
.content-wrapper .wayoflife-section .grid-outer {
  display: flex;
  direction: ltr;
}
.content-wrapper .wayoflife-section .grid-outer .full-tile {
  height: 800px;
  width: 100%;
  background: #00617f;
}
@media (max-width: 1920px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile {
    height: calc(750px + (800 - 750) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile {
    height: calc(700px + (750 - 700) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile {
    height: calc(650px + (700 - 650) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile {
    height: calc(600px + (650 - 600) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile {
    height: calc(550px + (600 - 550) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile {
    height: calc(480px + (550 - 480) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile {
    height: calc(460px + (480 - 460) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .wayoflife-section .grid-outer .full-tile .tile {
  height: 100%;
  position: relative;
}
.content-wrapper .wayoflife-section .grid-outer .full-tile .tile .bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100%;
  opacity: 0.8;
}
.content-wrapper .wayoflife-section .grid-outer .full-tile .tile video {
  height: 800px;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 1920px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile video {
    height: calc(750px + (800 - 750) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile video {
    height: calc(700px + (750 - 700) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile video {
    height: calc(650px + (700 - 650) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile video {
    height: calc(600px + (650 - 600) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile video {
    height: calc(550px + (600 - 550) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile video {
    height: calc(480px + (550 - 480) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile video {
    height: calc(460px + (480 - 460) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
  min-height: 200px;
  width: 100%;
  color: #00263A;
  font-size: 36px;
  line-height: 40px;
  padding: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: flex;
  align-items: flex-end;
  transition: all 0.8s ease;
}
@media (max-width: 1920px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    font-size: calc(32px + (36 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    font-size: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    line-height: calc(20px + (24 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    line-height: calc(36px + (40 - 36) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    line-height: calc(32px + (36 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    padding: calc(45px + (50 - 45) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    padding: calc(40px + (45 - 40) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    padding: calc(40px + (40 - 40) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    padding: calc(40px + (40 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    padding: calc(30px + (40 - 30) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    padding: calc(30px + (30 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    padding: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .wayoflife-section .grid-outer .full-tile .tile .playicon {
  position: absolute;
  bottom: 250px;
  right: 50px;
  height: 80px;
  width: 80px;
  cursor: pointer;
}
@media (max-width: 1920px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .playicon {
    height: calc(74px + (80 - 74) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .playicon {
    height: calc(68px + (74 - 68) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .playicon {
    height: calc(62px + (68 - 62) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .playicon {
    height: calc(56px + (62 - 56) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .playicon {
    height: calc(50px + (56 - 50) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .playicon {
    height: calc(44px + (50 - 44) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .playicon {
    height: calc(40px + (44 - 40) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .playicon {
    width: calc(74px + (80 - 74) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .playicon {
    width: calc(68px + (74 - 68) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .playicon {
    width: calc(62px + (68 - 62) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .playicon {
    width: calc(56px + (62 - 56) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .playicon {
    width: calc(50px + (56 - 50) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .playicon {
    width: calc(44px + (50 - 44) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .playicon {
    width: calc(40px + (44 - 40) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .wayoflife-section .grid-outer .full-tile .tile.hide .description {
  bottom: -200px;
}
.content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
  height: 800px;
  width: 800px;
  min-width: 800px;
}
@media (max-width: 1920px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
    height: calc(750px + (800 - 750) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
    height: calc(700px + (750 - 700) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
    height: calc(650px + (700 - 650) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
    height: calc(600px + (650 - 600) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
    height: calc(550px + (600 - 550) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
    height: calc(480px + (550 - 480) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
    height: calc(460px + (480 - 460) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
    width: calc(750px + (800 - 750) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
    width: calc(700px + (750 - 700) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
    width: calc(650px + (700 - 650) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
    width: calc(600px + (650 - 600) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
    width: calc(600px + (600 - 600) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
    width: calc(600px + (600 - 600) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
    width: calc(500px + (600 - 500) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
    min-width: calc(750px + (800 - 750) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
    min-width: calc(700px + (750 - 700) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
    min-width: calc(650px + (700 - 650) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
    min-width: calc(600px + (650 - 600) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
    min-width: calc(600px + (600 - 600) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
    min-width: calc(600px + (600 - 600) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile {
    min-width: calc(500px + (600 - 500) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .wayoflife-section .grid-outer .full-tile + .half-tile .tile {
  height: 50%;
}
.content-wrapper .wayoflife-section .grid-outer .half-tile {
  display: flex;
  flex-direction: column;
  background: #00617f;
}
.content-wrapper .wayoflife-section .grid-outer .half-tile .tile {
  position: relative;
  height: 50%;
  overflow: hidden;
}
.content-wrapper .wayoflife-section .grid-outer .half-tile .tile + .tile {
  height: 50%;
}
.content-wrapper .wayoflife-section .grid-outer .half-tile .tile .bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
  height: 100%;
  width: 50%;
  color: #00263A;
  font-size: 28px;
  line-height: 32px;
  padding: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: flex-end;
  transition: all 0.8s ease;
}
@media (max-width: 1920px) {
  .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
    padding: calc(50px + (50 - 50) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
    padding: calc(40px + (50 - 40) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
    padding: calc(40px + (40 - 40) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
    padding: calc(40px + (40 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
    padding: calc(30px + (40 - 30) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
    padding: calc(30px + (30 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .description {
    padding: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .wayoflife-section .grid-outer .half-tile .tile.hide .description {
  left: -50%;
}
.content-wrapper .wayoflife-section .grid-outer .half-tile .tile .playicon {
  position: absolute;
  bottom: 40px;
  right: 40px;
  max-height: 42px;
  height: 42px;
}
.content-wrapper .wayoflife-section .grid-outer .half-tile .tile.right .description {
  left: auto;
  right: 0;
}
.content-wrapper .wayoflife-section .grid-outer .half-tile .tile.right .playicon {
  right: calc(50% + 40px);
}
.content-wrapper .wayoflife-section .grid-outer .half-tile .tile.right.hide .description {
  right: -50%;
}
.content-wrapper .wayoflife-section .swiper-button {
  display: none;
}
.content-wrapper .wayoflife-section .wayoflife-pagination {
  display: none;
}
.content-wrapper .wayoflife-section .swiper-wrapper > .full-tile {
  height: 800px;
  width: 100%;
  background: #00617f;
}
@media (max-width: 1920px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile {
    height: calc(750px + (800 - 750) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile {
    height: calc(700px + (750 - 700) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile {
    height: calc(650px + (700 - 650) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile {
    height: calc(600px + (650 - 600) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile {
    height: calc(550px + (600 - 550) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile {
    height: calc(480px + (550 - 480) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile {
    height: calc(460px + (480 - 460) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile {
  height: 100%;
  position: relative;
}
.content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100%;
  opacity: 0.8;
}
.content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile video {
  height: 800px;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 1920px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile video {
    height: calc(750px + (800 - 750) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile video {
    height: calc(700px + (750 - 700) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile video {
    height: calc(650px + (700 - 650) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile video {
    height: calc(600px + (650 - 600) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile video {
    height: calc(550px + (600 - 550) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile video {
    height: calc(480px + (550 - 480) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile video {
    height: calc(460px + (480 - 460) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
  min-height: 200px;
  width: 100%;
  color: #00263A;
  font-size: 36px;
  line-height: 40px;
  padding: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: flex;
  align-items: flex-end;
  transition: all 0.8s ease;
}
@media (max-width: 1920px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    font-size: calc(32px + (36 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    font-size: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    line-height: calc(20px + (24 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    line-height: calc(36px + (40 - 36) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    line-height: calc(32px + (36 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    padding: calc(45px + (50 - 45) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    padding: calc(40px + (45 - 40) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    padding: calc(40px + (40 - 40) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    padding: calc(40px + (40 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    padding: calc(30px + (40 - 30) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    padding: calc(30px + (30 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    padding: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .playicon {
  position: absolute;
  bottom: 250px;
  right: 50px;
  height: 80px;
  width: 80px;
  cursor: pointer;
}
@media (max-width: 1920px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .playicon {
    height: calc(74px + (80 - 74) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .playicon {
    height: calc(68px + (74 - 68) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .playicon {
    height: calc(62px + (68 - 62) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .playicon {
    height: calc(56px + (62 - 56) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .playicon {
    height: calc(50px + (56 - 50) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .playicon {
    height: calc(44px + (50 - 44) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .playicon {
    height: calc(40px + (44 - 40) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .playicon {
    width: calc(74px + (80 - 74) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .playicon {
    width: calc(68px + (74 - 68) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .playicon {
    width: calc(62px + (68 - 62) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .playicon {
    width: calc(56px + (62 - 56) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .playicon {
    width: calc(50px + (56 - 50) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .playicon {
    width: calc(44px + (50 - 44) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .playicon {
    width: calc(40px + (44 - 40) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile.hide .description {
  bottom: -200px;
}
@media (max-width: 1024px) {
  .content-wrapper .wayoflife-section .wayoflife-pagination {
    display: block;
  }
  .content-wrapper .wayoflife-section .container-end {
    margin-right: 0;
  }
  .content-wrapper .wayoflife-section .swiper-slide {
    width: 100%;
  }
  .content-wrapper .wayoflife-section .arrow-btn {
    display: none;
  }
  .content-wrapper .wayoflife-section .title-outer .section-title {
    margin-bottom: 0;
  }
  .content-wrapper .wayoflife-section .grid-outer {
    display: flex;
  }
  .content-wrapper .wayoflife-section .grid-outer .full-tile {
    width: 100%;
  }
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .description {
    min-height: 110px;
    height: calc(110px + (200 - 110) * ((100vw - 320px) / (1024 - 320)));
    z-index: 1;
  }
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .playicon {
    bottom: calc(140px + (250 - 140) * ((100vw - 320px) / (1024 - 320)));
    right: 30px;
    z-index: 1;
  }
  .content-wrapper .wayoflife-section .grid-outer .full-tile .tile video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .content-wrapper .wayoflife-section .grid-outer .half-tile {
    display: none;
  }
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile {
    width: 100%;
  }
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .description {
    min-height: 110px;
    height: calc(110px + (200 - 110) * ((100vw - 320px) / (1024 - 320)));
  }
  .content-wrapper .wayoflife-section .swiper-wrapper > .full-tile .tile .playicon {
    bottom: calc(140px + (250 - 140) * ((100vw - 320px) / (1024 - 320)));
    right: 30px;
  }
}
@media (max-width: 768px) {
  .content-wrapper .wayoflife-section .bttn-outer {
    display: none;
  }
}
.content-wrapper .propertydetails-moblie {
  display: none;
  background: #F3F4F5;
  padding: 20px 0;
}
.content-wrapper .propertydetails-moblie .proj-stat {
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-wrapper .propertydetails-moblie .proj-stat li {
  list-style: none;
  border-left: 1px solid #D3D9D2;
  padding-left: 10px;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 1920px) {
  .content-wrapper .propertydetails-moblie .proj-stat li {
    margin-bottom: calc(26px + (30 - 26) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .propertydetails-moblie .proj-stat li {
    margin-bottom: calc(22px + (26 - 22) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .propertydetails-moblie .proj-stat li {
    margin-bottom: calc(18px + (22 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .propertydetails-moblie .proj-stat li {
    margin-bottom: calc(16px + (18 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .propertydetails-moblie .proj-stat li {
    margin-bottom: calc(14px + (16 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .propertydetails-moblie .proj-stat li {
    margin-bottom: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .propertydetails-moblie .proj-stat li {
    margin-bottom: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .propertydetails-moblie .proj-stat li .name {
  color: #00263A;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1920px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .name {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .name {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .name {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .name {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .name {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .name {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .name {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .name {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .name {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .name {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .name {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .name {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .name {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .name {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .propertydetails-moblie .proj-stat li .val {
  font-size: 24px;
  line-height: 28px;
  color: #6AD1E3;
}
@media (max-width: 1920px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .val {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .val {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .val {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .val {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .val {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .val {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .val {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .val {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .val {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .val {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .val {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .val {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .val {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .propertydetails-moblie .proj-stat li .val {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .propertydetails-moblie .proj-stat li:last-child {
  margin-bottom: 0;
}
@media (max-width: 567px) {
  .content-wrapper .propertydetails-moblie {
    display: block;
  }
}
.content-wrapper .newlaunches-section {
  padding-top: 120px;
}
@media (max-width: 1920px) {
  .content-wrapper .newlaunches-section {
    padding-top: calc(115px + (120 - 115) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .newlaunches-section {
    padding-top: calc(110px + (115 - 110) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .newlaunches-section {
    padding-top: calc(100px + (110 - 100) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .newlaunches-section {
    padding-top: calc(90px + (100 - 90) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .newlaunches-section {
    padding-top: calc(80px + (90 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .newlaunches-section {
    padding-top: calc(70px + (80 - 70) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .newlaunches-section {
    padding-top: calc(60px + (70 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .newlaunches-section .swiper-slide {
  max-width: 385px;
  margin-right: 25px;
}
.content-wrapper .newlaunches-section .swiper-button {
  display: none;
}
.content-wrapper .newlaunches-section .newlaunches-pagination {
  display: none;
}
@media (max-width: 768px) {
  .content-wrapper .newlaunches-section {
    position: relative;
    padding-bottom: 70px;
  }
  .content-wrapper .newlaunches-section .newlaunches-pagination {
    display: block;
  }
  .content-wrapper .newlaunches-section .swiper-button {
    display: block;
    height: 48px;
    color: white;
  }
  .content-wrapper .newlaunches-section .arrow-btn {
    display: none;
  }
  .content-wrapper .newlaunches-section .viewall-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important;
    width: fit-content;
  }
  .content-wrapper .newlaunches-section .container-start {
    margin-left: 0;
  }
  .content-wrapper .newlaunches-section .title-outer .section-title {
    margin-bottom: 0;
  }
}
@media (max-width: 567px) {
  .content-wrapper .newlaunches-section .swiper-slide {
    max-width: 100%;
    margin-right: 0;
  }
  .content-wrapper .newlaunches-section .swiper-button {
    top: 215px;
    margin: 10px;
  }
}
.content-wrapper .mobileapp-section {
  padding-top: 120px;
}
@media (max-width: 1920px) {
  .content-wrapper .mobileapp-section {
    padding-top: calc(115px + (120 - 115) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mobileapp-section {
    padding-top: calc(110px + (115 - 110) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mobileapp-section {
    padding-top: calc(100px + (110 - 100) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mobileapp-section {
    padding-top: calc(90px + (100 - 90) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mobileapp-section {
    padding-top: calc(80px + (90 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mobileapp-section {
    padding-top: calc(70px + (80 - 70) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mobileapp-section {
    padding-top: calc(60px + (70 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .mobileapp-section .content-box {
  height: 800px;
  background: #006280;
  width: 100%;
  background-color: grey;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (max-width: 1920px) {
  .content-wrapper .mobileapp-section .content-box {
    height: calc(760px + (800 - 760) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mobileapp-section .content-box {
    height: calc(620px + (760 - 620) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mobileapp-section .content-box {
    height: calc(620px + (620 - 620) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mobileapp-section .content-box {
    height: calc(600px + (620 - 600) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mobileapp-section .content-box {
    height: calc(600px + (600 - 600) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mobileapp-section .content-box {
    height: calc(500px + (600 - 500) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mobileapp-section .content-box {
    height: calc(500px + (500 - 500) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .mobileapp-section .content-box::before {
  content: "";
  width: 100%;
  height: 60px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
}
.content-wrapper .mobileapp-section .content-box::after {
  content: "";
  width: 100%;
  height: 60px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content-wrapper .mobileapp-section .content-box .description {
  padding: 30px 0;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 35%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-right: 3%;
  height: calc(100% - 200px);
}
@media (max-width: 1920px) {
  .content-wrapper .mobileapp-section .content-box .description {
    padding-top: calc(45px + (50 - 45) * ((100vw - 1600px) / (1920 - 1600)));
    padding-bottom: calc(45px + (50 - 45) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mobileapp-section .content-box .description {
    padding-top: calc(40px + (45 - 40) * ((100vw - 1440px) / (1600 - 1440)));
    padding-bottom: calc(40px + (45 - 40) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mobileapp-section .content-box .description {
    padding-top: calc(35px + (40 - 35) * ((100vw - 1280px) / (1440 - 1280)));
    padding-bottom: calc(35px + (40 - 35) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mobileapp-section .content-box .description {
    padding-top: calc(30px + (35 - 30) * ((100vw - 1024px) / (1280 - 1024)));
    padding-bottom: calc(30px + (35 - 30) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mobileapp-section .content-box .description {
    padding-top: calc(25px + (30 - 25) * ((100vw - 768px) / (1024 - 768)));
    padding-bottom: calc(25px + (30 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mobileapp-section .content-box .description {
    padding-top: calc(20px + (25 - 20) * ((100vw - 480px) / (768 - 480)));
    padding-bottom: calc(20px + (25 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mobileapp-section .content-box .description {
    padding-top: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
    padding-bottom: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .mobileapp-section .content-box .description .content {
  color: #00263A;
  font-size: 56px;
  line-height: 60px;
  font-family: "nakheel", "nakheelregular_text";
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .content-wrapper .mobileapp-section .content-box .description .content {
    font-size: calc(48px + (56 - 48) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mobileapp-section .content-box .description .content {
    font-size: calc(44px + (48 - 44) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mobileapp-section .content-box .description .content {
    font-size: calc(36px + (44 - 36) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mobileapp-section .content-box .description .content {
    font-size: calc(36px + (36 - 36) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mobileapp-section .content-box .description .content {
    font-size: calc(32px + (36 - 32) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mobileapp-section .content-box .description .content {
    font-size: calc(32px + (32 - 32) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mobileapp-section .content-box .description .content {
    line-height: calc(28px + (32 - 28) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .mobileapp-section .content-box .description .content {
    line-height: calc(52px + (60 - 52) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mobileapp-section .content-box .description .content {
    line-height: calc(48px + (52 - 48) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mobileapp-section .content-box .description .content {
    line-height: calc(40px + (48 - 40) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mobileapp-section .content-box .description .content {
    line-height: calc(40px + (40 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mobileapp-section .content-box .description .content {
    line-height: calc(36px + (40 - 36) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mobileapp-section .content-box .description .content {
    line-height: calc(36px + (36 - 36) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mobileapp-section .content-box .description .content {
    line-height: calc(38px + (36 - 38) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .mobileapp-section .content-box .description .content {
    margin-bottom: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mobileapp-section .content-box .description .content {
    margin-bottom: calc(20px + (20 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mobileapp-section .content-box .description .content {
    margin-bottom: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mobileapp-section .content-box .description .content {
    margin-bottom: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mobileapp-section .content-box .description .content {
    margin-bottom: calc(15px + (20 - 15) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mobileapp-section .content-box .description .content {
    margin-bottom: calc(15px + (15 - 15) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mobileapp-section .content-box .description .content {
    margin-bottom: calc(15px + (15 - 15) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .mobileapp-section .content-box .description .links {
  display: flex;
  align-items: flex-end;
}
.content-wrapper .mobileapp-section .content-box .description .links a {
  text-decoration: none;
  display: block;
}
.content-wrapper .mobileapp-section .content-box .description .links span {
  display: block;
  margin-bottom: 20px;
}
.content-wrapper .mobileapp-section .content-box .description .links img {
  height: 100%;
  width: 100%;
}
.content-wrapper .mobileapp-section .content-box .description .links ul {
  margin-bottom: 30px;
}
.content-wrapper .mobileapp-section .content-box .description .links ul li {
  font-size: 18px;
  line-height: 22px;
  color: #59595C;
}
@media (max-width: 1920px) {
  .content-wrapper .mobileapp-section .content-box .description .links ul li {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mobileapp-section .content-box .description .links ul li {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mobileapp-section .content-box .description .links ul li {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mobileapp-section .content-box .description .links ul li {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mobileapp-section .content-box .description .links ul li {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mobileapp-section .content-box .description .links ul li {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mobileapp-section .content-box .description .links ul li {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .mobileapp-section .content-box .description .links ul li {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mobileapp-section .content-box .description .links ul li {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mobileapp-section .content-box .description .links ul li {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mobileapp-section .content-box .description .links ul li {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mobileapp-section .content-box .description .links ul li {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mobileapp-section .content-box .description .links ul li {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mobileapp-section .content-box .description .links ul li {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .mobileapp-section .content-box .description .links p {
  color: #006280;
}
.content-wrapper .mobileapp-section .content-box .description .links .appstore a {
  height: 58px;
  margin-right: 10px;
}
@media (max-width: 1920px) {
  .content-wrapper .mobileapp-section .content-box .description .links .appstore a {
    height: calc(56px + (58 - 56) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mobileapp-section .content-box .description .links .appstore a {
    height: calc(54px + (56 - 54) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mobileapp-section .content-box .description .links .appstore a {
    height: calc(52px + (54 - 52) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mobileapp-section .content-box .description .links .appstore a {
    height: calc(50px + (52 - 50) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mobileapp-section .content-box .description .links .appstore a {
    height: calc(48px + (50 - 48) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mobileapp-section .content-box .description .links .appstore a {
    height: calc(38px + (48 - 38) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mobileapp-section .content-box .description .links .appstore a {
    height: calc(38px + (38 - 38) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .mobileapp-section .content-box .description .links .playstore a {
  height: 58px;
}
@media (max-width: 1920px) {
  .content-wrapper .mobileapp-section .content-box .description .links .playstore a {
    height: calc(56px + (58 - 56) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mobileapp-section .content-box .description .links .playstore a {
    height: calc(54px + (56 - 54) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mobileapp-section .content-box .description .links .playstore a {
    height: calc(52px + (54 - 52) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mobileapp-section .content-box .description .links .playstore a {
    height: calc(50px + (52 - 50) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mobileapp-section .content-box .description .links .playstore a {
    height: calc(48px + (50 - 48) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mobileapp-section .content-box .description .links .playstore a {
    height: calc(38px + (48 - 38) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mobileapp-section .content-box .description .links .playstore a {
    height: calc(38px + (38 - 38) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .mobileapp-section .content-box .description .links .qrcode {
  height: 165px;
  width: 120px;
  margin-left: auto;
}
@media (max-width: 1920px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode {
    height: calc(165px + (165 - 165) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode {
    height: calc(160px + (165 - 160) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode {
    height: calc(160px + (160 - 160) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode {
    height: calc(155px + (160 - 155) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode {
    height: calc(155px + (155 - 155) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode {
    height: calc(150px + (155 - 150) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode {
    height: calc(150px + (150 - 150) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode {
    width: calc(120px + (120 - 120) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode {
    width: calc(110px + (120 - 110) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode {
    width: calc(110px + (110 - 110) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode {
    width: calc(100px + (110 - 100) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode {
    width: calc(100px + (100 - 100) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode {
    width: calc(100px + (100 - 100) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode {
    width: calc(100px + (100 - 100) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .mobileapp-section .content-box .description .links .qrcode img {
  height: 165px;
  width: 120px;
  border-radius: 0;
  border: none;
}
@media (max-width: 1920px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode img {
    height: calc(165px + (165 - 165) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode img {
    height: calc(160px + (165 - 160) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode img {
    height: calc(160px + (160 - 160) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode img {
    height: calc(155px + (160 - 155) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode img {
    height: calc(155px + (155 - 155) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode img {
    height: calc(150px + (155 - 150) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode img {
    height: calc(150px + (150 - 150) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode img {
    width: calc(120px + (120 - 120) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode img {
    width: calc(110px + (120 - 110) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode img {
    width: calc(110px + (110 - 110) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode img {
    width: calc(100px + (110 - 100) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode img {
    width: calc(100px + (100 - 100) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode img {
    width: calc(100px + (100 - 100) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mobileapp-section .content-box .description .links .qrcode img {
    width: calc(100px + (100 - 100) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .mobileapp-section .content-box .mobile-block {
  height: 780px;
  margin-right: 80px;
  z-index: 1;
  width: 25%;
}
@media (max-width: 1920px) {
  .content-wrapper .mobileapp-section .content-box .mobile-block {
    height: calc(600px + (780 - 600) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mobileapp-section .content-box .mobile-block {
    height: calc(550px + (600 - 550) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mobileapp-section .content-box .mobile-block {
    height: calc(500px + (550 - 500) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mobileapp-section .content-box .mobile-block {
    height: calc(450px + (500 - 450) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mobileapp-section .content-box .mobile-block {
    height: calc(400px + (450 - 400) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mobileapp-section .content-box .mobile-block {
    height: calc(349px + (400 - 349) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mobileapp-section .content-box .mobile-block {
    height: calc(300px + (349 - 300) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .mobileapp-section .content-box .mobile-block {
    margin-right: calc(75px + (80 - 75) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mobileapp-section .content-box .mobile-block {
    margin-right: calc(70px + (75 - 70) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mobileapp-section .content-box .mobile-block {
    margin-right: calc(65px + (70 - 65) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mobileapp-section .content-box .mobile-block {
    margin-right: calc(60px + (65 - 60) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mobileapp-section .content-box .mobile-block {
    margin-right: calc(55px + (60 - 55) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mobileapp-section .content-box .mobile-block {
    margin-right: calc(50px + (55 - 50) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mobileapp-section .content-box .mobile-block {
    margin-right: calc(45px + (50 - 45) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .mobileapp-section .content-box .mobile-block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .content-wrapper .mobileapp-section .container-end {
    margin: 0;
  }
  .content-wrapper .mobileapp-section .container-end .content-box {
    height: auto;
    flex-direction: column;
    background-position: left;
  }
  .content-wrapper .mobileapp-section .container-end .content-box::before {
    display: none;
  }
  .content-wrapper .mobileapp-section .container-end .content-box .description {
    margin: 0;
    max-width: 100%;
    padding-top: 40px;
    width: 100%;
  }
  .content-wrapper .mobileapp-section .container-end .content-box .description .content {
    margin: 0 30px 30px 30px;
    text-align: center;
  }
  .content-wrapper .mobileapp-section .container-end .content-box .description .links {
    justify-content: center;
  }
  .content-wrapper .mobileapp-section .container-end .content-box .description .links span {
    text-align: center;
    margin-bottom: 14px;
    display: block;
    padding: 0 30px;
  }
  .content-wrapper .mobileapp-section .container-end .content-box .description .links span p {
    display: none;
  }
  .content-wrapper .mobileapp-section .container-end .content-box .description .links span ul {
    display: none;
  }
  .content-wrapper .mobileapp-section .container-end .content-box .description .links span ul + p {
    display: block;
  }
  .content-wrapper .mobileapp-section .container-end .content-box .description .links .qrcode {
    display: none;
  }
  .content-wrapper .mobileapp-section .container-end .content-box .description .links .d-flex {
    justify-content: center;
  }
  .content-wrapper .mobileapp-section .container-end .content-box .mobile-block {
    margin-top: 100px;
    margin-left: auto;
    width: auto;
  }
}
@media (max-width: 768px) {
  .content-wrapper .mobileapp-section .container-end .content-box .description .links span {
    text-align: center;
  }
}
@media (max-width: 567px) {
  .content-wrapper .mobileapp-section .container-end .content-box .description .content {
    margin-bottom: 15px;
  }
  .content-wrapper .mobileapp-section .container-end .content-box .description .links img {
    height: 36px !important;
    width: auto !important;
  }
  .content-wrapper .mobileapp-section .container-end .content-box .mobile-block {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: end;
    padding-right: 20px;
  }
  .content-wrapper .mobileapp-section .container-end .content-box .mobile-block img {
    width: auto;
  }
}
.content-wrapper .nakheel-collection-section {
  padding-top: 120px;
}
@media (max-width: 1920px) {
  .content-wrapper .nakheel-collection-section {
    padding-top: calc(115px + (120 - 115) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .nakheel-collection-section {
    padding-top: calc(110px + (115 - 110) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .nakheel-collection-section {
    padding-top: calc(100px + (110 - 100) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .nakheel-collection-section {
    padding-top: calc(90px + (100 - 90) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .nakheel-collection-section {
    padding-top: calc(80px + (90 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .nakheel-collection-section {
    padding-top: calc(70px + (80 - 70) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .nakheel-collection-section {
    padding-top: calc(60px + (70 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .nakheel-collection-section .collection-outer {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  overflow: hidden;
}
.content-wrapper .nakheel-collection-section .collection-outer .collection-block {
  height: 900px;
  width: 50%;
  max-width: 100%;
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  background: #006280;
}
@media (max-width: 1920px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block {
    height: calc(750px + (900 - 750) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block {
    height: calc(650px + (750 - 650) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block {
    height: calc(500px + (650 - 500) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block {
    height: calc(480px + (500 - 480) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block {
    height: calc(400px + (480 - 400) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block {
    height: calc(360px + (400 - 360) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block {
    height: calc(340px + (360 - 340) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .nakheel-collection-section .collection-outer .collection-block::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #00617f;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}
.content-wrapper .nakheel-collection-section .collection-outer .collection-block img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part {
  background: transparent linear-gradient(0deg, #0C2538 0%, rgba(41, 96, 124, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.5;
  opacity: 0.9;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  padding: 60px;
}
@media (max-width: 1920px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part {
    padding: calc(55px + (60 - 55) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part {
    padding: calc(50px + (55 - 50) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part {
    padding: calc(45px + (50 - 45) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part {
    padding: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part {
    padding: calc(35px + (40 - 35) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part {
    padding: calc(30px + (35 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part {
    padding: calc(25px + (30 - 25) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part .title {
  font-size: 44px;
  line-height: 48px;
  font-family: "nakheel", "nakheelbold_text";
  color: white;
}
@media (max-width: 1920px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part .title {
    font-size: calc(40px + (44 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part .title {
    font-size: calc(28px + (40 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part .title {
    line-height: calc(22px + (24 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part .title {
    line-height: calc(44px + (48 - 44) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part .title {
    line-height: calc(32px + (44 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part .title {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  background-color: rgba(0, 97, 127, 0.9);
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 140px;
  padding-bottom: 140px;
  transition: all 0.8s ease;
}
@media (max-width: 1920px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay {
    padding-left: calc(55px + (60 - 55) * ((100vw - 1600px) / (1920 - 1600)));
    padding-right: calc(55px + (60 - 55) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay {
    padding-left: calc(50px + (55 - 50) * ((100vw - 1440px) / (1600 - 1440)));
    padding-right: calc(50px + (55 - 50) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay {
    padding-left: calc(45px + (50 - 45) * ((100vw - 1280px) / (1440 - 1280)));
    padding-right: calc(45px + (50 - 45) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay {
    padding-left: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
    padding-right: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay {
    padding-left: calc(35px + (40 - 35) * ((100vw - 768px) / (1024 - 768)));
    padding-right: calc(35px + (40 - 35) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay {
    padding-left: calc(30px + (35 - 30) * ((100vw - 480px) / (768 - 480)));
    padding-right: calc(30px + (35 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay {
    padding-left: calc(25px + (30 - 25) * ((100vw - 320px) / (480 - 320)));
    padding-right: calc(25px + (30 - 25) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay {
    padding-top: calc(120px + (140 - 120) * ((100vw - 1600px) / (1920 - 1600)));
    padding-bottom: calc(120px + (140 - 120) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay {
    padding-top: calc(100px + (120 - 100) * ((100vw - 1440px) / (1600 - 1440)));
    padding-bottom: calc(100px + (120 - 100) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay {
    padding-top: calc(80px + (100 - 80) * ((100vw - 1280px) / (1440 - 1280)));
    padding-bottom: calc(80px + (100 - 80) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay {
    padding-top: calc(70px + (80 - 70) * ((100vw - 1024px) / (1280 - 1024)));
    padding-bottom: calc(70px + (80 - 70) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay {
    padding-top: calc(40px + (70 - 40) * ((100vw - 768px) / (1024 - 768)));
    padding-bottom: calc(40px + (70 - 40) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay {
    padding-top: calc(30px + (40 - 30) * ((100vw - 480px) / (768 - 480)));
    padding-bottom: calc(30px + (40 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay {
    padding-top: calc(20px + (30 - 20) * ((100vw - 320px) / (480 - 320)));
    padding-bottom: calc(20px + (30 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-title {
  font-size: 44px;
  line-height: 48px;
  font-family: "nakheel", "nakheelbold_text";
  margin-bottom: 20px;
  color: white;
}
@media (max-width: 1920px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-title {
    font-size: calc(40px + (44 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-title {
    font-size: calc(28px + (40 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-title {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-title {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-title {
    line-height: calc(22px + (24 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-title {
    line-height: calc(44px + (48 - 44) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-title {
    line-height: calc(32px + (44 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-title {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-title {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-title {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
  font-size: 24px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
}
@media (max-width: 1920px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    margin-bottom: calc(36px + (40 - 36) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    margin-bottom: calc(32px + (36 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    margin-bottom: calc(32px + (32 - 32) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    margin-bottom: calc(28px + (32 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    margin-bottom: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    margin-bottom: calc(24px + (28 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    margin-bottom: calc(24px + (24 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .nakheel-collection-section .collection-outer .collection-block:hover .overlay {
  top: 0;
}
.content-wrapper .nakheel-collection-section .collection-outer.collection-page .collection-block {
  margin-bottom: 20px;
  overflow: hidden;
  width: calc(50% - 10px);
}
.content-wrapper .nakheel-collection-section .collection-outer.collection-page .collection-block:nth-child(odd) {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .content-wrapper .nakheel-collection-section .collection-outer.collection-page .collection-block:nth-child(odd) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .content-wrapper .nakheel-collection-section .container-end {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block {
    width: 100%;
    height: auto;
  }
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block::before {
    height: 400px;
  }
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block img {
    height: 400px;
  }
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part {
    display: none;
  }
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay {
    position: static;
    background: white;
    padding-bottom: 60px !important;
  }
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-title {
    color: #00263A;
  }
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    color: #59595C;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) and (max-width: 1920px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 768px) and (max-width: 1600px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 768px) and (max-width: 1440px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 768px) and (max-width: 1280px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 768px) and (max-width: 1024px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 768px) and (max-width: 1920px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 768px) and (max-width: 1600px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 768px) and (max-width: 1440px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 768px) and (max-width: 1280px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 768px) and (max-width: 1024px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .overlay-desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay .btn.btn-outline-white {
    border: 0;
    background: #6AD1E3;
    color: white;
  }
}
@media (max-width: 768px) {
  .content-wrapper .nakheel-collection-section .collection-outer.collection-page .collection-block {
    width: 100%;
  }
  .content-wrapper .nakheel-collection-section .collection-outer.collection-page .collection-block:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 768px) {
  .content-wrapper .nakheel-collection-section .collection-outer + .d-flex.d-sm-none {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .content-wrapper .nakheel-collection-section .custom-container + .custom-container {
    margin: 0;
  }
}
@media (max-width: 567px) {
  .content-wrapper .nakheel-collection-section .title-outer .section-title {
    margin-bottom: 0;
  }
  .content-wrapper .nakheel-collection-section .collection-outer.collection-page .collection-block .overlay .overlay-desc {
    max-height: 300px;
    overflow: auto;
  }
  .content-wrapper .nakheel-collection-section .collection-outer.collection-page .collection-block .overlay .btn {
    min-width: auto;
  }
}
.content-wrapper .nakheel-project-section {
  padding-top: 120px;
}
@media (max-width: 1920px) {
  .content-wrapper .nakheel-project-section {
    padding-top: calc(115px + (120 - 115) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .nakheel-project-section {
    padding-top: calc(110px + (115 - 110) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .nakheel-project-section {
    padding-top: calc(100px + (110 - 100) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .nakheel-project-section {
    padding-top: calc(90px + (100 - 90) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .nakheel-project-section {
    padding-top: calc(80px + (90 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .nakheel-project-section {
    padding-top: calc(70px + (80 - 70) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .nakheel-project-section {
    padding-top: calc(60px + (70 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .nakheel-project-section .title-outer {
  margin-bottom: 30px;
}
.content-wrapper .nakheel-project-section .swiper-slide {
  max-width: 385px;
}
.content-wrapper .nakheel-project-section .swiper-button,
.content-wrapper .nakheel-project-section .swiper-button-next,
.content-wrapper .nakheel-project-section .swiper-button-prev,
.content-wrapper .nakheel-project-section .swiper-dot {
  display: none;
}
@media (max-width: 567px) {
  .content-wrapper .nakheel-project-section .title-outer .section-title {
    margin-bottom: 0;
  }
  .content-wrapper .nakheel-project-section .swiper-slide {
    max-width: 100%;
  }
  .content-wrapper .nakheel-project-section .container-start {
    margin: 0;
  }
  .content-wrapper .nakheel-project-section .section-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .content-wrapper .nakheel-project-section .swiper-button,
.content-wrapper .nakheel-project-section .swiper-button-next,
.content-wrapper .nakheel-project-section .swiper-button-prev {
    display: block;
    color: white;
  }
  .content-wrapper .nakheel-project-section .swiper-dot {
    display: block;
  }
}
.content-wrapper .home-rental-section {
  padding-top: 120px;
}
@media (max-width: 1920px) {
  .content-wrapper .home-rental-section {
    padding-top: calc(115px + (120 - 115) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .home-rental-section {
    padding-top: calc(110px + (115 - 110) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .home-rental-section {
    padding-top: calc(100px + (110 - 100) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .home-rental-section {
    padding-top: calc(90px + (100 - 90) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .home-rental-section {
    padding-top: calc(80px + (90 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .home-rental-section {
    padding-top: calc(70px + (80 - 70) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .home-rental-section {
    padding-top: calc(60px + (70 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .home-rental-section .swiper-slide {
  max-width: 385px;
}
.content-wrapper .home-rental-section .homerental-pagination {
  display: none;
}
.content-wrapper .home-rental-section .swiper-button {
  display: none;
}
.content-wrapper .home-rental-section .container-end .carousal-outer .swiper {
  direction: rtl;
}
.content-wrapper .home-rental-section .container-end .carousal-outer .swiper .card.project-card {
  text-align: left;
}
.content-wrapper .home-rental-section .container-end .carousal-outer .swiper .card.project-card .card-title {
  text-align: left;
  justify-content: flex-end;
}
@media (max-width: 567px) {
  .content-wrapper .home-rental-section .swiper-slide {
    max-width: 100%;
  }
  .content-wrapper .home-rental-section .container-end {
    margin: 0;
  }
  .content-wrapper .home-rental-section .section-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .content-wrapper .home-rental-section .card-content {
    padding-bottom: 0;
  }
  .content-wrapper .home-rental-section .homerental-pagination {
    display: block;
  }
  .content-wrapper .home-rental-section .swiper-button {
    display: block;
    color: white;
  }
}
.content-wrapper .property-search-listing .filter-part {
  background-color: white;
}
.content-wrapper .property-search-listing .filter-part .filter-elements {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(181, 171, 163, 0.3);
  margin-bottom: 30px;
}
@media (max-width: 1920px) {
  .content-wrapper .property-search-listing .filter-part .filter-elements {
    padding-top: calc(45px + (50 - 45) * ((100vw - 1600px) / (1920 - 1600)));
    padding-bottom: calc(45px + (50 - 45) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .property-search-listing .filter-part .filter-elements {
    padding-top: calc(40px + (45 - 40) * ((100vw - 1440px) / (1600 - 1440)));
    padding-bottom: calc(40px + (45 - 40) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .property-search-listing .filter-part .filter-elements {
    padding-top: calc(35px + (40 - 35) * ((100vw - 1280px) / (1440 - 1280)));
    padding-bottom: calc(35px + (40 - 35) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .property-search-listing .filter-part .filter-elements {
    padding-top: calc(30px + (35 - 30) * ((100vw - 1024px) / (1280 - 1024)));
    padding-bottom: calc(30px + (35 - 30) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .property-search-listing .filter-part .filter-elements {
    padding-top: calc(25px + (30 - 25) * ((100vw - 768px) / (1024 - 768)));
    padding-bottom: calc(25px + (30 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .property-search-listing .filter-part .filter-elements {
    padding-top: calc(20px + (25 - 20) * ((100vw - 480px) / (768 - 480)));
    padding-bottom: calc(20px + (25 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .property-search-listing .filter-part .filter-elements {
    padding-top: calc(15px + (20 - 15) * ((100vw - 320px) / (480 - 320)));
    padding-bottom: calc(15px + (20 - 15) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .property-search-listing .filter-part .checkbox-outer {
  display: flex;
  background: #F8F7F6;
  padding: 12px 26px;
}
.content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check {
  padding-left: 16px;
  width: 50%;
}
.content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check .form-check-input {
  height: 24px;
  width: 24px;
  border: 1px solid #B5ABA3;
  position: relative;
}
.content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check .form-check-input:focus {
  box-shadow: none;
}
.content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check .form-check-input:checked {
  background: white;
}
.content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check .form-check-input:checked::before {
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #B5ABA3;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check .form-check-label {
  padding-left: 16px;
  margin-top: 5px;
  color: #B5ABA3;
  font-family: "nakheel", "nakheelregular_text";
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1920px) {
  .content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check .form-check-label {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check .form-check-label {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check .form-check-label {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check .form-check-label {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check .form-check-label {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check .form-check-label {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check .form-check-label {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check .form-check-label {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check .form-check-label {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check .form-check-label {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check .form-check-label {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check .form-check-label {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check .form-check-label {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check .form-check-label {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .property-search-listing .search-count {
  font-size: 18px;
  line-height: 22px;
  color: #00263A;
  margin-bottom: 30px;
}
@media (max-width: 1920px) {
  .content-wrapper .property-search-listing .search-count {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .property-search-listing .search-count {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .property-search-listing .search-count {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .property-search-listing .search-count {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .property-search-listing .search-count {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .property-search-listing .search-count {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .property-search-listing .search-count {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .property-search-listing .search-count {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .property-search-listing .search-count {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .property-search-listing .search-count {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .property-search-listing .search-count {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .property-search-listing .search-count {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .property-search-listing .search-count {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .property-search-listing .search-count {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .property-search-listing .filter-part .filter-elements .form-control.custom-select + .btn-group .multiselect {
    width: auto;
    min-width: auto;
    padding-left: 10px;
  }
  .content-wrapper .property-search-listing .filter-part .filter-elements .btn.w-100 {
    width: auto;
    min-width: auto;
    padding: 15px 20px;
  }
}
.content-wrapper .aminities-section {
  padding-top: 120px;
}
@media (max-width: 1920px) {
  .content-wrapper .aminities-section {
    padding-top: calc(115px + (120 - 115) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .aminities-section {
    padding-top: calc(110px + (115 - 110) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .aminities-section {
    padding-top: calc(100px + (110 - 100) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .aminities-section {
    padding-top: calc(90px + (100 - 90) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .aminities-section {
    padding-top: calc(80px + (90 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .aminities-section {
    padding-top: calc(70px + (80 - 70) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .aminities-section {
    padding-top: calc(60px + (70 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .aminities-section .accordion {
  border: 0;
}
.content-wrapper .aminities-section .accordion .accordion-item {
  border: 0;
  border-radius: 0;
  padding-left: 80px;
}
.content-wrapper .aminities-section .accordion .accordion-item .accordion-body {
  padding: 0;
}
.content-wrapper .aminities-section .accordion .accordion-item .mobile-collapse {
  background: none;
  border: 0;
  font-size: 30px;
  color: #00263A;
  font-family: "nakheel", "nakheelbold_text";
  display: none;
}
.content-wrapper .aminities-section .aminity-content .subtitle {
  font-size: 28px;
  line-height: 32px;
  color: #6AD1E3;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .content-wrapper .aminities-section .aminity-content .subtitle {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .aminities-section .aminity-content .subtitle {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .aminities-section .aminity-content .subtitle {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .aminities-section .aminity-content .subtitle {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .aminities-section .aminity-content .subtitle {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .aminities-section .aminity-content .subtitle {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .aminities-section .aminity-content .subtitle {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .aminities-section .aminity-content .subtitle {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .aminities-section .aminity-content .subtitle {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .aminities-section .aminity-content .subtitle {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .aminities-section .aminity-content .subtitle {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .aminities-section .aminity-content .subtitle {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .aminities-section .aminity-content .subtitle {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .aminities-section .aminity-content .subtitle {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .aminities-section .aminity-content p {
  margin-bottom: 16px;
  color: #B5ABA3;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1920px) {
  .content-wrapper .aminities-section .aminity-content p {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .aminities-section .aminity-content p {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .aminities-section .aminity-content p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .aminities-section .aminity-content p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .aminities-section .aminity-content p {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .aminities-section .aminity-content p {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .aminities-section .aminity-content p {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .aminities-section .aminity-content p {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .aminities-section .aminity-content p {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .aminities-section .aminity-content p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .aminities-section .aminity-content p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .aminities-section .aminity-content p {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .aminities-section .aminity-content p {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .aminities-section .aminity-content p {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .aminities-section .btn-section {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.content-wrapper .aminities-section .btn-section .btn:not(:last-child) {
  margin-right: 20px;
}
.content-wrapper .aminities-section .progress-outer {
  margin-top: 68px;
}
@media (max-width: 1920px) {
  .content-wrapper .aminities-section .progress-outer {
    margin-top: calc(60px + (68 - 60) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .aminities-section .progress-outer {
    margin-top: calc(54px + (60 - 54) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .aminities-section .progress-outer {
    margin-top: calc(48px + (54 - 48) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .aminities-section .progress-outer {
    margin-top: calc(40px + (48 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .aminities-section .progress-outer {
    margin-top: calc(32px + (40 - 32) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .aminities-section .progress-outer {
    margin-top: calc(28px + (32 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .aminities-section .progress-outer {
    margin-top: calc(20px + (28 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .aminities-section .progress-outer .title-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.content-wrapper .aminities-section .progress-outer .title-outer .prog-title {
  color: #00263A;
  font-size: 28px;
  line-height: 32px;
  font-family: "nakheel", "nakheelbold_text";
}
@media (max-width: 1920px) {
  .content-wrapper .aminities-section .progress-outer .title-outer .prog-title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .aminities-section .progress-outer .title-outer .prog-title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .aminities-section .progress-outer .title-outer .prog-title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .aminities-section .progress-outer .title-outer .prog-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .aminities-section .progress-outer .title-outer .prog-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .aminities-section .progress-outer .title-outer .prog-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .aminities-section .progress-outer .title-outer .prog-title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .aminities-section .progress-outer .title-outer .prog-title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .aminities-section .progress-outer .title-outer .prog-title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .aminities-section .progress-outer .title-outer .prog-title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .aminities-section .progress-outer .title-outer .prog-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .aminities-section .progress-outer .title-outer .prog-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .aminities-section .progress-outer .title-outer .prog-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .aminities-section .progress-outer .title-outer .prog-title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .aminities-section .progress-outer .title-outer .collapse-btn {
  border: none;
  background: none;
  font-size: 30px;
  color: #00263A;
  display: none;
}
@media (max-width: 1024px) {
  .content-wrapper .aminities-section .progress-outer .title-outer {
    margin-bottom: 20px;
    padding: 0;
  }
}
.content-wrapper .aminities-section .progress-outer .progrss-blocks {
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid rgba(181, 171, 163, 0.3);
  border-bottom: 1px solid rgba(181, 171, 163, 0.3);
}
.content-wrapper .aminities-section .progress-outer .progrss-blocks .card {
  display: inline-block;
  height: auto;
  margin-right: 50px;
  border-right: 1px solid rgba(181, 171, 163, 0.3);
  padding-right: 50px;
  min-width: 261px;
}
.content-wrapper .aminities-section .progress-outer .progrss-blocks .card .percent {
  position: relative;
}
.content-wrapper .aminities-section .progress-outer .progrss-blocks .card svg {
  position: relative;
  width: 210px;
  height: 210px;
  transform: rotate(-90deg);
}
.content-wrapper .aminities-section .progress-outer .progrss-blocks .card svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 10;
  stroke-linecap: round;
}
.content-wrapper .aminities-section .progress-outer .progrss-blocks .card svg circle:last-of-type {
  stroke-dasharray: 625px;
  stroke-dashoffset: calc(625px - 625px * var(--percent) / 100);
  stroke: #6AD1E3;
}
.content-wrapper .aminities-section .progress-outer .progrss-blocks .card .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #00263A;
  font-family: "nakheel", "nakheelbold_text";
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 1920px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .number {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .number {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .number {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .number {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .number {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .number {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .number {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .number {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .number {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .number {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .number {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .number {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .number {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .number {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .aminities-section .progress-outer .progrss-blocks .card .title {
  margin: 20px 0 0 0;
  font-size: 24px;
  line-height: 28px;
  color: #00263A;
  font-family: "nakheel", "nakheelbold_text";
  text-align: center;
}
@media (max-width: 1920px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .title {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .title {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .title {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .title {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .title {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .title {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .title {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .title {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .title {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .title {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress {
  width: 100%;
}
.content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure:not(:last-child) {
  margin-bottom: 30px;
}
.content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .name {
  color: #B5ABA3;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1920px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .name {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .name {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .name {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .name {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .name {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .name {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .name {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .name {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .name {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .name {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .name {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .name {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .name {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .name {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .value {
  color: #00263A;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1920px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .value {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .value {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .value {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .value {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .value {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .value {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .value {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .value {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .value {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .value {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .value {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .value {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .value {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .value {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .progress {
  margin-top: 10px;
  height: 5px;
  border-radius: 0;
  background-color: #F3F4F5;
}
.content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress .structure .progress .progress-bar {
  background-color: #6AD1E3;
}
.content-wrapper .aminities-section .progress-outer .accordion .accordion-item {
  padding-left: 0;
}
.content-wrapper .aminities-section .aminities-slider-outer .aminity-swiper .swiper-wrapper {
  flex-direction: row;
}
.content-wrapper .aminities-section .aminities-slider-outer .aminity-swiper .swiper-wrapper .swiper-slide {
  margin-top: 0 !important;
}
.content-wrapper .aminities-section .aminities-slider-outer .aminity-swiper .swiper-pagination-aminity {
  text-align: center;
  margin-top: 20px;
}
.content-wrapper .aminities-section .section-title.aminity {
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .content-wrapper .aminities-section .accordion {
    border: 0;
  }
  .content-wrapper .aminities-section .accordion .accordion-item {
    padding-left: 0;
  }
  .content-wrapper .aminities-section .accordion .accordion-item .mobile-collapse {
    display: block;
    padding: 0;
  }
  .content-wrapper .aminities-section .progress-outer .title-outer .collapse-btn {
    display: block;
    padding: 0;
  }
  .content-wrapper .aminities-section .section-title.aminity {
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .content-wrapper .aminities-section .btn-section {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .content-wrapper .aminities-section .btn-section .btn,
.content-wrapper .aminities-section .btn-section .btn-theme {
    margin: 0 20px 20px 0;
  }
  .content-wrapper .aminities-section .progress-outer .progrss-blocks {
    flex-direction: column;
    border-bottom: 0;
  }
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    min-width: auto;
  }
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .line-progress {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(181, 171, 163, 0.3);
  }
  .content-wrapper .aminities-section .title-outer .section-title {
    margin-bottom: 0;
  }
}
@media (max-width: 567px) {
  .content-wrapper .aminities-section .progress-outer .progrss-blocks .card .title {
    margin-top: 0;
  }
  .content-wrapper .aminities-section .progress-outer .title-outer {
    margin-bottom: 10px;
  }
}
.content-wrapper .multiple-progress-section {
  padding-top: 80px;
}
@media (max-width: 1920px) {
  .content-wrapper .multiple-progress-section {
    padding-top: calc(80px + (80 - 80) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .multiple-progress-section {
    padding-top: calc(80px + (80 - 80) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .multiple-progress-section {
    padding-top: calc(80px + (80 - 80) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .multiple-progress-section {
    padding-top: calc(80px + (80 - 80) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .multiple-progress-section {
    padding-top: calc(80px + (80 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .multiple-progress-section {
    padding-top: calc(70px + (80 - 70) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .multiple-progress-section {
    padding-top: calc(60px + (70 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .multiple-progress-section .title-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.content-wrapper .multiple-progress-section .title-outer .prog-title {
  color: #00263A;
  font-size: 28px;
  line-height: 32px;
  font-family: "nakheel", "nakheelbold_text";
}
@media (max-width: 1920px) {
  .content-wrapper .multiple-progress-section .title-outer .prog-title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .multiple-progress-section .title-outer .prog-title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .multiple-progress-section .title-outer .prog-title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .multiple-progress-section .title-outer .prog-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .multiple-progress-section .title-outer .prog-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .multiple-progress-section .title-outer .prog-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .multiple-progress-section .title-outer .prog-title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .multiple-progress-section .title-outer .prog-title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .multiple-progress-section .title-outer .prog-title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .multiple-progress-section .title-outer .prog-title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .multiple-progress-section .title-outer .prog-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .multiple-progress-section .title-outer .prog-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .multiple-progress-section .title-outer .prog-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .multiple-progress-section .title-outer .prog-title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .multiple-progress-section .title-outer {
    margin-bottom: 20px;
    padding: 0;
  }
}
.content-wrapper .multiple-progress-section .progrss-blocks {
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid rgba(181, 171, 163, 0.3);
  border-bottom: 1px solid rgba(181, 171, 163, 0.3);
}
.content-wrapper .multiple-progress-section .progrss-blocks .card {
  display: inline-block;
  height: auto;
  margin-right: 50px;
  border-right: 1px solid rgba(181, 171, 163, 0.3);
  padding-right: 50px;
  min-width: 261px;
}
.content-wrapper .multiple-progress-section .progrss-blocks .card .percent {
  position: relative;
}
.content-wrapper .multiple-progress-section .progrss-blocks .card svg {
  position: relative;
  width: 210px;
  height: 210px;
  transform: rotate(-90deg);
}
.content-wrapper .multiple-progress-section .progrss-blocks .card svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 10;
  stroke-linecap: round;
}
.content-wrapper .multiple-progress-section .progrss-blocks .card svg circle:last-of-type {
  stroke-dasharray: 625px;
  stroke-dashoffset: calc(625px - 625px * var(--percent) / 100);
  stroke: #6AD1E3;
}
.content-wrapper .multiple-progress-section .progrss-blocks .card .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #00263A;
  font-family: "nakheel", "nakheelbold_text";
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 1920px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .number {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .number {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .number {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .number {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .number {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .number {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .number {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .number {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .number {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .number {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .number {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .number {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .number {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .number {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .multiple-progress-section .progrss-blocks .card .title {
  margin: 20px 0 0 0;
  font-size: 24px;
  line-height: 28px;
  color: #00263A;
  font-family: "nakheel", "nakheelbold_text";
  text-align: center;
}
@media (max-width: 1920px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .title {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .title {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .title {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .title {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .title {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .title {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .title {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .title {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .title {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .title {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .multiple-progress-section .progrss-blocks .line-progress {
  width: 100%;
}
.content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure > .d-flex {
  gap: 10px;
}
.content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure:not(:last-child) {
  margin-bottom: 30px;
}
.content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .name {
  color: #B5ABA3;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1920px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .name {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .name {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .name {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .name {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .name {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .name {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .name {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .name {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .name {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .name {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .name {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .name {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .name {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .name {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .value {
  color: #00263A;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
}
@media (max-width: 1920px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .value {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .value {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .value {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .value {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .value {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .value {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .value {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .value {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .value {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .value {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .value {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .value {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .value {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .value {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .progress {
  margin-top: 10px;
  height: 5px;
  border-radius: 0;
  background-color: #F3F4F5;
}
.content-wrapper .multiple-progress-section .progrss-blocks .line-progress .structure .progress .progress-bar {
  background-color: #6AD1E3;
}
.content-wrapper .multiple-progress-section .aminity-content {
  padding-top: 40px;
}
.content-wrapper .multiple-progress-section .aminity-content .subtitle {
  font-size: 28px;
  line-height: 32px;
  color: #6AD1E3;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .content-wrapper .multiple-progress-section .aminity-content .subtitle {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .multiple-progress-section .aminity-content .subtitle {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .multiple-progress-section .aminity-content .subtitle {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .multiple-progress-section .aminity-content .subtitle {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .multiple-progress-section .aminity-content .subtitle {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .multiple-progress-section .aminity-content .subtitle {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .multiple-progress-section .aminity-content .subtitle {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .multiple-progress-section .aminity-content .subtitle {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .multiple-progress-section .aminity-content .subtitle {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .multiple-progress-section .aminity-content .subtitle {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .multiple-progress-section .aminity-content .subtitle {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .multiple-progress-section .aminity-content .subtitle {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .multiple-progress-section .aminity-content .subtitle {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .multiple-progress-section .aminity-content .subtitle {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .multiple-progress-section .aminity-content p {
  margin-bottom: 16px;
  color: #B5ABA3;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1920px) {
  .content-wrapper .multiple-progress-section .aminity-content p {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .multiple-progress-section .aminity-content p {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .multiple-progress-section .aminity-content p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .multiple-progress-section .aminity-content p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .multiple-progress-section .aminity-content p {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .multiple-progress-section .aminity-content p {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .multiple-progress-section .aminity-content p {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .multiple-progress-section .aminity-content p {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .multiple-progress-section .aminity-content p {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .multiple-progress-section .aminity-content p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .multiple-progress-section .aminity-content p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .multiple-progress-section .aminity-content p {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .multiple-progress-section .aminity-content p {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .multiple-progress-section .aminity-content p {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .multiple-progress-section .progrss-blocks {
    flex-direction: column;
    border-bottom: 0;
  }
  .content-wrapper .multiple-progress-section .progrss-blocks .card {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    min-width: auto;
  }
  .content-wrapper .multiple-progress-section .progrss-blocks .line-progress {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(181, 171, 163, 0.3);
  }
  .content-wrapper .multiple-progress-section .aminity-content {
    padding-top: 20px;
  }
}
@media (max-width: 567px) {
  .content-wrapper .multiple-progress-section .progrss-blocks .card .title {
    margin-top: 0;
  }
}
.content-wrapper .broshure-section {
  padding-top: 120px;
}
@media (max-width: 1920px) {
  .content-wrapper .broshure-section {
    padding-top: calc(115px + (120 - 115) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .broshure-section {
    padding-top: calc(110px + (115 - 110) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .broshure-section {
    padding-top: calc(100px + (110 - 100) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .broshure-section {
    padding-top: calc(90px + (100 - 90) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .broshure-section {
    padding-top: calc(80px + (90 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .broshure-section {
    padding-top: calc(70px + (80 - 70) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .broshure-section {
    padding-top: calc(60px + (70 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .broshure-section .header-part {
  background-color: #00263A;
}
.content-wrapper .broshure-section .header-part ul {
  margin: 0;
  padding-left: 0;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}
@media (max-width: 1920px) {
  .content-wrapper .broshure-section .header-part ul {
    padding-top: calc(50px + (56 - 50) * ((100vw - 1600px) / (1920 - 1600)));
    padding-bottom: calc(50px + (56 - 50) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .broshure-section .header-part ul {
    padding-top: calc(45px + (50 - 45) * ((100vw - 1440px) / (1600 - 1440)));
    padding-bottom: calc(45px + (50 - 45) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .broshure-section .header-part ul {
    padding-top: calc(40px + (45 - 40) * ((100vw - 1280px) / (1440 - 1280)));
    padding-bottom: calc(40px + (45 - 40) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .broshure-section .header-part ul {
    padding-top: calc(35px + (40 - 35) * ((100vw - 1024px) / (1280 - 1024)));
    padding-bottom: calc(35px + (40 - 35) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .broshure-section .header-part ul {
    padding-top: calc(30px + (35 - 30) * ((100vw - 768px) / (1024 - 768)));
    padding-bottom: calc(30px + (35 - 30) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .broshure-section .header-part ul {
    padding-top: calc(25px + (30 - 25) * ((100vw - 480px) / (768 - 480)));
    padding-bottom: calc(25px + (30 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .broshure-section .header-part ul {
    padding-top: calc(20px + (25 - 20) * ((100vw - 320px) / (480 - 320)));
    padding-bottom: calc(20px + (25 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .broshure-section .header-part ul li {
  list-style: none;
  padding: 0;
  flex-grow: 1;
}
.content-wrapper .broshure-section .header-part ul li:not(:last-child) {
  border-right: 1px solid #B3ABA4;
}
.content-wrapper .broshure-section .header-part ul li a {
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-wrapper .broshure-section .header-part ul li a img {
  width: 62px;
  height: 62px;
  margin-bottom: 16px;
}
@media (max-width: 1920px) {
  .content-wrapper .broshure-section .header-part ul li a img {
    width: calc(62px + (62 - 62) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .broshure-section .header-part ul li a img {
    width: calc(52px + (62 - 52) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .broshure-section .header-part ul li a img {
    width: calc(52px + (52 - 52) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .broshure-section .header-part ul li a img {
    width: calc(42px + (52 - 42) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .broshure-section .header-part ul li a img {
    width: calc(42px + (42 - 42) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .broshure-section .header-part ul li a img {
    width: calc(32px + (42 - 32) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .broshure-section .header-part ul li a img {
    width: calc(32px + (32 - 32) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .broshure-section .header-part ul li a img {
    height: calc(62px + (62 - 62) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .broshure-section .header-part ul li a img {
    height: calc(52px + (62 - 52) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .broshure-section .header-part ul li a img {
    height: calc(52px + (52 - 52) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .broshure-section .header-part ul li a img {
    height: calc(42px + (52 - 42) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .broshure-section .header-part ul li a img {
    height: calc(42px + (42 - 42) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .broshure-section .header-part ul li a img {
    height: calc(32px + (42 - 32) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .broshure-section .header-part ul li a img {
    height: calc(32px + (32 - 32) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .broshure-section .header-part ul li a span {
  color: #B5ABA3;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
@media (max-width: 1920px) {
  .content-wrapper .broshure-section .header-part ul li a span {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .broshure-section .header-part ul li a span {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .broshure-section .header-part ul li a span {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .broshure-section .header-part ul li a span {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .broshure-section .header-part ul li a span {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .broshure-section .header-part ul li a span {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .broshure-section .header-part ul li a span {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .broshure-section .header-part ul li a span {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .broshure-section .header-part ul li a span {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .broshure-section .header-part ul li a span {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .broshure-section .header-part ul li a span {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .broshure-section .header-part ul li a span {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .broshure-section .header-part ul li a span {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .broshure-section .header-part ul li a span {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 567px) {
  .content-wrapper .broshure-section .header-part ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
  }
  .content-wrapper .broshure-section .header-part ul li {
    display: flex;
    width: 100%;
  }
  .content-wrapper .broshure-section .header-part ul li:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #B3ABA4;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .content-wrapper .broshure-section .header-part ul li a {
    flex-direction: row;
    justify-content: center;
  }
  .content-wrapper .broshure-section .header-part ul li a img {
    margin: 0 14px 0 0;
  }
}
.content-wrapper .broshure-section .video-part {
  position: relative;
  background: #006280;
  height: 800px;
}
@media (max-width: 1920px) {
  .content-wrapper .broshure-section .video-part {
    height: calc(700px + (800 - 700) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .broshure-section .video-part {
    height: calc(600px + (700 - 600) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .broshure-section .video-part {
    height: calc(500px + (600 - 500) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .broshure-section .video-part {
    height: calc(400px + (500 - 400) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .broshure-section .video-part {
    height: calc(400px + (400 - 400) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .broshure-section .video-part {
    height: calc(360px + (400 - 360) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .broshure-section .video-part {
    height: calc(360px + (360 - 360) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .broshure-section .video-part .video {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 800px;
}
@media (max-width: 1920px) {
  .content-wrapper .broshure-section .video-part .video {
    height: calc(700px + (800 - 700) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .broshure-section .video-part .video {
    height: calc(600px + (700 - 600) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .broshure-section .video-part .video {
    height: calc(500px + (600 - 500) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .broshure-section .video-part .video {
    height: calc(400px + (500 - 400) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .broshure-section .video-part .video {
    height: calc(400px + (400 - 400) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .broshure-section .video-part .video {
    height: calc(360px + (400 - 360) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .broshure-section .video-part .video {
    height: calc(360px + (360 - 360) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .broshure-section .video-part .play-icon {
  position: absolute;
  left: calc(50% - 45px);
  top: calc(50% - 45px);
  margin: auto;
  height: 90px;
  width: 90px;
}
@media (max-width: 1920px) {
  .content-wrapper .broshure-section .video-part .play-icon {
    height: calc(84px + (90 - 84) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .broshure-section .video-part .play-icon {
    height: calc(78px + (84 - 78) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .broshure-section .video-part .play-icon {
    height: calc(72px + (78 - 72) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .broshure-section .video-part .play-icon {
    height: calc(66px + (72 - 66) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .broshure-section .video-part .play-icon {
    height: calc(48px + (66 - 48) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .broshure-section .video-part .play-icon {
    height: calc(48px + (48 - 48) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .broshure-section .video-part .play-icon {
    height: calc(48px + (48 - 48) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .broshure-section .video-part .play-icon {
    width: calc(84px + (90 - 84) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .broshure-section .video-part .play-icon {
    width: calc(78px + (84 - 78) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .broshure-section .video-part .play-icon {
    width: calc(72px + (78 - 72) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .broshure-section .video-part .play-icon {
    width: calc(66px + (72 - 66) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .broshure-section .video-part .play-icon {
    width: calc(48px + (66 - 48) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .broshure-section .video-part .play-icon {
    width: calc(48px + (48 - 48) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .broshure-section .video-part .play-icon {
    width: calc(48px + (48 - 48) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .broshure-section .video-part .play-icon img {
  height: 100%;
  width: 100%;
}
.content-wrapper .broshure-section .image-part {
  width: 100%;
  background: #006280;
  height: 800px;
}
@media (max-width: 1920px) {
  .content-wrapper .broshure-section .image-part {
    height: calc(700px + (800 - 700) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .broshure-section .image-part {
    height: calc(650px + (700 - 650) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .broshure-section .image-part {
    height: calc(600px + (650 - 600) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .broshure-section .image-part {
    height: calc(550px + (600 - 550) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .broshure-section .image-part {
    height: calc(500px + (550 - 500) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .broshure-section .image-part {
    height: calc(400px + (500 - 400) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .broshure-section .image-part {
    height: calc(480px + (400 - 480) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .broshure-section .image-part img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .content-wrapper .broshure-section .custom-container {
    margin: 0;
  }
  .content-wrapper .broshure-section .video-part .play-icon {
    left: calc(50% - 24px);
    top: calc(50% - 24px);
  }
}
.content-wrapper .the-comminity-section {
  padding-top: 120px;
}
@media (max-width: 1920px) {
  .content-wrapper .the-comminity-section {
    padding-top: calc(115px + (120 - 115) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .the-comminity-section {
    padding-top: calc(110px + (115 - 110) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .the-comminity-section {
    padding-top: calc(100px + (110 - 100) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .the-comminity-section {
    padding-top: calc(90px + (100 - 90) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .the-comminity-section {
    padding-top: calc(80px + (90 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .the-comminity-section {
    padding-top: calc(70px + (80 - 70) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .the-comminity-section {
    padding-top: calc(60px + (70 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .the-comminity-section .title-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1920px) {
  .content-wrapper .the-comminity-section .title-part {
    margin-bottom: calc(35px + (40 - 35) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .the-comminity-section .title-part {
    margin-bottom: calc(30px + (35 - 30) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .the-comminity-section .title-part {
    margin-bottom: calc(25px + (30 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .the-comminity-section .title-part {
    margin-bottom: calc(20px + (25 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .the-comminity-section .title-part {
    margin-bottom: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .the-comminity-section .title-part {
    margin-bottom: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .the-comminity-section .title-part {
    margin-bottom: calc(15px + (20 - 15) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .the-comminity-section .title-part .title {
  color: #00263A;
  font-size: 28px;
  line-height: 32px;
  font-family: "nakheel", "nakheelbold_text";
}
@media (max-width: 1920px) {
  .content-wrapper .the-comminity-section .title-part .title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .the-comminity-section .title-part .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .the-comminity-section .title-part .title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .the-comminity-section .title-part .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .the-comminity-section .title-part .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .the-comminity-section .title-part .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .the-comminity-section .title-part .title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .the-comminity-section .title-part .title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .the-comminity-section .title-part .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .the-comminity-section .title-part .title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .the-comminity-section .title-part .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .the-comminity-section .title-part .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .the-comminity-section .title-part .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .the-comminity-section .title-part .title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .the-comminity-section p {
  margin: 0;
}
.content-wrapper .the-comminity-section p.left {
  color: #59595C;
  font-size: 24px;
  line-height: 28px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  opacity: 0.7;
}
@media (max-width: 1920px) {
  .content-wrapper .the-comminity-section p.left {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .the-comminity-section p.left {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .the-comminity-section p.left {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .the-comminity-section p.left {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .the-comminity-section p.left {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .the-comminity-section p.left {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .the-comminity-section p.left {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .the-comminity-section p.left {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .the-comminity-section p.left {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .the-comminity-section p.left {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .the-comminity-section p.left {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .the-comminity-section p.left {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .the-comminity-section p.left {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .the-comminity-section p.left {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .the-comminity-section p.left {
    overflow: initial;
    text-overflow: initial;
    display: block;
  }
}
.content-wrapper .the-comminity-section p.right {
  color: rgba(181, 171, 163, 0.8);
  font-size: 28px;
  line-height: 32px;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  position: relative;
  margin-left: 40px;
}
@media (max-width: 1920px) {
  .content-wrapper .the-comminity-section p.right {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .the-comminity-section p.right {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .the-comminity-section p.right {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .the-comminity-section p.right {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .the-comminity-section p.right {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .the-comminity-section p.right {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .the-comminity-section p.right {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .the-comminity-section p.right {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .the-comminity-section p.right {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .the-comminity-section p.right {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .the-comminity-section p.right {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .the-comminity-section p.right {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .the-comminity-section p.right {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .the-comminity-section p.right {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .the-comminity-section p.right {
    margin-left: 0;
    overflow: initial;
    text-overflow: initial;
    display: block;
  }
}
.content-wrapper .the-comminity-section .left-list {
  margin: 20px 0 0 0;
  padding-left: 45px;
}
.content-wrapper .the-comminity-section .left-list li {
  color: #59595C;
  font-size: 24px;
  line-height: 28px;
  list-style: none;
  position: relative;
  padding-left: 17px;
}
@media (max-width: 1920px) {
  .content-wrapper .the-comminity-section .left-list li {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .the-comminity-section .left-list li {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .the-comminity-section .left-list li {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .the-comminity-section .left-list li {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .the-comminity-section .left-list li {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .the-comminity-section .left-list li {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .the-comminity-section .left-list li {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .the-comminity-section .left-list li {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .the-comminity-section .left-list li {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .the-comminity-section .left-list li {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .the-comminity-section .left-list li {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .the-comminity-section .left-list li {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .the-comminity-section .left-list li {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .the-comminity-section .left-list li {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .the-comminity-section .left-list li:not(:last-child) {
  margin-bottom: 10px;
}
.content-wrapper .the-comminity-section .left-list li::before {
  content: "";
  height: 8px;
  width: 8px;
  background: #6AD1E3;
  position: absolute;
  right: 100%;
  top: 8px;
}
.content-wrapper .the-comminity-section .bar {
  height: 5px;
  width: 150px;
  background: #6AD1E3;
  margin-left: 60px;
}
@media (max-width: 768px) {
  .content-wrapper .the-comminity-section .title-part .d-flex.align-items-center {
    width: 100%;
    justify-content: space-between;
  }
  .content-wrapper .the-comminity-section .title-part .row {
    margin: 0;
  }
  .content-wrapper .the-comminity-section .title-part .row .col-sm-6 {
    padding: 0;
  }
  .content-wrapper .the-comminity-section .accordion-body .row {
    flex-wrap: wrap-reverse;
  }
  .content-wrapper .the-comminity-section .accordion-body .row .left {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .content-wrapper .the-comminity-section .bar {
    margin-left: 0;
    width: 50px;
  }
}
.content-wrapper .visual-collection-section {
  padding-top: 120px;
}
@media (max-width: 1920px) {
  .content-wrapper .visual-collection-section {
    padding-top: calc(115px + (120 - 115) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .visual-collection-section {
    padding-top: calc(110px + (115 - 110) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .visual-collection-section {
    padding-top: calc(100px + (110 - 100) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .visual-collection-section {
    padding-top: calc(90px + (100 - 90) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .visual-collection-section {
    padding-top: calc(80px + (90 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .visual-collection-section {
    padding-top: calc(70px + (80 - 70) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .visual-collection-section {
    padding-top: calc(60px + (70 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .visual-collection-section .title-outer {
  margin-bottom: 40px;
}
.content-wrapper .visual-collection-section .title-outer .visual-title {
  color: #00263A;
  font-size: 28px;
  line-height: 32px;
  font-family: "nakheel", "nakheelbold_text";
}
@media (max-width: 1920px) {
  .content-wrapper .visual-collection-section .title-outer .visual-title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .visual-collection-section .title-outer .visual-title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .visual-collection-section .title-outer .visual-title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .visual-collection-section .title-outer .visual-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .visual-collection-section .title-outer .visual-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .visual-collection-section .title-outer .visual-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .visual-collection-section .title-outer .visual-title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .visual-collection-section .title-outer .visual-title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .visual-collection-section .title-outer .visual-title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .visual-collection-section .title-outer .visual-title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .visual-collection-section .title-outer .visual-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .visual-collection-section .title-outer .visual-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .visual-collection-section .title-outer .visual-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .visual-collection-section .title-outer .visual-title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .visual-collection-section .title-outer .collapse-btn {
  display: none;
  border: none;
  background: none;
  color: #00263A;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .content-wrapper .visual-collection-section .title-outer {
    margin-bottom: 20px;
    padding: 0;
  }
}
.content-wrapper .visual-collection-section .accordion-item {
  border: 0;
  border-radius: 0;
}
.content-wrapper .visual-collection-section .accordion-item .accordion-body {
  padding: 0;
}
.content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 800px;
}
@media (max-width: 1920px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .swiper-wrapper .swiper-slide {
    height: calc(700px + (800 - 700) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .swiper-wrapper .swiper-slide {
    height: calc(600px + (700 - 600) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .swiper-wrapper .swiper-slide {
    height: calc(500px + (600 - 500) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .swiper-wrapper .swiper-slide {
    height: calc(400px + (500 - 400) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .swiper-wrapper .swiper-slide {
    height: calc(360px + (400 - 360) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .swiper-wrapper .swiper-slide {
    height: calc(360px + (360 - 360) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .swiper-wrapper .swiper-slide {
    height: calc(300px + (360 - 300) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
}
.content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .swiper-pagination-aminity {
  margin-top: 30px;
}
.content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content {
  height: 800px;
  position: relative;
  background: #006280;
}
@media (max-width: 1920px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content {
    height: calc(700px + (800 - 700) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content {
    height: calc(600px + (700 - 600) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content {
    height: calc(500px + (600 - 500) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content {
    height: calc(400px + (500 - 400) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content {
    height: calc(360px + (400 - 360) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content {
    height: calc(360px + (360 - 360) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content {
    height: calc(300px + (360 - 300) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  padding: 50px;
  padding-left: 160px;
  padding-right: 160px;
  background: transparent linear-gradient(180deg, rgba(125, 89, 89, 0) 0%, #775a5a 100%) 0% 0% no-repeat padding-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 1920px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc {
    padding-left: calc(120px + (160 - 120) * ((100vw - 1600px) / (1920 - 1600)));
    padding-right: calc(120px + (160 - 120) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc {
    padding-left: calc(80px + (120 - 80) * ((100vw - 1440px) / (1600 - 1440)));
    padding-right: calc(80px + (120 - 80) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc {
    padding-left: calc(60px + (80 - 60) * ((100vw - 1280px) / (1440 - 1280)));
    padding-right: calc(60px + (80 - 60) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc {
    padding-left: calc(40px + (60 - 40) * ((100vw - 1024px) / (1280 - 1024)));
    padding-right: calc(40px + (60 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc {
    padding-left: calc(40px + (40 - 40) * ((100vw - 768px) / (1024 - 768)));
    padding-right: calc(40px + (40 - 40) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc {
    padding-left: calc(30px + (40 - 30) * ((100vw - 480px) / (768 - 480)));
    padding-right: calc(30px + (40 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc {
    padding-left: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
    padding-right: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc .title {
  font-size: 44px;
  line-height: 48px;
  color: white;
  margin-bottom: 16px;
  font-family: "nakheel", "nakheelbold_text";
}
@media (max-width: 1920px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc .title {
    font-size: calc(40px + (44 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc .title {
    font-size: calc(28px + (40 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc .title {
    line-height: calc(22px + (24 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc .title {
    line-height: calc(44px + (48 - 44) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc .title {
    line-height: calc(32px + (44 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc .title {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc p {
  width: 40%;
  color: white;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 1920px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc p {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc p {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc p {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc p {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc p {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc p {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc p {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc p {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc p {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc p {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc p {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc p {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc p {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc p {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc p + .btn {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .content-wrapper .visual-collection-section .accordion-item .accordion-body .visual-slider-outer .content .desc p {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .content-wrapper .visual-collection-section .title-outer .collapse-btn {
    display: block;
    padding: 0;
  }
}
.content-wrapper .visual-collection-section.prime-attraction .accordion-item .accordion-body .visual-slider-outer .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 1080px;
}
@media (max-width: 1920px) {
  .content-wrapper .visual-collection-section.prime-attraction .accordion-item .accordion-body .visual-slider-outer .swiper-wrapper .swiper-slide {
    height: calc(1000px + (1080 - 1000) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .visual-collection-section.prime-attraction .accordion-item .accordion-body .visual-slider-outer .swiper-wrapper .swiper-slide {
    height: calc(920px + (1000 - 920) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .visual-collection-section.prime-attraction .accordion-item .accordion-body .visual-slider-outer .swiper-wrapper .swiper-slide {
    height: calc(840px + (920 - 840) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .visual-collection-section.prime-attraction .accordion-item .accordion-body .visual-slider-outer .swiper-wrapper .swiper-slide {
    height: calc(760px + (840 - 760) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .visual-collection-section.prime-attraction .accordion-item .accordion-body .visual-slider-outer .swiper-wrapper .swiper-slide {
    height: calc(720px + (760 - 720) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .visual-collection-section.prime-attraction .accordion-item .accordion-body .visual-slider-outer .swiper-wrapper .swiper-slide {
    height: calc(680px + (720 - 680) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .visual-collection-section.prime-attraction .accordion-item .accordion-body .visual-slider-outer .swiper-wrapper .swiper-slide {
    height: calc(640px + (680 - 640) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .visual-collection-section.prime-attraction .accordion-item .accordion-body .visual-slider-outer .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
}
.content-wrapper .visual-collection-section.prime-attraction .accordion-item .accordion-body .visual-slider-outer .content {
  height: 100%;
}
.content-wrapper .visual-collection-section.prime-attraction .accordion-item .accordion-body .visual-slider-outer .content .desc {
  top: auto;
  bottom: 0;
  height: 60%;
  padding: 50px;
  padding-left: 160px;
  padding-right: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
}
@media (max-width: 1920px) {
  .content-wrapper .visual-collection-section.prime-attraction .accordion-item .accordion-body .visual-slider-outer .content .desc {
    padding-left: calc(120px + (160 - 120) * ((100vw - 1600px) / (1920 - 1600)));
    padding-right: calc(120px + (160 - 120) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .visual-collection-section.prime-attraction .accordion-item .accordion-body .visual-slider-outer .content .desc {
    padding-left: calc(80px + (120 - 80) * ((100vw - 1440px) / (1600 - 1440)));
    padding-right: calc(80px + (120 - 80) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .visual-collection-section.prime-attraction .accordion-item .accordion-body .visual-slider-outer .content .desc {
    padding-left: calc(60px + (80 - 60) * ((100vw - 1280px) / (1440 - 1280)));
    padding-right: calc(60px + (80 - 60) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .visual-collection-section.prime-attraction .accordion-item .accordion-body .visual-slider-outer .content .desc {
    padding-left: calc(40px + (60 - 40) * ((100vw - 1024px) / (1280 - 1024)));
    padding-right: calc(40px + (60 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .visual-collection-section.prime-attraction .accordion-item .accordion-body .visual-slider-outer .content .desc {
    padding-left: calc(40px + (40 - 40) * ((100vw - 768px) / (1024 - 768)));
    padding-right: calc(40px + (40 - 40) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .visual-collection-section.prime-attraction .accordion-item .accordion-body .visual-slider-outer .content .desc {
    padding-left: calc(30px + (40 - 30) * ((100vw - 480px) / (768 - 480)));
    padding-right: calc(30px + (40 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .visual-collection-section.prime-attraction .accordion-item .accordion-body .visual-slider-outer .content .desc {
    padding-left: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
    padding-right: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .visual-collection-section.prime-attraction .accordion-item .accordion-body .visual-slider-outer .content .desc p {
    width: 100%;
  }
}
.content-wrapper .visual-collection-section.prime-attraction .title-outer {
  display: none;
}
.content-wrapper .location-section-head {
  padding-top: 120px;
}
@media (max-width: 1920px) {
  .content-wrapper .location-section-head {
    padding-top: calc(115px + (120 - 115) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .location-section-head {
    padding-top: calc(110px + (115 - 110) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .location-section-head {
    padding-top: calc(100px + (110 - 100) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .location-section-head {
    padding-top: calc(90px + (100 - 90) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .location-section-head {
    padding-top: calc(80px + (90 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section-head {
    padding-top: calc(70px + (80 - 70) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .location-section-head {
    padding-top: calc(60px + (70 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .location-section-head .subscribe-head {
  background: #00263A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1920px) {
  .content-wrapper .location-section-head .subscribe-head {
    padding-top: calc(50px + (56 - 50) * ((100vw - 1600px) / (1920 - 1600)));
    padding-bottom: calc(50px + (56 - 50) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .location-section-head .subscribe-head {
    padding-top: calc(45px + (50 - 45) * ((100vw - 1440px) / (1600 - 1440)));
    padding-bottom: calc(45px + (50 - 45) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .location-section-head .subscribe-head {
    padding-top: calc(40px + (45 - 40) * ((100vw - 1280px) / (1440 - 1280)));
    padding-bottom: calc(40px + (45 - 40) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .location-section-head .subscribe-head {
    padding-top: calc(35px + (40 - 35) * ((100vw - 1024px) / (1280 - 1024)));
    padding-bottom: calc(35px + (40 - 35) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .location-section-head .subscribe-head {
    padding-top: calc(30px + (35 - 30) * ((100vw - 768px) / (1024 - 768)));
    padding-bottom: calc(30px + (35 - 30) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section-head .subscribe-head {
    padding-top: calc(30px + (30 - 30) * ((100vw - 480px) / (768 - 480)));
    padding-bottom: calc(30px + (30 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .location-section-head .subscribe-head {
    padding-top: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
    padding-bottom: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .location-section-head .subscribe-head {
    padding-left: calc(75px + (80 - 75) * ((100vw - 1600px) / (1920 - 1600)));
    padding-right: calc(75px + (80 - 75) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .location-section-head .subscribe-head {
    padding-left: calc(70px + (75 - 70) * ((100vw - 1440px) / (1600 - 1440)));
    padding-right: calc(70px + (75 - 70) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .location-section-head .subscribe-head {
    padding-left: calc(65px + (70 - 65) * ((100vw - 1280px) / (1440 - 1280)));
    padding-right: calc(65px + (70 - 65) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .location-section-head .subscribe-head {
    padding-left: calc(60px + (65 - 60) * ((100vw - 1024px) / (1280 - 1024)));
    padding-right: calc(60px + (65 - 60) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .location-section-head .subscribe-head {
    padding-left: calc(30px + (60 - 30) * ((100vw - 768px) / (1024 - 768)));
    padding-right: calc(30px + (60 - 30) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section-head .subscribe-head {
    padding-left: calc(30px + (30 - 30) * ((100vw - 480px) / (768 - 480)));
    padding-right: calc(30px + (30 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .location-section-head .subscribe-head {
    padding-left: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
    padding-right: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .location-section-head .subscribe-head p {
  margin: 0;
  color: white;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 1920px) {
  .content-wrapper .location-section-head .subscribe-head p {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .location-section-head .subscribe-head p {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .location-section-head .subscribe-head p {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .location-section-head .subscribe-head p {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .location-section-head .subscribe-head p {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section-head .subscribe-head p {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .location-section-head .subscribe-head p {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .location-section-head .subscribe-head p {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .location-section-head .subscribe-head p {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .location-section-head .subscribe-head p {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .location-section-head .subscribe-head p {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .location-section-head .subscribe-head p {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section-head .subscribe-head p {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .location-section-head .subscribe-head p {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .location-section-head ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  padding: 45px;
  background: #00263A;
}
.content-wrapper .location-section-head ul li {
  flex-grow: 1;
  list-style: none;
  text-align: center;
  padding: 0 10px;
}
.content-wrapper .location-section-head ul li:not(:last-child) {
  border-right: 1px solid grey;
}
.content-wrapper .location-section-head ul li img {
  height: 48px;
  width: 48px;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .content-wrapper .location-section-head ul li img {
    height: calc(46px + (48 - 46) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .location-section-head ul li img {
    height: calc(44px + (46 - 44) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .location-section-head ul li img {
    height: calc(42px + (44 - 42) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .location-section-head ul li img {
    height: calc(40px + (42 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .location-section-head ul li img {
    height: calc(38px + (40 - 38) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section-head ul li img {
    height: calc(36px + (38 - 36) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .location-section-head ul li img {
    height: calc(34px + (36 - 34) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .location-section-head ul li img {
    width: calc(46px + (48 - 46) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .location-section-head ul li img {
    width: calc(44px + (46 - 44) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .location-section-head ul li img {
    width: calc(42px + (44 - 42) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .location-section-head ul li img {
    width: calc(40px + (42 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .location-section-head ul li img {
    width: calc(38px + (40 - 38) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section-head ul li img {
    width: calc(36px + (38 - 36) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .location-section-head ul li img {
    width: calc(34px + (36 - 34) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .location-section-head ul li p {
  color: white;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1920px) {
  .content-wrapper .location-section-head ul li p {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .location-section-head ul li p {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .location-section-head ul li p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .location-section-head ul li p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .location-section-head ul li p {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section-head ul li p {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .location-section-head ul li p {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .location-section-head ul li p {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .location-section-head ul li p {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .location-section-head ul li p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .location-section-head ul li p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .location-section-head ul li p {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section-head ul li p {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .location-section-head ul li p {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section-head .custom-container {
    margin: 0;
  }
  .content-wrapper .location-section-head .custom-container .subscribe-head {
    flex-direction: column;
    text-align: center;
  }
  .content-wrapper .location-section-head .custom-container .subscribe-head p {
    margin-bottom: 20px;
  }
  .content-wrapper .location-section-head .custom-container ul {
    flex-direction: column;
  }
  .content-wrapper .location-section-head .custom-container ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
  }
  .content-wrapper .location-section-head .custom-container ul li a {
    display: flex;
    align-items: center;
  }
  .content-wrapper .location-section-head .custom-container ul li img {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .content-wrapper .location-section-head .custom-container ul li p {
    margin: 0;
    text-align: left;
  }
  .content-wrapper .location-section-head .custom-container ul li:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid grey;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.content-wrapper .location-section-head + .location-section {
  padding-top: 0 !important;
}
.content-wrapper .location-section {
  padding-top: 120px;
}
@media (max-width: 1920px) {
  .content-wrapper .location-section {
    padding-top: calc(115px + (120 - 115) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .location-section {
    padding-top: calc(110px + (115 - 110) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .location-section {
    padding-top: calc(100px + (110 - 100) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .location-section {
    padding-top: calc(90px + (100 - 90) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .location-section {
    padding-top: calc(80px + (90 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section {
    padding-top: calc(70px + (80 - 70) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .location-section {
    padding-top: calc(60px + (70 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .location-section .map-outer {
  display: flex;
  align-items: center;
  background-color: #F3F4F5;
}
.content-wrapper .location-section .map-outer .map {
  width: 50%;
}
.content-wrapper .location-section .map-outer .map .map-frame {
  width: 100%;
  height: 800px;
}
@media (max-width: 1920px) {
  .content-wrapper .location-section .map-outer .map .map-frame {
    height: calc(750px + (800 - 750) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .location-section .map-outer .map .map-frame {
    height: calc(700px + (750 - 700) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .location-section .map-outer .map .map-frame {
    height: calc(650px + (700 - 650) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .location-section .map-outer .map .map-frame {
    height: calc(600px + (650 - 600) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .location-section .map-outer .map .map-frame {
    height: calc(360px + (600 - 360) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section .map-outer .map .map-frame {
    height: calc(360px + (360 - 360) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .location-section .map-outer .map .map-frame {
    height: calc(360px + (360 - 360) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .location-section .map-outer .details {
  width: 50%;
  padding-top: 135px;
  padding-bottom: 135px;
  padding-left: 135px;
  padding-right: 135px;
  height: 800px;
}
@media (max-width: 1920px) {
  .content-wrapper .location-section .map-outer .details {
    padding-top: calc(120px + (135 - 120) * ((100vw - 1600px) / (1920 - 1600)));
    padding-bottom: calc(120px + (135 - 120) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .location-section .map-outer .details {
    padding-top: calc(110px + (120 - 110) * ((100vw - 1440px) / (1600 - 1440)));
    padding-bottom: calc(110px + (120 - 110) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .location-section .map-outer .details {
    padding-top: calc(100px + (110 - 100) * ((100vw - 1280px) / (1440 - 1280)));
    padding-bottom: calc(100px + (110 - 100) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .location-section .map-outer .details {
    padding-top: calc(90px + (100 - 90) * ((100vw - 1024px) / (1280 - 1024)));
    padding-bottom: calc(90px + (100 - 90) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .location-section .map-outer .details {
    padding-top: calc(80px + (90 - 80) * ((100vw - 768px) / (1024 - 768)));
    padding-bottom: calc(80px + (90 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section .map-outer .details {
    padding-top: calc(70px + (80 - 70) * ((100vw - 480px) / (768 - 480)));
    padding-bottom: calc(70px + (80 - 70) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .location-section .map-outer .details {
    padding-top: calc(60px + (70 - 60) * ((100vw - 320px) / (480 - 320)));
    padding-bottom: calc(60px + (70 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .location-section .map-outer .details {
    padding-left: calc(120px + (135 - 120) * ((100vw - 1600px) / (1920 - 1600)));
    padding-right: calc(120px + (135 - 120) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .location-section .map-outer .details {
    padding-left: calc(110px + (120 - 110) * ((100vw - 1440px) / (1600 - 1440)));
    padding-right: calc(110px + (120 - 110) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .location-section .map-outer .details {
    padding-left: calc(80px + (110 - 80) * ((100vw - 1280px) / (1440 - 1280)));
    padding-right: calc(80px + (110 - 80) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .location-section .map-outer .details {
    padding-left: calc(65px + (80 - 65) * ((100vw - 1024px) / (1280 - 1024)));
    padding-right: calc(65px + (80 - 65) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .location-section .map-outer .details {
    padding-left: calc(40px + (65 - 40) * ((100vw - 768px) / (1024 - 768)));
    padding-right: calc(40px + (65 - 40) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section .map-outer .details {
    padding-left: calc(30px + (40 - 30) * ((100vw - 480px) / (768 - 480)));
    padding-right: calc(30px + (40 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .location-section .map-outer .details {
    padding-left: calc(28px + (30 - 28) * ((100vw - 320px) / (480 - 320)));
    padding-right: calc(28px + (30 - 28) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .location-section .map-outer .details {
    height: calc(750px + (800 - 750) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .location-section .map-outer .details {
    height: calc(700px + (750 - 700) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .location-section .map-outer .details {
    height: calc(650px + (700 - 650) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .location-section .map-outer .details {
    height: calc(600px + (650 - 600) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .location-section .map-outer .details {
    height: calc(550px + (600 - 550) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section .map-outer .details {
    height: calc(500px + (550 - 500) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .location-section .map-outer .details {
    height: calc(450px + (500 - 450) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .location-section .map-outer .details .title {
  color: #00263A;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 48px;
  font-family: "nakheel", "nakheelbold_text";
}
@media (max-width: 1920px) {
  .content-wrapper .location-section .map-outer .details .title {
    font-size: calc(40px + (44 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .location-section .map-outer .details .title {
    font-size: calc(28px + (40 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .location-section .map-outer .details .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .location-section .map-outer .details .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .location-section .map-outer .details .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section .map-outer .details .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .location-section .map-outer .details .title {
    line-height: calc(22px + (24 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .location-section .map-outer .details .title {
    line-height: calc(44px + (48 - 44) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .location-section .map-outer .details .title {
    line-height: calc(32px + (44 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .location-section .map-outer .details .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .location-section .map-outer .details .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .location-section .map-outer .details .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section .map-outer .details .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .location-section .map-outer .details .title {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .location-section .map-outer .details ul {
  margin: 0;
  padding: 0;
}
.content-wrapper .location-section .map-outer .details ul li {
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.content-wrapper .location-section .map-outer .details ul li:not(:last-child) {
  margin-bottom: 10px;
}
.content-wrapper .location-section .map-outer .details ul li .icon {
  padding: 9px;
  min-width: 60px;
  width: 20%;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrapper .location-section .map-outer .details ul li .icon img {
  height: 48px;
  width: 48px;
  height: 48px;
  width: 48px;
}
@media (max-width: 1920px) {
  .content-wrapper .location-section .map-outer .details ul li .icon img {
    height: calc(48px + (48 - 48) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .location-section .map-outer .details ul li .icon img {
    height: calc(42px + (48 - 42) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .location-section .map-outer .details ul li .icon img {
    height: calc(42px + (42 - 42) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .location-section .map-outer .details ul li .icon img {
    height: calc(38px + (42 - 38) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .location-section .map-outer .details ul li .icon img {
    height: calc(38px + (38 - 38) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section .map-outer .details ul li .icon img {
    height: calc(32px + (38 - 32) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .location-section .map-outer .details ul li .icon img {
    height: calc(32px + (32 - 32) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .location-section .map-outer .details ul li .icon img {
    width: calc(48px + (48 - 48) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .location-section .map-outer .details ul li .icon img {
    width: calc(42px + (48 - 42) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .location-section .map-outer .details ul li .icon img {
    width: calc(42px + (42 - 42) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .location-section .map-outer .details ul li .icon img {
    width: calc(38px + (42 - 38) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .location-section .map-outer .details ul li .icon img {
    width: calc(38px + (38 - 38) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section .map-outer .details ul li .icon img {
    width: calc(32px + (38 - 32) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .location-section .map-outer .details ul li .icon img {
    width: calc(32px + (32 - 32) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .location-section .map-outer .details ul li .desc {
  width: 80%;
  margin-left: 10px;
  font-size: 18px;
  line-height: 22px;
  color: #59595C;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1920px) {
  .content-wrapper .location-section .map-outer .details ul li .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .location-section .map-outer .details ul li .desc {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .location-section .map-outer .details ul li .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .location-section .map-outer .details ul li .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .location-section .map-outer .details ul li .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section .map-outer .details ul li .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .location-section .map-outer .details ul li .desc {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .location-section .map-outer .details ul li .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .location-section .map-outer .details ul li .desc {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .location-section .map-outer .details ul li .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .location-section .map-outer .details ul li .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .location-section .map-outer .details ul li .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section .map-outer .details ul li .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .location-section .map-outer .details ul li .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .location-section .map-outer .details ul li .desc {
    padding-left: calc(35px + (40 - 35) * ((100vw - 1600px) / (1920 - 1600)));
    padding-right: calc(35px + (40 - 35) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .location-section .map-outer .details ul li .desc {
    padding-left: calc(30px + (35 - 30) * ((100vw - 1440px) / (1600 - 1440)));
    padding-right: calc(30px + (35 - 30) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .location-section .map-outer .details ul li .desc {
    padding-left: calc(25px + (30 - 25) * ((100vw - 1280px) / (1440 - 1280)));
    padding-right: calc(25px + (30 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .location-section .map-outer .details ul li .desc {
    padding-left: calc(20px + (25 - 20) * ((100vw - 1024px) / (1280 - 1024)));
    padding-right: calc(20px + (25 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .location-section .map-outer .details ul li .desc {
    padding-left: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
    padding-right: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section .map-outer .details ul li .desc {
    padding-left: calc(15px + (20 - 15) * ((100vw - 480px) / (768 - 480)));
    padding-right: calc(15px + (20 - 15) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .location-section .map-outer .details ul li .desc {
    padding-left: calc(15px + (15 - 15) * ((100vw - 320px) / (480 - 320)));
    padding-right: calc(15px + (15 - 15) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 567px) {
  .content-wrapper .location-section .map-outer .details ul li .icon {
    padding: 5px;
    height: 48px;
  }
  .content-wrapper .location-section .map-outer .details ul li .desc {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .content-wrapper .location-section .custom-container {
    margin: 0;
  }
  .content-wrapper .location-section .custom-container .map-outer {
    flex-direction: column;
  }
  .content-wrapper .location-section .custom-container .map-outer .map {
    width: 100%;
  }
  .content-wrapper .location-section .custom-container .map-outer .details {
    height: auto;
    width: 100%;
  }
}
.content-wrapper .landmarks-parent + .location-section-parent .location-section {
  padding-top: 0 !important;
}
.content-wrapper .landmarks-parent .landmarks-section-outer + .location-section {
  padding-top: 0 !important;
}
.content-wrapper .registration-form-section {
  padding-top: 120px;
}
@media (max-width: 1920px) {
  .content-wrapper .registration-form-section {
    padding-top: calc(115px + (120 - 115) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .registration-form-section {
    padding-top: calc(110px + (115 - 110) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .registration-form-section {
    padding-top: calc(100px + (110 - 100) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .registration-form-section {
    padding-top: calc(90px + (100 - 90) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .registration-form-section {
    padding-top: calc(80px + (90 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .registration-form-section {
    padding-top: calc(70px + (80 - 70) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .registration-form-section {
    padding-top: calc(60px + (70 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .registration-form-section .title-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 46px;
}
@media (max-width: 1920px) {
  .content-wrapper .registration-form-section .title-part {
    margin-bottom: calc(40px + (46 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .registration-form-section .title-part {
    margin-bottom: calc(35px + (40 - 35) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .registration-form-section .title-part {
    margin-bottom: calc(30px + (35 - 30) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .registration-form-section .title-part {
    margin-bottom: calc(25px + (30 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .registration-form-section .title-part {
    margin-bottom: calc(20px + (25 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .registration-form-section .title-part {
    margin-bottom: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .registration-form-section .title-part {
    margin-bottom: calc(15px + (20 - 15) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .registration-form-section .title-part .title {
  color: #00263A;
  font-size: 28px;
  line-height: 32px;
  font-family: "nakheel", "nakheelbold_text";
  text-transform: uppercase;
}
@media (max-width: 1920px) {
  .content-wrapper .registration-form-section .title-part .title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .registration-form-section .title-part .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .registration-form-section .title-part .title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .registration-form-section .title-part .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .registration-form-section .title-part .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .registration-form-section .title-part .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .registration-form-section .title-part .title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .registration-form-section .title-part .title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .registration-form-section .title-part .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .registration-form-section .title-part .title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .registration-form-section .title-part .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .registration-form-section .title-part .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .registration-form-section .title-part .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .registration-form-section .title-part .title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .registration-form-section .title-part p {
  color: #B5ABA3;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  font-family: "nakheel", "nakheelregular_text";
}
@media (max-width: 1920px) {
  .content-wrapper .registration-form-section .title-part p {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .registration-form-section .title-part p {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .registration-form-section .title-part p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .registration-form-section .title-part p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .registration-form-section .title-part p {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .registration-form-section .title-part p {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .registration-form-section .title-part p {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .registration-form-section .title-part p {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .registration-form-section .title-part p {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .registration-form-section .title-part p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .registration-form-section .title-part p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .registration-form-section .title-part p {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .registration-form-section .title-part p {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .registration-form-section .title-part p {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .registration-form-section .title-part p a {
  color: #B5ABA3;
}
.content-wrapper .registration-form-section .title-part .sub-text {
  font-size: 24px;
  line-height: 28px;
  color: rgba(89, 89, 92, 0.7);
  width: 50%;
}
@media (max-width: 1920px) {
  .content-wrapper .registration-form-section .title-part .sub-text {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .registration-form-section .title-part .sub-text {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .registration-form-section .title-part .sub-text {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .registration-form-section .title-part .sub-text {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .registration-form-section .title-part .sub-text {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .registration-form-section .title-part .sub-text {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .registration-form-section .title-part .sub-text {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .registration-form-section .title-part .sub-text {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .registration-form-section .title-part .sub-text {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .registration-form-section .title-part .sub-text {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .registration-form-section .title-part .sub-text {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .registration-form-section .title-part .sub-text {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .registration-form-section .title-part .sub-text {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .registration-form-section .title-part .sub-text {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .registration-form-section .title-part .sub-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .content-wrapper .registration-form-section .title-part {
    flex-wrap: wrap;
  }
  .content-wrapper .registration-form-section .title-part .d-flex.align-items-center {
    width: 100%;
    justify-content: space-between;
  }
}
.content-wrapper .registration-form-section .form-select {
  border-radius: 0;
  border: 1px solid #B7ABA2;
  height: 58px;
  color: #B5ABA3;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1920px) {
  .content-wrapper .registration-form-section .form-select {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .registration-form-section .form-select {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .registration-form-section .form-select {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .registration-form-section .form-select {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .registration-form-section .form-select {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .registration-form-section .form-select {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .registration-form-section .form-select {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .registration-form-section .form-select {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .registration-form-section .form-select {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .registration-form-section .form-select {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .registration-form-section .form-select {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .registration-form-section .form-select {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .registration-form-section .form-select {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .registration-form-section .form-select {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .registration-form-section .iti .iti__flag-container .iti__selected-flag {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1920px) {
  .content-wrapper .registration-form-section .iti .iti__flag-container .iti__selected-flag {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .registration-form-section .iti .iti__flag-container .iti__selected-flag {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .registration-form-section .iti .iti__flag-container .iti__selected-flag {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .registration-form-section .iti .iti__flag-container .iti__selected-flag {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .registration-form-section .iti .iti__flag-container .iti__selected-flag {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .registration-form-section .iti .iti__flag-container .iti__selected-flag {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .registration-form-section .iti .iti__flag-container .iti__selected-flag {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .registration-form-section .iti .iti__flag-container .iti__selected-flag {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .registration-form-section .iti .iti__flag-container .iti__selected-flag {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .registration-form-section .iti .iti__flag-container .iti__selected-flag {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .registration-form-section .iti .iti__flag-container .iti__selected-flag {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .registration-form-section .iti .iti__flag-container .iti__selected-flag {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .registration-form-section .iti .iti__flag-container .iti__selected-flag {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .registration-form-section .iti .iti__flag-container .iti__selected-flag {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .registration-form-section .iti .phone {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1920px) {
  .content-wrapper .registration-form-section .iti .phone {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .registration-form-section .iti .phone {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .registration-form-section .iti .phone {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .registration-form-section .iti .phone {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .registration-form-section .iti .phone {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .registration-form-section .iti .phone {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .registration-form-section .iti .phone {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .registration-form-section .iti .phone {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .registration-form-section .iti .phone {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .registration-form-section .iti .phone {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .registration-form-section .iti .phone {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .registration-form-section .iti .phone {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .registration-form-section .iti .phone {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .registration-form-section .iti .phone {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .registration-form-section .success-box {
  border: 1px solid #B7ABA2;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrapper .registration-form-section .success-box .inner-bx {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-wrapper .registration-form-section .success-box .inner-bx .img-box {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #85D6AD;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.content-wrapper .registration-form-section .success-box .inner-bx .img-box img {
  height: 48px;
  width: 48px;
}
.content-wrapper .registration-form-section .success-box .inner-bx .message {
  font-size: 28px;
  line-height: 32px;
  font-family: "nakheel", "nakheelbold_text";
  color: #00263A;
  margin-bottom: 10px;
}
@media (max-width: 1920px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .message {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .message {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .message {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .message {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .message {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .message {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .message {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .message {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .message {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .message {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .message {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .message {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .message {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .message {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .registration-form-section .success-box .inner-bx .desc {
  font-size: 18px;
  line-height: 22px;
  color: #59595C;
}
@media (max-width: 1920px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .desc {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .desc {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .desc {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 567px) {
  .content-wrapper .registration-form-section .success-box .inner-bx .desc {
    text-align: center;
  }
}
.content-wrapper .registration-form-section .custom-checkbox {
  display: flex;
}
.content-wrapper .registration-form-section .custom-checkbox .input-outer {
  border: 1px solid #B7ABA2;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.content-wrapper .registration-form-section .custom-checkbox .input-outer .input-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-color: white;
  height: 50px;
  color: #B5ABA3;
  padding: 13px 10px;
  width: 100%;
  z-index: 1;
}
.content-wrapper .registration-form-section .custom-checkbox .input-outer .form-control {
  height: 50px;
  margin-left: -100px;
  border: none;
  padding: 13px 10px;
  width: 100%;
}
.content-wrapper .registration-form-section .custom-checkbox .input-outer .form-control::placeholder {
  color: #B5ABA3;
}
.content-wrapper .registration-form-section .custom-checkbox .input-outer .form-control:hover, .content-wrapper .registration-form-section .custom-checkbox .input-outer .form-control:focus {
  outline: none;
  box-shadow: none;
}
.content-wrapper .registration-form-section .custom-checkbox .upload {
  min-width: auto;
}
@media (max-width: 768px) {
  .content-wrapper .registration-form-section .highlight-text {
    margin-top: 40px;
  }
  .content-wrapper .registration-form-section .form-select {
    height: 48px;
  }
}
.content-wrapper .similar-property-section {
  padding-top: 120px;
}
@media (max-width: 1920px) {
  .content-wrapper .similar-property-section {
    padding-top: calc(115px + (120 - 115) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .similar-property-section {
    padding-top: calc(110px + (115 - 110) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .similar-property-section {
    padding-top: calc(100px + (110 - 100) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .similar-property-section {
    padding-top: calc(90px + (100 - 90) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .similar-property-section {
    padding-top: calc(80px + (90 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .similar-property-section {
    padding-top: calc(70px + (80 - 70) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .similar-property-section {
    padding-top: calc(60px + (70 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .similar-property-section .title-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 46px;
}
@media (max-width: 1920px) {
  .content-wrapper .similar-property-section .title-part {
    margin-bottom: calc(40px + (46 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .similar-property-section .title-part {
    margin-bottom: calc(35px + (40 - 35) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .similar-property-section .title-part {
    margin-bottom: calc(30px + (35 - 30) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .similar-property-section .title-part {
    margin-bottom: calc(25px + (30 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .similar-property-section .title-part {
    margin-bottom: calc(20px + (25 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .similar-property-section .title-part {
    margin-bottom: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .similar-property-section .title-part {
    margin-bottom: calc(15px + (20 - 15) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .similar-property-section .title-part .title {
  color: #00263A;
  font-size: 28px;
  line-height: 32px;
  font-family: "nakheel", "nakheelbold_text";
}
@media (max-width: 1920px) {
  .content-wrapper .similar-property-section .title-part .title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .similar-property-section .title-part .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .similar-property-section .title-part .title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .similar-property-section .title-part .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .similar-property-section .title-part .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .similar-property-section .title-part .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .similar-property-section .title-part .title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .similar-property-section .title-part .title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .similar-property-section .title-part .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .similar-property-section .title-part .title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .similar-property-section .title-part .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .similar-property-section .title-part .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .similar-property-section .title-part .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .similar-property-section .title-part .title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .similar-property-section .card.project-card {
  max-width: 100%;
}
.content-wrapper .similar-property-section .swiper-button,
.content-wrapper .similar-property-section .swiper-dot {
  display: none;
  color: white;
}
@media (max-width: 768px) {
  .content-wrapper .similar-property-section .accordion-body .custom-container {
    margin: 0;
  }
  .content-wrapper .similar-property-section .swiper-button,
.content-wrapper .similar-property-section .swiper-dot {
    display: block !important;
  }
}
@media (max-width: 567px) {
  .content-wrapper .similar-property-section .custom-container {
    margin: 0;
  }
  .content-wrapper .similar-property-section .custom-container .title-part {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.content-wrapper .community-grid-section .grid-outer .community-gridcard {
  display: flex;
}
.content-wrapper .community-grid-section .grid-outer .community-gridcard:nth-child(even) {
  flex-direction: row-reverse;
}
.content-wrapper .community-grid-section .grid-outer .community-gridcard .img-block {
  width: 50%;
  height: 640px;
  background: #006280;
}
@media (max-width: 1920px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .img-block {
    height: calc(600px + (640 - 600) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .img-block {
    height: calc(550px + (600 - 550) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .img-block {
    height: calc(500px + (550 - 500) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .img-block {
    height: calc(450px + (500 - 450) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .img-block {
    height: calc(400px + (450 - 400) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .img-block {
    height: calc(360px + (400 - 360) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .img-block {
    height: calc(340px + (360 - 340) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .community-grid-section .grid-outer .community-gridcard .img-block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block {
  width: 50%;
  background: #F3F4F5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 160px;
  padding-right: 160px;
}
@media (max-width: 1920px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block {
    padding-left: calc(140px + (160 - 140) * ((100vw - 1600px) / (1920 - 1600)));
    padding-right: calc(140px + (160 - 140) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block {
    padding-left: calc(120px + (140 - 120) * ((100vw - 1440px) / (1600 - 1440)));
    padding-right: calc(120px + (140 - 120) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block {
    padding-left: calc(100px + (120 - 100) * ((100vw - 1280px) / (1440 - 1280)));
    padding-right: calc(100px + (120 - 100) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block {
    padding-left: calc(80px + (100 - 80) * ((100vw - 1024px) / (1280 - 1024)));
    padding-right: calc(80px + (100 - 80) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block {
    padding-left: calc(60px + (80 - 60) * ((100vw - 768px) / (1024 - 768)));
    padding-right: calc(60px + (80 - 60) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block {
    padding-left: calc(40px + (60 - 40) * ((100vw - 480px) / (768 - 480)));
    padding-right: calc(40px + (60 - 40) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block {
    padding-left: calc(25px + (40 - 25) * ((100vw - 320px) / (480 - 320)));
    padding-right: calc(25px + (40 - 25) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
  color: #00263A;
  font-family: "nakheel", "nakheelbold_text";
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 1920px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
    margin-bottom: calc(36px + (40 - 36) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
    margin-bottom: calc(32px + (36 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
    margin-bottom: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
    margin-bottom: calc(26px + (28 - 26) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
    margin-bottom: calc(24px + (26 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
    margin-bottom: calc(22px + (24 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .title {
    margin-bottom: calc(20px + (22 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc {
  margin: 0;
  color: rgba(89, 89, 92, 0.7);
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1920px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc p {
  margin: 0;
  color: rgba(89, 89, 92, 0.7);
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1920px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc p {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc p {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc p {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc p {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc p {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc p {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc p {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc p {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc p {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block .desc p {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard {
    flex-direction: column;
  }
  .content-wrapper .community-grid-section .grid-outer .community-gridcard:not(:last-child) {
    margin-bottom: 20px;
  }
  .content-wrapper .community-grid-section .grid-outer .community-gridcard:nth-child(even) {
    flex-direction: column;
  }
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .img-block {
    width: 100%;
  }
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block {
    width: 100%;
    padding: 160px;
  }
}
@media (max-width: 768px) and (max-width: 1920px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block {
    padding: calc(140px + (160 - 140) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 768px) and (max-width: 1600px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block {
    padding: calc(120px + (140 - 120) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 768px) and (max-width: 1440px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block {
    padding: calc(100px + (120 - 100) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 768px) and (max-width: 1280px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block {
    padding: calc(80px + (100 - 80) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 768px) and (max-width: 1024px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block {
    padding: calc(60px + (80 - 60) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block {
    padding: calc(40px + (60 - 40) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .content-wrapper .community-grid-section .grid-outer .community-gridcard .cont-block {
    padding: calc(25px + (40 - 25) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 567px) {
  .content-wrapper .community-grid-section .custom-container {
    margin: 0;
  }
}
.content-wrapper .jumeirah-proj-section .title-outer {
  margin-bottom: 40px;
}
.content-wrapper .jumeirah-proj-section .title-outer .section-title {
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 1920px) {
  .content-wrapper .jumeirah-proj-section .title-outer .section-title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .jumeirah-proj-section .title-outer .section-title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .jumeirah-proj-section .title-outer .section-title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .jumeirah-proj-section .title-outer .section-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .jumeirah-proj-section .title-outer .section-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .jumeirah-proj-section .title-outer .section-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .jumeirah-proj-section .title-outer .section-title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .jumeirah-proj-section .title-outer .section-title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .jumeirah-proj-section .title-outer .section-title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .jumeirah-proj-section .title-outer .section-title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .jumeirah-proj-section .title-outer .section-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .jumeirah-proj-section .title-outer .section-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .jumeirah-proj-section .title-outer .section-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .jumeirah-proj-section .title-outer .section-title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .jumeirah-proj-section .title-outer {
    margin-bottom: 20px;
  }
}
.content-wrapper .jumeirah-proj-section .swiper-button-next,
.content-wrapper .jumeirah-proj-section .swiper-button-prev {
  color: white;
}
.content-wrapper .jumeirah-proj-section .swiper-newlaunches .swiper-slide {
  max-width: 385px;
}
@media (max-width: 567px) {
  .content-wrapper .jumeirah-proj-section .custom-container + .container-start {
    margin: 0;
  }
}
@media (max-width: 567px) {
  .content-wrapper .rental-fees-section .title-outer .section-title {
    margin-bottom: 0;
  }
}
.content-wrapper .howcan-help-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-wrapper .howcan-help-section .title {
  font-size: 44px;
  line-height: 48px;
  color: #00263A;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 1920px) {
  .content-wrapper .howcan-help-section .title {
    font-size: calc(40px + (44 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .howcan-help-section .title {
    font-size: calc(28px + (40 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .howcan-help-section .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .howcan-help-section .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .howcan-help-section .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .howcan-help-section .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .howcan-help-section .title {
    line-height: calc(22px + (24 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .howcan-help-section .title {
    line-height: calc(44px + (48 - 44) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .howcan-help-section .title {
    line-height: calc(32px + (44 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .howcan-help-section .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .howcan-help-section .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .howcan-help-section .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .howcan-help-section .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .howcan-help-section .title {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .howcan-help-section .desc {
  color: #B5ABA3;
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 1920px) {
  .content-wrapper .howcan-help-section .desc {
    margin-bottom: calc(28px + (30 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .howcan-help-section .desc {
    margin-bottom: calc(26px + (28 - 26) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .howcan-help-section .desc {
    margin-bottom: calc(24px + (26 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .howcan-help-section .desc {
    margin-bottom: calc(22px + (24 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .howcan-help-section .desc {
    margin-bottom: calc(20px + (22 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .howcan-help-section .desc {
    margin-bottom: calc(18px + (20 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .howcan-help-section .desc {
    margin-bottom: calc(16px + (18 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .howcan-help-section .desc {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .howcan-help-section .desc {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .howcan-help-section .desc {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .howcan-help-section .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .howcan-help-section .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .howcan-help-section .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .howcan-help-section .desc {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .howcan-help-section .desc {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .howcan-help-section .desc {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .howcan-help-section .desc {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .howcan-help-section .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .howcan-help-section .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .howcan-help-section .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .howcan-help-section .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .howcan-help-section .input-outer {
  position: relative;
  border: 1px solid #B5ABA3;
  width: 800px;
  height: 80px;
}
@media (max-width: 1920px) {
  .content-wrapper .howcan-help-section .input-outer {
    width: calc(750px + (800 - 750) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .howcan-help-section .input-outer {
    width: calc(700px + (750 - 700) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .howcan-help-section .input-outer {
    width: calc(650px + (700 - 650) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .howcan-help-section .input-outer {
    width: calc(600px + (650 - 600) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .howcan-help-section .input-outer {
    width: calc(500px + (600 - 500) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .howcan-help-section .input-outer {
    width: calc(400px + (500 - 400) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .howcan-help-section .input-outer {
    width: calc(400px + (400 - 400) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .howcan-help-section .input-outer {
    height: calc(75px + (80 - 75) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .howcan-help-section .input-outer {
    height: calc(70px + (75 - 70) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .howcan-help-section .input-outer {
    height: calc(65px + (70 - 65) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .howcan-help-section .input-outer {
    height: calc(60px + (65 - 60) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .howcan-help-section .input-outer {
    height: calc(55px + (60 - 55) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .howcan-help-section .input-outer {
    height: calc(50px + (55 - 50) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .howcan-help-section .input-outer {
    height: calc(50px + (50 - 50) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .howcan-help-section .input-outer input {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0 50px 0 20px;
}
.content-wrapper .howcan-help-section .input-outer input:hover, .content-wrapper .howcan-help-section .input-outer input:focus {
  outline: none;
  box-shadow: none;
}
.content-wrapper .howcan-help-section .input-outer .search-btn {
  position: absolute;
  right: 20px;
  top: 25%;
  height: 36px;
  width: 36px;
}
@media (max-width: 1920px) {
  .content-wrapper .howcan-help-section .input-outer .search-btn {
    height: calc(34px + (36 - 34) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .howcan-help-section .input-outer .search-btn {
    height: calc(32px + (34 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .howcan-help-section .input-outer .search-btn {
    height: calc(30px + (32 - 30) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .howcan-help-section .input-outer .search-btn {
    height: calc(30px + (30 - 30) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .howcan-help-section .input-outer .search-btn {
    height: calc(28px + (30 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .howcan-help-section .input-outer .search-btn {
    height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .howcan-help-section .input-outer .search-btn {
    height: calc(26px + (28 - 26) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .howcan-help-section .input-outer .search-btn {
    width: calc(34px + (36 - 34) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .howcan-help-section .input-outer .search-btn {
    width: calc(32px + (34 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .howcan-help-section .input-outer .search-btn {
    width: calc(30px + (32 - 30) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .howcan-help-section .input-outer .search-btn {
    width: calc(30px + (30 - 30) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .howcan-help-section .input-outer .search-btn {
    width: calc(28px + (30 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .howcan-help-section .input-outer .search-btn {
    width: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .howcan-help-section .input-outer .search-btn {
    width: calc(26px + (28 - 26) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 567px) {
  .content-wrapper .howcan-help-section .search-outer {
    padding: 0 30px;
  }
  .content-wrapper .howcan-help-section .input-outer {
    width: 100%;
  }
}
.content-wrapper .meeting-contect-section {
  padding: 0;
}
.content-wrapper .meeting-contect-section .box-outer {
  display: flex;
  align-items: center;
  gap: 40px;
}
.content-wrapper .meeting-contect-section .box-outer .book-online-meeting {
  background: rgba(181, 171, 163, 0.3);
}
.content-wrapper .meeting-contect-section .box-outer .book-online-meeting .title {
  color: #B5ABA3;
}
@media (max-width: 768px) {
  .content-wrapper .meeting-contect-section .box-outer {
    flex-wrap: wrap;
  }
  .content-wrapper .meeting-contect-section .box-outer .book-online-meeting {
    width: 100%;
  }
}
.content-wrapper .contactcollapse-form-section .accordion-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #B5ABA3;
}
@media (max-width: 1920px) {
  .content-wrapper .contactcollapse-form-section .accordion-header {
    padding-bottom: calc(55px + (60 - 55) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contactcollapse-form-section .accordion-header {
    padding-bottom: calc(50px + (55 - 50) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contactcollapse-form-section .accordion-header {
    padding-bottom: calc(45px + (50 - 45) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contactcollapse-form-section .accordion-header {
    padding-bottom: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contactcollapse-form-section .accordion-header {
    padding-bottom: calc(35px + (40 - 35) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contactcollapse-form-section .accordion-header {
    padding-bottom: calc(30px + (35 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contactcollapse-form-section .accordion-header {
    padding-bottom: calc(25px + (30 - 25) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .contactcollapse-form-section .accordion-header {
    margin-bottom: calc(55px + (60 - 55) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contactcollapse-form-section .accordion-header {
    margin-bottom: calc(50px + (55 - 50) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contactcollapse-form-section .accordion-header {
    margin-bottom: calc(45px + (50 - 45) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contactcollapse-form-section .accordion-header {
    margin-bottom: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contactcollapse-form-section .accordion-header {
    margin-bottom: calc(35px + (40 - 35) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contactcollapse-form-section .accordion-header {
    margin-bottom: calc(30px + (35 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contactcollapse-form-section .accordion-header {
    margin-bottom: calc(25px + (30 - 25) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .contactcollapse-form-section .accordion-header p {
  width: 60%;
  color: #B5ABA3;
  font-size: 28px;
  line-height: 32px;
  margin-top: 60px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1920px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    margin-top: calc(55px + (60 - 55) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    margin-top: calc(50px + (55 - 50) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    margin-top: calc(45px + (50 - 45) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    margin-top: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    margin-top: calc(35px + (40 - 35) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    margin-top: calc(30px + (35 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    margin-top: calc(25px + (30 - 25) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    margin-bottom: calc(28px + (30 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    margin-bottom: calc(26px + (28 - 26) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    margin-bottom: calc(24px + (26 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    margin-bottom: calc(22px + (24 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    margin-bottom: calc(20px + (22 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    margin-bottom: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    margin-bottom: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contactcollapse-form-section .accordion-header p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}
.content-wrapper .contactcollapse-form-section .registration-form-section {
  padding-top: 0;
}
.content-wrapper .contactcollapse-form-section .location-section-head {
  border-top: 1px solid #B5ABA3;
  margin-top: 60px;
  padding-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1920px) {
  .content-wrapper .contactcollapse-form-section .location-section-head {
    margin-top: calc(55px + (60 - 55) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contactcollapse-form-section .location-section-head {
    margin-top: calc(50px + (55 - 50) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contactcollapse-form-section .location-section-head {
    margin-top: calc(45px + (50 - 45) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contactcollapse-form-section .location-section-head {
    margin-top: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contactcollapse-form-section .location-section-head {
    margin-top: calc(35px + (40 - 35) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contactcollapse-form-section .location-section-head {
    margin-top: calc(30px + (35 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contactcollapse-form-section .location-section-head {
    margin-top: calc(25px + (30 - 25) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .contactcollapse-form-section .location-section-head {
    padding-top: calc(55px + (60 - 55) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contactcollapse-form-section .location-section-head {
    padding-top: calc(50px + (55 - 50) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contactcollapse-form-section .location-section-head {
    padding-top: calc(45px + (50 - 45) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contactcollapse-form-section .location-section-head {
    padding-top: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contactcollapse-form-section .location-section-head {
    padding-top: calc(35px + (40 - 35) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contactcollapse-form-section .location-section-head {
    padding-top: calc(30px + (35 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contactcollapse-form-section .location-section-head {
    padding-top: calc(25px + (30 - 25) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .contactcollapse-form-section .location-section-head {
    margin-bottom: calc(55px + (60 - 55) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contactcollapse-form-section .location-section-head {
    margin-bottom: calc(50px + (55 - 50) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contactcollapse-form-section .location-section-head {
    margin-bottom: calc(45px + (50 - 45) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contactcollapse-form-section .location-section-head {
    margin-bottom: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contactcollapse-form-section .location-section-head {
    margin-bottom: calc(35px + (40 - 35) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contactcollapse-form-section .location-section-head {
    margin-bottom: calc(30px + (35 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contactcollapse-form-section .location-section-head {
    margin-bottom: calc(25px + (30 - 25) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .contactcollapse-form-section .location-section-head .custom-container {
  margin: 0;
}
@media (max-width: 768px) {
  .content-wrapper .contactcollapse-form-section .location-section-head .custom-container ul li a {
    display: flex;
    align-items: center;
  }
  .content-wrapper .contactcollapse-form-section .location-section-head .custom-container ul li a p {
    text-align: left;
  }
}
.content-wrapper .contact-accordion-section {
  margin-top: 60px;
}
.content-wrapper .contact-accordion-section .title {
  font-size: 28px;
  line-height: 32px;
  color: #59595C;
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 1920px) {
  .content-wrapper .contact-accordion-section .title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contact-accordion-section .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contact-accordion-section .title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contact-accordion-section .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contact-accordion-section .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contact-accordion-section .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contact-accordion-section .title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .contact-accordion-section .title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contact-accordion-section .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contact-accordion-section .title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contact-accordion-section .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contact-accordion-section .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contact-accordion-section .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contact-accordion-section .title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .contact-accordion-section .title {
    padding-bottom: calc(38px + (40 - 38) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contact-accordion-section .title {
    padding-bottom: calc(36px + (38 - 36) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contact-accordion-section .title {
    padding-bottom: calc(34px + (36 - 34) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contact-accordion-section .title {
    padding-bottom: calc(32px + (34 - 32) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contact-accordion-section .title {
    padding-bottom: calc(30px + (32 - 30) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contact-accordion-section .title {
    padding-bottom: calc(28px + (30 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contact-accordion-section .title {
    padding-bottom: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item {
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item {
    margin-bottom: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item {
    margin-bottom: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item {
    margin-bottom: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item {
    margin-bottom: calc(16px + (18 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item {
    margin-bottom: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item {
    margin-bottom: calc(14px + (16 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item {
    margin-bottom: calc(12px + (14 - 12) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-header .accordion-button {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1920px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding-top: calc(15px + (15 - 15) * ((100vw - 1600px) / (1920 - 1600)));
    padding-bottom: calc(15px + (15 - 15) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding-top: calc(13px + (15 - 13) * ((100vw - 1440px) / (1600 - 1440)));
    padding-bottom: calc(13px + (15 - 13) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding-top: calc(13px + (13 - 13) * ((100vw - 1280px) / (1440 - 1280)));
    padding-bottom: calc(13px + (13 - 13) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding-top: calc(10px + (13 - 10) * ((100vw - 1024px) / (1280 - 1024)));
    padding-bottom: calc(10px + (13 - 10) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding-top: calc(10px + (10 - 10) * ((100vw - 768px) / (1024 - 768)));
    padding-bottom: calc(10px + (10 - 10) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding-top: calc(10px + (10 - 10) * ((100vw - 480px) / (768 - 480)));
    padding-bottom: calc(10px + (10 - 10) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding-top: calc(10px + (10 - 10) * ((100vw - 320px) / (480 - 320)));
    padding-bottom: calc(10px + (10 - 10) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding-left: calc(36px + (40 - 36) * ((100vw - 1600px) / (1920 - 1600)));
    padding-right: calc(36px + (40 - 36) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding-left: calc(30px + (36 - 30) * ((100vw - 1440px) / (1600 - 1440)));
    padding-right: calc(30px + (36 - 30) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding-left: calc(24px + (30 - 24) * ((100vw - 1280px) / (1440 - 1280)));
    padding-right: calc(24px + (30 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding-left: calc(22px + (24 - 22) * ((100vw - 1024px) / (1280 - 1024)));
    padding-right: calc(22px + (24 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding-left: calc(20px + (22 - 20) * ((100vw - 768px) / (1024 - 768)));
    padding-right: calc(20px + (22 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding-left: calc(18px + (20 - 18) * ((100vw - 480px) / (768 - 480)));
    padding-right: calc(18px + (20 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding-left: calc(16px + (18 - 16) * ((100vw - 320px) / (480 - 320)));
    padding-right: calc(16px + (18 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "-";
  background: transparent;
  font-size: 32px;
  line-height: 36px;
  color: white;
  font-family: "nakheel", "nakheelregular_text";
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
  content: "+";
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 0;
  font-size: 18px;
  line-height: 22px;
  color: #00263A;
  font-family: "nakheel", "nakheelregular_text";
}
@media (max-width: 1920px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    padding-top: calc(18px + (20 - 18) * ((100vw - 1600px) / (1920 - 1600)));
    padding-bottom: calc(18px + (20 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    padding-top: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
    padding-bottom: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    padding-top: calc(14px + (16 - 14) * ((100vw - 1280px) / (1440 - 1280)));
    padding-bottom: calc(14px + (16 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    padding-top: calc(12px + (14 - 12) * ((100vw - 1024px) / (1280 - 1024)));
    padding-bottom: calc(12px + (14 - 12) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    padding-top: calc(10px + (12 - 10) * ((100vw - 768px) / (1024 - 768)));
    padding-bottom: calc(10px + (12 - 10) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    padding-top: calc(10px + (10 - 10) * ((100vw - 480px) / (768 - 480)));
    padding-bottom: calc(10px + (10 - 10) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    padding-top: calc(10px + (10 - 10) * ((100vw - 320px) / (480 - 320)));
    padding-bottom: calc(10px + (10 - 10) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    padding-left: calc(36px + (40 - 36) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    padding-left: calc(30px + (36 - 30) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    padding-left: calc(24px + (30 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    padding-left: calc(22px + (24 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    padding-left: calc(20px + (22 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    padding-left: calc(18px + (20 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    padding-left: calc(16px + (18 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body ul {
  padding: 20px 25px;
  margin: 0;
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body ul li {
  list-style: none;
  font-size: 18px;
  line-height: 22px;
  color: #59595C;
  position: relative;
  padding: 0 0 10px 28px;
}
@media (max-width: 1920px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body ul li {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body ul li {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body ul li {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body ul li {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body ul li {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body ul li {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body ul li {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body ul li {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body ul li {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body ul li {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body ul li {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body ul li {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body ul li {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body ul li {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body ul li::before {
  content: "";
  height: 8px;
  width: 8px;
  background: #6AD1E3;
  position: absolute;
  left: 0;
  top: 4px;
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body a,
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body p {
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  color: #00263A;
  font-family: "nakheel", "nakheelregular_text";
  margin: 0;
}
@media (max-width: 1920px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body a,
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body p {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body a,
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body p {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body a,
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body a,
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body a,
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body p {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body a,
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body p {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body a,
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body p {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body a,
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body p {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body a,
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body p {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body a,
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body a,
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body a,
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body p {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body a,
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body p {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body a,
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body p {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-collapse {
  border-radius: 0;
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-collapse.show {
  border-left: 1px solid #D2CCC8;
  position: relative;
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-collapse.show::after {
  content: "";
  height: 20px;
  width: 1px;
  background: #D2CCC8;
  position: absolute;
  right: 100%;
  top: 100%;
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0px !important;
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item:last-child .accordion-collapse::after {
  display: none;
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item:last-child .accordion-collapse.show::before {
  display: none;
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item:last-child .accordion-body {
  border-bottom: 1px solid #D2CCC8;
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion.parent .accordion-item {
  border: 0;
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion.parent .accordion-item .child .accordion-button.collapsed {
  background: rgba(181, 171, 163, 0.2);
  color: #59595C;
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion.parent .accordion-item .child .accordion-button.collapsed::after {
  color: #59595C;
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion.parent .accordion-item.leasing .accordion-button {
  background: rgba(189, 158, 112, 0.8);
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion.parent .accordion-item.community .accordion-button {
  background: rgba(125, 89, 89, 0.8);
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion.parent .accordion-item.property .accordion-button {
  background: rgba(181, 171, 163, 0.8);
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion.parent .accordion-item .accordion-header .accordion-button {
  color: white;
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 1920px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.parent .accordion-item .accordion-header .accordion-button {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.parent .accordion-item .accordion-header .accordion-button {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.parent .accordion-item .accordion-header .accordion-button {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.parent .accordion-item .accordion-header .accordion-button {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.parent .accordion-item .accordion-header .accordion-button {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.parent .accordion-item .accordion-header .accordion-button {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.parent .accordion-item .accordion-header .accordion-button {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.parent .accordion-item .accordion-header .accordion-button {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.parent .accordion-item .accordion-header .accordion-button {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.parent .accordion-item .accordion-header .accordion-button {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.parent .accordion-item .accordion-header .accordion-button {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.parent .accordion-item .accordion-header .accordion-button {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.parent .accordion-item .accordion-header .accordion-button {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.parent .accordion-item .accordion-header .accordion-button {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .contact-accordion-section .contact-accordion .accordion.child .accordion-item .accordion-header .accordion-button {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 1920px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.child .accordion-item .accordion-header .accordion-button {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.child .accordion-item .accordion-header .accordion-button {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.child .accordion-item .accordion-header .accordion-button {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.child .accordion-item .accordion-header .accordion-button {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.child .accordion-item .accordion-header .accordion-button {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.child .accordion-item .accordion-header .accordion-button {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.child .accordion-item .accordion-header .accordion-button {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.child .accordion-item .accordion-header .accordion-button {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.child .accordion-item .accordion-header .accordion-button {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.child .accordion-item .accordion-header .accordion-button {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.child .accordion-item .accordion-header .accordion-button {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.child .accordion-item .accordion-header .accordion-button {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.child .accordion-item .accordion-header .accordion-button {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .contact-accordion-section .contact-accordion .accordion.child .accordion-item .accordion-header .accordion-button {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .nakheel-project-section .container-start {
  margin-right: 160px;
}
@media (max-width: 1920px) {
  .content-wrapper .nakheel-project-section .container-start {
    margin-right: calc(120px + (160 - 120) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .nakheel-project-section .container-start {
    margin-right: calc(80px + (120 - 80) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .nakheel-project-section .container-start {
    margin-right: calc(60px + (80 - 60) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .nakheel-project-section .container-start {
    margin-right: calc(40px + (60 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .nakheel-project-section .container-start {
    margin-right: calc(40px + (40 - 40) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .nakheel-project-section .container-start {
    margin-right: calc(0px + (40 - 0) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .nakheel-project-section .container-start {
    margin-right: calc(0px + (0 - 0) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (min-width: 1921px) {
  .content-wrapper .nakheel-project-section .swiper-slide {
    max-width: 100%;
  }
}
@media (min-width: 568px) {
  .content-wrapper .nakheel-project-section .swiper-project-listing .swiper-wrapper {
    transform: none !important;
  }
}
.content-wrapper .nakheel-project-section .swiper-project-listing .card.project-card p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 130px;
}
@media (max-width: 567px) {
  .content-wrapper .nakheel-project-section .swiper-project-listing .swiper-button-next,
.content-wrapper .nakheel-project-section .swiper-project-listing .swiper-button-prev {
    top: 260px;
  }
}
.content-wrapper .nakheel-project-section .swiper.swiper-project-listing .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.content-wrapper .nakheel-project-section .swiper.swiper-project-listing .swiper-wrapper .swiper-slide {
  margin: 0 0 60px 0 !important;
  width: 100% !important;
}
.content-wrapper .nakheel-project-section .swiper.swiper-project-listing .swiper-wrapper .swiper-slide .card.project-card {
  max-width: 100%;
}
@media (max-width: 1440px) {
  .content-wrapper .nakheel-project-section .swiper.swiper-project-listing .swiper-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .content-wrapper .nakheel-project-section .swiper.swiper-project-listing .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .nakheel-project-section .container-start {
    margin-right: 40px;
  }
  .content-wrapper .nakheel-project-section .swiper.swiper-project-listing .swiper-wrapper .swiper-slide .card.project-card {
    max-width: 100%;
  }
  .content-wrapper .nakheel-project-section .swiper.swiper-project-listing .swiper-wrapper .swiper-slide:nth-child(2n) .card.project-card {
    margin-right: 0;
  }
}
@media (max-width: 567px) {
  .content-wrapper .nakheel-project-section .container-start {
    margin-right: 0;
  }
  .content-wrapper .nakheel-project-section .swiper.swiper-project-listing .swiper-wrapper {
    display: flex;
  }
  .content-wrapper .nakheel-project-section .swiper.swiper-project-listing .swiper-wrapper .swiper-slide {
    width: 100%;
    margin: 0 !important;
    max-width: 100%;
    visibility: hidden;
  }
  .content-wrapper .nakheel-project-section .swiper.swiper-project-listing .swiper-wrapper .swiper-slide.swiper-slide-active {
    visibility: visible;
  }
  .content-wrapper .nakheel-project-section .swiper.swiper-project-listing .swiper-wrapper .swiper-slide .card.project-card {
    margin-right: 0;
    max-width: 100%;
  }
}
.content-wrapper .mall-description-section {
  background: #F8F7F6;
  padding-bottom: 80px;
  position: relative;
  padding-top: 140px;
}
@media (max-width: 1920px) {
  .content-wrapper .mall-description-section {
    padding-bottom: calc(75px + (80 - 75) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mall-description-section {
    padding-bottom: calc(70px + (75 - 70) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mall-description-section {
    padding-bottom: calc(65px + (70 - 65) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mall-description-section {
    padding-bottom: calc(60px + (65 - 60) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mall-description-section {
    padding-bottom: calc(55px + (60 - 55) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mall-description-section {
    padding-bottom: calc(50px + (55 - 50) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mall-description-section {
    padding-bottom: calc(40px + (50 - 40) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .mall-description-section .mall-logo {
  width: 560px;
  height: 240px;
  background: #7D5959;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: calc(100% - 60px);
}
@media (max-width: 1920px) {
  .content-wrapper .mall-description-section .mall-logo {
    width: calc(520px + (560 - 520) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mall-description-section .mall-logo {
    width: calc(480px + (520 - 480) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mall-description-section .mall-logo {
    width: calc(440px + (480 - 440) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mall-description-section .mall-logo {
    width: calc(400px + (440 - 400) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mall-description-section .mall-logo {
    width: calc(360px + (400 - 360) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mall-description-section .mall-logo {
    width: calc(290px + (360 - 290) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mall-description-section .mall-logo {
    width: calc(240px + (290 - 240) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .mall-description-section .mall-logo {
    height: calc(230px + (240 - 230) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mall-description-section .mall-logo {
    height: calc(220px + (230 - 220) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mall-description-section .mall-logo {
    height: calc(210px + (220 - 210) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mall-description-section .mall-logo {
    height: calc(200px + (210 - 200) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mall-description-section .mall-logo {
    height: calc(180px + (200 - 180) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mall-description-section .mall-logo {
    height: calc(140px + (180 - 140) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mall-description-section .mall-logo {
    height: calc(120px + (140 - 120) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .mall-description-section .mall-logo img {
  width: 240px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 1920px) {
  .content-wrapper .mall-description-section .mall-logo img {
    width: calc(220px + (240 - 220) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mall-description-section .mall-logo img {
    width: calc(200px + (220 - 200) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mall-description-section .mall-logo img {
    width: calc(180px + (200 - 180) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mall-description-section .mall-logo img {
    width: calc(160px + (180 - 160) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mall-description-section .mall-logo img {
    width: calc(140px + (160 - 140) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mall-description-section .mall-logo img {
    width: calc(120px + (140 - 120) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mall-description-section .mall-logo img {
    width: calc(120px + (120 - 120) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .mall-description-section .mall-logo img {
    height: calc(90px + (100 - 90) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mall-description-section .mall-logo img {
    height: calc(85px + (90 - 85) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mall-description-section .mall-logo img {
    height: calc(80px + (85 - 80) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mall-description-section .mall-logo img {
    height: calc(70px + (80 - 70) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mall-description-section .mall-logo img {
    height: calc(65px + (70 - 65) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mall-description-section .mall-logo img {
    height: calc(60px + (65 - 60) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mall-description-section .mall-logo img {
    height: calc(60px + (60 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .mall-description-section .mall-logo.theview {
  background: #543859;
}
.content-wrapper .mall-description-section .mall-logo:before {
  content: "";
  background: url("../images/Nakheel_Pattern.png");
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.content-wrapper .mall-description-section .title-outer {
  align-items: flex-start;
  margin: 0;
}
.content-wrapper .mall-description-section .title-outer .section-title {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .content-wrapper .mall-description-section .title-outer .section-title {
    margin-bottom: 20px;
  }
}
.content-wrapper .mall-description-section .sub-title {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 30px;
}
@media (max-width: 1920px) {
  .content-wrapper .mall-description-section .sub-title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mall-description-section .sub-title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mall-description-section .sub-title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mall-description-section .sub-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mall-description-section .sub-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mall-description-section .sub-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mall-description-section .sub-title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .mall-description-section .sub-title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mall-description-section .sub-title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mall-description-section .sub-title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mall-description-section .sub-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mall-description-section .sub-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mall-description-section .sub-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mall-description-section .sub-title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .mall-description-section .title-para {
  color: #B5ABA3;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1920px) {
  .content-wrapper .mall-description-section .title-para {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mall-description-section .title-para {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mall-description-section .title-para {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mall-description-section .title-para {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mall-description-section .title-para {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mall-description-section .title-para {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mall-description-section .title-para {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .mall-description-section .title-para {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mall-description-section .title-para {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mall-description-section .title-para {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mall-description-section .title-para {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mall-description-section .title-para {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mall-description-section .title-para {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mall-description-section .title-para {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mall-description-section .mall-logo {
    left: 0;
  }
  .content-wrapper .mall-description-section .sub-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 1920px) {
  .content-wrapper .mall-description-section .sub-title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1024px) and (max-width: 1600px) {
  .content-wrapper .mall-description-section .sub-title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .content-wrapper .mall-description-section .sub-title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1024px) and (max-width: 1280px) {
  .content-wrapper .mall-description-section .sub-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .content-wrapper .mall-description-section .sub-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .content-wrapper .mall-description-section .sub-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .content-wrapper .mall-description-section .sub-title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1024px) and (max-width: 1920px) {
  .content-wrapper .mall-description-section .sub-title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1024px) and (max-width: 1600px) {
  .content-wrapper .mall-description-section .sub-title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .content-wrapper .mall-description-section .sub-title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1024px) and (max-width: 1280px) {
  .content-wrapper .mall-description-section .sub-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .content-wrapper .mall-description-section .sub-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .content-wrapper .mall-description-section .sub-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .content-wrapper .mall-description-section .sub-title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mall-description-section .title-para {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .content-wrapper .mall-description-section {
    padding-top: 120px;
  }
}
@media (max-width: 567px) {
  .content-wrapper .mall-description-section {
    padding-top: 100px;
  }
  .content-wrapper .mall-description-section .title-outer .d-flex {
    flex-wrap: wrap;
  }
  .content-wrapper .mall-description-section .title-outer .d-flex .btn {
    width: 100%;
  }
  .content-wrapper .mall-description-section .title-outer .d-flex .btn.viewall-btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
.content-wrapper .mall-aminities-section {
  padding-top: 120px;
}
@media (max-width: 1920px) {
  .content-wrapper .mall-aminities-section {
    padding-top: calc(115px + (120 - 115) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mall-aminities-section {
    padding-top: calc(110px + (115 - 110) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mall-aminities-section {
    padding-top: calc(100px + (110 - 100) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mall-aminities-section {
    padding-top: calc(90px + (100 - 90) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mall-aminities-section {
    padding-top: calc(80px + (90 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mall-aminities-section {
    padding-top: calc(70px + (80 - 70) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mall-aminities-section {
    padding-top: calc(60px + (70 - 60) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .mall-aminities-section .aminity-outer {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.content-wrapper .mall-aminities-section .aminity-outer .aminities {
  list-style: none;
  background: #F8F7F6;
  padding: 30px;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.content-wrapper .mall-aminities-section .aminity-outer .aminities:not(:last-child) {
  margin-right: 40px;
}
.content-wrapper .mall-aminities-section .aminity-outer .aminities img {
  height: 80px;
  width: 80px;
  object-fit: contain;
  margin-right: 10px;
}
@media (max-width: 1920px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities img {
    height: calc(75px + (80 - 75) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities img {
    height: calc(70px + (75 - 70) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities img {
    height: calc(65px + (70 - 65) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities img {
    height: calc(60px + (65 - 60) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities img {
    height: calc(55px + (60 - 55) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities img {
    height: calc(50px + (55 - 50) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities img {
    height: calc(48px + (50 - 48) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities img {
    width: calc(75px + (80 - 75) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities img {
    width: calc(70px + (75 - 70) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities img {
    width: calc(65px + (70 - 65) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities img {
    width: calc(60px + (65 - 60) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities img {
    width: calc(55px + (60 - 55) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities img {
    width: calc(50px + (55 - 50) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities img {
    width: calc(48px + (50 - 48) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .mall-aminities-section .aminity-outer .aminities .count {
  font-size: 44px;
  line-height: 48px;
  color: #7D5959;
  font-family: "nakheel", "nakheelbold_text";
}
@media (max-width: 1920px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .count {
    font-size: calc(40px + (44 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .count {
    font-size: calc(28px + (40 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .count {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .count {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .count {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .count {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .count {
    line-height: calc(22px + (24 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .count {
    line-height: calc(44px + (48 - 44) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .count {
    line-height: calc(32px + (44 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .count {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .count {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .count {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .count {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .count {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .mall-aminities-section .aminity-outer .aminities .name {
  font-size: 16px;
  line-height: 20px;
  color: #7D5959;
}
@media (max-width: 1920px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .name {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .name {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .name {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .name {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .name {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .name {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .name {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .name {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .name {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .name {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .name {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .name {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .name {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .mall-aminities-section .aminity-outer .aminities .name {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .mall-aminities-section .aminity-outer {
    flex-direction: column;
  }
  .content-wrapper .mall-aminities-section .aminity-outer .aminities {
    width: 100%;
  }
  .content-wrapper .mall-aminities-section .aminity-outer .aminities:not(:last-child) {
    margin-right: 0;
    margin-bottom: calc(10px + (40 - 10) * ((100vw - 320px) / (1024 - 320)));
  }
  .content-wrapper .mall-aminities-section .aminity-outer .aminities img {
    margin-right: 20px;
  }
}
.content-wrapper .landmarks-section {
  background: #7D5959;
  padding: 30px;
}
.content-wrapper .landmarks-section ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.content-wrapper .landmarks-section ul li {
  list-style: none;
  flex-grow: 1;
  flex-basis: 0;
  padding: 0 20px;
}
.content-wrapper .landmarks-section ul li a {
  text-decoration: none;
  display: block;
  text-align: center;
  color: white;
}
.content-wrapper .landmarks-section ul li a img {
  height: 36px;
  width: 36px;
  margin-bottom: 20px;
}
.content-wrapper .landmarks-section ul li a p {
  font-size: 16px;
  line-height: 20px;
  word-break: break-word;
}
@media (max-width: 1920px) {
  .content-wrapper .landmarks-section ul li a p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .landmarks-section ul li a p {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .landmarks-section ul li a p {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .landmarks-section ul li a p {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .landmarks-section ul li a p {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .landmarks-section ul li a p {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .landmarks-section ul li a p {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .landmarks-section ul li a p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .landmarks-section ul li a p {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .landmarks-section ul li a p {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .landmarks-section ul li a p {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .landmarks-section ul li a p {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .landmarks-section ul li a p {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .landmarks-section ul li a p {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .landmarks-section ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .content-wrapper .landmarks-section .custom-top {
    padding-top: 0;
  }
  .content-wrapper .landmarks-section ul {
    flex-direction: column;
  }
  .content-wrapper .landmarks-section ul li:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .content-wrapper .landmarks-section ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .content-wrapper .landmarks-section ul li a img {
    margin: 0;
    height: 24px;
    width: 24px;
  }
  .content-wrapper .landmarks-section ul li a p {
    margin-left: 20px !important;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .content-wrapper .landmarks-section-outer .custom-container {
    margin: 0;
    padding-top: 0;
  }
}
.content-wrapper .support-message {
  background: #F8F7F6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1920px) {
  .content-wrapper .support-message {
    padding-top: calc(70px + (80 - 70) * ((100vw - 1600px) / (1920 - 1600)));
    padding-bottom: calc(70px + (80 - 70) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .support-message {
    padding-top: calc(65px + (70 - 65) * ((100vw - 1440px) / (1600 - 1440)));
    padding-bottom: calc(65px + (70 - 65) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .support-message {
    padding-top: calc(60px + (65 - 60) * ((100vw - 1280px) / (1440 - 1280)));
    padding-bottom: calc(60px + (65 - 60) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .support-message {
    padding-top: calc(55px + (60 - 55) * ((100vw - 1024px) / (1280 - 1024)));
    padding-bottom: calc(55px + (60 - 55) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .support-message {
    padding-top: calc(50px + (55 - 50) * ((100vw - 768px) / (1024 - 768)));
    padding-bottom: calc(50px + (55 - 50) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .support-message {
    padding-top: calc(45px + (50 - 45) * ((100vw - 480px) / (768 - 480)));
    padding-bottom: calc(45px + (50 - 45) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .support-message {
    padding-top: calc(40px + (45 - 40) * ((100vw - 320px) / (480 - 320)));
    padding-bottom: calc(40px + (45 - 40) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .support-message .title {
  color: #00263A;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
  font-family: "nakheel", "nakheelbold_text";
}
@media (max-width: 1920px) {
  .content-wrapper .support-message .title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .support-message .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .support-message .title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .support-message .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .support-message .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .support-message .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .support-message .title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .support-message .title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .support-message .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .support-message .title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .support-message .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .support-message .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .support-message .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .support-message .title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .support-message .desc p {
  margin: 0;
  color: rgba(89, 89, 92, 0.8);
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1920px) {
  .content-wrapper .support-message .desc p {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .support-message .desc p {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .support-message .desc p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .support-message .desc p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .support-message .desc p {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .support-message .desc p {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .support-message .desc p {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .support-message .desc p {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .support-message .desc p {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .support-message .desc p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .support-message .desc p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .support-message .desc p {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .support-message .desc p {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .support-message .desc p {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .book-online-meeting-section {
    margin: 0;
  }
}
.content-wrapper .book-online-meeting {
  display: flex;
  justify-content: space-between;
  background: #B5ABA3;
  padding: 40px;
  margin-top: 100px;
  text-decoration: none;
}
@media (max-width: 1920px) {
  .content-wrapper .book-online-meeting {
    padding: calc(38px + (40 - 38) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .book-online-meeting {
    padding: calc(36px + (38 - 36) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .book-online-meeting {
    padding: calc(34px + (36 - 34) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .book-online-meeting {
    padding: calc(32px + (34 - 32) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .book-online-meeting {
    padding: calc(30px + (32 - 30) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .book-online-meeting {
    padding: calc(28px + (30 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .book-online-meeting {
    padding: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .book-online-meeting {
    margin-top: calc(80px + (100 - 80) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .book-online-meeting {
    margin-top: calc(70px + (80 - 70) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .book-online-meeting {
    margin-top: calc(60px + (70 - 60) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .book-online-meeting {
    margin-top: calc(40px + (60 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .book-online-meeting {
    margin-top: calc(0px + (40 - 0) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .book-online-meeting {
    margin-top: calc(0px + (0 - 0) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .book-online-meeting {
    margin-top: calc(0px + (0 - 0) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .book-online-meeting .img-outer {
  height: 120px;
  width: 120px;
  min-width: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  margin-right: 40px;
}
@media (max-width: 1920px) {
  .content-wrapper .book-online-meeting .img-outer {
    height: calc(110px + (120 - 110) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .book-online-meeting .img-outer {
    height: calc(100px + (110 - 100) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .book-online-meeting .img-outer {
    height: calc(90px + (100 - 90) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .book-online-meeting .img-outer {
    height: calc(80px + (90 - 80) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .book-online-meeting .img-outer {
    height: calc(70px + (80 - 70) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .book-online-meeting .img-outer {
    height: calc(60px + (70 - 60) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .book-online-meeting .img-outer {
    height: calc(50px + (60 - 50) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .book-online-meeting .img-outer {
    width: calc(110px + (120 - 110) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .book-online-meeting .img-outer {
    width: calc(100px + (110 - 100) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .book-online-meeting .img-outer {
    width: calc(90px + (100 - 90) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .book-online-meeting .img-outer {
    width: calc(80px + (90 - 80) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .book-online-meeting .img-outer {
    width: calc(70px + (80 - 70) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .book-online-meeting .img-outer {
    width: calc(60px + (70 - 60) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .book-online-meeting .img-outer {
    width: calc(50px + (60 - 50) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .book-online-meeting .img-outer {
    min-width: calc(110px + (120 - 110) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .book-online-meeting .img-outer {
    min-width: calc(100px + (110 - 100) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .book-online-meeting .img-outer {
    min-width: calc(90px + (100 - 90) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .book-online-meeting .img-outer {
    min-width: calc(80px + (90 - 80) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .book-online-meeting .img-outer {
    min-width: calc(70px + (80 - 70) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .book-online-meeting .img-outer {
    min-width: calc(60px + (70 - 60) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .book-online-meeting .img-outer {
    min-width: calc(50px + (60 - 50) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .book-online-meeting .img-outer {
    margin-right: calc(35px + (40 - 35) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .book-online-meeting .img-outer {
    margin-right: calc(30px + (35 - 30) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .book-online-meeting .img-outer {
    margin-right: calc(25px + (30 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .book-online-meeting .img-outer {
    margin-right: calc(20px + (25 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .book-online-meeting .img-outer {
    margin-right: calc(15px + (20 - 15) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .book-online-meeting .img-outer {
    margin-right: calc(10px + (15 - 10) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .book-online-meeting .img-outer {
    margin-right: calc(8px + (10 - 8) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .book-online-meeting .img-outer img {
  height: 36px;
  width: 36px;
  object-fit: cover;
}
@media (max-width: 1920px) {
  .content-wrapper .book-online-meeting .img-outer img {
    height: calc(34px + (36 - 34) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .book-online-meeting .img-outer img {
    height: calc(32px + (34 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .book-online-meeting .img-outer img {
    height: calc(30px + (32 - 30) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .book-online-meeting .img-outer img {
    height: calc(28px + (30 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .book-online-meeting .img-outer img {
    height: calc(26px + (28 - 26) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .book-online-meeting .img-outer img {
    height: calc(24px + (26 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .book-online-meeting .img-outer img {
    height: calc(22px + (24 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .book-online-meeting .img-outer img {
    width: calc(34px + (36 - 34) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .book-online-meeting .img-outer img {
    width: calc(32px + (34 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .book-online-meeting .img-outer img {
    width: calc(30px + (32 - 30) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .book-online-meeting .img-outer img {
    width: calc(28px + (30 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .book-online-meeting .img-outer img {
    width: calc(26px + (28 - 26) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .book-online-meeting .img-outer img {
    width: calc(24px + (26 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .book-online-meeting .img-outer img {
    width: calc(22px + (24 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .book-online-meeting .title {
  font-size: 44px;
  line-height: 48px;
  color: white;
}
@media (max-width: 1920px) {
  .content-wrapper .book-online-meeting .title {
    font-size: calc(40px + (44 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .book-online-meeting .title {
    font-size: calc(28px + (40 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .book-online-meeting .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .book-online-meeting .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .book-online-meeting .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .book-online-meeting .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .book-online-meeting .title {
    line-height: calc(22px + (24 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .book-online-meeting .title {
    line-height: calc(44px + (48 - 44) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .book-online-meeting .title {
    line-height: calc(32px + (44 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .book-online-meeting .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .book-online-meeting .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .book-online-meeting .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .book-online-meeting .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .book-online-meeting .title {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .book-online-meeting .arrow-outer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrapper .book-online-meeting .arrow-outer .rightarrow-btn {
  height: 64px;
  width: 64px;
}
@media (max-width: 1920px) {
  .content-wrapper .book-online-meeting .arrow-outer .rightarrow-btn {
    height: calc(60px + (64 - 60) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .book-online-meeting .arrow-outer .rightarrow-btn {
    height: calc(54px + (60 - 54) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .book-online-meeting .arrow-outer .rightarrow-btn {
    height: calc(48px + (54 - 48) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .book-online-meeting .arrow-outer .rightarrow-btn {
    height: calc(44px + (48 - 44) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .book-online-meeting .arrow-outer .rightarrow-btn {
    height: calc(40px + (44 - 40) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .book-online-meeting .arrow-outer .rightarrow-btn {
    height: calc(36px + (40 - 36) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .book-online-meeting .arrow-outer .rightarrow-btn {
    height: calc(32px + (36 - 32) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .book-online-meeting .arrow-outer .rightarrow-btn {
    width: calc(60px + (64 - 60) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .book-online-meeting .arrow-outer .rightarrow-btn {
    width: calc(54px + (60 - 54) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .book-online-meeting .arrow-outer .rightarrow-btn {
    width: calc(48px + (54 - 48) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .book-online-meeting .arrow-outer .rightarrow-btn {
    width: calc(44px + (48 - 44) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .book-online-meeting .arrow-outer .rightarrow-btn {
    width: calc(40px + (44 - 40) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .book-online-meeting .arrow-outer .rightarrow-btn {
    width: calc(36px + (40 - 36) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .book-online-meeting .arrow-outer .rightarrow-btn {
    width: calc(32px + (36 - 32) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .about-count-section {
  background: #F8F7F6;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 1920px) {
  .content-wrapper .about-count-section {
    padding-top: calc(60px + (64 - 60) * ((100vw - 1600px) / (1920 - 1600)));
    padding-bottom: calc(60px + (64 - 60) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .about-count-section {
    padding-top: calc(56px + (60 - 56) * ((100vw - 1440px) / (1600 - 1440)));
    padding-bottom: calc(56px + (60 - 56) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .about-count-section {
    padding-top: calc(50px + (56 - 50) * ((100vw - 1280px) / (1440 - 1280)));
    padding-bottom: calc(50px + (56 - 50) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .about-count-section {
    padding-top: calc(46px + (50 - 46) * ((100vw - 1024px) / (1280 - 1024)));
    padding-bottom: calc(46px + (50 - 46) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .about-count-section {
    padding-top: calc(40px + (46 - 40) * ((100vw - 768px) / (1024 - 768)));
    padding-bottom: calc(40px + (46 - 40) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .about-count-section {
    padding-top: calc(36px + (40 - 36) * ((100vw - 480px) / (768 - 480)));
    padding-bottom: calc(36px + (40 - 36) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .about-count-section {
    padding-top: calc(30px + (36 - 30) * ((100vw - 320px) / (480 - 320)));
    padding-bottom: calc(30px + (36 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .about-count-section ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.content-wrapper .about-count-section ul li {
  list-style: none;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.content-wrapper .about-count-section ul li:not(:last-child) {
  border-right: 1px solid rgba(181, 171, 163, 0.3);
  padding-right: 30px;
  margin-right: 30px;
}
.content-wrapper .about-count-section ul li .count {
  font-size: 120px;
  line-height: 120px;
  color: #6AD1E3;
  margin-right: 10px;
  letter-spacing: -5px;
}
@media (max-width: 1920px) {
  .content-wrapper .about-count-section ul li .count {
    font-size: calc(90px + (120 - 90) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .about-count-section ul li .count {
    font-size: calc(80px + (90 - 80) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .about-count-section ul li .count {
    font-size: calc(80px + (80 - 80) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .about-count-section ul li .count {
    font-size: calc(80px + (80 - 80) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .about-count-section ul li .count {
    font-size: calc(80px + (80 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .about-count-section ul li .count {
    font-size: calc(80px + (80 - 80) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .about-count-section ul li .count {
    line-height: calc(80px + (80 - 80) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .about-count-section ul li .count {
    line-height: calc(90px + (120 - 90) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .about-count-section ul li .count {
    line-height: calc(80px + (90 - 80) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .about-count-section ul li .count {
    line-height: calc(80px + (80 - 80) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .about-count-section ul li .count {
    line-height: calc(80px + (80 - 80) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .about-count-section ul li .count {
    line-height: calc(80px + (80 - 80) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .about-count-section ul li .count {
    line-height: calc(80px + (80 - 80) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .about-count-section ul li .count {
    line-height: calc(80px + (80 - 80) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .about-count-section ul li .measure {
  color: #00263A;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid rgba(89, 89, 92, 0.3);
  padding-bottom: 3px;
  margin-bottom: 3px;
}
@media (max-width: 1920px) {
  .content-wrapper .about-count-section ul li .measure {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .about-count-section ul li .measure {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .about-count-section ul li .measure {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .about-count-section ul li .measure {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .about-count-section ul li .measure {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .about-count-section ul li .measure {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .about-count-section ul li .measure {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .about-count-section ul li .measure {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .about-count-section ul li .measure {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .about-count-section ul li .measure {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .about-count-section ul li .measure {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .about-count-section ul li .measure {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .about-count-section ul li .measure {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .about-count-section ul li .measure {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .about-count-section ul li .name {
  color: #00617f;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1920px) {
  .content-wrapper .about-count-section ul li .name {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .about-count-section ul li .name {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .about-count-section ul li .name {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .about-count-section ul li .name {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .about-count-section ul li .name {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .about-count-section ul li .name {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .about-count-section ul li .name {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .about-count-section ul li .name {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .about-count-section ul li .name {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .about-count-section ul li .name {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .about-count-section ul li .name {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .about-count-section ul li .name {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .about-count-section ul li .name {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .about-count-section ul li .name {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .about-count-section ul {
    flex-direction: column;
    align-items: center;
  }
  .content-wrapper .about-count-section ul li {
    width: 100%;
  }
  .content-wrapper .about-count-section ul li:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #B5ABA3;
    padding-right: 0;
    padding-bottom: 30px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.content-wrapper .about-weare-section .title {
  font-size: 44px;
  line-height: 48px;
  color: #00263A;
  font-family: "nakheel", "nakheelbold_text";
  margin-bottom: 25px;
}
@media (max-width: 1920px) {
  .content-wrapper .about-weare-section .title {
    font-size: calc(40px + (44 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .about-weare-section .title {
    font-size: calc(28px + (40 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .about-weare-section .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .about-weare-section .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .about-weare-section .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .about-weare-section .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .about-weare-section .title {
    line-height: calc(22px + (24 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .about-weare-section .title {
    line-height: calc(44px + (48 - 44) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .about-weare-section .title {
    line-height: calc(32px + (44 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .about-weare-section .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .about-weare-section .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .about-weare-section .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .about-weare-section .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .about-weare-section .title {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .about-weare-section .highlight-desc {
  font-size: 24px;
  line-height: 28px;
  color: #59595C;
}
@media (max-width: 1920px) {
  .content-wrapper .about-weare-section .highlight-desc {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .about-weare-section .highlight-desc {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .about-weare-section .highlight-desc {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .about-weare-section .highlight-desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .about-weare-section .highlight-desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .about-weare-section .highlight-desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .about-weare-section .highlight-desc {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .about-weare-section .highlight-desc {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .about-weare-section .highlight-desc {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .about-weare-section .highlight-desc {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .about-weare-section .highlight-desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .about-weare-section .highlight-desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .about-weare-section .highlight-desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .about-weare-section .highlight-desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .about-weare-section .highlight-text {
  font-size: 100px;
  line-height: 100px;
  color: #B5ABA3;
}
@media (max-width: 1920px) {
  .content-wrapper .about-weare-section .highlight-text {
    font-size: calc(80px + (100 - 80) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .about-weare-section .highlight-text {
    font-size: calc(64px + (80 - 64) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .about-weare-section .highlight-text {
    font-size: calc(56px + (64 - 56) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .about-weare-section .highlight-text {
    font-size: calc(48px + (56 - 48) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .about-weare-section .highlight-text {
    font-size: calc(44px + (48 - 44) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .about-weare-section .highlight-text {
    font-size: calc(40px + (44 - 40) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .about-weare-section .highlight-text {
    line-height: calc(36px + (40 - 36) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .about-weare-section .highlight-text {
    line-height: calc(80px + (100 - 80) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .about-weare-section .highlight-text {
    line-height: calc(68px + (80 - 68) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .about-weare-section .highlight-text {
    line-height: calc(60px + (68 - 60) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .about-weare-section .highlight-text {
    line-height: calc(52px + (60 - 52) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .about-weare-section .highlight-text {
    line-height: calc(48px + (52 - 48) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .about-weare-section .highlight-text {
    line-height: calc(44px + (48 - 44) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .about-weare-section .highlight-text {
    line-height: calc(40px + (44 - 40) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .about-weare-section .title-part {
    margin-bottom: 10px;
  }
  .content-wrapper .about-weare-section .title-part .title {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .content-wrapper .about-weare-section .highlight-text {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .content-wrapper .discover-block-section .swiper .discover-pagination {
    display: none;
  }
  .content-wrapper .discover-block-section .swiper .swiper-wrapper {
    flex-direction: column;
    transform: none !important;
  }
}
.content-wrapper .discover-block-section .swiper .block-outer {
  display: flex;
  align-items: center;
}
.content-wrapper .discover-block-section .swiper .block-outer .img-outer {
  height: 640px;
  width: 50%;
  min-width: 50%;
  background: #006280;
}
@media (max-width: 1920px) {
  .content-wrapper .discover-block-section .swiper .block-outer .img-outer {
    height: calc(600px + (640 - 600) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .discover-block-section .swiper .block-outer .img-outer {
    height: calc(560px + (600 - 560) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .discover-block-section .swiper .block-outer .img-outer {
    height: calc(500px + (560 - 500) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .discover-block-section .swiper .block-outer .img-outer {
    height: calc(460px + (500 - 460) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .discover-block-section .swiper .block-outer .img-outer {
    height: calc(340px + (460 - 340) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .discover-block-section .swiper .block-outer .img-outer {
    height: calc(300px + (340 - 300) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .discover-block-section .swiper .block-outer .img-outer {
    height: calc(260px + (300 - 260) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .discover-block-section .swiper .block-outer .img-outer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-wrapper .discover-block-section .swiper .block-outer .content-outer {
  padding: 100px;
}
@media (max-width: 1920px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer {
    padding: calc(90px + (100 - 90) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer {
    padding: calc(80px + (90 - 80) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer {
    padding: calc(70px + (80 - 70) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer {
    padding: calc(60px + (70 - 60) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer {
    padding: calc(50px + (60 - 50) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer {
    padding: calc(40px + (50 - 40) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer {
    padding: calc(30px + (40 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .discover-block-section .swiper .block-outer .content-outer .title {
  font-size: 44px;
  line-height: 48px;
  color: #00263A;
  font-family: "nakheel", "nakheelbold_text";
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .title {
    font-size: calc(40px + (44 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .title {
    font-size: calc(28px + (40 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .title {
    line-height: calc(22px + (24 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .title {
    line-height: calc(44px + (48 - 44) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .title {
    line-height: calc(32px + (44 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .title {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .discover-block-section .swiper .block-outer .content-outer .desc {
  color: rgba(89, 89, 92, 0.7);
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 40px;
}
@media (max-width: 1920px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .desc {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .desc {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .desc {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .desc {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .desc {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .desc {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .desc {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .discover-block-section .swiper .block-outer .content-outer .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .discover-block-section .swiper .swiper-slide:nth-child(even) .block-outer {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .content-wrapper .discover-block-section.aboutus .block-outer {
    flex-direction: column;
  }
  .content-wrapper .discover-block-section.aboutus .block-outer .img-outer {
    width: 100%;
  }
  .content-wrapper .discover-block-section.aboutus .swiper-slide:nth-child(even) .block-outer {
    flex-direction: column;
  }
}
.content-wrapper .management-tag-section {
  margin-top: 80px;
}
.content-wrapper .management-tag-section .management-tab .nav-tabs {
  align-items: center;
  border: 0;
  flex-wrap: nowrap;
  overflow: auto;
}
.content-wrapper .management-tag-section .management-tab .nav-tabs::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item {
  white-space: nowrap;
}
.content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item:not(:last-child) {
  margin-right: 40px;
  padding: 0;
}
.content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links {
  color: #B5ABA3;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 32px;
  padding-bottom: 15px;
}
@media (max-width: 1920px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links.active {
  font-family: "nakheel", "nakheelbold_text";
  font-size: 44px;
  line-height: 48px;
  color: #00263A;
  position: relative;
}
@media (max-width: 1920px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links.active {
    font-size: calc(40px + (44 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links.active {
    font-size: calc(28px + (40 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links.active {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links.active {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links.active {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links.active {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links.active {
    line-height: calc(22px + (24 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links.active {
    line-height: calc(44px + (48 - 44) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links.active {
    line-height: calc(32px + (44 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links.active {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links.active {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links.active {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links.active {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links.active {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links.active:before {
  content: "";
  height: 4px;
  width: 80px;
  background: #B5ABA3;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 567px) {
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item:not(:last-child) {
    margin-right: 20px;
  }
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links {
    font-size: 18px;
    line-height: 22px;
    padding-left: 0;
    padding-right: 0;
  }
  .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item .nav-links.active {
    font-size: 24px;
    line-height: 28px;
  }
}
.content-wrapper .management-tag-section .management-tab .tab-content {
  margin-top: 60px;
}
@media (max-width: 567px) {
  .content-wrapper .management-tag-section .management-tab .tab-content .tab-pane {
    padding: 0;
  }
}
.content-wrapper .management-tag-section .profile-outer .picture {
  background: #006280;
}
.content-wrapper .management-tag-section .profile-outer .bio {
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
}
.content-wrapper .management-tag-section .profile-outer .bio p {
  font-size: 18px;
  line-height: 22px;
}
.content-wrapper .management-tag-section .profile-outer .bio.active {
  max-height: fit-content;
}
.content-wrapper .management-tag-section .profile-outer .view-more {
  display: none !important;
}
.content-wrapper .management-tag-section .profile-outer.board-members .profile-card:nth-child(even) {
  flex-direction: row-reverse;
}
.content-wrapper .management-tag-section .profile-outer.board-members .profile-card:not(:last-child) {
  margin-bottom: 40px;
}
.content-wrapper .management-tag-section .profile-outer.board-members .profile-card .picture {
  background: #006280;
}
.content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content {
  padding: 40px 0;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1920px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content {
    padding-left: calc(55px + (60 - 55) * ((100vw - 1600px) / (1920 - 1600)));
    padding-right: calc(55px + (60 - 55) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content {
    padding-left: calc(50px + (55 - 50) * ((100vw - 1440px) / (1600 - 1440)));
    padding-right: calc(50px + (55 - 50) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content {
    padding-left: calc(45px + (50 - 45) * ((100vw - 1280px) / (1440 - 1280)));
    padding-right: calc(45px + (50 - 45) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content {
    padding-left: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
    padding-right: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content {
    padding-left: calc(35px + (40 - 35) * ((100vw - 768px) / (1024 - 768)));
    padding-right: calc(35px + (40 - 35) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content {
    padding-left: calc(30px + (35 - 30) * ((100vw - 480px) / (768 - 480)));
    padding-right: calc(30px + (35 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content {
    padding-left: calc(20px + (30 - 20) * ((100vw - 320px) / (480 - 320)));
    padding-right: calc(20px + (30 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .name {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 10px;
}
@media (max-width: 1920px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .name {
    font-size: calc(32px + (36 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .name {
    font-size: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .name {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .name {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .name {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .name {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .name {
    line-height: calc(20px + (24 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .name {
    line-height: calc(36px + (40 - 36) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .name {
    line-height: calc(32px + (36 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .name {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .name {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .name {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .name {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .name {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .designation {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 1920px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .designation {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .designation {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .designation {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .designation {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .designation {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .designation {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .designation {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .designation {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .designation {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .designation {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .designation {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .designation {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .designation {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .designation {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .bio {
  font-size: 18px;
  line-height: 22px;
  max-height: 100% !important;
}
.content-wrapper .management-tag-section .profile-outer.board-members .profile-card .content .view-more {
  display: none !important;
}
@media (max-width: 768px) {
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card:nth-child(even) {
    flex-direction: column;
  }
  .content-wrapper .management-tag-section .profile-outer.board-members .profile-card .picture {
    width: 100%;
  }
}
.content-wrapper .management-tag-section .profile-outer.csuite {
  display: flex;
  flex-wrap: wrap;
}
.content-wrapper .management-tag-section .profile-outer.csuite .profile-card {
  width: 30%;
  flex: 0 0 auto;
  flex-direction: column;
  margin-right: 3%;
  margin-bottom: 40px;
}
.content-wrapper .management-tag-section .profile-outer.csuite .profile-card .picture {
  background: #006280;
  height: 295px;
  width: 100%;
  min-width: 100%;
}
@media (max-width: 1920px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .picture {
    height: calc(285px + (295 - 285) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .picture {
    height: calc(275px + (285 - 275) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .picture {
    height: calc(265px + (275 - 265) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .picture {
    height: calc(255px + (265 - 255) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .picture {
    height: calc(245px + (255 - 245) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .picture {
    height: calc(235px + (245 - 235) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .picture {
    height: calc(225px + (235 - 225) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content {
  padding: 40px;
}
.content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .name {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 10px;
}
@media (max-width: 1920px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .name {
    font-size: calc(32px + (36 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .name {
    font-size: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .name {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .name {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .name {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .name {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .name {
    line-height: calc(20px + (24 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .name {
    line-height: calc(36px + (40 - 36) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .name {
    line-height: calc(32px + (36 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .name {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .name {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .name {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .name {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .name {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .designation {
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1920px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .designation {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .designation {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .designation {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .designation {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .designation {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .designation {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .designation {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .designation {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .designation {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .designation {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .designation {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .designation {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .designation {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .designation {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .bio {
  transition: all 0.8s ease;
  font-size: 16px;
  line-height: 20px;
  max-height: 180px !important;
}
.content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .bio.active {
  max-height: fit-content !important;
}
.content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .bio div {
  margin-bottom: 10px;
}
.content-wrapper .management-tag-section .profile-outer.csuite .profile-card .content .view-more {
  display: block !important;
}
@media (max-width: 1024px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card {
    width: 47%;
  }
}
@media (max-width: 768px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card {
    width: 100%;
    margin-right: 0;
  }
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .picture {
    height: 550px !important;
  }
}
@media (max-width: 567px) {
  .content-wrapper .management-tag-section .profile-outer.csuite .profile-card .picture {
    height: 350px !important;
  }
}
.content-wrapper .standsfor-section .title-part .title {
  font-size: 44px;
  line-height: 48px;
  color: #00263A;
  font-family: "nakheel", "nakheelbold_text";
  margin-bottom: 25px;
}
@media (max-width: 1920px) {
  .content-wrapper .standsfor-section .title-part .title {
    font-size: calc(40px + (44 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .standsfor-section .title-part .title {
    font-size: calc(28px + (40 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .standsfor-section .title-part .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .standsfor-section .title-part .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .standsfor-section .title-part .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .standsfor-section .title-part .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .standsfor-section .title-part .title {
    line-height: calc(22px + (24 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .standsfor-section .title-part .title {
    line-height: calc(44px + (48 - 44) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .standsfor-section .title-part .title {
    line-height: calc(32px + (44 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .standsfor-section .title-part .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .standsfor-section .title-part .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .standsfor-section .title-part .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .standsfor-section .title-part .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .standsfor-section .title-part .title {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .standsfor-section .title-part .desc {
  color: #59595C;
  font-size: 24px;
  line-height: 28px;
  width: 60%;
}
@media (max-width: 1920px) {
  .content-wrapper .standsfor-section .title-part .desc {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .standsfor-section .title-part .desc {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .standsfor-section .title-part .desc {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .standsfor-section .title-part .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .standsfor-section .title-part .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .standsfor-section .title-part .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .standsfor-section .title-part .desc {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .standsfor-section .title-part .desc {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .standsfor-section .title-part .desc {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .standsfor-section .title-part .desc {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .standsfor-section .title-part .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .standsfor-section .title-part .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .standsfor-section .title-part .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .standsfor-section .title-part .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .standsfor-section .accordion-body {
  margin-top: 60px;
}
.content-wrapper .standsfor-section .accordion-body .carousal-outer .swiper-wrapper {
  flex-wrap: wrap;
}
.content-wrapper .standsfor-section .accordion-body .carousal-outer .swiper-wrapper .swiper-slide {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .content-wrapper .standsfor-section .accordion-body .carousal-outer .swiper-wrapper {
    flex-wrap: nowrap;
  }
}
.content-wrapper .standsfor-section .accordion-body .standsfor-pagination {
  display: none;
}
@media (max-width: 1024px) {
  .content-wrapper .standsfor-section .accordion-body .standsfor-pagination {
    display: block;
  }
}
@media (max-width: 567px) {
  .content-wrapper .standsfor-section .title-part .title {
    margin-bottom: 20px;
  }
  .content-wrapper .standsfor-section .title-part .desc {
    width: 100%;
  }
}
.content-wrapper .workculture-section .title-part .title {
  font-size: 44px;
  line-height: 48px;
  color: #00263A;
  font-family: "nakheel", "nakheelbold_text";
  margin-bottom: 25px;
}
@media (max-width: 1920px) {
  .content-wrapper .workculture-section .title-part .title {
    font-size: calc(40px + (44 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .workculture-section .title-part .title {
    font-size: calc(28px + (40 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .workculture-section .title-part .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .workculture-section .title-part .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .workculture-section .title-part .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .workculture-section .title-part .title {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .workculture-section .title-part .title {
    line-height: calc(22px + (24 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .workculture-section .title-part .title {
    line-height: calc(44px + (48 - 44) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .workculture-section .title-part .title {
    line-height: calc(32px + (44 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .workculture-section .title-part .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .workculture-section .title-part .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .workculture-section .title-part .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .workculture-section .title-part .title {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .workculture-section .title-part .title {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .workculture-section .title-part .desc {
  color: #59595C;
  font-size: 24px;
  line-height: 28px;
  width: 60%;
}
@media (max-width: 1920px) {
  .content-wrapper .workculture-section .title-part .desc {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .workculture-section .title-part .desc {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .workculture-section .title-part .desc {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .workculture-section .title-part .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .workculture-section .title-part .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .workculture-section .title-part .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .workculture-section .title-part .desc {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .workculture-section .title-part .desc {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .workculture-section .title-part .desc {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .workculture-section .title-part .desc {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .workculture-section .title-part .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .workculture-section .title-part .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .workculture-section .title-part .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .workculture-section .title-part .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .workculture-section .accordion-body {
  margin-top: 60px;
}
.content-wrapper .workculture-section .accordion-body .swiper .block-outer {
  background: #F3F4F5;
}
.content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .title {
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 1920px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .desc {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 1920px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .desc {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .desc {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .desc {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .desc {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .desc {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .desc {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .desc {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .workculture-section .accordion-body .swiper .block-outer .content-outer .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .workculture-section.impact-section .block-outer {
  background: #F3F4F5;
}
@media (max-width: 768px) {
  .content-wrapper .workculture-section .title-part .desc {
    width: 100%;
  }
  .content-wrapper .workculture-section .swiper-slide .block-outer {
    flex-direction: column;
  }
  .content-wrapper .workculture-section .swiper-slide .block-outer .img-outer {
    width: 100%;
  }
  .content-wrapper .workculture-section .swiper-slide .block-outer .content-outer {
    padding: 60px;
    padding: calc(30px + (60 - 30) * ((100vw - 320px) / (768 - 320)));
  }
  .content-wrapper .workculture-section .swiper-slide:nth-child(even) .block-outer {
    flex-direction: column !important;
  }
}
.content-wrapper .search-result-section .search {
  margin-bottom: 60px;
}
@media (max-width: 1920px) {
  .content-wrapper .search-result-section .search {
    margin-bottom: calc(55px + (60 - 55) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .search-result-section .search {
    margin-bottom: calc(50px + (55 - 50) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .search-result-section .search {
    margin-bottom: calc(45px + (50 - 45) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .search-result-section .search {
    margin-bottom: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .search-result-section .search {
    margin-bottom: calc(35px + (40 - 35) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .search-result-section .search {
    margin-bottom: calc(30px + (35 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .search-result-section .search {
    margin-bottom: calc(25px + (30 - 25) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .search-result-section .search .input-box {
  position: relative;
  border-bottom: 2px solid #B4ABA2;
}
.content-wrapper .search-result-section .search .input-box .form-control {
  width: 100%;
  border: 0;
  font-size: 44px;
  line-height: 48px;
  color: #00263A;
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 1920px) {
  .content-wrapper .search-result-section .search .input-box .form-control {
    font-size: calc(40px + (44 - 40) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .search-result-section .search .input-box .form-control {
    font-size: calc(28px + (40 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .search-result-section .search .input-box .form-control {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .search-result-section .search .input-box .form-control {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .search-result-section .search .input-box .form-control {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .search-result-section .search .input-box .form-control {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .search-result-section .search .input-box .form-control {
    line-height: calc(22px + (24 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .search-result-section .search .input-box .form-control {
    line-height: calc(44px + (48 - 44) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .search-result-section .search .input-box .form-control {
    line-height: calc(32px + (44 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .search-result-section .search .input-box .form-control {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .search-result-section .search .input-box .form-control {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .search-result-section .search .input-box .form-control {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .search-result-section .search .input-box .form-control {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .search-result-section .search .input-box .form-control {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .search-result-section .search .input-box .form-control:hover, .content-wrapper .search-result-section .search .input-box .form-control:focus {
  outline: none;
  box-shadow: none;
}
.content-wrapper .search-result-section .search .input-box .form-control::placeholder {
  color: #00263A;
}
.content-wrapper .search-result-section .search .input-box .search-btn {
  position: absolute;
  right: 0;
  top: 10px;
}
.content-wrapper .search-result-section .search .input-box .search-btn img {
  height: 36px;
  width: 36px;
}
@media (max-width: 1920px) {
  .content-wrapper .search-result-section .search .input-box .search-btn img {
    height: calc(34px + (36 - 34) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .search-result-section .search .input-box .search-btn img {
    height: calc(32px + (34 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .search-result-section .search .input-box .search-btn img {
    height: calc(30px + (32 - 30) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .search-result-section .search .input-box .search-btn img {
    height: calc(28px + (30 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .search-result-section .search .input-box .search-btn img {
    height: calc(26px + (28 - 26) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .search-result-section .search .input-box .search-btn img {
    height: calc(24px + (26 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .search-result-section .search .input-box .search-btn img {
    height: calc(22px + (24 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .search-result-section .search .input-box .search-btn img {
    width: calc(34px + (36 - 34) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .search-result-section .search .input-box .search-btn img {
    width: calc(32px + (34 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .search-result-section .search .input-box .search-btn img {
    width: calc(30px + (32 - 30) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .search-result-section .search .input-box .search-btn img {
    width: calc(28px + (30 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .search-result-section .search .input-box .search-btn img {
    width: calc(26px + (28 - 26) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .search-result-section .search .input-box .search-btn img {
    width: calc(24px + (26 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .search-result-section .search .input-box .search-btn img {
    width: calc(22px + (24 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .search-result-section .search .input-box .search-btn.reset {
  right: 60px;
}
@media (max-width: 768px) {
  .content-wrapper .search-result-section .search .input-box .search-btn.reset {
    right: 30px;
  }
}
.content-wrapper .search-result-section .search .count {
  font-size: 24px;
  line-height: 28px;
  padding-top: 30px;
}
@media (max-width: 1920px) {
  .content-wrapper .search-result-section .search .count {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .search-result-section .search .count {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .search-result-section .search .count {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .search-result-section .search .count {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .search-result-section .search .count {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .search-result-section .search .count {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .search-result-section .search .count {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .search-result-section .search .count {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .search-result-section .search .count {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .search-result-section .search .count {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .search-result-section .search .count {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .search-result-section .search .count {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .search-result-section .search .count {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .search-result-section .search .count {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .search-result-section .result .result-card {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-direction: row;
}
.content-wrapper .search-result-section .result .result-card:not(:last-child) {
  border-bottom: 1px solid #B4ABA2;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1920px) {
  .content-wrapper .search-result-section .result .result-card:not(:last-child) {
    margin-bottom: calc(28px + (30 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .search-result-section .result .result-card:not(:last-child) {
    margin-bottom: calc(26px + (28 - 26) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .search-result-section .result .result-card:not(:last-child) {
    margin-bottom: calc(4px + (26 - 4) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .search-result-section .result .result-card:not(:last-child) {
    margin-bottom: calc(22px + (4 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .search-result-section .result .result-card:not(:last-child) {
    margin-bottom: calc(20px + (22 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .search-result-section .result .result-card:not(:last-child) {
    margin-bottom: calc(18px + (20 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .search-result-section .result .result-card:not(:last-child) {
    margin-bottom: calc(16px + (18 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .search-result-section .result .result-card:not(:last-child) {
    padding-bottom: calc(28px + (30 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .search-result-section .result .result-card:not(:last-child) {
    padding-bottom: calc(26px + (28 - 26) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .search-result-section .result .result-card:not(:last-child) {
    padding-bottom: calc(24px + (26 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .search-result-section .result .result-card:not(:last-child) {
    padding-bottom: calc(2px + (24 - 2) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .search-result-section .result .result-card:not(:last-child) {
    padding-bottom: calc(20px + (2 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .search-result-section .result .result-card:not(:last-child) {
    padding-bottom: calc(18px + (20 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .search-result-section .result .result-card:not(:last-child) {
    padding-bottom: calc(16px + (18 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .search-result-section .result .result-card .img-outer {
  margin-right: 60px;
  height: 200px;
  width: 360px;
  min-width: 360px;
  background: #006280;
}
@media (max-width: 1920px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    margin-right: calc(55px + (60 - 55) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    margin-right: calc(50px + (55 - 50) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    margin-right: calc(45px + (50 - 45) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    margin-right: calc(40px + (45 - 40) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    margin-right: calc(35px + (40 - 35) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    margin-right: calc(30px + (35 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    margin-right: calc(20px + (30 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    height: calc(190px + (200 - 190) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    height: calc(180px + (190 - 180) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    height: calc(170px + (180 - 170) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    height: calc(160px + (170 - 160) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    height: calc(140px + (160 - 140) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    height: calc(120px + (140 - 120) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    height: calc(100px + (120 - 100) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    width: calc(340px + (360 - 340) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    width: calc(320px + (340 - 320) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    width: calc(300px + (320 - 300) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    width: calc(280px + (300 - 280) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    width: calc(240px + (280 - 240) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    width: calc(200px + (240 - 200) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    width: calc(100px + (200 - 100) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    min-width: calc(340px + (360 - 340) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    min-width: calc(320px + (340 - 320) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    min-width: calc(300px + (320 - 300) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    min-width: calc(280px + (300 - 280) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    min-width: calc(240px + (280 - 240) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    min-width: calc(200px + (240 - 200) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .search-result-section .result .result-card .img-outer {
    min-width: calc(100px + (200 - 100) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .search-result-section .result .result-card .img-outer img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content-wrapper .search-result-section .result .result-card .content .title {
  color: #B5ABA3;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: "nakheel", "nakheelbold_text";
}
@media (max-width: 1920px) {
  .content-wrapper .search-result-section .result .result-card .content .title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .search-result-section .result .result-card .content .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .search-result-section .result .result-card .content .title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .search-result-section .result .result-card .content .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .search-result-section .result .result-card .content .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .search-result-section .result .result-card .content .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .search-result-section .result .result-card .content .title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .search-result-section .result .result-card .content .title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .search-result-section .result .result-card .content .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .search-result-section .result .result-card .content .title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .search-result-section .result .result-card .content .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .search-result-section .result .result-card .content .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .search-result-section .result .result-card .content .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .search-result-section .result .result-card .content .title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .search-result-section .result .result-card .content .desc {
  color: #59595C;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .content-wrapper .search-result-section .result .result-card .content .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .search-result-section .result .result-card .content .desc {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .search-result-section .result .result-card .content .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .search-result-section .result .result-card .content .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .search-result-section .result .result-card .content .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .search-result-section .result .result-card .content .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .search-result-section .result .result-card .content .desc {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .search-result-section .result .result-card .content .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .search-result-section .result .result-card .content .desc {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .search-result-section .result .result-card .content .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .search-result-section .result .result-card .content .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .search-result-section .result .result-card .content .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .search-result-section .result .result-card .content .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .search-result-section .result .result-card .content .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .search-result-section .result .result-card .content .arrow {
  height: 48px;
  width: 48px;
}
@media (max-width: 1920px) {
  .content-wrapper .search-result-section .result .result-card .content .arrow {
    height: calc(44px + (48 - 44) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .search-result-section .result .result-card .content .arrow {
    height: calc(40px + (44 - 40) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .search-result-section .result .result-card .content .arrow {
    height: calc(36px + (40 - 36) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .search-result-section .result .result-card .content .arrow {
    height: calc(32px + (36 - 32) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .search-result-section .result .result-card .content .arrow {
    height: calc(28px + (32 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .search-result-section .result .result-card .content .arrow {
    height: calc(24px + (28 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .search-result-section .result .result-card .content .arrow {
    height: calc(24px + (24 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .search-result-section .result .result-card .content .arrow {
    width: calc(44px + (48 - 44) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .search-result-section .result .result-card .content .arrow {
    width: calc(40px + (44 - 40) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .search-result-section .result .result-card .content .arrow {
    width: calc(36px + (40 - 36) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .search-result-section .result .result-card .content .arrow {
    width: calc(32px + (36 - 32) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .search-result-section .result .result-card .content .arrow {
    width: calc(28px + (32 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .search-result-section .result .result-card .content .arrow {
    width: calc(24px + (28 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .search-result-section .result .result-card .content .arrow {
    width: calc(24px + (24 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 567px) {
  .content-wrapper .search-result-section .result .result-card {
    align-items: flex-start;
  }
  .content-wrapper .search-result-section .result .result-card .content .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .content-wrapper .search-result-section .result .result-card .content .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
.content-wrapper .pagination-section {
  padding: 60px 0;
}
.content-wrapper .pagination-section .pagination-outer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
  font-size: 24px;
  line-height: 28px;
  color: #6AD1E3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
}
@media (max-width: 1920px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    height: calc(55px + (60 - 55) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    height: calc(45px + (55 - 45) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    height: calc(40px + (45 - 40) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    height: calc(35px + (40 - 35) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    height: calc(35px + (35 - 35) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    height: calc(30px + (35 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    height: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    width: calc(55px + (60 - 55) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    width: calc(45px + (55 - 45) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    width: calc(40px + (45 - 40) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    width: calc(35px + (40 - 35) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    width: calc(35px + (35 - 35) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    width: calc(30px + (35 - 30) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link {
    width: calc(30px + (30 - 30) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .pagination-section .pagination-outer .pagination .page-item .page-link img {
  height: 32px;
  width: 32px;
}
.content-wrapper .pagination-section .pagination-outer .pagination .page-item.active .page-link {
  background: #ABE5E8;
  color: white;
  border: none;
}
.content-wrapper .pagination-section .pagination-outer .pagination .page-item.prev .page-link, .content-wrapper .pagination-section .pagination-outer .pagination .page-item.next .page-link {
  background: #6AD1E3;
  color: white;
}
.content-wrapper .pagination-section .pagination-outer .pagination .page-item.prev .page-link span, .content-wrapper .pagination-section .pagination-outer .pagination .page-item.next .page-link span {
  font-size: 36px;
  line-height: 40px;
  display: flex;
}
@media (max-width: 1920px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item.prev .page-link span, .content-wrapper .pagination-section .pagination-outer .pagination .page-item.next .page-link span {
    font-size: calc(32px + (36 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item.prev .page-link span, .content-wrapper .pagination-section .pagination-outer .pagination .page-item.next .page-link span {
    font-size: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item.prev .page-link span, .content-wrapper .pagination-section .pagination-outer .pagination .page-item.next .page-link span {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item.prev .page-link span, .content-wrapper .pagination-section .pagination-outer .pagination .page-item.next .page-link span {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item.prev .page-link span, .content-wrapper .pagination-section .pagination-outer .pagination .page-item.next .page-link span {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item.prev .page-link span, .content-wrapper .pagination-section .pagination-outer .pagination .page-item.next .page-link span {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item.prev .page-link span, .content-wrapper .pagination-section .pagination-outer .pagination .page-item.next .page-link span {
    line-height: calc(20px + (24 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item.prev .page-link span, .content-wrapper .pagination-section .pagination-outer .pagination .page-item.next .page-link span {
    line-height: calc(36px + (40 - 36) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item.prev .page-link span, .content-wrapper .pagination-section .pagination-outer .pagination .page-item.next .page-link span {
    line-height: calc(32px + (36 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item.prev .page-link span, .content-wrapper .pagination-section .pagination-outer .pagination .page-item.next .page-link span {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item.prev .page-link span, .content-wrapper .pagination-section .pagination-outer .pagination .page-item.next .page-link span {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item.prev .page-link span, .content-wrapper .pagination-section .pagination-outer .pagination .page-item.next .page-link span {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item.prev .page-link span, .content-wrapper .pagination-section .pagination-outer .pagination .page-item.next .page-link span {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .pagination-section .pagination-outer .pagination .page-item.prev .page-link span, .content-wrapper .pagination-section .pagination-outer .pagination .page-item.next .page-link span {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .news-section .accordion-collapse {
    margin-top: 40px;
  }
  .content-wrapper .news-section .section-title + .accordion-btn {
    display: none !important;
  }
  .content-wrapper .news-section .title-outer .section-title {
    margin-bottom: 0;
  }
}
@media (max-width: 567px) {
  .content-wrapper .news-section .accordion-body .custom-container {
    margin: 0;
  }
  .content-wrapper .news-section .title-outer {
    margin-bottom: 20px !important;
  }
  .content-wrapper .news-section .title-outer > div {
    width: 100%;
  }
  .content-wrapper .news-section .title-outer > div .section-title {
    margin-bottom: 10px;
  }
  .content-wrapper .news-section .title-outer > div .section-title + .accordion-btn {
    display: block !important;
  }
  .content-wrapper .news-section .title-outer > div .d-flex.align-items-center {
    justify-content: space-between !important;
  }
}
@media (min-width: 769px) {
  .content-wrapper .media-gallery-section .accordion-btn {
    display: none;
  }
}
@media (max-width: 1024px) {
  .content-wrapper .media-gallery-section .btn.ms-5 {
    display: none;
  }
}
@media (max-width: 768px) {
  .content-wrapper .media-gallery-section .title-outer {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .content-wrapper .media-gallery-section .title-outer > div {
    width: 100%;
  }
  .content-wrapper .media-gallery-section .title-outer > div .d-flex.align-items-center.justify-content-between {
    margin-bottom: 20px;
  }
  .content-wrapper .media-gallery-section .title-outer > div .d-flex.align-items-center.justify-content-between .section-title {
    margin: 0;
  }
  .content-wrapper .media-gallery-section .accordion-body .custom-container {
    margin: 0;
  }
  .content-wrapper .media-gallery-section .accordion-body .custom-container .row {
    margin: 0;
  }
  .content-wrapper .media-gallery-section .accordion-body .custom-container .row .col-sm-6 {
    padding: 0;
  }
}
.content-wrapper .news-details-section .news-box .title {
  color: #6AD1E3;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 40px;
  font-family: "nakheel", "nakheelbold_text";
}
@media (max-width: 1920px) {
  .content-wrapper .news-details-section .news-box .title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .news-details-section .news-box .title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .news-details-section .news-box .title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .news-details-section .news-box .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .news-details-section .news-box .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .news-details-section .news-box .title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .news-details-section .news-box .title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .news-details-section .news-box .title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .news-details-section .news-box .title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .news-details-section .news-box .title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .news-details-section .news-box .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .news-details-section .news-box .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .news-details-section .news-box .title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .news-details-section .news-box .title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .news-details-section .news-box .desc {
  font-size: 18px;
  line-height: 22px;
  color: #00263A;
}
@media (max-width: 1920px) {
  .content-wrapper .news-details-section .news-box .desc {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .news-details-section .news-box .desc {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .news-details-section .news-box .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .news-details-section .news-box .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .news-details-section .news-box .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .news-details-section .news-box .desc {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .news-details-section .news-box .desc {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .news-details-section .news-box .desc {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .news-details-section .news-box .desc {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .news-details-section .news-box .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .news-details-section .news-box .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .news-details-section .news-box .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .news-details-section .news-box .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .news-details-section .news-box .desc {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .news-details-section .news-box .desc p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .content-wrapper .news-details-section .news-box .desc p {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .news-details-section .news-box .desc p {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .news-details-section .news-box .desc p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .news-details-section .news-box .desc p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .news-details-section .news-box .desc p {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .news-details-section .news-box .desc p {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .news-details-section .news-box .desc p {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .news-details-section .news-box .desc p {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .news-details-section .news-box .desc p {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .news-details-section .news-box .desc p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .news-details-section .news-box .desc p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .news-details-section .news-box .desc p {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .news-details-section .news-box .desc p {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .news-details-section .news-box .desc p {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .terms-condition-section .content-box .page-title {
  font-size: 36px;
  line-height: 40px;
  color: #00263A;
  font-family: "nakheel", "nakheelbold_text";
  margin-bottom: 30px;
}
@media (max-width: 1920px) {
  .content-wrapper .terms-condition-section .content-box .page-title {
    font-size: calc(32px + (36 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .terms-condition-section .content-box .page-title {
    font-size: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .terms-condition-section .content-box .page-title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .terms-condition-section .content-box .page-title {
    font-size: calc(24px + (24 - 24) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .terms-condition-section .content-box .page-title {
    font-size: calc(24px + (24 - 24) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .terms-condition-section .content-box .page-title {
    font-size: calc(24px + (24 - 24) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .terms-condition-section .content-box .page-title {
    line-height: calc(20px + (24 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .terms-condition-section .content-box .page-title {
    line-height: calc(36px + (40 - 36) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .terms-condition-section .content-box .page-title {
    line-height: calc(32px + (36 - 32) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .terms-condition-section .content-box .page-title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .terms-condition-section .content-box .page-title {
    line-height: calc(28px + (28 - 28) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .terms-condition-section .content-box .page-title {
    line-height: calc(28px + (28 - 28) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .terms-condition-section .content-box .page-title {
    line-height: calc(28px + (28 - 28) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .terms-condition-section .content-box .page-title {
    line-height: calc(24px + (28 - 24) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .terms-condition-section .content-box .desc {
  margin-bottom: 60px;
}
@media (max-width: 1920px) {
  .content-wrapper .terms-condition-section .content-box .desc {
    margin-bottom: calc(60px + (60 - 60) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .terms-condition-section .content-box .desc {
    margin-bottom: calc(55px + (60 - 55) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .terms-condition-section .content-box .desc {
    margin-bottom: calc(55px + (55 - 55) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .terms-condition-section .content-box .desc {
    margin-bottom: calc(50px + (55 - 50) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .terms-condition-section .content-box .desc {
    margin-bottom: calc(50px + (50 - 50) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .terms-condition-section .content-box .desc {
    margin-bottom: calc(45px + (50 - 45) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .terms-condition-section .content-box .desc {
    margin-bottom: calc(40px + (45 - 40) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .terms-condition-section .content-box .desc p {
  font-size: 24px;
  line-height: 28px;
  color: #59595C;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .content-wrapper .terms-condition-section .content-box .desc p {
    font-size: calc(24px + (24 - 24) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .terms-condition-section .content-box .desc p {
    font-size: calc(24px + (24 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .terms-condition-section .content-box .desc p {
    font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .terms-condition-section .content-box .desc p {
    font-size: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .terms-condition-section .content-box .desc p {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .terms-condition-section .content-box .desc p {
    font-size: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .terms-condition-section .content-box .desc p {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .terms-condition-section .content-box .desc p {
    line-height: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .terms-condition-section .content-box .desc p {
    line-height: calc(28px + (28 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .terms-condition-section .content-box .desc p {
    line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .terms-condition-section .content-box .desc p {
    line-height: calc(22px + (22 - 22) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .terms-condition-section .content-box .desc p {
    line-height: calc(22px + (22 - 22) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .terms-condition-section .content-box .desc p {
    line-height: calc(22px + (22 - 22) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .terms-condition-section .content-box .desc p {
    line-height: calc(22px + (22 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .terms-condition-section .content-box .sub-title {
  font-size: 28px;
  line-height: 32px;
  color: #00263A;
  margin-bottom: 30px;
}
@media (max-width: 1920px) {
  .content-wrapper .terms-condition-section .content-box .sub-title {
    font-size: calc(28px + (28 - 28) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .terms-condition-section .content-box .sub-title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .terms-condition-section .content-box .sub-title {
    font-size: calc(21px + (24 - 21) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .terms-condition-section .content-box .sub-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .terms-condition-section .content-box .sub-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .terms-condition-section .content-box .sub-title {
    font-size: calc(21px + (21 - 21) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .terms-condition-section .content-box .sub-title {
    line-height: calc(18px + (21 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .content-wrapper .terms-condition-section .content-box .sub-title {
    line-height: calc(32px + (32 - 32) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .terms-condition-section .content-box .sub-title {
    line-height: calc(28px + (32 - 28) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .terms-condition-section .content-box .sub-title {
    line-height: calc(25px + (28 - 25) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .terms-condition-section .content-box .sub-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .terms-condition-section .content-box .sub-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .terms-condition-section .content-box .sub-title {
    line-height: calc(25px + (25 - 25) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .terms-condition-section .content-box .sub-title {
    line-height: calc(22px + (25 - 22) * ((100vw - 320px) / (480 - 320)));
  }
}
.content-wrapper .terms-condition-section.privacy-policy .content-box .desc + .page-title {
  padding-top: 60px;
}
@media (max-width: 1920px) {
  .content-wrapper .terms-condition-section.privacy-policy .content-box .desc + .page-title {
    padding-top: calc(60px + (60 - 60) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .content-wrapper .terms-condition-section.privacy-policy .content-box .desc + .page-title {
    padding-top: calc(55px + (60 - 55) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .content-wrapper .terms-condition-section.privacy-policy .content-box .desc + .page-title {
    padding-top: calc(55px + (55 - 55) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .content-wrapper .terms-condition-section.privacy-policy .content-box .desc + .page-title {
    padding-top: calc(50px + (55 - 50) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper .terms-condition-section.privacy-policy .content-box .desc + .page-title {
    padding-top: calc(50px + (50 - 50) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .content-wrapper .terms-condition-section.privacy-policy .content-box .desc + .page-title {
    padding-top: calc(45px + (50 - 45) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .content-wrapper .terms-condition-section.privacy-policy .content-box .desc + .page-title {
    padding-top: calc(40px + (45 - 40) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1024px) {
  .content-wrapper {
    margin-top: 0;
  }
  .content-wrapper .title-outer {
    flex-wrap: wrap;
  }
  .content-wrapper .title-outer .nav {
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: flex-start !important;
  }
  .content-wrapper .title-outer .nav::-webkit-scrollbar {
    height: 0;
  }
  .content-wrapper .title-outer .arrow-btn {
    height: 48px;
    max-height: 48px;
    max-width: 48px;
  }
  .content-wrapper .title-outer .arrow-btn img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .content-wrapper .title-outer .arrow-btn:first-child {
    margin-right: 30px;
  }
  .content-wrapper .title-outer .viewall-btn {
    margin-left: 30px;
  }
}
@media (max-width: 937px) {
  .content-wrapper .title-outer .section-title {
    margin-bottom: 20px;
  }
  .content-wrapper .world-section-filter .title-outer .nav {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .content-wrapper #restauratClubCategoryList .title-outer .section-desc + .nav {
    margin-top: 20px;
  }
}

.iti {
  border: none;
  width: 100%;
}
.iti .iti__flag-container {
  background: none;
  margin-right: 10px;
  width: 40%;
  color: #B5ABA3;
}
.iti .iti__flag-container .iti__selected-flag {
  background: none;
  border: 1px solid #B7ABA2;
  height: 57px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1920px) {
  .iti .iti__flag-container .iti__selected-flag {
    padding-left: calc(18px + (20 - 18) * ((100vw - 1600px) / (1920 - 1600)));
    padding-right: calc(18px + (20 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .iti .iti__flag-container .iti__selected-flag {
    padding-left: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
    padding-right: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .iti .iti__flag-container .iti__selected-flag {
    padding-left: calc(14px + (16 - 14) * ((100vw - 1280px) / (1440 - 1280)));
    padding-right: calc(14px + (16 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .iti .iti__flag-container .iti__selected-flag {
    padding-left: calc(12px + (14 - 12) * ((100vw - 1024px) / (1280 - 1024)));
    padding-right: calc(12px + (14 - 12) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .iti .iti__flag-container .iti__selected-flag {
    padding-left: calc(10px + (12 - 10) * ((100vw - 768px) / (1024 - 768)));
    padding-right: calc(10px + (12 - 10) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .iti .iti__flag-container .iti__selected-flag {
    padding-left: calc(10px + (10 - 10) * ((100vw - 480px) / (768 - 480)));
    padding-right: calc(10px + (10 - 10) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .iti .iti__flag-container .iti__selected-flag {
    padding-left: calc(10px + (10 - 10) * ((100vw - 320px) / (480 - 320)));
    padding-right: calc(10px + (10 - 10) * ((100vw - 320px) / (480 - 320)));
  }
}
.iti .phone {
  border: none;
  border: 1px solid #B7ABA2 !important;
  height: 58px;
  padding-left: 20px !important;
  margin-left: 42% !important;
  width: 58%;
  border-radius: 0;
}
.iti .phone:hover, .iti .phone:focus {
  outline: none;
}
.iti .phone::placeholder {
  color: #B5ABA3;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1920px) {
  .iti .phone::placeholder {
    font-size: calc(16px + (16 - 16) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .iti .phone::placeholder {
    font-size: calc(14px + (16 - 14) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .iti .phone::placeholder {
    font-size: calc(14px + (14 - 14) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .iti .phone::placeholder {
    font-size: calc(14px + (14 - 14) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .iti .phone::placeholder {
    font-size: calc(14px + (14 - 14) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .iti .phone::placeholder {
    font-size: calc(14px + (14 - 14) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .iti .phone::placeholder {
    line-height: calc(14px + (14 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .iti .phone::placeholder {
    line-height: calc(20px + (20 - 20) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .iti .phone::placeholder {
    line-height: calc(18px + (20 - 18) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .iti .phone::placeholder {
    line-height: calc(18px + (18 - 18) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .iti .phone::placeholder {
    line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .iti .phone::placeholder {
    line-height: calc(18px + (18 - 18) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .iti .phone::placeholder {
    line-height: calc(18px + (18 - 18) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .iti .phone::placeholder {
    line-height: calc(18px + (18 - 18) * ((100vw - 320px) / (480 - 320)));
  }
}
.iti .phone.error {
  border: 1px solid #dc3545 !important;
}
@media (max-width: 768px) {
  .iti .iti__flag-container {
    padding: 0;
  }
  .iti .iti__flag-container .iti__selected-flag {
    height: 48px;
  }
  .iti .phone {
    height: 48px;
  }
}

.swiper-dot {
  text-align: center;
  margin-top: 40px;
  line-height: 1;
}
.swiper-dot .swiper-pagination-bullet {
  border-radius: 0;
  height: 8px;
  width: 8px;
  background: rgba(0, 38, 58, 0.5);
  margin: 0 8px !important;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00263A;
}
@media (max-width: 768px) {
  .swiper-dot {
    margin-top: 20px;
  }
  .swiper-dot .swiper-pagination-bullet {
    height: 6px;
    width: 6px;
    margin: 0 5px !important;
  }
}

.fancybox__container {
  z-index: 1000000 !important;
}
.fancybox__container .fancybox__content {
  position: static;
}
.fancybox__container .fancybox__content:focus {
  outline: none;
}
.fancybox__container .fancybox__content .f-button {
  right: 8% !important;
  top: 8% !important;
  background: transparent;
}
.fancybox__container .fancybox__content .f-button svg {
  height: 32px;
  width: 32px;
}
@media (max-width: 567px) {
  .fancybox__container .fancybox__content .f-button {
    right: 30px !important;
    top: 5% !important;
  }
  .fancybox__container .fancybox__content .f-button svg {
    height: 28px;
    width: 28px;
  }
}
.fancybox__container .fancybox__backdrop {
  background: rgba(0, 38, 58, 0.95);
}
.fancybox__container .fancybox__nav .f-button svg {
  height: 48px;
  width: 48px;
}
.fancybox__container .fancybox__nav .f-button.is-next {
  right: 8%;
}
.fancybox__container .fancybox__nav .f-button.is-left {
  left: 8%;
}
.fancybox__container .fancybox__footer {
  display: none;
}

.loader-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-section.fullscreen {
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.5);
}
.loader-section.loader-align {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
}

@media (max-width: 768px) {
  .mt-4 {
    margin-top: 1.25rem !important;
  }
}

.rtl .content-wrapper .title-outer .nav .nav-item:not(:last-child) {
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 1920px) {
  .rtl .content-wrapper .title-outer .nav .nav-item:not(:last-child) {
    margin-left: calc(45px + (50 - 45) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .rtl .content-wrapper .title-outer .nav .nav-item:not(:last-child) {
    margin-left: calc(40px + (45 - 40) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .rtl .content-wrapper .title-outer .nav .nav-item:not(:last-child) {
    margin-left: calc(35px + (40 - 35) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .rtl .content-wrapper .title-outer .nav .nav-item:not(:last-child) {
    margin-left: calc(30px + (35 - 30) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .rtl .content-wrapper .title-outer .nav .nav-item:not(:last-child) {
    margin-left: calc(25px + (30 - 25) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .rtl .content-wrapper .title-outer .nav .nav-item:not(:last-child) {
    margin-left: calc(20px + (25 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .rtl .content-wrapper .title-outer .nav .nav-item:not(:last-child) {
    margin-left: calc(15px + (20 - 15) * ((100vw - 320px) / (480 - 320)));
  }
}
.rtl .content-wrapper .title-outer .arrow-btn {
  transform: rotate(180deg);
}
.rtl .content-wrapper .title-outer .arrow-btn:first-child {
  margin-right: 0;
  margin-left: 30px;
}
.rtl .content-wrapper .title-outer .viewall-btn {
  margin-left: 0;
  margin-right: 30px;
}
.rtl .content-wrapper .world-section .swiper-world .card.world-card .f-logo {
  right: auto;
  left: 10%;
}
.rtl .content-wrapper .wayoflife-section .grid-outer {
  direction: rtl;
}
.rtl .content-wrapper .wayoflife-section .grid-outer .full-tile .tile .play-icon {
  right: auto;
  left: 50px;
}
.rtl .content-wrapper .wayoflife-section .grid-outer .half-tile {
  display: flex;
  flex-direction: column;
}
.rtl .content-wrapper .wayoflife-section .grid-outer .half-tile .tile .play-icon {
  right: 40px;
}
.rtl .content-wrapper .wayoflife-section .grid-outer .half-tile .tile.right .play-icon {
  right: auto;
  left: 40px;
}
.rtl .content-wrapper .wayoflife-section .grid-outer .half-tile .tile.right .description {
  right: 0;
  left: auto;
}
.rtl .content-wrapper .propertydetails-moblie .proj-stat li {
  border-left: 0;
  border-right: 1px solid #D3D9D2;
  padding-left: 0;
  padding-right: 10px;
}
.rtl .content-wrapper .mobileapp-section .content-box .description {
  margin-right: 0;
  margin-left: 80px;
}
@media (max-width: 1920px) {
  .rtl .content-wrapper .mobileapp-section .content-box .description {
    margin-left: calc(80px + (80 - 80) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .rtl .content-wrapper .mobileapp-section .content-box .description {
    margin-left: calc(70px + (80 - 70) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .rtl .content-wrapper .mobileapp-section .content-box .description {
    margin-left: calc(70px + (70 - 70) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .rtl .content-wrapper .mobileapp-section .content-box .description {
    margin-left: calc(60px + (70 - 60) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .rtl .content-wrapper .mobileapp-section .content-box .description {
    margin-left: calc(60px + (60 - 60) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .rtl .content-wrapper .mobileapp-section .content-box .description {
    margin-left: calc(50px + (60 - 50) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .rtl .content-wrapper .mobileapp-section .content-box .description {
    margin-left: calc(50px + (50 - 50) * ((100vw - 320px) / (480 - 320)));
  }
}
.rtl .content-wrapper .mobileapp-section .content-box .description .links {
  align-items: flex-start;
}
.rtl .content-wrapper .mobileapp-section .content-box .description .links .appstore a {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .content-wrapper .mobileapp-section .content-box .description .links .qrcode {
  margin-left: 0;
  margin-right: auto;
}
.rtl .content-wrapper .mobileapp-section .content-box .mobile-block {
  margin-right: 0;
  margin-left: 80px;
}
@media (max-width: 1920px) {
  .rtl .content-wrapper .mobileapp-section .content-box .mobile-block {
    margin-left: calc(75px + (80 - 75) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .rtl .content-wrapper .mobileapp-section .content-box .mobile-block {
    margin-left: calc(70px + (75 - 70) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .rtl .content-wrapper .mobileapp-section .content-box .mobile-block {
    margin-left: calc(65px + (70 - 65) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .rtl .content-wrapper .mobileapp-section .content-box .mobile-block {
    margin-left: calc(60px + (65 - 60) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .rtl .content-wrapper .mobileapp-section .content-box .mobile-block {
    margin-left: calc(55px + (60 - 55) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .rtl .content-wrapper .mobileapp-section .content-box .mobile-block {
    margin-left: calc(50px + (55 - 50) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .rtl .content-wrapper .mobileapp-section .content-box .mobile-block {
    margin-left: calc(45px + (50 - 45) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1024px) {
  .rtl .content-wrapper .mobileapp-section .container-end .content-box .mobile-block {
    margin-left: 0;
    margin-right: auto;
  }
}
.rtl .content-wrapper .nakheel-collection-section .collection-outer .collection-block .title-part {
  align-items: flex-start;
}
.rtl .content-wrapper .nakheel-collection-section .collection-outer .collection-block .overlay {
  top: 100%;
  left: auto;
  right: 0;
  align-items: flex-end;
  justify-content: end;
}
.rtl .content-wrapper .nakheel-collection-section .collection-outer.collection-page .collection-block:nth-child(odd) {
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .rtl .content-wrapper .nakheel-collection-section .collection-outer.collection-page .collection-block:nth-child(odd) {
    margin-left: 0;
  }
}
.rtl .content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check {
  padding-left: 0;
  padding-right: 16px;
}
.rtl .content-wrapper .property-search-listing .filter-part .checkbox-outer .form-check .form-check-label {
  padding-left: 0;
  padding-right: 16px;
}
@media (max-width: 1024px) {
  .rtl .content-wrapper .property-search-listing .filter-part .filter-elements .form-control.custom-select + .btn-group .multiselect {
    padding-left: 0;
    padding-right: 10px;
  }
}
.rtl .content-wrapper .aminities-section .progress-outer .progrss-blocks .card {
  margin-right: 0;
  margin-left: 50px;
  border-right: 0;
  border-left: 1px solid rgba(181, 171, 163, 0.3);
  padding-right: 0;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .rtl .content-wrapper .aminities-section .title-outer .section-title {
    margin-bottom: 0;
  }
  .rtl .content-wrapper .aminities-section .btn-section .btn,
.rtl .content-wrapper .aminities-section .btn-section .btn-theme {
    margin: 0 0 20px 20px;
  }
}
.rtl .content-wrapper .broshure-section .header-part ul li:not(:last-child) {
  border-right: 0;
  border-left: 1px solid #B3ABA4;
}
@media (max-width: 567px) {
  .rtl .content-wrapper .broshure-section .header-part ul li a {
    flex-direction: row;
    justify-content: center;
  }
  .rtl .content-wrapper .broshure-section .header-part ul li a img {
    margin: 0 0 0 14px;
  }
}
@media (max-width: 768px) {
  .rtl .content-wrapper .broshure-section .video-part .play-icon {
    left: 30px;
    right: auto;
  }
}
.rtl .content-wrapper .the-comminity-section .left-list {
  padding-left: 45p0x;
  padding-right: 45px;
}
.rtl .content-wrapper .the-comminity-section .left-list li {
  padding-left: 0;
  padding-right: 17px;
}
.rtl .content-wrapper .the-comminity-section .left-list li::before {
  right: auto;
  left: 100%;
}
.rtl .content-wrapper .the-comminity-section .bar {
  margin-left: 0;
  margin-right: 20px;
}
.rtl .content-wrapper .location-section-head ul li:not(:last-child) {
  border-right: 0;
  border-left: 1px solid grey;
}
@media (max-width: 768px) {
  .rtl .content-wrapper .location-section-head .custom-container ul li img {
    margin-right: 0;
    margin-left: 30px;
  }
}
.rtl .content-wrapper .location-section .map-outer .details ul li .desc {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-body ul li {
  padding: 0 28px 10px 0;
}
.rtl .content-wrapper .contact-accordion-section .contact-accordion .accordion .accordion-item .accordion-collapse.show {
  border-left: 0;
  border-right: 1px solid #D2CCC8;
}
.rtl .content-wrapper .mall-aminities-section .aminity-outer .aminities:not(:last-child) {
  margin-right: 0;
  margin-left: 40px;
}
.rtl .content-wrapper .mall-aminities-section .aminity-outer .aminities img {
  margin-right: 0;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .rtl .content-wrapper .mall-aminities-section .aminity-outer .aminities:not(:last-child) {
    margin-left: 0;
  }
  .rtl .content-wrapper .mall-aminities-section .aminity-outer .aminities img {
    margin-right: 0;
    margin-left: 20px;
  }
}
.rtl .content-wrapper .landmarks-section ul li:not(:last-child) {
  border-right: 0;
  border-left: 1px solid white;
}
@media (max-width: 768px) {
  .rtl .content-wrapper .landmarks-section ul li:not(:last-child) {
    border-left: 0;
  }
}
.rtl .content-wrapper .about-count-section ul li:not(:last-child) {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
  border-left: 1px solid #B5ABA3;
  padding-left: 30px;
  margin-left: 30px;
}
.rtl .content-wrapper .about-count-section ul li .count {
  margin-right: 0;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .rtl .content-wrapper .about-count-section ul li:not(:last-child) {
    border-left: 0;
    border-bottom: 1px solid #B5ABA3;
    padding-left: 0;
    margin-left: 0;
  }
}
.rtl .content-wrapper .management-tag-section .management-tab .nav-tabs .nav-item:not(:last-child) {
  margin-right: 0;
  margin-left: 40px;
}
.rtl .content-wrapper .management-tag-section .profile-outer.csuite {
  display: flex;
  flex-wrap: wrap;
}
.rtl .content-wrapper .management-tag-section .profile-outer.csuite .profile-card {
  margin-right: 0;
  margin-left: 3%;
}
.rtl .content-wrapper .search-result-section .search .input-box .form-control {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .rtl .content-wrapper .title-outer .arrow-btn:first-child {
    margin-right: 0;
    margin-left: 30px;
  }
  .rtl .content-wrapper .title-outer .viewall-btn {
    margin-right: 30px;
  }
}

.cookie-section {
  min-height: 100px;
  width: 100%;
  background: rgba(0, 97, 127, 0.9490196078);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  display: flex;
  align-items: center;
  padding: 20px;
  transition: all 0.5s ease;
}
.cookie-section .cookie-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.cookie-section .cookie-outer p {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: white;
  font-family: "nakheel", "nakheelregular_text";
}
@media (max-width: 1920px) {
  .cookie-section .cookie-outer p {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .cookie-section .cookie-outer p {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .cookie-section .cookie-outer p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .cookie-section .cookie-outer p {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .cookie-section .cookie-outer p {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .cookie-section .cookie-outer p {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .cookie-section .cookie-outer p {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .cookie-section .cookie-outer p {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .cookie-section .cookie-outer p {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .cookie-section .cookie-outer p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .cookie-section .cookie-outer p {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .cookie-section .cookie-outer p {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .cookie-section .cookie-outer p {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .cookie-section .cookie-outer p {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.cookie-section .cookie-outer .cookie-btns {
  display: flex;
  align-items: center;
}
.cookie-section .cookie-outer .cookie-btns a {
  text-decoration: none;
  color: white;
  font-family: "nakheel", "nakheelregular_text";
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1920px) {
  .cookie-section .cookie-outer .cookie-btns a {
    font-size: calc(18px + (18 - 18) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .cookie-section .cookie-outer .cookie-btns a {
    font-size: calc(16px + (18 - 16) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .cookie-section .cookie-outer .cookie-btns a {
    font-size: calc(16px + (16 - 16) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .cookie-section .cookie-outer .cookie-btns a {
    font-size: calc(16px + (16 - 16) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .cookie-section .cookie-outer .cookie-btns a {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .cookie-section .cookie-outer .cookie-btns a {
    font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .cookie-section .cookie-outer .cookie-btns a {
    line-height: calc(16px + (16 - 16) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (max-width: 1920px) {
  .cookie-section .cookie-outer .cookie-btns a {
    line-height: calc(22px + (22 - 22) * ((100vw - 1600px) / (1920 - 1600)));
  }
}
@media (max-width: 1600px) {
  .cookie-section .cookie-outer .cookie-btns a {
    line-height: calc(20px + (22 - 20) * ((100vw - 1440px) / (1600 - 1440)));
  }
}
@media (max-width: 1440px) {
  .cookie-section .cookie-outer .cookie-btns a {
    line-height: calc(20px + (20 - 20) * ((100vw - 1280px) / (1440 - 1280)));
  }
}
@media (max-width: 1280px) {
  .cookie-section .cookie-outer .cookie-btns a {
    line-height: calc(20px + (20 - 20) * ((100vw - 1024px) / (1280 - 1024)));
  }
}
@media (max-width: 1024px) {
  .cookie-section .cookie-outer .cookie-btns a {
    line-height: calc(20px + (20 - 20) * ((100vw - 768px) / (1024 - 768)));
  }
}
@media (max-width: 768px) {
  .cookie-section .cookie-outer .cookie-btns a {
    line-height: calc(20px + (20 - 20) * ((100vw - 480px) / (768 - 480)));
  }
}
@media (max-width: 480px) {
  .cookie-section .cookie-outer .cookie-btns a {
    line-height: calc(20px + (20 - 20) * ((100vw - 320px) / (480 - 320)));
  }
}
.cookie-section .cookie-outer .cookie-btns a.btn-knowmore {
  margin-right: 20px;
  margin-left: 20px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cookie-section .cookie-outer {
    flex-direction: column;
  }
  .cookie-section .cookie-outer p {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cookie-section.hide {
  bottom: auto;
  top: 100%;
}

div.collapse-main-parent .sf_colsIn {
  padding-top: 20px;
}
div.collapse-main-parent section {
  padding-top: 0 !important;
}
div.collapse-main-parent section .title-part {
  margin-bottom: 0 !important;
}
div.collapse-main-parent section .title-outer {
  margin-bottom: 0 !important;
}
div.collapse-main-parent + div .sf_colsIn {
  padding-top: 20px;
}
div.collapse-main-parent + div section {
  padding-top: 0 !important;
}