@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');


:root {
  --color-prime: #0082d5;
  --color-second: #008031;
  --color-dark-green: #00145e;
  --color-light-green: #6c8184;
  --gradient-r: linear-gradient(to right, var(--color-dark-green), var(--color-prime));
  --gradient-l: linear-gradient(to left, var(--color-dark-green), var(--color-prime));
  --gradient-t: linear-gradient(to top, var(--color-dark-green), var(--color-prime));
  --gradient-b: linear-gradient(to bottom, var(--color-dark-green), var(--color-prime));
}


html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
  margin: 0;
}

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

input {
  border: 0 none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button {
  background: none;
  cursor: pointer;
}

button,
fieldset,
iframe {
  border: 0;
}

fieldset,
ul,
ol,
button,
menu {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

textarea {
  resize: vertical;
}

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

td {
  padding: 0;
}

svg {
  width: 1em;
  height: 1em;
}

button {
  outline: 0;
}

.icon {
  font-size: 18px;
  color: currentColor;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 479px) {
  .container {
    max-width: 390px;
  }
}

@media (min-width: 480px) {
  .container {
    max-width: 600px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
  .container.size-1 {
    max-width: 1320px;
  }
}

@media (min-width: 1750px) {
  .container {
    max-width: 1250px;
  }
}

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

@media (min-width: 1400px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1750px) {
  .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (min-width: 2020px) {
  .container-fluid {
    max-width: 2000px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 992px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    max-width: 768px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .container-fluid {
    max-width: 600px;
  }
}

@media (max-width: 479px) {
  .container-fluid {
    max-width: 390px;
  }
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 480px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

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

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

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

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (max-width: 479px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (max-width: 767px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (max-width: 991px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (max-width: 1199px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .gutter {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter > .col,
  .gutter > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gutter-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-15 > .col,
  .gutter-15 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gutter-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gutter-30 > .col,
  .gutter-30 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gutter-large {
    margin-left: -50px;
    margin-right: -50px;
  }
  .gutter-large > .col,
  .gutter-large > [class*="col-"] {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.gutter-5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.gutter-5 > .col,
.gutter-5 > [class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.gutter-1 {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.gutter-1 > .col,
.gutter-1 > [class*="col-"] {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes bounceArrow {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  40% {
    -webkit-transform: translateY(-30px) translateX(-50%);
    transform: translateY(-30px) translateX(-50%);
  }
  60% {
    -webkit-transform: translateY(-15px) translateX(-50%);
    transform: translateY(-15px) translateX(-50%);
  }
}

@keyframes bounceArrow {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  40% {
    -webkit-transform: translateY(-30px) translateX(-50%);
    transform: translateY(-30px) translateX(-50%);
  }
  60% {
    -webkit-transform: translateY(-15px) translateX(-50%);
    transform: translateY(-15px) translateX(-50%);
  }
}

.bounceArrow {
  -webkit-animation-name: bounceArrow;
  animation-name: bounceArrow;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@-webkit-keyframes swingCatLitter {
  from {
    -webkit-transform: translate3d(0, -13px, 0);
    transform: translate3d(0, -13px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 13px, 0);
    transform: translate3d(0, 13px, 0);
  }
}

@keyframes swingCatLitter {
  from {
    -webkit-transform: translate3d(0, -13px, 0);
    transform: translate3d(0, -13px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 13px, 0);
    transform: translate3d(0, 13px, 0);
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes flicker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flicker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background-color: #1e1d1c;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #fff;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*.fancybox-infobar { height: auto; left: 42px; top: auto; bottom: 180px; padding: 0; font-size: 7.4rem; line-height: 1; letter-spacing: -.22em; color: #fff; mix-blend-mode: normal; text-shadow: 0 3px 6px rgba(black, .16); }*/
.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-toolbar button:not(:last-child) {
  display: none !important;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

@media (min-width: 768px) {
  .fancybox-slide.fancybox-slide--pdf {
    padding-left: 200px;
    padding-right: 200px;
  }
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

/*.fancybox-button--close { position: fixed; display: block !important; width: 60px; height: 60px; right: 50px !important; top: 50px !important; padding: 0 !important; font-size: 40px; color: #fff !important; background: none; text-shadow: 0 3px 6px rgba(0,0,0,0.16); }*/
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #fff;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation {
  position: absolute;
  right: 50px;
  bottom: 70px;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 65px;
  opacity: 0;
  position: relative;
  cursor: pointer;
  width: 50px;
}

.fancybox-navigation .fancybox-button:not(:last-child) {
  margin-right: 20px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.85)),
    color-stop(50%, rgba(0, 0, 0, 0.3)),
    color-stop(65%, rgba(0, 0, 0, 0.15)),
    color-stop(75.5%, rgba(0, 0, 0, 0.075)),
    color-stop(82.85%, rgba(0, 0, 0, 0.037)),
    color-stop(88%, rgba(0, 0, 0, 0.019)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

/*@supports (padding: max(0px)) { .fancybox-caption { padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }*/
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #fff;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  /*@supports (padding: max(0px)) { .fancybox-caption { padding-left: max(12px, env(safe-area-inset-left)); padding-right: max(12px, env(safe-area-inset-right)); } }*/
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* Owl Carousel - Core */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden; /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Owl Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item {
  /** This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong calculation of the height of the owl-item that breaks page layouts */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Default theme - Owl Carousel CSS File */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  outline: 0;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #fff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: visible;
  border-radius: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 50px;
}

.owl-nav-style .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -25px;
}

.owl-nav-style .owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 18px;
  padding-top: 1px !important;
  background: var(--color-prime);
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.owl-nav-style .owl-theme .owl-nav [class*="owl-"]:hover {
  background: var(--color-prime);
}

@media (max-width: 1199px) {
  .owl-nav-style .owl-theme .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.owl-nav-style .owl-theme .owl-nav button.owl-prev {
  left: 50px;
  padding-right: 2px !important;
}

@media (max-width: 1199px) {
  .owl-nav-style .owl-theme .owl-nav button.owl-prev {
    left: 10px !important;
  }
}

.owl-nav-style .owl-theme .owl-nav button.owl-next {
  right: 50px;
  padding-left: 2px !important;
}

@media (max-width: 1199px) {
  .owl-nav-style .owl-theme .owl-nav button.owl-next {
    right: 10px !important;
  }
}

.owl-nav-style.nav-outer .owl-theme .owl-nav {
  margin-top: -45px;
}

.owl-nav-style.nav-outer .owl-theme .owl-nav button.owl-prev {
  left: -65px;
}

.owl-nav-style.nav-outer .owl-theme .owl-nav button.owl-next {
  right: -65px;
}

.owl-nav-style.nav-outer.logos .owl-theme .owl-nav {
 /*  margin-top: -60px; */
}

.owl-nav-style.nav-outer.logos .owl-theme .owl-nav button.owl-prev {
  left: -75px;
}

.owl-nav-style.nav-outer.logos .owl-theme .owl-nav button.owl-next {
  right: -75px;
}

@media (min-width: 480px) {
  .owl-nav-style.banner .owl-theme .owl-nav [class*="owl-"] {
    width: 70px;
    height: 70px;
    font-size: 24px;
  }
}

@media (min-width: 480px) {
  .owl-nav-style.banner .owl-theme .owl-nav [class*="owl-"] svg path {
    stroke-width: 1px !important;
  }
}

.owl-nav-style.no-circle .owl-theme .owl-nav {
  top: 50%;
  margin-top: -25px;
}

.owl-nav-style.no-circle .owl-theme .owl-nav [class*="owl-"] {
  background: none;
  width: 25px;
  height: 25px;
}

.owl-nav-style.no-circle .owl-theme .owl-nav [class*="owl-"] svg {
  font-size: 24px;
}

@media (max-width: 479px) {
  .owl-nav-style.no-circle .owl-theme .owl-nav [class*="owl-"] svg {
    font-size: 20px;
  }
}

.owl-nav-style.no-circle .owl-theme .owl-nav [class*="owl-"] svg path {
  stroke: var(--color-prime) !important;
  stroke-width: 2px !important;
}

.owl-nav-style.no-circle .owl-theme .owl-nav button.owl-prev {
  left: 20px;
}

.owl-nav-style.no-circle .owl-theme .owl-nav button.owl-next {
  right: 20px;
}

.owl-nav-style.bottom-right .owl-theme .owl-nav {
  top: inherit;
  right: 0;
  bottom: 0;
  left: inherit;
  position: relative;
  text-align: right;
}

.owl-nav-style.bottom-right .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}

.owl-nav-style.bottom-right .owl-theme .owl-nav button {
  left: inherit;
  right: inherit;
}

.owl-nav-style.bottom-left .owl-theme .owl-nav {
  top: inherit;
  left: 0;
  right: inherit;
  bottom: 0;
  position: absolute;
  text-align: left;
  margin-top: 0;
}

.owl-nav-style.bottom-left .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}

.owl-nav-style.bottom-left .owl-theme .owl-nav button {
  left: inherit;
  right: inherit;
}

.owl-nav-style.bottom-left._highlights .owl-theme .owl-nav {
  right: 0;
  bottom: 120px;
  max-width: calc(1250px - (20px / 2));
  width: 100%;
  margin: 0 auto;
}

.owl-nav-style.bottom-center .owl-theme .owl-nav {
  position: absolute;
  top: inherit;
  bottom: inherit;
}

.owl-nav-style.bottom-center .owl-theme .owl-nav [class*="owl-"] {
  background: var(--color-prime);
  width: 40px;
  height: 40px;
  padding-top: 2px !important;
}

.owl-nav-style.bottom-center .owl-theme .owl-nav [class*="owl-"]:hover {
  background: var(--color-second);
}

.owl-nav-style.bottom-center .owl-theme .owl-nav button {
  left: inherit !important;
  right: inherit !important;
}

.owl-nav-style.bottom-center.multimedia .owl-theme .owl-nav {
  bottom: -20px;
}

.owl-nav-style.bottom-center.multimedia .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
  opacity: 1;
}

.owl-nav-style.top-right .owl-theme .owl-nav {
  top: -50px;
  right: 0;
  bottom: inherit;
  left: inherit;
}

.owl-nav-style.top-right .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
  background: none;
  height: 120px;
  width: 40px;
  background-color: rgba(21, 83, 164, 0.1);
  border-radius: 0;
  border-right: 1px solid #fff;
}

.owl-nav-style.top-right .owl-theme .owl-nav [class*="owl-"] svg path {
  stroke: #1e1d1c !important;
}

.owl-nav-style.top-right .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: var(--color-prime);
}

.owl-nav-style.top-right .owl-theme .owl-nav [class*="owl-"]:hover svg path {
  stroke: #fff !important;
}

.owl-nav-style.top-right .owl-theme .owl-nav button {
  left: inherit !important;
  right: inherit !important;
}

.owl-nav-style.top-right .owl-theme.owl-transactions .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  margin-top: 0;
}

.owl-nav-style.top-right .owl-theme.owl-transactions .owl-nav [class*="owl-"] {
  margin: 0;
}

.owl-nav-style.top-left .owl-theme .owl-nav {
  top: -50px;
  left: 0;
  bottom: inherit;
  right: inherit;
}

.owl-nav-style.top-left .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
  background: none;
  height: 120px;
  width: 40px;
  background-color: rgba(21, 83, 164, 0.1);
  border-radius: 0;
}

.owl-nav-style.top-left .owl-theme .owl-nav [class*="owl-"]:not(:last-child) {
  border-right: 1px solid #fff;
}

.owl-nav-style.top-left .owl-theme .owl-nav [class*="owl-"] svg path {
  stroke: #1e1d1c !important;
}

.owl-nav-style.top-left .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: var(--color-prime);
}

.owl-nav-style.top-left .owl-theme .owl-nav [class*="owl-"]:hover svg path {
  stroke: #fff !important;
}

.owl-nav-style.top-left .owl-theme .owl-nav button {
  left: inherit;
  right: inherit;
}

.owl-nav-style.top-left .owl-theme.owl-transactions .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  margin-top: 0;
}

.owl-nav-style.top-left .owl-theme.owl-transactions .owl-nav [class*="owl-"] {
  margin: 0;
}

.headline-news .owl-theme .owl-dots {
  text-align: left;
  background: var(--color-dark-green);
  height: 60px;
  margin-top: 3px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: dots;
}

.headline-news .owl-theme .owl-dots .owl-dot {
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  height: 100%;
  margin-left: 1px;
  margin-right: 1px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.headline-news .owl-theme .owl-dots .owl-dot.active,
.headline-news .owl-theme .owl-dots .owl-dot:hover {
  background: rgba(0, 0, 0, 0.3);
}

.headline-news .owl-theme .owl-dots .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}

.headline-news .owl-theme .owl-dots .owl-dot span {
  display: none;
}

@media (max-width: 479px) {
  .headline-news .owl-theme .owl-dots .owl-dot {
    font-size: 14px;
  }
}

.headlinenewsV2 .owl-theme .owl-dots {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: dots;
}

@media (min-width: 768px) {
  .headlinenewsV2 .owl-theme .owl-dots {
    width: 50%;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 3px !important;
  }
}

@media (max-width: 767px) {
  .headlinenewsV2 .owl-theme .owl-dots {
    margin-top: 0 !important;
  }
}

.headlinenewsV2 .owl-theme .owl-dots .owl-dot {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

@media (min-width: 768px) {
  .headlinenewsV2 .owl-theme .owl-dots .owl-dot {
    background: none;
  }
}

@media (max-width: 767px) {
  .headlinenewsV2 .owl-theme .owl-dots .owl-dot {
    background: rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 768px) {
  .headlinenewsV2 .owl-theme .owl-dots .owl-dot.active,
  .headlinenewsV2 .owl-theme .owl-dots .owl-dot:hover {
    background: rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 767px) {
  .headlinenewsV2 .owl-theme .owl-dots .owl-dot.active,
  .headlinenewsV2 .owl-theme .owl-dots .owl-dot:hover {
    background: rgba(0, 0, 0, 0.5);
  }
}

.headlinenewsV2 .owl-theme .owl-dots .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}

.headlinenewsV2 .owl-theme .owl-dots .owl-dot span {
  display: none;
}

@media (max-width: 479px) {
  .headlinenewsV2 .owl-theme .owl-dots .owl-dot {
    font-size: 14px;
  }
}

.headline-news .owl-theme .owl-nav {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: var(--color-prime);

  position: relative;
  z-index: 2;
}

.headline-news .owl-theme .owl-nav [class*="owl-"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  margin: 0;
  border-radius: 11px;
  height: 60px;
  width: 65px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 24px;
}

@media (max-width: 479px) {
  .headline-news .owl-theme .owl-nav [class*="owl-"] {
    width: 55px;
    font-size: 22px;
  }
}

.headline-news .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #1da1f2;
}

.projects .owl-theme .owl-nav {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 420px;
  background: var(--color-prime);

  border-radius: 25px;
  position: absolute;
  z-index: 2;
  right: 5px;
  left: 5px;
}

@media (min-width: 768px) {
  .projects .owl-theme .owl-nav {
    bottom: calc((-70px / 2) * -1);
  }
}

@media (max-width: 767px) {
  .projects .owl-theme .owl-nav {
    bottom: 30px;
  }
}

.projects .owl-theme .owl-nav [class*="owl-"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  margin: 0;
  border-radius: 25px;
  height: 60px;
  width: 65px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 24px;
}

.projects .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #1da1f2;
}

@-webkit-keyframes zuckSlideTime {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}

@keyframes zuckSlideTime {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}

@-webkit-keyframes zuckLoading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes zuckLoading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#zuck-modal {
  outline: 0 !important;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100000;
  font-size: 14px;
  font-family: inherit;
}

#zuck-modal-content,
#zuck-modal-content .story-viewer,
#zuck-modal-content .story-viewer > .slides,
#zuck-modal-content .story-viewer > .slides > * {
  width: 100vw;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow: hidden;
}

#zuck-modal * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}

#zuck-modal.with-effects {
  -webkit-transform: scale(0.01);
  transform: scale(0.01);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

#zuck-modal.with-effects.animated {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 0;
  margin-top: 0 !important;
  margin-left: 0 !important;
}

#zuck-modal.with-effects.closed {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

#zuck-modal .slider {
  width: 300vw;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -100vw;
  position: absolute;
}

#zuck-modal .slider > * {
  width: 100vw;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}

#zuck-modal .slider > .previous {
  left: 0;
}

#zuck-modal .slider > .viewing {
  left: 100vw;
}

#zuck-modal .slider > .next {
  left: 200vw;
}

#zuck-modal .slider.animated {
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}

#zuck-modal.with-cube #zuck-modal-content {
  -webkit-perspective: 1000vw;
  perspective: 1000vw;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  overflow: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#zuck-modal.with-cube .slider {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

#zuck-modal.with-cube .slider > .previous {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 100vw;
  -webkit-transform: rotateY(270deg) translateX(-50%);
  transform: rotateY(270deg) translateX(-50%);
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

#zuck-modal.with-cube .slider > .viewing {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 100vw;
  -webkit-transform: translateZ(50vw);
  transform: translateZ(50vw);
}

#zuck-modal.with-cube .slider > .next {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 100vw;
  -webkit-transform: rotateY(-270deg) translateX(50%);
  transform: rotateY(-270deg) translateX(50%);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

#zuck-modal-content .story-viewer.paused.longPress .head,
#zuck-modal-content .story-viewer.paused.longPress .slides-pointers,
#zuck-modal-content .story-viewer.paused.longPress .tip {
  opacity: 0;
}

#zuck-modal-content
  .story-viewer.viewing:not(.paused):not(.stopped)
  .slides-pointers
  > *
  > .active
  > b {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

#zuck-modal-content .story-viewer.next {
  z-index: 10;
}

#zuck-modal-content .story-viewer.viewing {
  z-index: 5;
}

#zuck-modal-content .story-viewer.previous {
  z-index: 0;
}

#zuck-modal-content .story-viewer.muted .tip.muted,
#zuck-modal-content .story-viewer.loading .head .loading {
  display: block;
}

#zuck-modal-content .story-viewer.loading .head .right .time,
#zuck-modal-content .story-viewer.loading .head .right .close {
  display: none;
}

#zuck-modal-content .story-viewer .slides-pagination span {
  position: absolute;
  top: 50vh;
  font-size: 48px;
  color: #fff;
  line-height: 48px;
  width: 48px;
  margin: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
}

#zuck-modal-content .story-viewer .slides-pagination .previous {
  left: 0;
}

#zuck-modal-content .story-viewer .slides-pagination .next {
  right: 0;
}

#zuck-modal-content .story-viewer .slides-pointers {
  display: table;
  table-layout: fixed;
  border-spacing: 6px;
  border-collapse: separate;
  position: absolute;
  width: 100vh;
  top: 0;
  left: calc(50vw - 50vh);
  right: calc(50vw - 50vh);
  z-index: 100020;
}

#zuck-modal-content .story-viewer .slides-pointers > * {
  display: table-row;
}

#zuck-modal-content .story-viewer .slides-pointers > * > * {
  display: table-cell;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}

#zuck-modal-content .story-viewer .slides-pointers > * > .seen {
  background: #fff;
}

#zuck-modal-content .story-viewer .slides-pointers > * > * > b {
  background: #fff;
  width: auto;
  max-width: 0;
  height: 2px;
  display: block;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  border-radius: 2px;
}

#zuck-modal-content .story-viewer .slides-pointers > * > .active > b {
  -webkit-animation-name: zuckSlideTime;
  animation-name: zuckSlideTime;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

#zuck-modal-content .story-viewer .head {
  position: absolute;
  height: 56px;
  left: 0;
  right: 0;
  line-height: 56px;
  z-index: 100010;
  color: #fff;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35), 1px 0 1px rgba(0, 0, 0, 0.35);
  padding: 6px 12px;
}

#zuck-modal-content .story-viewer .head .item-preview {
  overflow: hidden;
  vertical-align: top;
  background-size: cover;
  width: 42px;
  height: 42px;
  display: inline-block;
  margin-right: 9px;
  border-radius: 50%;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}

#zuck-modal-content .story-viewer .head .item-preview img {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

#zuck-modal-content .story-viewer .head .time {
  opacity: 0.75;
  font-weight: 500;
  font-size: 13px;
}

#zuck-modal-content .story-viewer .head .left {
  line-height: 1 !important;
  display: inline-block;
  margin: 6px 0;
}

#zuck-modal-content .story-viewer .head .left .info {
  display: inline-block;
  max-width: 30vw;
  vertical-align: middle;
}

#zuck-modal-content .story-viewer .head .left .info > * {
  width: 100%;
  display: inline-block;
  line-height: 21px;
}

#zuck-modal-content .story-viewer .head .left .info .name {
  font-weight: 500;
}

#zuck-modal-content .story-viewer .head .right {
  float: right;
}

#zuck-modal-content .story-viewer .head .right .close,
#zuck-modal-content .story-viewer .head .back {
  font-size: 42px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  text-align: center;
}

#zuck-modal-content .story-viewer .head .left .back {
  display: none;
  width: 24px;
  margin: -9px -6px 0 -6px;
}

#zuck-modal-content .story-viewer .head .right .time {
  display: none;
}

#zuck-modal-content .story-viewer .head .loading {
  display: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 9px 0;
  border: 4px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top-color: #fff;
  -webkit-animation: zuckLoading 1s infinite linear;
  animation: zuckLoading 1s infinite linear;
}

#zuck-modal-content .story-viewer .head,
#zuck-modal-content .story-viewer .slides-pointers,
#zuck-modal-content .story-viewer .tip {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#zuck-modal-content .story-viewer .slides .item {
  display: none;
  overflow: hidden;
  background: #000;
}

#zuck-modal-content .story-viewer .slides .item:before {
  z-index: 4;
  background: transparent;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

#zuck-modal-content .story-viewer .slides .item > .media {
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
}

#zuck-modal-content .story-viewer .slides .item.active,
#zuck-modal-content .story-viewer .slides .item.active .tip.link {
  display: block;
}

#zuck-modal-content .story-viewer .tip {
  z-index: 5;
  text-decoration: none;
  display: none;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 24px;
}

#zuck-modal.rtl {
  direction: rtl;
  left: auto;
  right: 0;
}

#zuck-modal.rtl.with-effects {
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

#zuck-modal.rtl.with-effects.animated {
  margin-left: auto !important;
  margin-right: 0 !important;
}

#zuck-modal.rtl .slider {
  left: auto;
  right: -100vw;
}

#zuck-modal.rtl .slider > .previous {
  left: auto;
  right: 0;
  -webkit-transform: rotateY(-270deg) translateX(50%);
  transform: rotateY(-270deg) translateX(50%);
}

#zuck-modal.rtl .slider > .viewing {
  left: auto;
  right: 100vw;
}

#zuck-modal.rtl .slider > .next {
  left: auto;
  right: 200vw;
}

#zuck-modal.rtl.with-cube .slider > .previous {
  left: auto;
  right: 100vw;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

#zuck-modal.rtl.with-cube .slider > .viewing {
  left: auto;
  right: 100vw;
  -webkit-transform: translateZ(50vw);
  transform: translateZ(50vw);
}

#zuck-modal.rtl.with-cube .slider > .next {
  left: auto;
  right: 100vw;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotateY(270deg) translateX(-50%);
  transform: rotateY(270deg) translateX(-50%);
}

#zuck-modal.rtl #zuck-modal-content .story-viewer .slides-pagination .previous {
  left: auto;
  right: 0;
}

#zuck-modal.rtl #zuck-modal-content .story-viewer .slides-pagination .next {
  right: auto;
  left: 0;
}

#zuck-modal.rtl #zuck-modal-content .story-viewer .head .item-preview {
  margin-right: auto;
  margin-left: 9px;
}

#zuck-modal.rtl #zuck-modal-content .story-viewer .head .right {
  float: left;
}

#zuck-modal.rtl #zuck-modal-content .story-viewer .tip {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

@media (max-width: 1024px) {
  #zuck-modal-content .story-viewer .head {
    top: 3px;
  }
  #zuck-modal-content .story-viewer .head .loading {
    width: 24px;
    height: 24px;
    margin: 6px 0;
  }
  #zuck-modal-content .story-viewer .head .item-preview {
    width: 30px;
    height: 30px;
    margin-right: 9px;
  }
  #zuck-modal-content .story-viewer .head .left {
    font-size: 15px;
    margin: 15px 0;
  }
  #zuck-modal-content .story-viewer .head .left > div {
    line-height: 30px;
  }
  #zuck-modal-content .story-viewer .head .right .time {
    display: block;
    white-space: nowrap;
    font-size: 15px;
    margin: 15px 0;
    line-height: 30px;
  }
  #zuck-modal-content .story-viewer .head .left > .back {
    display: none;
    background: transparent;
    z-index: 20;
    visibility: visible;
    position: absolute;
    height: 42px;
    width: 24px;
    line-height: 36px;
    text-align: left;
    vertical-align: top;
    text-shadow: none;
  }
  #zuck-modal-content .story-viewer.with-back-button .head .left > .back {
    display: block;
  }
  #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview {
    margin-left: 18px;
  }
  #zuck-modal-content .story-viewer .slides-pointers {
    width: 100vw;
    left: 0;
    right: 0;
  }
  #zuck-modal-content .story-viewer .tip {
    font-size: 14px;
    padding: 6px 12px;
  }
  #zuck-modal-content .story-viewer .head .left .time,
  #zuck-modal-content .story-viewer .head .right .close {
    display: none;
  }
  #zuck-modal.rtl #zuck-modal-content .story-viewer .head .item-preview {
    margin-right: auto;
    margin-left: 9px;
  }
  #zuck-modal.rtl #zuck-modal-content .story-viewer .head .left > .back {
    text-align: right;
  }
  #zuck-modal.rtl
    #zuck-modal-content
    .story-viewer.with-back-button
    .head
    .left
    .item-preview {
    margin-left: auto;
    margin-right: 18px;
  }
}



.mayor-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .mayor-card {
    height: 503px;
    border-bottom: 3px solid #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (max-width: 767px) {
  .mayor-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (min-width: 1750px) {
  .mayor-card {
    height: 585px;
  }
}

.mayor-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../img/slide/1.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.15;
  height: 100%;
}

.mayor-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    to(#fff)
  );
  background-image: linear-gradient(to right, transparent, #fff);
}

.mayor-card__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .mayor-card__photo {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .mayor-card__photo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .mayor-card__photo img {
    width: 270px;
  }
}

@media (max-width: 767px) {
  .mayor-card__photo img {
    width: 200px;
  }
}

@media (min-width: 1750px) {
  .mayor-card__photo img {
    width: 320px;
  }
}

.mayor-card__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .mayor-card__info {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .mayor-card__info {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    padding-top: 40px;
  }
}

.mayor-card__info .text {
  color: var(--color-prime);
}

.mayor-card__info .title {
  color: var(--color-prime);
  font-weight: 800;
  line-height: 1;
}

@media (min-width: 768px) {
  .mayor-card__info .title {
    font-size: 54px;
    letter-spacing: -2px;
  }
}

@media (max-width: 767px) {
  .mayor-card__info .title {
    font-size: 42px;
    letter-spacing: -1px;
  }
}

.mayor-card__info .rank {
  color:var(--color-prime);
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .mayor-card__info .rank {
    font-size: 18px;
    letter-spacing: 3.75px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .mayor-card__info .rank {
    font-size: 16px;
    letter-spacing: 2px;
  }
}

@media (min-width: 768px) {
  .mayor-card__links {
    padding-right: 15px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .mayor-card__links {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .mayor-card__links ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.mayor-card__links ul li a {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  height: 70px;
  color: var(--color-prime);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Quicksand', sans-serif;
  
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mayor-card .mayor-card__links ul li a{
  margin-right: 5px;
}
.mayor-card__links ul li a:hover {
  background-color: var(--color-prime);
  color: #fff;
}

.mayor-card__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .mayor-card__social {
    margin-top: 20px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.mayor-card__social .heading {
  color:var(--color-prime);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.mayor-card__social-links {
  margin-top: 5px;
}

.mayor-card__social-links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 35px;
  height: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid var(--color-prime);
  color: var(--color-prime);
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mayor-card__social-links a:not(:last-child) {
  margin-right: 5px;
}

.mayor-card__social-links a:hover {
  background: var(--color-prime);
  color: #fff;
}




.explore-card {
  position: relative;
  display: block;
}

.explore-cover {
  overflow: hidden;
  border-radius: 15px;
  height: 400px;
}

.explore-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.explore-body {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  padding: 25px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 15px;
  overflow: hidden;
}

.explore-body::before,
.explore-body::after {
  content: "";
  position: absolute;
  height: 75%;
  z-index: -1;
}

.explore-body::before {
  top: 0;
  right: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.55)),
    to(transparent)
  );
  background: linear-gradient(rgba(0, 0, 0, 0.55), transparent);
}

.explore-body::after {
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.65))
  );
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
}
.section-explore .section-header.txt-light .title{
  margin-bottom: 2rem;
}

.explore-body .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'Quicksand',sans-serif;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.5px;
 
}

.explore-list ul:hover li a {
  opacity: 0.5;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

.explore-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.explore-list ul li a .icon {
  font-size: 12px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.explore-list ul li a:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.explore-list ul li a:hover .icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.explore-action {
  background: #e0efc5;
  margin-top: -30px;
  height: 80px;
  padding-top: 30px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.explore-action:hover {
  background-color: #97c83d;
}

.explore-action:hover a {
  color: #fff;
}

.explore-action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: #97c83d;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}










.stories.carousel {
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.stories.carousel::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.stories.carousel .story {
  display: inline-block;
  width: 22vw;
  max-width: 96px;
  vertical-align: top;
}

@media (min-width: 768px) {
  .stories.carousel .story {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .stories.carousel .story {
    margin: 0 6px;
  }
}

.stories.carousel .story:first-child {
  margin-left: 0;
}

.stories.carousel .story:last-child {
  margin-right: 0;
}

.stories.carousel .story > .item-link {
  text-align: center;
  display: block;
}

.stories.carousel .story > .item-link:active > .item-preview {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.stories.carousel .story > .item-link > .item-preview {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  max-height: 96px;
  height: 22vw;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.stories.carousel .story > .item-link > .item-preview img {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.stories.carousel .story > .item-link > .info {
  display: inline-block;
  margin-top: 0.5em;
  line-height: 1.2em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stories.carousel .story > .item-link > .info .name {
  font-weight: 700;
  color: #012155;
  font-size: 12px;
}

.stories.carousel .story > .item-link > .info .time {
  display: none;
}

.stories.carousel .story > .items {
  display: none;
}

.stories.list {
  white-space: nowrap;
  overflow: auto;
}

.stories.list .story {
  display: block;
  width: auto;
  margin: 6px;
  padding-bottom: 6px;
}

.stories.list .story > .item-link {
  text-align: left;
  display: block;
}

.stories.list .story > .item-link > .item-preview {
  height: 42px;
  width: 42px;
  max-width: 42px;
  margin-right: 12px;
  vertical-align: top;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  overflow: hidden;
}

.stories.list .story > .item-link > .item-preview img {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.stories.list .story > .item-link > .info {
  display: inline-block;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.stories.list .story > .item-link > .info .name {
  font-weight: 500;
  display: block;
}

.stories.list .story > .item-link > .info .time {
  display: inline-block;
}

.stories.list .story > .items {
  display: none;
}

.stories.rtl {
  direction: rtl;
}

.stories.rtl.carousel .story:first-child {
  margin-left: auto;
  margin-right: 0;
}

.stories.rtl.carousel .story:last-child {
  margin-right: auto;
  margin-left: 0;
}

.stories.rtl.list .story > .item-link {
  text-align: right;
}

.stories.rtl.list .story > .item-link > .item-preview {
  margin-right: auto;
  margin-left: 12px;
}

.stories.snapgram .story > .item-link {
  text-decoration: none;
  color: #333;
}

.stories.snapgram .story > .item-link > .item-preview {
  border-radius: 50%;
  padding: 2px;
  background: radial-gradient(
    ellipse at 70% 70%,
    #ee583f 8%,
    #d92d77 42%,
    #bd3381 58%
  );
}

.stories.snapgram .story > .item-link > .item-preview img {
  border-radius: 50%;
  border: 3px solid #fff;
}

.stories.snapgram .story.seen {
  opacity: 0.75;
}

.stories.snapgram .story.seen > a > .item-preview {
  background: rgba(153, 153, 153, 0.5);
}

.stories.snapgram .story.seen > a {
  color: rgba(153, 153, 153, 0.75) !important;
}

.section-activities .fc-theme-standard .fc-scrollgrid {
  border: 0 none !important;
}

.section-activities .fc-theme-standard td,
.section-activities .fc-theme-standard th {
  border: 0 none !important;
}

.section-activities .fc .fc-daygrid-bg-harness {
  display: none !important;
}

.section-activities
  .fc
  .fc-scrollgrid
  .fc-scrollgrid-section-header
  .fc-scrollgrid-sync-inner {
  position: relative;
  z-index: 1;
}

.section-activities
  .fc
  .fc-scrollgrid
  .fc-scrollgrid-section-header
  .fc-scrollgrid-sync-inner::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  z-index: -1;
  background-color: #fff;
  border-radius: 8px;
}

.section-activities
  .fc
  .fc-scrollgrid
  .fc-scrollgrid-section-header
  .fc-scrollgrid-sync-inner
  a {
  color: rgba(153, 153, 153, 0.7);
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
}

.section-activities
  .fc
  .fc-scrollgrid
  .fc-scrollgrid-section-body
  .fc-day
  .fc-daygrid-day-frame {
  position: relative;
  z-index: 1;
  padding: 5px 5px 0 5px;
}

.section-activities
  .fc
  .fc-scrollgrid
  .fc-scrollgrid-section-body
  .fc-day
  .fc-daygrid-day-frame::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-radius: 8px;
  display: inherit;
}

.section-activities
  .fc
  .fc-scrollgrid
  .fc-scrollgrid-section-body
  .fc-day
  .fc-daygrid-day-frame
  .fc-daygrid-day-top
  a {
  font-weight: 800;
  font-size: 14px;
  opacity: 0.7;
  line-height: 1.1;
}

.section-activities
  .fc
  .fc-scrollgrid
  .fc-scrollgrid-section-body
  .fc-day
  .fc-daygrid-day-frame
  .fc-daygrid-day-events {
  left: 2px;
  right: 2px;
}

.section-activities
  .fc
  .fc-scrollgrid
  .fc-scrollgrid-section-body
  .fc-day
  .fc-daygrid-day-frame
  .fc-daygrid-event {
  border-radius: 5px;
  line-height: 1.3;
  margin-top: -3px;
  color: currentColor;
}

.section-activities
  .fc
  .fc-scrollgrid
  .fc-scrollgrid-section-body
  .fc-day
  .fc-daygrid-day-frame
  .fc-daygrid-event
  .fc-event-title {
  font-size: 11px;
  text-overflow: ellipsis;
  font-weight: 500;
}

.section-activities
  .fc
  .fc-scrollgrid
  .fc-scrollgrid-section-body
  .fc-day:not(.fc-day-sat):not(.fc-day-sun)
  .fc-daygrid-day-frame::before {
  background: rgba(255, 255, 255, 0.5);
}

.section-activities
  .fc
  .fc-scrollgrid
  .fc-scrollgrid-section-body
  .fc-day.fc-day-sat
  .fc-daygrid-day-frame::before,
.section-activities
  .fc
  .fc-scrollgrid
  .fc-scrollgrid-section-body
  .fc-day.fc-day-sun
  .fc-daygrid-day-frame::before {
  background: #fff;
}

.section-activities .fc .fc-daygrid-day.fc-day-today {
  background-color: transparent !important;
}

.section-activities
  .fc
  .fc-daygrid-day.fc-day-today
  .fc-daygrid-day-frame::before {
  background: rgba(85, 178, 80, 0.1) !important;
}

.section-activities .fc .fc-daygrid-day-bottom {
  padding: 0 5px 0 0 !important;
  font-size: 10px !important;
  margin-bottom: 0 !important;
  text-align: right;
  position: relative;
  bottom: 1px;
  opacity: 0.5;
}

.section-activities .fc-daygrid-dot-event.fc-event-mirror,
.section-activities .fc-daygrid-dot-event:hover {
  background-color: transparent !important;
  color: var(--color-second) !important;
}

.section-activities .fc .fc-button {
  border-radius: 8px;
}

.section-activities .fc .fc-button-primary {
  background-color: #012155;
  border-color: transparent;
}

.section-activities .fc .fc-button-primary:hover {
  background-color: var(--color-prime);
  border-color: transparent;
}

.section-activities .fc .fc-toolbar-title {
  color: var(--color-second);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 28px;
}

.section-activities .fc .fc-popover-header {
  padding: 5px 10px;
  font-weight: 700;
  font-size: 14px;
}

.section-activities .fc-event-time {
  display: none;
}

.section-activities .fc .fc-popover {
  border-radius: 8px;
  border: 0 none;
  -webkit-box-shadow: 0 0 30px rgba(1, 33, 85, 0.1);
  box-shadow: 0 0 30px rgba(1, 33, 85, 0.1);
  margin-top: 2px;
  margin-left: 2px;
  overflow: hidden;
}

.section-activities .fc .fc-popover-header {
  background-color: #f3f7fb;
}

.section-activities .fc-daygrid-event-dot {
  border: 2px solid var(--color-second);
  margin-top: -1px;
}

.section-activities .fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 10px !important;
  padding-left: 2px;
  padding-right: 2px;
}

.section-activities .fc .fc-daygrid-event {
  color: currentColor;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #666;
  letter-spacing: -0.2px;
  overflow-x: hidden;
}

body.bg {
  background: rgba(241, 241, 241, 0.3);
}

body.is-scroll {
  overflow: hidden;
}

.view-common {
  background: rgba(255, 255, 255, 1);
  border-radius: 11px;
  -webkit-box-shadow: 0 0 50px rgba(1, 33, 85, 0.15);
  box-shadow: 0 0 50px rgba(1, 33, 85, 0.15);
  padding: 15px;
  position: relative;
}

.view-common.no-padding {
  padding: 0;
}

.view-common._buttons {
  height: 545px;
}

.view-common._buttons .shortcuts {
  margin-top: 15px;
  height: 445px;
  overflow-y: auto;
  padding-right: 15px;
  padding-left: 15px;
  scrollbar-color: var(--color-second) rgba(85, 178, 80, 0.3);
  scrollbar-width: thin;
}

.view-common._buttons .shortcuts::-webkit-scrollbar-track {
  background-color: rgba(85, 178, 80, 0.3);
}

.view-common._buttons .shortcuts::-webkit-scrollbar {
  width: 6px;
}

.view-common._buttons .shortcuts::-webkit-scrollbar-thumb {
  background-color: var(--color-second);
}

@media (max-width: 479px) {
  .view-common._buttons .shortcuts ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.view-common__header {
  background: rgb(2 56 64 / 5%);
  border-radius: 8px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}

.view-common__header-wrapper {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.view-common__header .heading {
  color: var(--color-prime);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.view-common__header .link {
  color: var(--color-prime);
  font-size: 12px;
  font-weight: 300;
}

.view-common__header .link:hover {
  text-decoration: underline;
}

.whatsapp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 33px;
  background: #25d366;
  border: 5px solid #fff;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: center;
  color: #fff;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .whatsapp {
    bottom: 130px;
  }
}

@media (max-width: 767px) {
  .whatsapp {
    bottom: 70px;
    right: 12px;
    width: 55px;
    height: 55px;
  }
}

.whatsapp:before,
.whatsapp:after {
  content: "";
  position: absolute;
  background: rgba(37, 211, 102, 0.1);
  border-radius: 100%;
  -webkit-animation: pulsate 1.5s ease-out;
  animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}

.whatsapp:before {
  width: 80px;
  height: 80px;
}

@media (max-width: 767px) {
  .whatsapp:before {
    width: 65px;
    height: 65px;
  }
}

.whatsapp:after {
  width: 100px;
  height: 100px;
}

@media (max-width: 767px) {
  .whatsapp:after {
    width: 75px;
    height: 75px;
  }
}

.whatsapp .icon {
  font-size: 28px;
}

@media (max-width: 767px) {
  .whatsapp .icon {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .whatsapp.is-active {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .whatsapp.is-active {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

.small-title:not(.not) {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 1.3;
  color: var(--color-prime);
  font-weight: 600;
  letter-spacing: 4px;
}

.slide,
.slide-material,
.hero {
  height: 100vh;
}

@media (max-width: 479px) {
  .slide,
  .slide-material,
  .hero {
    height: 450px;
  }
}

.slide {
  background: black;
}

.slide-list {
  position: relative;
  top: 0;
  left: 0;
}

.slide-list li {
  display: none;
}

.slide-material {
  overflow: hidden;
  position: relative;
}

.slide-material img {
  -webkit-transition: -webkit-transform 10s ease-in 0s;
  transition: -webkit-transform 10s ease-in 0s;
  transition: transform 10s ease-in 0s;
  transition: transform 10s ease-in 0s, -webkit-transform 10s ease-in 0s;
}

.slide-material img,
.slide-material video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-material video {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

.slide-photo > div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  -webkit-transition: -webkit-transform 10s ease-in 0s;
  transition: -webkit-transform 10s ease-in 0s;
  transition: transform 10s ease-in 0s;
  transition: transform 10s ease-in 0s, -webkit-transform 10s ease-in 0s;
}

.slide-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  bottom: 0;
  background: #00145e17;
}

.slide-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-top: 160px;
}

@media (max-width: 767px) {
  .slide-container {
    padding-top: 30px;
  }
}

@media (min-width: 768px) {
  .slide-container {
    padding-bottom: 120px;
  }
}

.slide-content {
  width: 60%;
  position: relative;
  z-index: 3;
  font-family: 'Quicksand', sans-serif;
  font-weight: 900;
}

@media (max-width: 767px) {
  .slide-content {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slide-content {
    width: 70%;
  }
}

.slide-content .heading {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.2;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 479px) {
  .slide-content .heading {
    font-size: 42px;
  }
}

.slide-content .border {
  height: 1px;
  background: #fff;
  margin: 20px auto;
}

@media (max-width: 479px) {
  .slide-content .border {
    margin: 15px auto;
  }
}

.slide-content .text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

@media (max-width: 479px) {
  .slide-content .text {
    font-size: 14px;
    display: none;
  }
}

.slide-content .btn-wrapper {
  margin-top: 30px;
}

@media (max-width: 479px) {
  .slide-content .btn-wrapper a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    min-width: inherit;
    height: 45px;
  }
}

.slide-pagination {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  margin: 0 auto;
  max-width: 1250px;
  width: 100%;
  z-index: 2;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .slide-pagination {
    display: block;
  }
}

.slide-pagination li {
  display: inline-block;
}

.slide-pagination li a {
  width: 12px;
  height: 12px;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  position: relative;
  margin: 0 5px;
  border-radius: 20px;
  background: none;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slide-pagination li.is-active a {
  background: #fff;
  width: 50px;
}

.slide-arrows {
  position: absolute;
  margin-top: 35px;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .slide-arrows {
    display: none;
  }
}

.slide-arrows a {
  position: absolute;
  z-index: 3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 75px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 60px;
  font-size: 36px;
  padding-top: 3px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slide-arrows a svg path {
  stroke-width: 1px !important;
}

.slide-arrows a:hover {
  width: 70px;
}

.slide-arrows a.prev {
  left: 0;
  padding-right: 2px;
  border-radius: 0;

  border: none;
}

.slide-arrows a.next {
  right: 0;
  padding-left: 2px;
  border-radius: 11px;
  
  border: none;
}

.slide-list li.is-active .slide-material img,
.slide-list li.is-active .slide-photo > div {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.slide-list li.is-active .slide-content .heading,
.slide-list li.is-active .slide-content .border,
.slide-list li.is-active .slide-content .text,
.slide-list li.is-active .slide-content .btn-wrapper {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.slide-list li.is-active .slide-content .border {
  width: 250px;
}

@media (max-width: 479px) {
  .slide-list li.is-active .slide-content .border {
    width: 150px;
  }
}

.slide-content .heading,
.slide-content .border,
.slide-content .text,
.slide-content .btn-wrapper {
  opacity: 0;
  visibility: hidden;
}

.slide-content .heading {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
  -webkit-transition: 0.9s 0.2s;
  transition: 0.9s 0.2s;
}

.slide-content .border {
  -webkit-transform: translateY(-90px);
  transform: translateY(-90px);
  -webkit-transition: 0.9s 0.1s;
  transition: 0.9s 0.1s;
  width: 0;
}

.slide-content .text {
  -webkit-transform: translateY(-110px);
  transform: translateY(-110px);
  -webkit-transition: 0.9s 0.3s;
  transition: 0.9s 0.3s;
}

.slide-content .btn-wrapper {
  -webkit-transform: translateY(-130px);
  transform: translateY(-130px);
  -webkit-transition: 0.9s 0.4s;
  transition: 0.9s 0.4s;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 991px) {
  .header-nav {
    display: none;
  }
}

.header-nav__item {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1750px) {
  .header-nav__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-nav__item {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.header-nav__item > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  height: 100px;
  font-family: inherit;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Quicksand',sans-serif!important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-nav__item > a {
    font-size: 14px;
  }
}

.header-nav__item > a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
  height: 2px;
  background: #fff;
  width: 0;
  margin: 0 auto;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.header-nav__item:not(.is-visible):hover > a::before,
.header-nav__item.is-visible > a::before {
  width: 100%;
}

.header-nav__item:not(.is-visible):hover > .header-nav__links,
.header-nav__item.is-visible > .header-nav__links {
  opacity: 1;
  visibility: visible;
}

.header-nav__item:not(.is-visible):hover .header-nav__dropdown,
.header-nav__item.is-visible .header-nav__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}

.header-nav__item:not(.is-visible):hover .header-nav__dropdown-container,
.header-nav__item.is-visible .header-nav__dropdown-container {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-nav__links {
  position: absolute;
  background: #fff;
  border-radius: 11px;
  min-width: 230px;
  padding-top: 15px;
  padding-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-nav__links > li {
  display: block;
}

.header-nav__links > li > a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.3px;
  padding: 12px 30px;
  color: var(--color-second);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-nav__links > li > a:hover {
  color: #fff;
  background: var(--color-second);
}

.header-nav__dropdown {
  background: var(--color-dark-green);
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  will-change: opacity;
  pointer-events: none;
}

.header-nav__dropdown:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
}

.header-nav__dropdown.bg-cover::before,
.header-nav__dropdown.bg-cover::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.header-nav__dropdown.bg-cover::after {
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-image: url(../img/slide/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.1;
}

.header-nav__dropdown.bg-cover::before {
  top: 0;
  right: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    to(transparent)
  );
  background: linear-gradient(white, transparent);
  height: 100%;
  opacity: 0.8;
}

.header-nav__dropdown-container {
  will-change: transform, opacity;
}

.header-nav__dropdown-container:not(.ui-no-padding-v) {
  padding-top: 75px;
  padding-bottom: 50px;
}

.header-nav__dropdown-container:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.header-nav__dropdown-container .btn-wrapper {
  text-align: center;
  position: absolute;
  right: 0;
  bottom: calc((60px / 2) * -1);
  left: 0;
  margin: 0 auto;
}

.header-nav__dropdown-container .btn-wrapper .btn {
  position: relative;
  z-index: 2;
}

.header-nav__dropdown-container .boxes ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  max-width: calc(100% / 6);
}

.header-nav__dropdown-container .card-box {
  padding: 30px;
}

.header-nav__dropdown-container .card-box .icon {
  font-size: 32px;
}

.header-nav__dropdown-container .card-box .title {
  font-size: 14px;
}

.header-nav__dropdown-container .mayor-cover {
  height: 475px;
}

.header-nav__dropdown-card {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 11px;
  -webkit-box-shadow: 0 0 50px rgba(30, 29, 28, 0.15);
  box-shadow: 0 0 50px rgba(30, 29, 28, 0.15);
  padding: 20px 0 20px 20px;
}

.header-nav__dropdown-card.large {
  padding: 35px 0 35px 35px;
}

.header-nav__dropdown-card.large ul {
  padding-right: 35px;
  min-height: 290px;
  max-height: 290px;
}

.header-nav__dropdown-card .heading {
  color: var(--color-second);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
}

.header-nav__dropdown-card ul {
  min-height: 250px;
  max-height: 250px;
  overflow-y: auto;
  padding-right: 20px;
  scrollbar-color: var(--color-second) rgba(85, 178, 80, 0.2);
  scrollbar-width: thin;
}

.header-nav__dropdown-card ul::-webkit-scrollbar-track {
  background-color: rgba(85, 178, 80, 0.2);
}

.header-nav__dropdown-card ul::-webkit-scrollbar {
  width: 5px;
}

.header-nav__dropdown-card ul::-webkit-scrollbar-thumb {
  background-color: var(--color-second);
}

.header-nav__dropdown-card ul li {
  border-bottom: 1px solid rgba(102, 102, 102, 0.1);
}

.header-nav__dropdown-card ul li a {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  display: block;
  padding: 7px 25px 7px 4px;
  position: relative;
}

.header-nav__dropdown-card ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-nav__dropdown-list ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-nav__dropdown-list ul li:first-child a {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.header-nav__dropdown-list ul li:last-child a {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.header-nav__dropdown-list ul li:nth-child(even) a {
  background-color: #f4f4f4;
}

.header-nav__dropdown-list ul li a {
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-nav__dropdown-list ul li a:hover {
  background: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.header-nav__dropdown-list ul li a .icon {
  color: var(--color-second);
  font-size: 42px;
}

.header-nav__dropdown-list ul li a .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 25px;
}

.header-nav__dropdown-list ul li a .desc .title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.header-nav__dropdown-list ul li a .desc .text {
  color: #f7f7f7;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 5px;
}

.header-nav__tab ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 27px;
}

.header-nav__tab ul li:not(:last-child) {
  margin-right: 0;
}

.header-nav__tab ul li.is-current a {
  background: var(--color-second);
  color: #fff;
}

.header-nav__tab ul li:not(.is-current):hover a {
  background: var(--color-second,0.2);
  color: #fff;
}

.header-nav__tab ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 50px;
  text-transform: uppercase;
  background: var(--color-light-green);
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 1.25;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Quicksand', sans-serif;
}

@media (min-width: 768px) {
  .header-nav__tab ul li a {
    min-width: 150px;
  }
}

.header-nav__tab-container .owl-projects {
  position: inherit !important;
}

.header-nav__tab-container .projects {
  margin-top: 10px;
}

.header-nav__tab-container .projects .owl-item .item {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-nav__tab-container .projects .owl-item:not(.active) .item {
  opacity: 0.3;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.header-nav__tab-content .news-card a {
  border-radius: 15px;
  overflow: hidden;
}

.header-nav__tab-content .news-cover {
  height: 210px;
}

.mobile-nav {
  background-color: #f3f3f3;
  -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.15);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 445px;
  height: 100%;
  overflow: hidden;
  z-index: 2003;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
}

.mobile-nav.is-visible {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 479px) {
  .mobile-nav {
    width: 320px;
  }
}

.mobile-nav__wrapper {
  overflow-y: auto;
  height: calc(100% - 65px);
  scrollbar-color: rgba(0, 0, 0, 0.12) #fff;
  scrollbar-width: thin;
}

.mobile-nav__wrapper::-webkit-scrollbar-track {
  background-color: #fff;
}

.mobile-nav__wrapper::-webkit-scrollbar {
  width: 6px;
}

.mobile-nav__wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.12);
}

.mobile-nav__header {
  position: relative;
  background: #f3f3f3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-nav__header-body {
  position: relative;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 20px;
}

.mobile-nav__header-logo a {
  color: #666;
  font-size: 16px;
  font-weight: 500;
}

.mobile-nav__content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-nav__content.other {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mobile-nav__content li.heading {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 10px;
  color: var(--color-second);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 700;
  z-index: 1;
}

.mobile-nav__content > ul > li:not(.heading):not(.not).is-open > a,
.mobile-nav__content > ul > li:not(.heading):not(.not):hover > a {
  background: #fff;
  color: var(--color-second);
}

.mobile-nav__content > ul > li:not(.heading).not > a {
  color: #666;
  letter-spacing: 0;
}

.mobile-nav__content > ul > li:not(.heading).not > a:hover {
  color: var(--color-second);
}

.mobile-nav__content > ul > li:not(.heading) > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #1e1d1c;
  font-size: 13px;
  letter-spacing: -0.3px;
  font-weight: 500;
  position: sticky;
  top: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mobile-nav__content > ul > li:not(.heading) > a .icon {
  opacity: 0.3;
  width: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-nav__content > ul > li:not(.heading) > a.link {
  font-size: 20px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mobile-nav__plus {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  margin-right: 0;
  color: #666;
}

.mobile-nav__sub {
  background: #fff none repeat scroll 0 0;
  display: none;
}

.mobile-nav__sub > li {
  display: block;
}

.mobile-nav__sub > li:last-child {
  padding-bottom: 20px;
}

.mobile-nav__sub > li:last-child a {
  border-bottom: 0 none;
}

.mobile-nav__sub > li > a {
  color: #666;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px 40px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mobile-nav__sub > li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: currentColor;
  opacity: 0.3;
  width: 5px;
  height: 5px;
  border-radius: 100%;
}

.mobile-nav__sub > li > a:hover {
  color: var(--color-second);
}

.mobile-nav__sub > li.heading {
  position: sticky;
  top: 40px;
  background: #fff;
}

.mobile-nav__close {
  color: var(--color-second);
}

.mobile-nav__close .icon {
  font-size: 28px;
}

.mobile-nav__footer {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 65px;
  background: #fff;
  -webkit-box-shadow: 8px 12px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 8px 12px 25px rgba(0, 0, 0, 0.1);
}

.mobile-nav__footer a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 65px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #1e1d1c;
  opacity: 0.3;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.form-custom.no-icon ul li input,
.form-custom.no-icon ul li select {
  padding-left: 25px !important;
}

.form-custom > form > ul > li {
  margin-bottom: 15px;
  position: relative;
}

.form-custom ul li .heading {
  color: var(--color-prime);
  font-size: 13px;
  font-weight: 600;
}

.form-custom ul li.is-error input,
.form-custom ul li.is-error textarea,
.form-custom ul li.is-error .current,
.form-custom ul li.is-error label,
.form-custom ul li.is-error select {
  border: 2px solid red !important;
}

.form-custom ul li.is-error .icon,
.form-custom ul li.is-error label {
  color: red !important;
}

.form-custom ul li input,
.form-custom ul li textarea {
  width: 100%;
  height: 60px;
  border: 2px solid rgba(102, 102, 102, 0.1);
  border-radius: 8px;
  font-family: inherit;
  padding-left: 25px;
  padding-right: 25px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-custom ul li input:focus,
.form-custom ul li textarea:focus {
  outline: 0;
  border: 2px solid var(--color-prime);
}

.form-custom ul li input:hover,
.form-custom ul li textarea:hover {
  border: 2px solid rgba(102, 102, 102, 0.2);
}

.form-custom ul li input::-webkit-input-placeholder,
.form-custom ul li textarea::-webkit-input-placeholder {
  /* Edge */
  color: #666;
}

.form-custom ul li input:-ms-input-placeholder,
.form-custom ul li textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

.form-custom ul li input::-moz-placeholder,
.form-custom ul li textarea::-moz-placeholder {
  color: #666;
}

.form-custom ul li input::-ms-input-placeholder,
.form-custom ul li textarea::-ms-input-placeholder {
  color: #666;
}

.form-custom ul li input::placeholder,
.form-custom ul li textarea::placeholder {
  color: #666;
}

.form-custom ul li input {
  padding-left: 55px;
}

.form-custom ul li select {
  padding-left: 55px;
}

.form-custom ul li textarea {
  padding-top: 20px;
  height: 120px;
  border-radius: 8px;
}

.form-custom ul li .icon:not(.arrow):not(.not) {
  width: 60px;
  height: 60px;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-prime);
  font-size: 16px;
  z-index: 1;
}

.form-custom ul li .icon.arrow {
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-custom ul li .icon.arrow + .form-error {
  right: 50px;
}

.form-custom .form-kvkk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-custom .form-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-custom .send {
  margin-top: 30px;
}

.form-custom .send > input {
  background: var(--color-prime);
  height: 60px;
  min-width: 250px;
  border: 0 none;
  text-align: center;
  border-radius: 8px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  will-change: transform;
}

.form-custom .send > input:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media (max-width: 479px) {
  .form-custom .send > input {
    min-width: 230px;
    height: 70px;
    font-size: 16px;
  }
}

.form-error {
  position: absolute;
  top: 50%;
  right: 25px;
  color: red;
  font-size: 12px;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  padding: 25px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.form-messages.success {
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

.form-messages.error {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}

.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
}

.popup-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup-wrapper:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.popup-content {
  width: 800px;
  max-width: 100%;
  display: table-cell;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .popup-content {
    height: auto;
  }
}

.popup-content img {
  width: 100%;
}

.popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 45px;
  height: 45px;
  border-radius: 999px;
  background: #fff;
  font-size: 24px;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup-close::before,
.popup-close::after {
  content: "";
  position: absolute;
  background: var(--color-prime);
  height: 2px;
  width: 24px;
}

.popup-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-close:hover {
  background: var(--color-second);
}

.popup-close:hover::before,
.popup-close:hover::after {
  background: #fff;
}

.buttons-container.center {
  text-align: center;
  width: 100%;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
  font-family: inherit;
  text-align: center;
  line-height: 1.2;
  outline: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 8px;
  height: 55px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-dark-green);
}

.button::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.08);
  z-index: -1;
  width: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.button:not(.style-1):hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.button:not(.style-1):hover::before {
  width: 100%;
}

.button .icon {
  font-size: 16px;
  margin-left: 15px;
}

.button.auto {
  min-width: inherit;
}

.button.full-width {
  width: 100%;
}

.button.style-1 {
  background: rgba(21, 83, 164, 0.8);
}

.button.style-1:hover {
  background: var(--color-prime);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.button.color-1 {
  background: var(--color-prime);
}

.button.color-2 {
  background: var(--color-second);
}

.button.color-3 {
  background: #fe5923;
}

.button.light {
  background: #fff;
  color: var(--color-second);
}

.button.light:hover {
  -webkit-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
}

.button.light::before {
  background: none;
}

.button-border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
  font-family: inherit;
  text-align: center;
  line-height: 1.2;
  outline: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 8px;
  height: 55px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #fff;
}

.button-border::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.08);
  z-index: -1;
  width: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.button-border:not(.style-1):hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.button-border:not(.style-1):hover::before {
  width: 100%;
}

.button-border .icon {
  font-size: 16px;
  margin-left: 15px;
}

.button-border.auto {
  min-width: inherit;
}

.button-border.full-width {
  width: 100%;
}

.button-border.b-dark {
  color: #012155;
  border: 2px solid rgba(1, 33, 85, 0.15);
}

.button-border.b-dark::before {
  background: rgba(1, 33, 85, 0.05);
}

.button-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1e1d1c;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.button-line:hover .icon {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.button-line .icon {
  margin-left: 11px;
  color: var(--color-prime);
  font-size: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-common {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  height: 60px;
  min-width: 250px;
  padding-left: 25px;
  padding-right: 25px;
  background: var(--color-prime);
  -webkit-box-shadow: 0 0 50px rgba(21, 83, 164, 0.3);
  box-shadow: 0 0 50px rgba(21, 83, 164, 0.3);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-common:hover {
  background: rgb(71, 179, 237);
}

@media (max-width: 479px) {
  .button-common {
    min-width: 200px;
  }
}

.button-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  z-index: 2;
  position: relative;
}

@media (max-width: 479px) {
  .button-circle {
    width: 90px;
    height: 90px;
  }
}

.button-circle.ui-pos-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.button-circle:before,
.button-circle:after {
  content: "";
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  -webkit-animation: pulsate 1.5s ease-out;
  animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}

.button-circle:before {
  width: 130px;
  height: 130px;
}

@media (max-width: 479px) {
  .button-circle:before {
    width: 120px;
    height: 120px;
  }
}

.button-circle:after {
  width: 160px;
  height: 160px;
}

@media (max-width: 479px) {
  .button-circle:after {
    width: 150px;
    height: 150px;
  }
}

.button-circle .icon {
  font-size: 28px;
  color: #fff;
  position: relative;
  left: 2px;
  top: 2px;
}

@media (max-width: 479px) {
  .button-circle .icon {
    font-size: 24px;
  }
}

.app-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.app-overlay.is-visible {
  opacity: 0.6;
  visibility: visible;
}

.app-overlay.is-visible-mobile {
  opacity: 0.6;
  visibility: visible;
}

.app-overlay.is-visible-mobile.z-index-1005 {
  z-index: 1005;
}

.app-scroll {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 35px;
  bottom: 60px;
  background: var(--color-prime);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  z-index: 2002;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .app-scroll {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 70px;
  }
}

.app-scroll .icon {
  font-size: 20px;
}

@media (max-width: 767px) {
  .app-scroll .icon {
    font-size: 16px;
  }
}

.app-scroll.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.app-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.7);
}

.app-loading.style-1 {
  background: transparent;
}

.app-loading.small {
  background: none;
}

.app-loading.small:before {
  width: 60px;
  height: 60px;
}

.app-loading.is-visible {
  opacity: 1;
  visibility: visible;
}

.app-loading:before {
  content: "";
  position: absolute;
  border: 5px solid #fff;
  border-top: 5px solid var(--color-prime);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.breadcrumb {
  position: absolute;
  top: calc((-1 * 60px));
  right: 0;
  left: 0;
  background: rgba(102, 102, 102, 0.75);
  border-radius: 11px 11px 0 0;
  padding-left: 30px;
  padding-right: 30px;
}

.breadcrumb.pos-right {
  position: relative;
  top: 0;
  background: none;
  left: 0 !important;
  right: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 50px;
}

.breadcrumb.dark ul li a {
  color: #999;
  height: auto;
  font-weight: 400;
}

.breadcrumb.dark ul li a::before {
  bottom: 0;
}

@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.breadcrumb ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb ul li a {
    font-size: 13px;
  }
}

.breadcrumb ul li a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 12px;
  margin-right: 17px;
}

.breadcrumb ul li a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  background: currentColor;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.breadcrumb ul li a .icon {
  font-size: 14px;
}

.breadcrumb ul li a[href]:not(.not):hover::before {
  width: calc(100% - 35px);
}

.breadcrumb ul li:last-child a:after {
  display: none;
}

select.selectbox {
  width: 100%;
  height: 60px;
  border: 2px solid rgba(102, 102, 102, 0.1);
  border-radius: 8px;
  font-family: inherit;
  padding-left: 25px;
  padding-right: 25px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}

select.selectbox:focus {
  outline: 0;
  border: 2px solid var(--color-prime);
}

select.selectbox:hover {
  border: 2px solid rgba(102, 102, 102, 0.2);
}

select.selectbox::-webkit-input-placeholder {
  /* Edge */
  color: #666;
}

select.selectbox:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

select.selectbox::-moz-placeholder {
  color: #666;
}

select.selectbox::-ms-input-placeholder {
  color: #666;
}

select.selectbox::placeholder {
  color: #666;
}

select.selectbox:before {
  content: "";
}

select.selectbox.small {
  height: 45px;
  padding-left: 13px;
  padding-right: 40px;
  font-size: 14px;
}

select.selectbox:focus + .icon.arrow {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.checkbox-groups label.checkbox:not(:last-child) {
  margin-right: 30px;
}

label.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

label.checkbox input {
  position: absolute;
  left: -9999px;
}

label.checkbox:not(:last-child) {
  margin-bottom: 8px;
}

label.checkbox.is-error .checkbox {
  border: 2px solid red;
}

label.checkbox.is-error .text {
  color: red;
}

label.checkbox.is-error .text a {
  color: red;
}

label.checkbox .checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: none;
  border: 2px solid rgba(102, 102, 102, 0.1);
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

label.checkbox .checkbox:before {
  content: "✓";
  position: absolute;
  top: -5px;
  line-height: 0.7;
  font-size: 24px;
  -webkit-transform: scale(0);
  transform: scale(0);
  color: var(--color-prime);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

label.checkbox .text {
  color: #666;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.3;
  padding-left: 10px;
}

label.checkbox .text span {
  color: rgba(153, 153, 153, 0.7);
  margin-left: 5px;
}

label.checkbox .text a {
  font-weight: 700;
  color: var(--color-prime);
}

label.checkbox input:checked + .checkbox:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio-groups label.radio:not(:last-child) {
  margin-right: 30px;
}

label.radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

label.radio input {
  position: absolute;
  left: -9999px;
}

label.radio:not(:last-child) {
  margin-bottom: 8px;
}

label.radio .radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

label.radio .radio:before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  background: var(--color-prime);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

label.radio .text {
  color: #666;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.2;
  padding-left: 10px;
}

label.radio .text span {
  color: rgba(153, 153, 153, 0.7);
  margin-left: 5px;
}

label.radio .text a {
  font-weight: 700;
  color: var(--color-prime);
}

label.radio input:checked + .radio:before {
  opacity: 1;
  visibility: visible;
}

.pagination {
  margin-top: 35px;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}

.pagination ul li {
  padding-left: 5px;
  padding-right: 5px;
}

.pagination ul li.is-active a {
  background-color: var(--color-prime);
  color: #fff;
}

.pagination ul li:not(.is-active):hover a {
  background: #012155;
  color: #fff;
}

.pagination ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  color: #012155;
  -webkit-box-shadow: 5px 5px 20px rgba(1, 33, 85, 0.15);
  box-shadow: 5px 5px 20px rgba(1, 33, 85, 0.15);
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagination ul li a .icon {
  font-size: 13px;
}

.search {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search.is-visible {
  opacity: 1;
  visibility: visible;
}

.search-wrapper {
  width: 800px;
  max-width: 100%;
  height: 90vh;
  max-height: 750px;
  background: #fff;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .search-wrapper {
    height: 85vh;
  }
}

.search-wrapper.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-wrapper .row {
  height: 100%;
}

.search-wrapper .row > div {
  height: 100%;
}

.search-header {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.08);
  position: relative;
}

.search-header .heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-prime);
  font-weight: 700;
  font-size: 18px;
}

.search-header .heading .icon {
  font-size: 20px;
  margin-right: 20px;
}

.search-header form {
  width: 100%;
}

.search-header input {
  font-family: "Poppins", sans-serif;
  color: #1e1d1c;
  height: 63px;
  width: 100%;
  font-size: 16px;
}

.search-close {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.search-close .icon {
  color: var(--color-prime);
  font-size: 28px;
}

.search-nav {
  background: rgba(21, 83, 164, 0.08);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  max-width: 260px;
  position: relative;
  border-radius: 8px 0 0 8px;
}

@media (max-width: 767px) {
  .search-nav {
    display: none;
  }
}

.search-nav ul {
  padding-top: 15px;
}

.search-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 25px;
  color: var(--color-prime);
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search-nav ul li a:hover {
  background: var(--color-prime);
  color: #fff;
}

.search-nav ul li a .icon {
  width: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  margin-right: 15px;
  opacity: 0.3;
}

.search-nav ul li a .text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.search-content {
  width: calc(100% - 260px);
}

@media (max-width: 767px) {
  .search-content {
    width: 100%;
  }
}

.search-list {
  height: calc(97% - 65px);
  overflow-y: auto;
  scrollbar-color: rgba(0, 0, 0, 0.2) #fff;
  scrollbar-width: thin;
}

.search-list::-webkit-scrollbar-track {
  background-color: #fff;
}

.search-list::-webkit-scrollbar {
  width: 6px;
}

.search-list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}

.search-list ul {
  padding: 10px 25px;
}

.search-list .search-outer ul {
  position: relative;
}

.search-list .search-outer ul::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
  height: 35px;
}

.search-list .search-outer > ul:not(.special) > li {
  border-bottom: 1px solid rgba(102, 102, 102, 0.08);
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}

.search-list .search-outer > ul:not(.special) > li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  right: -15px;
  bottom: -1px;
  left: -15px;
  border-radius: 15px;
  background: rgba(21, 83, 164, 0.08);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search-list .search-outer > ul:not(.special) > li:last-child {
  border-bottom: 0 none;
}

.search-list .search-outer > ul:not(.special) > li:hover:before {
  opacity: 1;
  visibility: visible;
}

.search-list .search-outer > ul:not(.special) > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-list__photo {
  width: 100px;
  height: 80px;
  overflow: hidden;
  border-radius: 11px;
  padding: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(102, 102, 102, 0.15);
  box-shadow: 0 5px 15px rgba(102, 102, 102, 0.15);
  background: #fff;
  position: relative;
}

.search-list__photo .icon {
  font-size: 36px;
  color: rgba(102, 102, 102, 0.3);
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
}

.search-list__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.search-list__right {
  padding-left: 15px;
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}

.search-list__right .title {
  color: var(--color-prime);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
  max-height: 42px;
}

.search-list__right > .text {
  font-size: 14px;
  color: #999;
}

.search-list__right .tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  margin-top: 8px;
  color: #999;
}

.search-list__right .tag .icon {
  font-size: 11px;
  opacity: 0.5;
  margin-right: 7px;
}

.search-list__right .tag .text {
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.section-header.txt-center {
  text-align: center;
}

.section-header.txt-large .title {
  font-size: 54px;
  letter-spacing: -2px;
}

@media (max-width: 479px) {
  .section-header.txt-large .title {
    font-size: 42px;
  }
}

.section-header.txt-small .title {
  font-size: 36px;
  letter-spacing: -1px;
}

.section-header.txt-small .text {
  font-size: 16px;
}

.section-header.txt-light .title {
  color: #fff;
}

.section-header.txt-light .text {
  color: #fff;
}

.section-header.color-1 .title {
  color: var(--color-prime);
}

.section-header.color-1 .text {
  color: var(--color-prime);
}

.section-header.color-2 .title {
  color: var(--color-prime);
}

.section-header.color-2 .text {
  color: var(--color-prime);
}

.section-header .title {
  color: var(--color-prime);
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1.3;
}

@media (max-width: 479px) {
  .section-header .title {
    font-size: 32px;
  }
}

.section-header .title span {
  color: var(--color-prime);
}

.section-header .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #012155;
}

.section-header .text:not(.ui-no-center) {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
}

.shortcuts.pos-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.shortcuts-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  font-family: 'Quicksand', sans-serif;
  justify-content: flex-end;
}

.shortcuts-item:hover .shortcuts-wrapper::before {
  width: 100%;
}

.shortcuts-item:hover .shortcuts-dropdown {
  opacity: 1;
  visibility: visible;
}

.shortcuts-item:hover .shortcuts-dropdown__list li a::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.shortcuts-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.shortcuts-wrapper:not(.ui-shortcut-search) {
  height: 65px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.shortcuts-wrapper.ui-shortcut-search {
  background:var(--gradient-t);
  height: 105px;
  justify-content: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .shortcuts-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.shortcuts-wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  height: 4px;
  width: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.shortcuts-wrapper .icon {
  color: #fff;
  font-size: 28px;
}

.shortcuts-wrapper .desc {
  padding-left: 15px;
  color: #fff;
  
  justify-content: center;
}

.shortcuts-wrapper .desc .title {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .shortcuts-wrapper .desc .title {
    font-size: 13px;
  }
}

.shortcuts-wrapper .desc .text {
  font-size: 12px;
  line-height: 1.3;
  margin-top: 3px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .shortcuts-wrapper .desc .text {
    font-size: 11px;
  }
}

.shortcuts-dropdown {
  position: absolute;
  right: 10px;
  bottom: 70px;
  left: 10px;
  background: rgb(3 96 176 / 85%);
  padding: 15px;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


.shortcuts-dropdown ul{
 
  height: 300px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.shortcuts-dropdown .heading {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  border-bottom: 3px solid rgba(0, 0, 0, 0.35);
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.shortcuts-dropdown__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 padding: 10px;
  position: relative;
  z-index: 1;
}

.shortcuts-dropdown__list li a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -15px;
  bottom: -1px;
  right: -15px;
  background: rgba(250, 250, 250, 0.098);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.shortcuts-dropdown__list li a::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 9px;
}

.shortcuts-dropdown__list li a:hover::after {
  opacity: 1;
  visibility: visible;
}

.headline-news {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1199px) {
  .headline-news {
    margin-bottom: 2px;
  }
}

.headline-news__photo {
  height: 500px;
  overflow: hidden;
}

@media (min-width: 1750px) {
  .headline-news__photo {
    height: 582px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .headline-news__photo {
    height: 400px;
  }
}

@media (max-width: 479px) {
  .headline-news__photo {
    height: 330px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .headline-news__photo {
    height: 550px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .headline-news__photo {
    height: 550px;
  }
}

.headline-news__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.headline-news__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.9))
  );
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 40px;
  color: #fff;
}

@media (max-width: 767px) {
  .headline-news__body {
    padding: 10px 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .headline-news__body {
    padding: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .headline-news__body {
    padding: 60px;
  }
}

.headline-news__body .title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  overflow: hidden;
  max-height: 76px;
}

@media (min-width: 1200px) {
  .headline-news__body .title {
    padding-right: 150px;
  }
}

@media (max-width: 767px) {
  .headline-news__body .title {
    font-size: 24px;
    max-height: 91px;
    line-height: 1.3;
  }
}

.headline-news__body .date {
  font-size: 12px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.headline-news__body .text {
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
  max-height: 49px;
}

@media (max-width: 767px) {
  .headline-news__body .text {
    display: none;
  }
}

.headlinenewsV2-sync {
  position: relative;
}

.headlinenewsV2-sync .owl-headlinenews-slide .owl-item .item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.headlinenewsV2-sync .owl-headlinenews-slide .owl-item:not(.active) .item {
  opacity: 0;
  visibility: hidden;
}

.headlinenewsV2-sync
  .owl-headlinenews-slide
  .owl-item:not(.active)
  .headlinenewsV2-body
  .title,
.headlinenewsV2-sync
  .owl-headlinenews-slide
  .owl-item:not(.active)
  .headlinenewsV2-body
  .text,
.headlinenewsV2-sync
  .owl-headlinenews-slide
  .owl-item:not(.active)
  .headlinenewsV2-body
  .groups {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
}

.headlinenewsV2-sync
  .owl-headlinenews-slide
  .owl-item:not(.active)
  .headlinenewsV2-body
  .groups::before {
  width: 0;
}

.headlinenewsV2-sync
  .owl-headlinenews-slide
  .owl-item
  .headlinenewsV2-body
  .title {
  -webkit-transition: 0.4s 0.1s;
  transition: 0.4s 0.1s;
}

.headlinenewsV2-sync
  .owl-headlinenews-slide
  .owl-item
  .headlinenewsV2-body
  .text {
  -webkit-transition: 0.4s 0.2s;
  transition: 0.4s 0.2s;
}

.headlinenewsV2-sync
  .owl-headlinenews-slide
  .owl-item
  .headlinenewsV2-body
  .groups {
  -webkit-transition: 0.4s 0.3s;
  transition: 0.4s 0.3s;
}

.headlinenewsV2-sync .item a {
  position: relative;
}

@media (min-width: 768px) {
  .headlinenewsV2-sync .owl-headlinenews-thumbs {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px;
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .headlinenewsV2-sync .owl-headlinenews-thumbs {
    margin-top: 10px;
  }
}

.headlinenewsV2-sync
  .owl-headlinenews-thumbs
  .owl-item:not(.current)
  .item
  .headlinenewsV2-photo.ui-style-thumbnail
  img {
  opacity: 0.6;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.headlinenewsV2-sync .owl-headlinenews-thumbs .owl-item .item {
  cursor: pointer;
}

.headlinenewsV2-photo,
.headlinenewsV2-cover {
  overflow: hidden;
}

@media (min-width: 992px) {
  .headlinenewsV2-photo:not(.ui-style-thumbnail),
  .headlinenewsV2-cover:not(.ui-style-thumbnail) {
    height: 34vw;
    max-height: 600px;
  }
}

@media (max-width: 767px) {
  .headlinenewsV2-photo:not(.ui-style-thumbnail),
  .headlinenewsV2-cover:not(.ui-style-thumbnail) {
    height: 80vw;
  }
}

@media (max-width: 479px) {
  .headlinenewsV2-photo:not(.ui-style-thumbnail),
  .headlinenewsV2-cover:not(.ui-style-thumbnail) {
    max-height: 480px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .headlinenewsV2-photo:not(.ui-style-thumbnail),
  .headlinenewsV2-cover:not(.ui-style-thumbnail) {
    height: 400px;
  }
}

.headlinenewsV2-photo.ui-style-thumbnail,
.headlinenewsV2-cover.ui-style-thumbnail {
  height: 70px;
  border-radius: 8px;
}

.headlinenewsV2-photo img,
.headlinenewsV2-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .headlinenewsV2-cover {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

@media (max-width: 767px) {
  .headlinenewsV2-cover {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
  }
}

.headlinenewsV2-cover img {
  -webkit-filter: blur(7px) grayscale(1);
  filter: blur(7px) grayscale(1);
}

@media (min-width: 768px) {
  .headlinenewsV2-photo {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

@media (max-width: 767px) {
  .headlinenewsV2-photo {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}

.headlinenewsV2-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background:  linear-gradient(to right, #00145eb8, #1077a4c4);
}

@media (min-width: 768px) {
  .headlinenewsV2-body {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

@media (max-width: 767px) {
  .headlinenewsV2-body {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
  }
}

@media (min-width: 992px) {
  .headlinenewsV2-body {
    padding: 3.5vw 7vw 4vw 5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .headlinenewsV2-body {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .headlinenewsV2-body {
    padding: 9vw 10vw;
  }
}

.headlinenewsV2-body .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  font-size: 28px!important;
 
}

@media (min-width: 992px) {
  .headlinenewsV2-body .title {
    padding-left: 30px;
    font-size: 42px;
    letter-spacing: -1.3px;
    -webkit-line-clamp: 4;
  }
}

@media (max-width: 767px) {
  .headlinenewsV2-body .title {
    font-size: 7.5vw;
    letter-spacing: -0.5px;
    -webkit-line-clamp: 3;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .headlinenewsV2-body .title {
    font-size: 28px;
    letter-spacing: -0.5px;
    -webkit-line-clamp: 5;
    padding-left: 30px;
  }
}

@media (min-width: 768px) {
  .headlinenewsV2-body .title::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 10px;
    width: 10px;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(var(--color-prime)),
      color-stop(50%, #1759b0)
    );
    background-image: linear-gradient(var(--color-prime), #1759b0 50%);
    border-radius: 99px;
  }
}

.headlinenewsV2-body .text {
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
  font-family: 'Quicksand', sans-serif!important;
}

@media (min-width: 992px) {
  .headlinenewsV2-body .text {
    margin-top: 11px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
  }
}

@media (max-width: 479px) {
  .headlinenewsV2-body .text {
    font-size: 12px;
    margin-top: 12px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .headlinenewsV2-body .text {
    margin-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .headlinenewsV2-body .text {
    display: none;
  }
}

.headlinenewsV2-body .groups {
  position: relative;
}

@media (min-width: 768px) {
  .headlinenewsV2-body .groups {
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 30px;
  }
}

@media (max-width: 479px) {
  .headlinenewsV2-body .groups {
    margin-top: 15px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .headlinenewsV2-body .groups {
    margin-top: 25px;
  }
}

@media (min-width: 768px) {
  .headlinenewsV2-body .groups::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    height: 1px;
    width: 100%;
    -webkit-transition: width 1.5s;
    transition: width 1.5s;
  }
}

.headlinenewsV2-body .groups .item {
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .headlinenewsV2-body .groups .item {
    font-size: 0.7vw;
  }
}

@media (max-width: 479px) {
  .headlinenewsV2-body .groups .item {
    font-size: 11px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .headlinenewsV2-body .groups .item {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .headlinenewsV2-body .groups .item {
    font-size: 12px;
  }
}

.headlinenewsV2-body .groups .item:not(:last-child) {
  margin-right: 20px;
}

.headlinenewsV2-body .groups .item .icon {
  font-size: 13px;
  margin-right: 7px;
}

.headlinenewsV2-other {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .headlinenewsV2-other {
    display: none;
  }
}

.headlinenewsV2-other ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 5px;
  padding-right: 5px;
}

.headlinenewsV2-other .news-card a {
  overflow: hidden;
  border-radius: 15px;
}

@media (min-width: 768px) {
  .headlinenewsV2-link {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    padding: 20px;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .headlinenewsV2-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.headlinenewsV2-link a {
  background-color: var(--color-second);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  border-radius: 8px;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .headlinenewsV2-link a {
    width: calc((100% / 7) - 5px);
  }
}

@media (max-width: 767px) {
  .headlinenewsV2-link a {
    width: 100%;
  }
}

.headlinenewsV2-link a:hover {
  background-color: var(--color-dark-green);
}

.headlinenewsV2-link a span {
  font-size: 24px;
  font-weight: 900;
}

.tab {
  position: relative;
  z-index: 1;
  height: 545px;
}

.tab-nav {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.tab-nav ul {
  background: rgb(2 56 64 / 5%);
  border-radius: 11px;
}

.tab-nav ul li.is-current a,
.tab-nav ul li:hover a {
  color: #fff;
}

.tab-nav ul li.is-current a::before,
.tab-nav ul li:hover a::before {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 479px) {
  .tab-nav ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.tab-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  padding-left: 20px;
  padding-right: 20px;
  height: 55px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-prime);
  position: relative;
  z-index: 1;
}

@media (max-width: 479px) {
  .tab-nav ul li a {
    font-size: 13px;
  }
}

.tab-nav ul li a::before {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 4px;
  border-radius: 8px;
  background: var(--color-prime);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tab-container {
  margin-top: 10px;
}

.tab-container .common-list,
.tab-container .shortcuts {
  height: 425px;
  overflow-y: auto;
  padding-right: 15px;
  padding-left: 15px;
  scrollbar-color: var(--color-second) rgba(85, 178, 80, 0.3);
  scrollbar-width: thin;
}

.tab-container .common-list::-webkit-scrollbar-track,
.tab-container .shortcuts::-webkit-scrollbar-track {
  background-color: rgba(85, 178, 80, 0.3);
}

.tab-container .common-list::-webkit-scrollbar,
.tab-container .shortcuts::-webkit-scrollbar {
  width: 6px;
}

.tab-container .common-list::-webkit-scrollbar-thumb,
.tab-container .shortcuts::-webkit-scrollbar-thumb {
  background-color: var(--color-second);
}

@media (max-width: 767px) {
  .tab-container .shortcuts ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.tab-link {
  position: absolute;
  right: 15px;
  bottom: 10px;
  color: var(--color-second);
  font-size: 13px;
  font-weight: 600;
}

.tab-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  width: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.tab-link:hover::after {
  width: 100%;
}

.common-list.small .common-list__left {
  width: 25%;
}

.common-list.small .common-list__left-bg {
  height: 60px;
}

.common-list.small .common-list__left .icon {
  font-size: 20px;
}

.common-list.small .common-list__descritption {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 25%);
  flex: 0 0 calc(100% - 25%);
  max-width: calc(100% - 25%);
}

.common-list.v-text .common-list__description .title {
  line-height: 1.4;
  font-size: 14px;
  max-height: 37px;
  font-family: 'Quicksand',sans-serif;
  color: var(--color-dark-green);
}

.common-list.ui-view-tenders .common-list__description {
  padding-bottom: 15px;
}

.common-list.gap-1 ul li {
  margin-bottom: 20px !important;
}

.common-list ul:hover li a {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0.6;
}

.common-list ul li:not(:last-child) {
  margin-bottom: 10px;
}

.common-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 11px;
}

.common-list ul li a:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.common-list__left {
  position: relative;
  width: 35%;
}

.common-list__left .photo {
  overflow: hidden;
  width: 100%;
  height: 96px;
}

.common-list__left .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.common-list__left-bg {
  width: 100%;
  height: 96px;
  color: var(--color-second);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 11px 0 0 11px;
}

.common-list__left .icon {
  font-size: 32px;
}

.common-list__left .date {
  line-height: 1.3;
}

.common-list__left .date .number {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
}

.common-list__left .date .title {
  font-size: 13px;
}

.common-list__description {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 35%);
  flex: 0 0 calc(100% - 35%);
  max-width: calc(100% - 35%);
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: capitalize;
  position: relative;
}

.common-list__description .title {
  color: #1e1d1c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  max-height: 35px;
  overflow: hidden;
}

.common-list__description .text {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
  max-height: 32px;
  color: #999;
  overflow: hidden;
}

.common-list__description .date {
  font-size: 12px;
  color: rgba(153, 153, 153, 0.7);
  margin-top: 5px;
}

.common-list__description .date .icon {
  font-size: 12px;
  margin-right: 5px;
}

.common-list__description .infos {
  margin-top: 7px;
}

.common-list__description .infos .item {
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  color: rgba(153, 153, 153, 0.7);
  line-height: 1.2;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 150px;
}

.common-list__description .infos .item:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}

.common-list__description .statu {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  padding: 1px 9px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.common-list__description .statu:not([class*="is-"]) {
  background-color: rgba(102, 102, 102, 0.08);
  color: #999;
}

.common-list__description .statu.is-resulted {
  background-color: rgba(85, 178, 80, 0.1);
  color: var(--color-second);
}

.common-list__description .statu.is-failed {
  background-color: rgba(254, 89, 35, 0.1);
  color: #fe5923;
}

.common-list__description .statu.is-cancelled {
  background-color: rgba(229, 83, 83, 0.1);
  color: #e55353;
}

.list-activity:not(.ui-no-mt) {
  margin-top: 15px;
}

.list-activity:not(.ui-no-mb-list) ul li:not(:last-child) {
  margin-bottom: 10px;
}

.list-activity.ui-list ul {
  row-gap: 30px;
}

.list-activity__header {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(1, 33, 85, 0.08);
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .list-activity__header {
    margin-top: 30px;
  }
}

.list-activity__header .title {
  color: #012155;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.list-activity__header .link {
  color: #012155;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}

.list-activity__header .link:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .list-activity ul {
    margin-left: -5px;
    margin-right: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-activity ul {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .list-activity ul li {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-activity ul li {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.list-activity__item {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-activity__item:not(.ui-item-border) {
  border-radius: 8px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .list-activity__item:not(.ui-item-border) {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .list-activity__item:not(.ui-item-border) {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.list-activity__item.ui-item-border {
  border: 1px solid rgba(102, 102, 102, 0.08);
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 11px;
}

.list-activity__item:hover {
  -webkit-box-shadow: 0 0 30px rgba(1, 33, 85, 0.15);
  box-shadow: 0 0 30px rgba(1, 33, 85, 0.15);
}

@media (min-width: 992px) {
  .list-activity__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .list-activity__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) and (min-width: 768px) {
  .list-activity__item > div:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .list-activity__item > div:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .list-activity__item {
    height: auto;
  }
}

.list-activity__left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .list-activity__left {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .list-activity__left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.list-activity__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 70px;
  margin-right: 20px;
}

.list-activity__date span {
  color: #012155;
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}

.list-activity__date span.number {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 0.9;
}

.list-activity__date span.year {
  font-weight: 900;
  font-size: 20px;
}

.list-activity__date span.day {
  font-size: 11px;
}

.list-activity__date span.clock {
  font-size: 16px;
  font-weight: 300;
}

.list-activity__figure {
  position: relative;
}

.list-activity__figure:not([class*="ui-size-"]) {
  width: 150px;
  height: 180px;
}

@media (min-width: 768px) {
  .list-activity__figure.ui-size-small {
    width: 95px;
  }
}

@media (max-width: 767px) {
  .list-activity__figure.ui-size-small {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .list-activity__figure.ui-size-small {
    height: 112px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .list-activity__figure {
    margin-left: 7px;
  }
}

.list-activity__figure .letter-bg {
  background-color: var(--color-prime);
  border-radius: 15px;
  opacity: 0.1;
  width: 100%;
  height: 100%;
}

.list-activity__figure .letter {
  color: var(--color-prime);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 54px;
  font-weight: 900;
}

.list-activity__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.list-activity__middle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 992px) {
  .list-activity__middle:not(.ui-no-right) {
    padding-right: 140px;
  }
}

@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .list-activity__middle:not(.ui-no-right) {
    padding-right: 50px;
  }
}

@media (min-width: 992px) {
  .list-activity__middle:not(.ui-no-right) {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .list-activity__middle:not(.ui-no-right) {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .list-activity__middle:not(.ui-no-right) {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .list-activity__middle:not(.ui-no-right) {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-activity__middle:not(.ui-no-right) {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.list-activity__middle.ui-no-right {
  padding-right: 20px;
}

.list-activity__middle.ui-no-right:not(.ui-size-small) {
  padding-left: 25px;
}

.list-activity__middle.ui-no-right.ui-size-small {
  padding-left: 15px;
}

.list-activity__middle:not([class*="ui-size-"]) .title {
  font-size: 18px;
  font-weight: 900;
}

@media (min-width: 480px) and (max-width: 767px) {
  .list-activity__middle:not([class*="ui-size-"]) .title {
    font-size: 14px;
  }
}

.list-activity__middle:not([class*="ui-size-"]) .tag {
  font-size: 14px;
  line-height: 1.3;
}

.list-activity__middle.ui-size-small .title {
  font-size: 13px;
  font-weight: 800;
}

.list-activity__middle.ui-size-small .tag {
  font-size: 10px;
  line-height: 1.1;
}

.list-activity__middle .title {
  line-height: 1.4;
  text-transform: uppercase;
  color: #666;
}

@media (max-width: 479px) {
  .list-activity__middle .tag,
  .list-activity__middle .title {
    text-align: center;
  }
}

.list-activity__middle .tag {
  color: #999;
}

.list-activity__info:not([class*="ui-size-"]) {
  margin-top: 17px;
  row-gap: 10px;
}

.list-activity__info:not([class*="ui-size-"]) .item .desc .heading {
  font-size: 14px;
  line-height: 1.2;
}

.list-activity__info:not([class*="ui-size-"]) .item .desc .text {
  font-size: 14px;
}

.list-activity__info.ui-size-small {
  margin-top: 12px;
  row-gap: 6px;
}

.list-activity__info.ui-size-small .item .desc .heading {
  font-size: 11px;
  line-height: 1;
}

.list-activity__info.ui-size-small .item .desc .text {
  font-size: 12px;
}

.list-activity__info .item .desc .heading {
  color: var(--color-second);
  font-weight: 800;
}

.list-activity__info .item .desc .text {
  color: #999;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .list-activity__right {
    padding-right: 25px;
  }
}

.news-link {
  background: var(--color-second);
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 479px) {
  .news-link {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.news-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 13px;
  padding: 6px 15px;
  border-radius: 5px;
}

.news-link a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.news-link a:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 479px) {
  .news-link a {
    margin-bottom: 10px;
  }
}

.view-multimedia {
  height: 260px;
  position: relative;
}

.view-multimedia:not(:last-child) {
  margin-bottom: 25px;
}

.view-multimedia__carousel {
  margin-top: 15px;
}

.view-multimedia .owl-multimedia {
  position: inherit;
}

.accordion.no-content .accordion-header {
  padding-right: 25px;
}

.accordion.no-content .accordion-right > .icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion.v-open .accordion-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion.v-open .accordion-content {
  display: block;
}

.accordion.title-bold .accordion-header .title {
  font-weight: 800;
}

.accordion > ul > li {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 11px;
  margin-bottom: 15px;
  overflow: hidden;
}

.accordion > ul > li:last-child {
  margin-bottom: 0;
}

.accordion > ul > li.is-open,
.accordion > ul > li:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}

.accordion > ul > li.is-open .accordion-header,
.accordion > ul > li:hover .accordion-header {
  background: var(--color-second);
}

.accordion > ul > li.is-open .accordion-header .title,
.accordion > ul > li:hover .accordion-header .title {
  color: #fff;
}

.accordion > ul > li.is-open .accordion-header .title span,
.accordion > ul > li:hover .accordion-header .title span {
  color: rgba(255, 255, 255, 0.7);
}

.accordion > ul > li.is-open .accordion-right > .icon,
.accordion > ul > li:hover .accordion-right > .icon {
  color: #fff;
}

.accordion > ul > li.is-open .accordion-right .date,
.accordion > ul > li:hover .accordion-right .date {
  color: #fff;
}

.accordion > ul > li:hover .accordion-right > .icon {
  -webkit-transform: scale(1.3) translateX(5px) rotate(-90deg);
  transform: scale(1.3) translateX(5px) rotate(-90deg);
}

.accordion > ul > li.is-open .accordion-right > .icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion.color-1 > ul > li.is-open .accordion-header,
.accordion.color-1 > ul > li:hover .accordion-header {
  background: var(--color-prime);
}

.accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 479px) {
  .accordion-header {
    padding-left: 17px;
    padding-right: 17px;
  }
}

.accordion-header .title {
  color: #013740;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
  max-height: 39px;
  font-family: 'Quicksand',sans-serif;
}

@media (max-width: 479px) {
  .accordion-header .title {
    font-size: 13px;
    max-height: 31px;
  }
}

.accordion-header .title span {
  display: block;
  font-size: 13px;
  color: #999;
  font-weight: 400;
  margin-top: 5px;
}

.accordion-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-right > .icon {
  color: #999;
  font-size: 16px;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion-right .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  font-size: 13px;
  margin-right: 20px;
}

@media (max-width: 479px) {
  .accordion-right .date {
    display: none;
  }
}

.accordion-right .date .icon {
  font-size: 13px;
  color: currentColor;
  margin-right: 7px;
}

.accordion-content {
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.accordion-content > *:last-child {
  padding-bottom: 30px;
}

.accordion-content .page-content__description,
.accordion-content .page-content__gallery,
.accordion-content .page-content__info,
.accordion-content .documents-files,
.accordion-content .ordered-links,
.accordion-content .ordered-list {
  padding-top: 30px;
}

.accordion-content .page-content__gallery {
  margin-top: 0;
}

.accordion-content > img {
  width: 250px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.documents-files {
  display: inline-block;
  width: 100%;
}

.documents-files.style-2 ul li a {
  border-left: 5px solid var(--color-prime);
}

.documents-files.style-2 .documents-icon {
  color: var(--color-prime);
}

.documents-files.style-2 .page-content__heading {
  color: var(--color-prime);
}

.documents-files ul li {
  margin-bottom: 10px;
}

.documents-files ul li:last-child {
  margin-bottom: 0;
}

.documents-files ul li a {
  background: rgba(241, 241, 241, 0.7);
  padding: 17px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.documents-files ul li a:hover {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}

@media (max-width: 479px) {
  .documents-files ul li a {
    padding: 10px 23px;
  }
}

.documents-files ul li a .title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: #1e1d1c;
  line-height: 1.25;
  padding-right: 30px;
}

@media (max-width: 479px) {
  .documents-files ul li a .title {
    font-size: 14px;
  }
}

.documents-files ul li a .text {
  font-size: 16px;
  font-weight: 300;
  color: #666;
}

@media (max-width: 479px) {
  .documents-files ul li a .text {
    font-size: 14px;
  }
}

.documents-files ul li a .date {
  font-size: 12px;
  color: #999;
}

@media (max-width: 479px) {
  .documents-files ul li a .date {
    font-size: 11px;
    margin-top: 5px;
  }
}

.documents-files ul li a .icon {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  color: #000;
  opacity: 0.15;
}

@media (max-width: 479px) {
  .documents-files ul li a .icon {
    right: 15px;
    font-size: 16px;
  }
}

.documents-files ul li a .number {
  font-weight: 900;
  margin-left: 15px;
}

.documents-icon {
  font-size: 28px;
  color: var(--color-prime);
  margin-right: 25px;
}

@media (max-width: 479px) {
  .documents-icon {
    font-size: 24px;
    margin-right: 15px;
  }
}

.view-table ul li:nth-child(even) a {
  background: #f4f4f4;
}

.view-table ul li:hover .view-table__item {
  background: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.view-table ul li:last-child .view-table__item {
  border-radius: 0 0 11px 11px;
}

.view-table__header {
  padding: 15px 15px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.view-table__header:not(.ui-full-radius) {
  border-radius: 11px 11px 0 0;
}

.view-table__header.ui-full-radius {
  border-radius: 11px;
}

.view-table__header .page-content__heading {
  color: #999 !important;
  font-size: 12px;
}

@media (max-width: 479px) {
  .view-table__header {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.view-table__filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.view-table__filter ul li {
  position: relative;
}

.view-table__filter ul li:not(:last-child) {
  margin-right: 10px;
}

.view-table__filter ul li .icon {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.2);
  font-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.view-table__filter .btn {
  background: var(--color-prime);
  color: #fff;
  height: 45px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
  cursor: pointer;
}

.view-table__filter .btn:hover {
  background: #134a92;
}

.view-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 75px;
  background: #fbfbfb;
  position: relative;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 479px) {
  .view-table__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.view-table__item > div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  color: #999;
  line-height: 1.4;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
}

.view-table__item > div.date > span {
  opacity: 0.6;
}

.view-table__item > div.txt-bold {
  font-weight: 700;
}

.view-table__item > div.desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  font-size: 14px;
}

@media (max-width: 767px) {
  .view-table__item > div.desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .view-table__item > div.desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .view-table__item > div.desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}

.view-table__item > div.desc small {
  opacity: 0.6;
  font-weight: 800;
}

.view-table__item > div.action {
  text-align: center;
}

@media (max-width: 767px) {
  .view-table__item > div.action {
    text-align: left;
  }
}

.view-table__item > div.action .icon {
  color: var(--color-second);
  font-size: 18px;
}

.view-table__item .statu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  padding: 1px 9px;
  border-radius: 8px;
  margin-top: 3px;
}

.view-table__item .statu:not([class*="is-"]) {
  background-color: rgba(102, 102, 102, 0.08);
  color: #999;
}

.view-table__item .statu.is-resulted {
  background-color: rgba(85, 178, 80, 0.1);
  color: var(--color-second);
}

.view-table__item .statu.is-failed {
  background-color: rgba(254, 89, 35, 0.1);
  color: #fe5923;
}

.view-table__item .statu.is-cancelled {
  background-color: rgba(229, 83, 83, 0.1);
  color: #e55353;
}

.ordered-links:not(.style-1) ul li a:hover {
  padding-left: 10px;
}

.ordered-links.style-1 ul li:not(.more) {
  border-bottom: 0 none;
  margin-bottom: 7px;
}

.ordered-links.style-1 ul li:not(.more) a {
  background: rgba(241, 241, 241, 0.7);
  color: #666;
  padding: 17px 40px 17px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ordered-links.style-1 ul li:not(.more) a:hover {
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(102, 102, 102, 0.08);
  box-shadow: 0 3px 10px rgba(102, 102, 102, 0.08);
}

.ordered-links.style-1 ul li:not(.more) a:after {
  right: 25px;
}

.ordered-links ul li:not(.more) {
  border-bottom: 1px solid rgba(102, 102, 102, 0.08);
}

.ordered-links ul li:not(.more):last-child {
  border-bottom: 0 none;
}

.ordered-links ul li:not(.more) a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #666;
  font-size: 16px;
  overflow: hidden;
  border-radius: 8px;
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ordered-links ul li:not(.more) a:after {
  content: "";
  position: absolute;
  z-index: 12;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 9px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .ordered-links ul li:not(.more) a:after {
    display: none;
  }
}

.ordered-links ul li:not(.more) a .date {
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  color: #666;
}

.ordered-links ul li.more {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}

.ordered-links ul li.more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f1f1f1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  height: 50px;
  text-transform: uppercase;
  color: #999;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ordered-links ul li.more a:hover {
  color: #666;
}

.ordered-links ul li.more .icon {
  margin-right: 12px;
  font-size: 18px;
}

.js_enabled #js-cookie {
  display: none;
}

.cookie {
  background: rgba(21, 83, 164, 0.95);
  position: fixed;
  -webkit-box-shadow: 0 -30px 30px rgba(30, 29, 28, 0.5);
  box-shadow: 0 -30px 30px rgba(30, 29, 28, 0.5);
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  margin: 0 auto;
  z-index: 2003;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cookie.is-hidden {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

.cookie-form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .cookie-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.cookie-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 768px) {
  .cookie-content {
    padding-right: 130px;
  }
}

.cookie-content .text {
  color: #fff;
  font-size: 13px;
}

.cookie-content .link {
  font-weight: 800;
  color: #fff;
  position: relative;
}

.cookie-content .link:before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: -5px;
  left: 0;
  background: #fff;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.cookie-content .link:hover:before {
  width: 100%;
}

.cookie-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-second);
  min-width: 150px;
  height: 50px;
  padding-left: 25px;
  padding-right: 20px;
  border-radius: 11px;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 479px) {
  .cookie-button {
    font-size: 14px;
    margin-top: 10px;
  }
}

.cookie-button .icon {
  font-size: 16px;
}

@media (max-width: 479px) {
  .cookie-button .icon {
    font-size: 14px;
  }
}

.cookie-button:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.news.gap-1 ul {
  margin-left: -1px;
  margin-right: -1px;
}

.news.gap-1 ul li {
  padding-left: 1px;
  padding-right: 1px;
}

.news.gap-1 ul li:nth-last-child(n + 3) {
  margin-bottom: 2px;
}

.news.list ul li {
  margin-bottom: 20px;
}

.news.list-ordered ul li.more,
.news.list-single ul li.more {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  margin-top: 15px;
}

.news.list-ordered ul li.more a,
.news.list-single ul li.more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f1f1f1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  height: 55px;
  width: 300px;
  text-transform: uppercase;
  color: #999;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news.list-ordered ul li.more a:hover,
.news.list-single ul li.more a:hover {
  color: #666;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}


.news.list-ordered ul li.more .icon,
.news.list-single ul li.more .icon {
  margin-right: 12px;
  font-size: 16px;
}

.news.list-ordered .news-card {
  display: block;
  position: relative;
}

.news.list-ordered .news-card a:hover .news-photo {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.news.list-ordered .news-photo {
  overflow: hidden;
  height: 210px;
  border-radius: 11px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .news.list-ordered .news-photo {
    height: auto;
  }
}

.news.list-single ul li.more {
  margin-top: 50px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .news.list-single ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .news.list-single ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.news.list-single ul li:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 479px) {
  .news.list-single.small .news-card a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.news.list-single.small .news-photo {
  width: 110px;
  height: 100px;
}

@media (max-width: 479px) {
  .news.list-single.small .news-photo {
    border-radius: 11px 0 0 11px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .news.list-single.small .news-photo {
    width: 100%;
    height: auto;
  }
}

.news.list-single.small .news-description {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .news.list-single.small .news-description {
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media (max-width: 479px) {
  .news.list-single.small .news-description {
    border-radius: 0 11px 11px 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.news.list-single.small .news-description .title {
  font-size: 12px;
  max-height: 45px;
  font-family: 'Quicksand', sans-serif;
  line-height: 1.3;
  color: var(--color-dark-green);
  max-width: 90%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .news.list-single.small .news-description .title {
    max-height: 36px;
  }
}

.news.list-single.small .news-description .date {
  margin-top: 5px;
}

.news.list-single .news-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .news.list-single .news-card a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.news.list-single .news-card a:hover .news-description {
  background: var(--color-prime);
}

.news.list-single .news-card a:hover .news-description .title {
  color: #fff;
}

.news.list-single .news-card a:hover .news-description .text {
  color: rgba(255, 255, 255, 0.7);
}

.news.list-single .news-card a:hover .news-description .date {
  color: rgba(255, 255, 255, 0.4);
}

.news.list-single .news-card a:hover .news-description > .icon {
  -webkit-transform: translateY(-50%) translateX(10px) scale(1.2);
  transform: translateY(-50%) translateX(10px) scale(1.2);
  color: #fff;
}

.news.list-single .news-photo {
  width: 290px;
  height: 170px;
  overflow: hidden;
  border-radius: 11px 0 0 11px;
}

@media (max-width: 767px) {
  .news.list-single .news-photo {
    width: 100%;
    height: auto;
    border-radius: 11px 11px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news.list-single .news-photo {
    width: 200px;
  }
}

.news.list-single .news-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news.list-number ul {
  counter-reset: dots;
}

.news.list-number ul li {
  position: relative;
}

.news.list-number ul li .news-dot {
  background: var(--color-prime);
}



.news.list-number .news-dot {
  counter-increment: dots;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  z-index: 1;
}

.news.list-number .news-dot:before {
  content: counter(dots, decimal-leading-zero) " ";
}

.news-card a {
  display: block;
  position: relative;
}

.news-card a:hover .news-body::after {
  opacity: 0.85;
}

.news-card a:hover .news-cover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.news-card a:hover .news-footer .border {
  width: 90px;
}

.news-card a:hover .news-footer .sub > .icon {
  -webkit-transform: translateX(5px) scale(1.2);
  transform: translateX(5px) scale(1.2);
}

.news-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-footer {
  padding: 30px 20px 0 20px;
  height: 300px;
  position: relative;
}

@media (min-width: 480px) and (max-width: 767px) {
  .news-footer {
    padding: 20px 10px 0 10px;
  }
}

.news-footer .title {
  color: #1e1d1c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  max-height: 49px;
  overflow: hidden;
}

.news-footer .border {
  width: 50px;
  height: 4px;
  background: var(--color-second);
  margin-top: 15px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.news-footer .text {
  color: #666;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  max-height: 108px;
}

.news-footer .sub {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
}

.news-footer .sub .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  font-size: 12px;
}

.news-footer .sub .date .icon {
  margin-right: 10px;
  font-size: 13px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .news-footer .sub .date .icon {
    font-size: 12px;
  }
}

.news-footer .sub > .icon {
  color: var(--color-second);
  font-size: 16px;
  margin-right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 480px) and (max-width: 767px) {
  .news-footer .sub > .icon {
    font-size: 14px;
  }
}

.news-description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  border-radius: 0 11px 11px 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  border-left: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 1200px) {
  .news-description {
    padding-right: 130px;
  }
}

@media (max-width: 767px) {
  .news-description {
    border-radius: 0 0 11px 11px;
  }
}

@media (max-width: 479px) {
  .news-description {
    padding: 25px 30px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .news-description {
    padding: 15px 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-description {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.news-description .title {
  color: #1e1d1c;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  max-height: 49px;
  overflow: hidden;
}

.news-description .text {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  max-height: 42px;
  line-height: 1.5;
  margin-top: 8px;
}

.news-description .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  font-size: 12px;
  margin-top: 8px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-description .date {
    font-size: 12px;
  }
}

.news-description .date .icon {
  margin-right: 7px;
  font-size: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-description .date .icon {
    display: none;
  }
}

.news-description > .icon {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--color-second);
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1199px) {
  .news-description > .icon {
    display: none;
  }
}

.news-cover {
  height: 249px;
  overflow: hidden;
}

@media (min-width: 1750px) {
  .news-cover {
    height: 290px;
  }
}

.news-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1),
    1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
}

.news-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-body::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(black)
  );
  background: linear-gradient(transparent, var(--color-dark-green));
  opacity: 0.7;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-body .date {
  color: #fff;
  font-size: 12px;
  margin-bottom: 3px;
}

.news-body .title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  font-family: 'Quicksand', sans-serif;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;

  max-height: 80px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .news-body .title {
    padding-right: 40px;
  }
}

@media (min-width: 480px) {
  .shortcuts.gap-1 ul li:nth-last-child(n + 4) {
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .shortcuts.gap-1 ul li:nth-last-child(n + 3) {
    margin-bottom: 10px;
  }
}

.shortcuts.gap-2 ul li:nth-last-child(n + 3) {
  margin-bottom: 10px;
}

.shortcuts:hover ul:hover li .shortcut-btn {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0.6;
}

.shortcuts:hover ul li .shortcut-btn:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.shortcut-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  justify-content: start;
  height: 170px;
  border-radius: 11px;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 45px;
  z-index: 1;
  font-family: 'Quicksand', sans-serif;
  color: var(--color-prime);
  padding-bottom: 65px;
}

.shortcut-card a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: calc(100% - 45px);
  -webkit-box-shadow: 0 2px 15px rgba(1, 33, 85, 0.1);
  box-shadow: 0 2px 15px rgba(1, 33, 85, 0.1);
  border-radius: 11px 11px 0 0;
  z-index: -1;
}

.shortcut-card a:hover .more {
  background: var(--color-prime);
  color: #fff;
}
.divider{
  width: 100%;
  min-height: 100px;
}

.shortcut-card .icon {
  color: var(--color-prime);
  font-size: 28px;
}

.shortcut-card .title {
  color: var(--color-prime);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 17px;
  text-transform: uppercase;
}

.shortcut-card .text {
  font-size: 12px;
  color: #999;
  line-height: 1.4;
  margin-top: 10px;
}

.shortcut-card .more {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(1, 33, 85, 0.08);
  color: rgba(1, 33, 85, 0.6);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  border-radius: 0 0 11px 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.shortcut-btn {
  height: 135px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 10px;
  color: #1e1d1c;
  border-radius: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.shortcut-btn .icon {
  font-size: 24px;
  margin-bottom: 15px;
  color: var(--color-second);
}

.shortcut-btn .title {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
}

.gallery.gap-1 ul li {
  margin-bottom: 20px;
}

.gallery.gap-2 ul li {
  margin-bottom: 30px;
}

.gallery.gap-3 ul {
  row-gap: 40px;
}

.gallery-card a {
  display: block;
  position: relative;
}

.gallery-card a:hover .gallery-photo img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.gallery-card a:hover .gallery-cover img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

.gallery-card a:hover .gallery-body > .icon {
  -webkit-transform: translateX(7px) scale(1.2);
  transform: translateX(7px) scale(1.2);
}

.gallery-header {
  position: relative;
}

.gallery-header .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: rgba(1, 33, 85, 0.7);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  padding-top: 2px;
  padding-left: 2px;
}

.gallery-photo {
  overflow: hidden;
  border-radius: 11px;
}

.gallery-photo:not([class*="ui-height-"]) {
  height: 110px;
}

@media (max-width: 479px) {
  .gallery-photo:not([class*="ui-height-"]) {
    height: 80px;
  }
}

.gallery-photo.ui-height-1 {
  height: 140px;
}

.gallery-photo.is-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.gallery-photo.is-icon .icon {
  color: var(--color-second);
  font-size: 36px;
}

.gallery-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1),
    -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.gallery-footer {
  padding-left: 20px;
  padding-right: 20px;
}

.gallery-footer:not(.ui-no-center) {
  text-align: center;
}

.gallery-footer:not([class*="ui-txt-color-"]) .title {
  color: #012155;
}

.gallery-footer.ui-txt-color-light .title {
  color: #fff;
}

.gallery-footer:not([class*="ui-txt-size-"]) {
  padding-top: 7px;
}

.gallery-footer:not([class*="ui-txt-size-"]) .title {
  font-size: 13px;
}

.gallery-footer.ui-txt-size-large {
  padding-top: 15px;
}

.gallery-footer.ui-txt-size-large .title {
  font-size: 16px;
}

.gallery-footer .title {
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
  max-height: 30px;
}

.gallery.list-video .gallery-body .title:before {
  background: var(--color-prime);
}

.gallery-cover {
  height: 230px;
  overflow: hidden;
  border-radius: 11px;
}

.gallery-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1),
    -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.gallery-body {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px 40px;
}

@media (max-width: 479px) {
  .gallery-body {
    padding: 25px 30px;
  }
}

.gallery-body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(transparent),
    color-stop(70%, black)
  );
  background: linear-gradient(to left, transparent, black 70%);
  z-index: -1;
  border-radius: 11px;
  opacity: 0.5;
}

.gallery-body .title {
  font-family: 'Quicksand',sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.3px;
  max-width: 175px;
  color: #fff;
  line-height: 1.3;
  position: relative;
  padding-left: 20px;
}

@media (max-width: 479px) {
  .gallery-body .title {
    font-size: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-body .title {
    font-size: 24px;
  }
}

.gallery-body .title::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 5px;
  background: var(--color-second);
}

.gallery-body .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  padding-left: 20px;
  margin-top: 5px;
}

.gallery-body .date .icon {
  margin-right: 6px;
  font-size: 12px;
  margin-top: -2px;
}

.gallery-body > .icon {
  position: absolute;
  right: 35px;
  bottom: 25px;
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.project-card a {
  display: block;
  position: relative;
  -webkit-box-shadow: 0 0 50px rgba(21, 83, 164, 0.4);
  box-shadow: 0 0 50px rgba(21, 83, 164, 0.4);
  border-radius: 0 0 11px 11px;
}

.project-card a:hover .project-photo img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.project-card a:hover .project-footer {
  background: var(--color-prime);
  color: #fff;
}

.project-photo {
  overflow: hidden;
  height: 275px;
}

@media (min-width: 390px) and (max-width: 479px) {
  .project-photo {
    height: 165px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .project-photo {
    height: 220px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .project-photo {
    height: 250px;
  }
}

.project-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1),
    -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.project-footer {
  background: #fff;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-right: 20px;
  border-radius: 0 0 11px 11px;
  color: #012155;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.project-footer .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
  max-height: 36px;
}

.logos.gap-1 ul li {
  margin-bottom: 20px;
}

.logos-card a {
  border: 2px solid rgba(0, 0, 0, 0.15);
  display: block;
  position: relative;
  border-radius: 11px;
  overflow: hidden;
}

.logos-card a:hover {
  border: 2px solid var(--color-second);
}

.logos-card a:hover .logos-photo {
  border-bottom: 1px solid rgba(85, 178, 80, 0.3);
}

.logos-card a:hover .logos-photo img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.logos-card a:hover .logos-photo .icon {
  color: var(--color-second);
  opacity: 1;
}

.logos-photo {
  height: 100px;
  padding: 10px;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logos-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.logos-photo .icon {
  color: #999;
  font-size: 42px;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.logos-footer {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logos-footer .title {
  color: black;
  font-weight: 700;
  line-height: 1.3;
  font-size: 13px;
  overflow: hidden;
  max-height: 32px;
}

.videos ul li:not(:last-child) {
  margin-bottom: 25px;
}

.video-card a:hover .video-photo img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
  opacity: 0.8;
}

.video-header {
  position: relative;
}

.video-header .date {
  position: absolute;
  right: 7px;
  bottom: 7px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 11px;
  padding: 3px 12px;
  border-radius: 5px;
}

.video-header .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: var(--gradient-b);
  width: 64px;
  height: 64px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  opacity: .7;
}

.video-photo {
  overflow: hidden;
  height: 175px;
  border-radius: 11px;
  background: black;
}

.video-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.3s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s;
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.video-footer {
  padding-top: 13px;
  padding-left: 15px;
  padding-right: 15px;
}

.video-footer .date {
  color: #999;
  font-size: 12px;
  margin-top: 7px;
}

.video-footer .date .icon {
  font-size: 12px;
  margin-right: 7px;
}

.video-footer .title {
  color: #1e1d1c;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.3;
}

.cards:not(.color-1) .card a:hover .cards-figure {
  background: var(--color-second);
}

.cards:not(.color-1) .card a:hover .cards-figure .icon {
  color: #fff;
}

.cards .card {
  margin-bottom: 30px;
}

.cards .card a {
  padding: 9px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  display: block;
  position: relative;
  background: #fff;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cards .card a:hover .cards-photo {
  overflow: hidden;
}

.cards .card a:hover .cards-photo img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

.cards.no-sub .cards-footer {
  height: 150px;
}

.cards.no-date .cards-footer .sub {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cards.color-1 .card a:hover .cards-figure {
  background: var(--color-prime);
}

.cards.color-1 .card a:hover .cards-figure .icon {
  color: #fff;
}

.cards.color-1 .cards-figure {
  background: rgba(21, 83, 164, 0.1);
}

.cards.color-1 .cards-figure .icon {
  color: var(--color-prime);
}

.cards.color-1 .cards-footer .title {
  color: var(--color-prime);
}

.cards.list-large ul li {
  margin-bottom: 40px;
}

.cards.list-large .cards-photo {
  height: 185px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .cards.list-large .cards-photo {
    height: 130px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cards.list-large .cards-photo {
    height: 130px;
  }
}

.cards.list-large .cards-footer {
  height: 205px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.cards.list-large .cards-footer .title {
  font-size: 18px;
  max-height: 49px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .cards.list-large .cards-footer .title {
    font-size: 16px;
    max-height: 44px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cards.list-large .cards-footer .title {
    font-size: 16px;
    max-height: 44px;
  }
}

.cards.list-large .cards-footer .text {
  font-size: 14px;
  max-height: 64px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .cards.list-large .cards-footer .text {
    font-size: 13px;
    max-height: 61px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cards.list-large .cards-footer .text {
    font-size: 13px;
    max-height: 61px;
  }
}

.cards-header {
  position: relative;
}

.cards-figure {
  height: 150px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(85, 178, 80, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cards-figure .icon {
  color: var(--color-second);
  font-size: 60px;
}

.cards-photo {
  height: 150px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.cards-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1),
    -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.cards-footer {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  height: 190px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cards-footer .title {
  color: var(--color-second);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
  max-height: 44px;
}

.cards-footer .text {
  color: #666;
  font-size: 13px;
  margin-top: 10px;
  overflow: hidden;
  max-height: 61px;
}

.cards-footer .sub {
  position: absolute;
  right: -9px;
  bottom: -7px;
  left: -9px;
  border-radius: 0 0 15px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
}

.cards-footer .sub .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: #999;
}

.cards-footer .sub .date .icon {
  font-size: 11px;
  margin-right: 7px;
  margin-top: -4px;
  opacity: 0.5;
}

.cards-footer .sub .more {
  color: #999;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cards-footer .sub .more .icon {
  color: var(--color-second);
  font-size: 11px;
  margin-left: 7px;
}

.boxes.grid-5 ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.boxes ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.boxes ul li {
  background-color: #f8f8f8;
}

.boxes ul li:nth-child(even) {
  background-color: #f4f4f4;
}

.card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 60px 50px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  position: relative;
  height: 100%;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.card-box:hover {
  background: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.card-box .icon {
  font-size: 54px;
  line-height: 1;
  color: var(--color-second);
}

.card-box .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  color: #666;
  font-size: 18px;
  font-weight: 500;
  max-width: 150px;
  line-height: 1.4;
  letter-spacing: -0.2px;
}

.personnel.list-single.ui-small .personnel-description {
  padding: 18px;
}

.personnel.list-single.ui-small .personnel-description .title {
  font-size: 14px;
}

.personnel.list-single.ui-small .personnel-description .rank {
  font-size: 12px;
}

.personnel.list-single .personnel-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
}

@media (max-width: 767px) {
  .personnel.list-single .personnel-card a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.personnel.list-single .personnel-photo {
  width: 45%;
  height: 180px;
  border-radius: 8px 0 0 8px;
}

@media (max-width: 479px) {
  .personnel.list-single .personnel-photo {
    height: auto;
  }
}

@media (max-width: 767px) {
  .personnel.list-single .personnel-photo {
    border-radius: 8px 8px 0 0;
    width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .personnel.list-single .personnel-photo {
    height: 200px;
  }
}

.personnel.list-ordered .personnel-photo {
  border-radius: 8px 8px 0 0;
  height: 270px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .personnel.list-ordered .personnel-photo {
    height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .personnel.list-ordered .personnel-photo {
    height: 220px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .personnel.list-ordered .personnel-photo {
    height: 220px;
  }
}

.personnel.ui-list-single ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.personnel.ui-list-single ul li:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.personnel.ui-list-single ul li:first-child .personnel-card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6px;
  padding-right: 6px;
}

.personnel ul li {
  margin-bottom: 30px;
}

.personnel-card a:hover .personnel-photo:before {
  opacity: 0.1;
}

.personnel-card a:hover .personnel-description,
.personnel-card a:hover .personnel-footer {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: var(--color-second);
}

.personnel-card a:hover .personnel-description .title,
.personnel-card a:hover .personnel-footer .title {
  color: #fff;
}

.personnel-card a:hover .personnel-description .rank,
.personnel-card a:hover .personnel-footer .rank {
  color: rgba(255, 255, 255, 0.5);
}

.personnel-card a:hover .personnel-description .icon,
.personnel-card a:hover .personnel-footer .icon {
  -webkit-transform: translateX(5px) scale(1.2);
  transform: translateX(5px) scale(1.2);
  color: #fff;
}

.personnel-card a:hover .personnel-description .infos .item,
.personnel-card a:hover .personnel-footer .infos .item {
  color: rgba(255, 255, 255, 0.7);
}

.personnel-card a:hover .personnel-description .infos .item strong,
.personnel-card a:hover .personnel-footer .infos .item strong {
  color: #fff;
}

.personnel-photo {
  overflow: hidden;
  position: relative;
}

.personnel-photo:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(black)
  );
  background: linear-gradient(transparent, black);
  height: calc(100% - 5px);
  z-index: 1;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.personnel-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.personnel-description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  border-radius: 0 8px 8px 0;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 25px;
  position: relative;
  border-left: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .personnel-description {
    border-radius: 0 0 8px 8px;
  }
}

.personnel-description .title {
  color: #00145e;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
  font-size: 13px!important;
  font-family: 'Quicksand',sans-serif;
}

.personnel-description .rank {
  color: #999;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.3;
}

.personnel-description .icon {
  position: absolute;
  right: 20px;
  bottom: 15px;
  color: var(--color-second);
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.personnel-description .infos {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.personnel-description .infos:not(.ui-no-circle) {
  margin-top: 5px;
}

.personnel-description .infos:not(.ui-no-circle) .item:not(:last-child) {
  margin-right: 7px;
}

.personnel-description .infos:not(.ui-no-circle) .item::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 4px;
  height: 4px;
  background-color: #999;
  opacity: 0.5;
  border-radius: 20px;
  margin-right: 5px;
  position: absolute;
  left: 0;
}

.personnel-description .infos.ui-no-circle {
  margin-top: 8px;
}

.personnel-description .infos.ui-no-circle .item:not(:last-child) {
  margin-bottom: 7px;
}

.personnel-description .infos .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  color: rgba(153, 153, 153, 0.7);
  line-height: 1.25;
  position: relative;
}

.personnel-description .infos .item strong {
  color: #999;
}

.personnel-footer {
  background: #fff;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1199px) {
  .personnel-footer {
    padding: 0 15px;
  }
}

.personnel-footer .title {
  color: #07607e;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
  font-size: 14px;
  font-family: 'Quicksand',sans-serif;
}

@media (max-width: 1199px) {
  .personnel-footer .title {
    font-size: 14px;
  }
}

.personnel-footer .rank {
  color: #999;
  margin-top: 5px;
  font-size: 13px;
}

@media (max-width: 1199px) {
  .personnel-footer .rank {
    font-size: 12px;
  }
}

.personnel-footer .icon {
  position: absolute;
  right: 25px;
  bottom: 20px;
  color: var(--color-second);
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1001;
  font-family: 'Quicksand', sans-serif;
}

.header::before {
  display: none;
  content: "";
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(1, 33, 85, 0.95)),
    to(transparent)
  );
  background: linear-gradient(rgba(1, 33, 85, 0.95), transparent);
  height: 190px;
}

@media (max-width: 991px) {
  .header::before {
    top: 0;
  }
}

.header-top {
  height: 60px;
  background:var(--gradient-r);
}

@media (max-width: 991px) {
  .header-top {
    display: none;
  }
}

.header-top .container,
.header-top .container-fluid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-bottom {
  height: 100px;
  background:var(--gradient-l);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .header-bottom {
    height: 80px;
  }
}

.header-bottom .container,
.header-bottom .container-fluid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .header-bottom .container,
  .header-bottom .container-fluid {
    position: relative;
  }
}

.header-row {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-social {
  margin-left: 10px;
}

.header-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 45px;
  height: 45px;
  border-radius: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-social a:not([class*="ui-color-"]) {
  border: 1px solid #ffffff1f;
}

.header-social a.ui-color-facebook {
  background-color: #0e86ee;
}

.header-social a.ui-color-twitter {
  background-color: #1d9bf0;
}

.header-social a.ui-color-youtube {
  background-color: #f00;
}

.header-social a.ui-color-instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}

.header-social a:not(:last-child) {
  margin-right: 5px;
}

.header-social a:hover {
  background: #fff;
  color: var(--color-prime);
}

.header-links {
  margin-left: 20px;
}

.header-links a {
  color: #fff;
  opacity: 0.8;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Quicksand',sans-serif !important;

}

.header-links a:not(:last-child) {
  margin-right: 13px;
}

.header-links a:hover {
  opacity: 1;
}

.header-logo {
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.header-logo a {
  display: block;
  position: relative;
  background: var(--gradient-t);
  -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.25);
  width: 180px;
  padding: 8px;
  border-radius: 50%;
  background-color: blue;
}

@media (max-width: 767px) {
  .header-logo a {
    width: 95px;
    padding: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-logo a {
    width: 120px;
  }
}

.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
 
}

.header-search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: inherit;
}

@media (min-width: 768px) {
  .header-search {
    height: 45px;
    margin-left: 10px;
    border-radius: 11px;
    padding-left: 15px;
    padding-right: 15px;
    border: 2px solid rgba(255, 255, 255, 0.4);
  }
}

@media (min-width: 768px) {
  .header-search .icon {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .header-search .icon {
    font-size: 24px;
  }
}

.header-search .text {
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .header-search .text {
    display: none;
  }
}

.header-buttons._desktop:hover .btn:not(.no-hover) {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
  opacity: 0.5;
}

.header-buttons._desktop .btn {
  font-family: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px;
  border-radius: 11px;
  color: #fff;
  line-height: 1.1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ffffff2e;
}

.header-buttons._desktop .btn:not(.no-hover):hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.header-buttons._desktop .btn._wp .icon {
  background: #25d366;
}

.header-buttons._desktop .btn._online {
  background: none;
}

.header-buttons._desktop .btn._online .icon {
  background-color: rgba(255, 255, 255, 0.2);
}

.header-buttons._desktop .btn._online .desc {
  padding-left: 0;
}

.header-buttons._desktop .btn:not(.ui-no-desc) {
  padding-right: 15px;
}

.header-buttons._desktop .btn:not(.ui-no-desc) .desc {
  padding-left: 10px;
}

.header-buttons._desktop .btn.ui-no-desc {
  width: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-buttons._desktop .btn .icon {
  font-size: 22px;
  background:rgba(240, 240, 239, 0.08);
  width: 36px;
  height: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
}

.header-buttons._desktop .btn .desc .heading {
  font-weight: 500;
  font-size: 10px;
  margin-bottom: 1px;
}

.header-buttons._desktop .btn .desc .text {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: -0.5px;
}

.header-buttons._desktop .btn-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-buttons._desktop .btn-item:not(:last-child) {
  margin-right: 10px;
}

.header-buttons._desktop .btn-item:hover .btn-dropdown {
  opacity: 1;
  visibility: visible;
}

.header-buttons._desktop .btn-item:hover .btn-dropdown ul li a::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.header-buttons._desktop .btn-dropdown {
  background: var(--color-second);
  position: absolute;
  margin-top: -5px;
  top: 100%;
  left: -5px;
  right: -5px;
  z-index: 3;
  border-radius: 11px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.header-buttons._desktop .btn-dropdown ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px 10px 30px;
  position: relative;
  z-index: 1;
}

.header-buttons._desktop .btn-dropdown ul li a::before {
  content: "";
  position: absolute;
  left: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-buttons._desktop .btn-dropdown ul li a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  bottom: -1px;
  right: 0;
  background: var(--color-prime);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-buttons._desktop .btn-dropdown ul li a:hover::after {
  opacity: 1;
  visibility: visible;
}

.header-buttons._mobile {
  position: absolute;
  left: 10px;
  right: 10px;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .header-buttons._mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-buttons._mobile .btn .icon {
  color: #fff;
  font-size: 24px;
}

.header-buttons._mobile .btn .icon svg {
  fill: #fff;
}

.header-buttons._mobile .btn-bar .icon {
  font-size: 28px;
}

.header-sticky {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--color-dark-green)),
    to(var(--color-prime))
  );
  background: linear-gradient(to right, var(--color-dark-green), var(--color-prime));
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1004;
  -webkit-box-shadow: 0 0 50px rgba(13, 58, 117, 0.5);
  box-shadow: 0 0 50px rgba(13, 58, 117, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}

.header-sticky.is-visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.header-sticky .container {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-sticky .btn-bar {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

@media (min-width: 768px) {
  .header-sticky .btn-bar .icon:not(.not) {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .header-sticky .btn-bar .icon:not(.not) {
    font-size: 28px;
  }
}

.header-sticky .btn-bar .icon:not(.not) svg {
  fill: #fff;
}

.header-sticky .btn-bar .text {
  font-size: 20px;
  font-weight: 900;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .header-sticky .btn-bar .text {
    display: none;
  }
}

.header-sticky .btn-bar .text span {
  font-weight: 300;
}

.header-sticky .logo {
  position: absolute;
  left: 50%;
  top: 7px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
}

.header-sticky .logo a {
  display: block;
  position: relative;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  padding: 4px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100px;
  background-color: #fff;
  border-radius: 50%;

}
.header-sticky .logo img {
  border-radius: 50%;
}

@media (min-width: 480px) {
  .header-sticky .logo img {
    width: 80px;
  }
}

@media (max-width: 479px) {
  .header-sticky .logo img {
    width: 65px;
  }
}

@media (max-width: 767px) {
  .header-sticky .btn-wrapper .header-buttons {
    display: none !important;
  }
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@media (max-width: 767px) {
  .footer {
    margin-bottom: 60px;
  }
}

.footer-top {
  background:var(--color-dark-green);
  min-height: 444px;
  position: relative;
  padding-bottom: 40px;
}

.footer-top:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: var(--gradient-r);
  height: 72px;
}

.footer-heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 72px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  font-family: 'Quicksand', sans-serif;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-heading {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .footer-heading {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .footer-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.footer-card ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 300;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-card ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-card ul li a:hover {
  color: #fff;
}

.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .footer-contact {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer-contact__numbers {
  width: 100%;
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .footer-contact__numbers {
    padding-left: 40px;
  }
}

@media (max-width: 991px) {
  .footer-contact__numbers {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}

.footer-contact__numbers ul li {
  margin-bottom: 20px;
}

.footer-contact__numbers ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .footer-contact__numbers ul li {
    text-align: center;
  }
}

.footer-contact__numbers ul li a {
  display: block;
  position: relative;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .footer-contact__numbers ul li a {
    text-align: center;
  }
}

.footer-contact__numbers ul li a:hover {
  color: #fff;
}

.footer-contact__numbers ul li a .title {
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 5px;
}

.footer-contact__numbers ul li a .number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "sfm-400";
  font-size: 78px;
  line-height: 0.8;
}

@media (max-width: 1199px) {
  .footer-contact__numbers ul li a .number {
    font-size: 60px;
  }
}

.footer-contact__numbers ul li a .icon {
  font-size: 48px;
  margin-right: 20px;
}

@media (max-width: 1199px) {
  .footer-contact__numbers ul li a .icon {
    font-size: 42px;
  }
}

.footer-contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-contact__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .footer-contact__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 991px) {
  .footer-contact__info {
    text-align: center;
  }
}

.footer-contact__info a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 300;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 480px) and (max-width: 767px) {
  .footer-contact__info a {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-contact__info a {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.footer-contact__info a:hover {
  color: #fff;
}

.footer-contact__info a strong {
  font-weight: 700;
}

.footer-logo {
  margin-top: -30px;
}

@media (max-width: 991px) {
  .footer-logo {
    display: none;
  }
}

.footer-logo a {
  display: block;
  position: relative;
  background: var(--gradient-b);
  
  width: 175px;
  padding: 8px;
  border-radius: 50%;
}

.footer-logo img {
  width: 100%;
  border-radius: 50%;
}

.footer-bottom {
  background: var(--gradient-l);
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 479px) {
  .footer-bottom .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-bottom .text {
  color: #fff;
  font-size: 13px;
}

.footer-bottom .design {
  color: rgba(255, 255, 255, 0.6);
}

.footer-navigation {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 990;
  -webkit-box-shadow: 0 -30px 30px rgba(30, 29, 28, 0.15);
  box-shadow: 0 -30px 30px rgba(30, 29, 28, 0.15);
  display: none;
}

@media (max-width: 991px) {
  .footer-navigation {
    display: block;
  }
}

.footer-navigation ul {
  overflow-y: auto;
}

.footer-navigation ul li {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 479px) {
  .footer-navigation ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .footer-navigation ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-navigation ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 7);
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
}

.footer-navigation ul li.ui-color-bookmark a .icon {
  color: #fff;
}

.footer-navigation ul li.ui-color-bookmark a .title {
  color: rgba(255, 255, 255, 0.7);
}

.footer-navigation ul li.ui-color-bookmark .item-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--color-prime);
  z-index: -1;
  -webkit-animation: flicker 1.5s infinite;
  animation: flicker 1.5s infinite;
}

.footer-navigation ul li:not([class*="ui-color-"]) a .icon {
  color: var(--color-prime);
}

.footer-navigation ul li:not([class*="ui-color-"]) a .title {
  color: #012155;
}

.footer-navigation ul li:not([class*="ui-color-"]) a:hover {
  background-color: var(--color-prime);
}

.footer-navigation ul li:not([class*="ui-color-"]) a:hover .icon {
  color: #fff;
}

.footer-navigation ul li:not([class*="ui-color-"]) a:hover .title {
  color: rgba(255, 255, 255, 0.7);
}

.footer-navigation ul li:not(:last-child) {
  border-right: 1px solid rgba(102, 102, 102, 0.08);
}

.footer-navigation ul li a {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.footer-navigation ul li a .icon {
  font-size: 22px;
  color: var(--color-prime);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-navigation ul li a .title {
  margin-top: 7px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  color: #1e1d1c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.hero {
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#001a44)
  );
  background: linear-gradient(transparent, #001a44);
  height: 60%;
  opacity: 0.8;
  pointer-events: none;
}

@media (max-width: 991px) {
  .hero-shortcuts {
    display: none;
  }
}

.section.bg-cover {
  position: relative;
  z-index: 1;
 /*  min-height: 600px; */
 
  margin-top: 50px;
  padding-top: 30px;
}

.section.bg-cover::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}

.section.cover-1::before {
 /*  background-image: url("../img/slide/1.jpg"); */
 /*  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.21; */
}

.section.cover-1::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: var(--gradient-t);
  z-index: -500;
}

.section.cover-2 {
  height: 560px;
}

@media (max-width: 991px) {
  .section.cover-2 {
    height: auto;
  }
}

.section.cover-2::before {
  background-image: url("../img/slide/3.jpg");
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.2;
}

.section.cover-2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    to(transparent)
  );
  background: linear-gradient(white, transparent);
  z-index: -1;
}

.section-stories {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 30px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(21, 83, 164, 0.06)),
    to(#fff)
  );
  background-image: linear-gradient(rgba(21, 83, 164, 0.06), #fff);
}

@media (min-width: 992px) {
  .section-stories {
    padding-bottom: 20px;
  }
}

.section-stories .stories-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .section-activities > .container {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .section-activities > .container {
    padding-top: 60px;
  }
}

.section-activities__wrapper {
  min-height: 700px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-activities__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #f3f7fb;
  z-index: -1;
  border-radius: 20px;
}

@media (min-width: 480px) {
  .section-activities__wrapper::before {
    right: 10px;
  }
}

@media (max-width: 479px) {
  .section-activities__wrapper::before {
    left: 0;
  }
}

@media (min-width: 1400px) {
  .section-activities__wrapper::before {
    right: 50px;
  }
}

@media (min-width: 1750px) {
  .section-activities__wrapper::before {
    right: 120px;
  }
}

@media (min-width: 480px) {
  .section-activities__wrapper::before {
    left: 10px;
  }
}

@media (max-width: 479px) {
  .section-activities__wrapper::before {
    right: 0;
  }
}

@media (min-width: 1400px) {
  .section-activities__wrapper::before {
    left: 50px;
  }
}

@media (min-width: 1750px) {
  .section-activities__wrapper::before {
    left: 120px;
  }
}

.section-news {
  padding-top: 3px;
}

.section-news .btn {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  width: 60%;
  background: var(--color-prime);
  -webkit-box-shadow: 0 0 50px rgba(21, 83, 164, 0.3);
  box-shadow: 0 0 50px rgba(21, 83, 164, 0.3);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 65px;
  left: 0;
  margin: 0 auto;
  border-radius: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section-news .btn:hover {
  background: #134a92;
}

@media (max-width: 991px) {
  .section-news .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (max-width: 479px) {
  .section-news .btn {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .section-news .news {
    display: none;
  }
}

.section-banner {
  background: rgba(21, 83, 164, 0.06);
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 479px) {
  .section-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-banner .owl-item .item .photo {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.section-banner .owl-item:not(.active) .item .photo {
  opacity: 0.5;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.section-shortcuts._online {
 
  padding-bottom: 50px;
}

.section-shortcuts._online .shortcuts {
  margin-top: 30px;
}

.section-shortcuts._online .shortcuts .item {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-rows._1 {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .section-rows .container-fluid > .row > div:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-rows .container-fluid > .row > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-rows .container-fluid > .row > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-rows .container-fluid > .row > div:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.section-projects {
  padding-top: 60px;
  padding-bottom: 80px;
 /*  background: rgba(21, 83, 164, 0.05); */
  position: relative;
}

.section-projects .owl-projects {
  position: inherit !important;
}

@media (min-width: 768px) {
  .section-projects .projects {
    margin-top: 10px;
  }
}

.section-projects .projects .owl-item .item {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-projects .projects .owl-item:not(.active) .item {
  opacity: 0.3;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.section-projects .btn-wrapper {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .section-projects .btn-wrapper {
    bottom: calc((-70px / 2) * -1);
  }
}

@media (max-width: 767px) {
  .section-projects .btn-wrapper {
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .section-projects .header-nav__tab ul {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    overflow-y: auto;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .section-projects .header-nav__tab ul li {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width: 480px) {
  .section-logos .container {
  
    padding-bottom: 90px;
  }
}

@media (max-width: 479px) {
  .section-logos .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-mayor .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .section-mayor .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 0;
  }
}

.mayor-photo {
  position: absolute;
  bottom: 0;
  left: 150px;
}

@media (max-width: 991px) {
  .mayor-photo {
    left: 0;
    position: relative;
    margin-top: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mayor-photo {
    left: -50px;
  }
}

.mayor-photo img {
  max-width: 450px;
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mayor-photo img {
    max-width: 500px;
  }
}

.mayor-info .text {
  color: var(--color-prime);
  font-weight: 800;
  line-height: 1.2;
}

.mayor-info .title {
  font-size: 79px;
  letter-spacing: -2px;
}

@media (max-width: 479px) {
  .mayor-info .title {
    font-size: 48px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .mayor-info .title {
    font-size: 72px;
  }
}

.mayor-info .rank {
  font-size: 42px;
  letter-spacing: 9.4px;
  font-weight: 200;
}

@media (max-width: 479px) {
  .mayor-info .rank {
    font-size: 20px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .mayor-info .rank {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .mayor-info .rank {
    line-height: 1.3;
    margin-top: 10px;
  }
}

.mayor-buttons {
  margin-top: 40px;
}

.mayor-btn {
  height: 75px;
  background: #fff;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
}

.mayor-btn:first-child {
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}

.mayor-btn:last-child {
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
}

.mayor-btn .icon {
  font-size: 14px;
  margin-left: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

.mayor-btn:hover .icon {
  -webkit-transform: translateX(3px) scale(1.1);
  transform: translateX(3px) scale(1.1);
}

.section-mayor03 .container {
  padding-top: 100px;
  padding-bottom: 30px;
}

.section-mayor03 .container > .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-mayor03__left {
  position: relative;
}

.section-mayor03__left .tooltips .item {
  position: absolute;
}

.section-mayor03__left .tooltips .item span {
  border-radius: 11px;
  padding: 15px;
  position: relative;
  line-height: 1.3;
  background: #fff;
  width: 105px;
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 700;
  color: #999;
  -webkit-box-shadow: 20px 20px 30px rgba(30, 29, 28, 0.15);
  box-shadow: 20px 20px 30px rgba(30, 29, 28, 0.15);
}

@media (max-width: 479px) {
  .section-mayor03__left .tooltips .item span {
    font-size: 11px;
    width: 60px !important;
    height: 60px !important;
    padding: 10px 12px;
    border-radius: 8px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-mayor03__left .tooltips .item span {
    font-size: 13px;
    width: 80px !important;
    height: 80px !important;
    padding: 12px 14px;
    border-radius: 8px;
  }
}

.section-mayor03__left .tooltips .item span::before {
  content: attr(data-number);
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
  color: var(--color-second);
}

@media (max-width: 479px) {
  .section-mayor03__left .tooltips .item span::before {
    top: 7px;
    right: 7px;
  }
}

.section-mayor03__left .tooltips .item.ui-1 {
  top: 200px;
  left: -30px;
}

.section-mayor03__left .tooltips .item.ui-1 span {
  background: #9d519a;
  color: #fff;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
  width: 90px;
}

.section-mayor03__left .tooltips .item.ui-1 span::before {
  color: currentColor;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .section-mayor03__left .tooltips .item.ui-1 {
    left: 0;
    top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-mayor03__left .tooltips .item.ui-1 {
    left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-mayor03__left .tooltips .item.ui-1 {
    left: 0;
  }
}

.section-mayor03__left .tooltips .item.ui-2 {
  left: -50px;
  bottom: 30px;
}

.section-mayor03__left .tooltips .item.ui-2 span {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  background: #d08e7d;
  color: #fff;
}

.section-mayor03__left .tooltips .item.ui-2 span::before {
  color: currentColor;
  opacity: 0.5;
}

@media (max-width: 479px) {
  .section-mayor03__left .tooltips .item.ui-2 {
    bottom: 120px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-mayor03__left .tooltips .item.ui-2 {
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .section-mayor03__left .tooltips .item.ui-2 {
    left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-mayor03__left .tooltips .item.ui-2 {
    bottom: 30px;
  }
}

.section-mayor03__left .tooltips .item.ui-3 {
  bottom: 200px;
  left: -10px;
}

.section-mayor03__left .tooltips .item.ui-3 span {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-mayor03__left .tooltips .item.ui-3 {
    top: 230px;
  }
}

.section-mayor03__left .tooltips .item.ui-4 {
  top: 0;
  right: 80px;
}

.section-mayor03__left .tooltips .item.ui-4 span {
  background: #324c79;
  color: #fff;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.section-mayor03__left .tooltips .item.ui-4 span::before {
  color: currentColor;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .section-mayor03__left .tooltips .item.ui-4 {
    right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-mayor03__left .tooltips .item.ui-4 {
    right: 30px;
    top: 80px;
  }
}

.section-mayor03__left .tooltips .item.ui-5 {
  bottom: 130px;
  right: 50px;
}

.section-mayor03__left .tooltips .item.ui-5 span {
  background: #cd0051;
  color: #fff;
  width: 90px;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.section-mayor03__left .tooltips .item.ui-5 span::before {
  color: currentColor;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .section-mayor03__left .tooltips .item.ui-5 {
    right: 10px;
    bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-mayor03__left .tooltips .item.ui-5 {
    right: 10px;
    bottom: 40px;
  }
}

.section-mayor03__left .tooltips .item.ui-6 {
  top: 0;
  left: 0;
}

.section-mayor03__left .tooltips .item.ui-6 span {
  background: var(--color-second);
  color: #fff;
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
  width: 90px;
}

.section-mayor03__left .tooltips .item.ui-6 span::before {
  color: currentColor;
  opacity: 0.5;
}

.section-mayor03__left .tooltips .item.ui-7 {
  left: 0px;
  bottom: 30px;
}

.section-mayor03__left .tooltips .item.ui-7 span {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  background: var(--color-prime);
  color: #fff;
}

.section-mayor03__left .tooltips .item.ui-7 span::before {
  color: currentColor;
  opacity: 0.5;
}

.section-mayor03__left .tooltips .card {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 0 50px rgba(30, 29, 28, 0.2);
  box-shadow: 0 0 50px rgba(30, 29, 28, 0.2);
  border-radius: 15px;
  padding: 30px 25px;
  text-align: center;
}

.section-mayor03__left .tooltips .card .icon {
  color: var(--color-prime);
  font-size: 54px;
}

.section-mayor03__left .tooltips .card .icon .fa-secondary {
  opacity: 0.3;
}

.section-mayor03__left .tooltips .card .title {
  color: #1e1d1c;
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 700;
  margin-top: 10px;
}

.section-mayor03__left .tooltips .card .text {
  font-size: 12px;
  color: #999;
  line-height: 1.5;
  margin-top: 10px;
}

.section-mayor03__left .tooltips .card.ui-1 {
  top: 35px;
  right: -20px;
  width: 200px;
}

.section-mayor03__photo {
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(30%, transparent),
    to(var(--color-second))
  );
  background: linear-gradient(to bottom right, transparent 30%, var(--color-second));
  overflow: hidden;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .section-mayor03__photo {
    margin-inline: auto;
    width: 90vw;
    height: 90vw;
  }
}

@media (max-width: 479px) {
  .section-mayor03__photo {
    max-width: calc(390px - 20px);
    max-height: calc(390px - 20px);
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-mayor03__photo {
    max-width: calc(600px - 20px);
    max-height: calc(600px - 20px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-mayor03__photo {
    width: 370px;
    height: 370px;
  }
}

.section-mayor03__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center;
}

@media (min-width: 992px) {
  .section-mayor03__description {
    padding-left: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-mayor03__description {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .section-mayor03__description {
    padding-top: 30px;
    text-align: center;
  }
}

.section-mayor03__description .title,
.section-mayor03__description .rank {
  color: rgba(1, 33, 85, 0.9);
  font-weight: 800;
  line-height: 1.2;
}

.section-mayor03__description .title {
  font-size: 66px;
  letter-spacing: -2px;
}

@media (max-width: 479px) {
  .section-mayor03__description .title {
    font-size: 48px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-mayor03__description .title {
    font-size: 72px;
  }
}

.section-mayor03__description .rank {
  font-size: 32px;
  letter-spacing: 7.6px;
  font-weight: 200;
}

@media (max-width: 479px) {
  .section-mayor03__description .rank {
    font-size: 20px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-mayor03__description .rank {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .section-mayor03__description .rank {
    line-height: 1.3;
    margin-top: 10px;
  }
}

.section-mayor03__description .text {
  font-size: 16px;
  font-weight: 300;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .section-transactions {
    height: 120px;
  }
}

.section-transactions .transactions {
  background-color: rgba(21, 83, 164, 0.15);
  position: relative;
}

.section-transactions .transactions .owl-transactions {
  padding-right: 80px;
}

@media (max-width: 767px) {
  .section-transactions > div > div:last-child {
    display: none;
  }
}

.card-transaction {
  position: relative;
  z-index: 3;
}

.card-transaction:hover .item .icon:not(.ui-arrow) {
  background-color: #fff;
  color: #e41f71;
}

.card-transaction:hover .item .icon.ui-arrow {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.card-transaction:hover .dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.card-transaction .item {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e41f71;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}

.card-transaction .item .icon:not(.ui-arrow) {
  font-size: 24px;
  width: 60px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(1, 33, 85, 0.08);
  border-radius: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card-transaction .item .icon.ui-arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  border: 1px solid #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card-transaction .item .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  padding-right: 30px;
}

.card-transaction .item .desc .title {
  font-size: 18px;
  font-weight: 700;
}

.card-transaction .item .desc .text {
  font-size: 12px;
  line-height: 1.35;
}

.card-transaction .dropdown {
  position: absolute;
  right: 0;
  bottom: 120px;
  left: 0;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card-transaction .dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(243, 247, 251, 0.75);
}

.card-transaction .dropdown .title {
  padding-left: 30px;
  padding-right: 30px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #012155;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  border-bottom: 1px solid rgba(1, 33, 85, 0.06);
}

.card-transaction .dropdown ul li {
  border-bottom: 1px solid rgba(1, 33, 85, 0.06);
}

.card-transaction .dropdown ul li a {
  padding: 8px 30px;
  display: block;
  color: #012155;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card-transaction .dropdown ul li a:hover {
  background-color: #e41f71;
  color: #fff;
}

.transactions .item.ui-color-bookmark a .icon {
  color: #fff;
}

.transactions .item.ui-color-bookmark a .title {
  color: rgba(255, 255, 255, 0.7);
}

.transactions .item.ui-color-bookmark .item-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #1759b0;
  z-index: -1;
  -webkit-animation: flicker 1.5s infinite;
  animation: flicker 1.5s infinite;
}

.transactions .item:not([class*="ui-color-"]) a .icon {
  color: #1759b0;
}

.transactions .item:not([class*="ui-color-"]) a .title {
  color: #012155;
}

.transactions .item:not([class*="ui-color-"]) a:hover {
  background-color: var(--color-prime);
}

.transactions .item:not([class*="ui-color-"]) a:hover .icon {
  color: #fff;
}

.transactions .item:not([class*="ui-color-"]) a:hover .title {
  color: rgba(255, 255, 255, 0.7);
}

.transactions .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 120px;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.transactions .item a .icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  width: 45px;
  height: 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.transactions .item a .title {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.section-multimedia {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .section-multimedia {
    display: none;
  }
}

.section-multimedia__cover {
  overflow: hidden;
  border-radius: 20px;
  height: 640px;
background: var(--gradient-l);
  
}

.section-multimedia__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.7;
}

.section-multimedia__body {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}

@media (min-width: 1400px) {
  .section-multimedia__body {
    left: 50px;
    right: 50px;
    top: 50px;
    bottom: 50px;
  }
}

.section-multimedia__body > div {
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-multimedia__body > div > .row {
  height: 100%;
}

.multimedia-container {
  margin-top: 30px;
 
}

.multimedia-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-right: 90px;
}

.multimedia-wrapper .btn {
  margin-left: auto;
  margin-right: auto;
}

.multimedia-footer {
  color: #fff;
  line-height: 1.4;
}

.multimedia-footer .title {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.multimedia-footer .text {
  font-weight: 300;
  font-size: 18px;
}

.multimedia-nav ul li.is-current a {
  background-color: var(--color-prime);
}

.multimedia-nav ul li:not(.is-current):hover a {
  border: 2px solid #fff;
}

.multimedia-nav ul li a {
  border: 2px solid rgba(255, 255, 255, 0.15);
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.inner-page__header {
  position: relative;
}

.inner-page__header-bg {
  margin-top: 60px;
  height: 380px;
}

@media (max-width: 767px) {
  .inner-page__header-bg {
    height: 150px;
  }
}

@media (max-width: 991px) {
  .inner-page__header-bg {
    margin-top: 0;
  }
}

.inner-page__header-bg.small {
  height: 380px;
}

.inner-page__header-bg._mayor {
  height: 160px;
  margin-top: 0;
}

.inner-page__header-bg > div {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: relative;

}
.inner-page__header-bg > div:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gradient-t);
  opacity: .7;
}
.inner-page__photo {
  height: 350px;
  background: black;
}

.inner-page__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.9;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.inner-page__heading {
  position: relative;
}

.inner-page__heading .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 230px;
  padding-top: 90px;
}

.inner-page__heading .title {
  color: #666;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1;
  margin-bottom: 5px;
}

.inner-page__heading .text {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  max-width: 700px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  margin: 5px auto 0;
}

@media (max-width: 479px) {
  .inner-page__heading .text {
    font-size: 14px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .inner-page__heading .text {
    font-size: 16px;
  }
}

.inner-page__nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.inner-page__nav.pos-sticky {
  z-index: 50;
  top: 0;
}

.inner-page__nav ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .inner-page__nav ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-y: auto;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .inner-page__nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.inner-page__nav ul li {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.inner-page__nav ul li.heading a {
  font-weight: 800;
  color: #1e1d1c;
}

.inner-page__nav ul li:not(.heading):hover a,
.inner-page__nav ul li:not(.heading).is-current a {
  color: #666;
}

.inner-page__nav ul li:not(.heading):hover a::after,
.inner-page__nav ul li:not(.heading).is-current a::after {
  width: 100%;
}

.inner-page__nav ul li a {
  height: 70px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(102, 102, 102, 0.6);
  font-size: 16px;
  font-weight: 600;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.inner-page__nav ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--color-prime);
  width: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.inner-page__wrapper {
  margin-bottom: 100px;
}

.inner-page__wrapper.mb-0 {
  margin-bottom: 0;
}

.inner-page__wrapper.mt-0 {
  margin-top: 0;
}

.inner-page__wrapper.mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.inner-page__wrapper.no-sidebar .container {
  position: relative;
}

.inner-page__wrapper.no-sidebar .breadcrumb {
  left: 0;
  right: 0;
}

.inner-page__wrapper.no-sidebar .inner-page__content {
  min-height: 700px;
}

.inner-page__article {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  position: relative;
}

@media (max-width: 767px) {
  .inner-page__article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    max-width: 67%;
  }
}

.inner-page__sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 75%);
  flex: 0 0 calc(100% - 75%);
  max-width: calc(100% - 75%);
}

@media (max-width: 767px) {
  .inner-page__sidebar {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .inner-page__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 62%);
    flex: 0 0 calc(100% - 62%);
    max-width: calc(100% - 62%);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 67%);
    flex: 0 0 calc(100% - 67%);
    max-width: calc(100% - 67%);
  }
}

.inner-page__sidebar > div {
  margin-bottom: 35px;
}

.inner-page__sidebar-wrapper > div {
  margin-bottom: 25px;
}

.inner-page__content {
  min-height: 700px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.1);
  min-height: 100%;
  padding: 35px;
  position: relative;
  z-index: 1;
  border-radius: 0 0 11px 11px;
}

@media (max-width: 479px) {
  .inner-page__content {
    padding: 25px;
  }
}

.inner-page__content.no-bg {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  z-index: inherit;
  position: inherit;
}

.inner-page__mayor .header::before {
  height: 120px;
}

.inner-page__mayor .sidebar-nav {
  position: sticky;
  top: 0;
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 11px 11px;
}

.page-content__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.08);
}

@media (max-width: 991px) {
  .page-content__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.page-content__header.txt-large {
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.page-content__header.txt-large .title {
  font-size: 32px;
}

.page-content__header .title {
  color: var(--color-second);
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.4;
}

.page-content__header .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  font-size: 13px;
  margin-left: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media (max-width: 991px) {
  .page-content__header .date {
    margin-top: 10px;
    margin-left: 0;
  }
}

.page-content__header .date .icon {
  margin-right: 3px;
  margin-top: -2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(102, 102, 102, 0.5);
  width: 30px;
  height: 30px;
  align-items: center;
  font-size: 14px;
}

.page-content__heading {
  color: #1e1d1c;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
}

.page-content__heading.color-1 {
  color: var(--color-prime);
}

.page-content__heading.color-2 {
  color: var(--color-second);
}

.page-content__heading.color-3 {
  color: #ff9446;
}

.page-content__heading.color-4 {
  color: #012155;
}

.page-content__photo {
  overflow: hidden;
  height: 300px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 50%;
  position: relative;
  border-radius: 11px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__photo {
    margin-left: 0;
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .page-content__photo {
    height: auto !important;
    margin-right: 0;
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

.page-content__photo.small,
.page-content__photo.large {
  width: 100%;
  float: inherit;
  margin-right: 0;
}

.page-content__photo.small {
  height: 175px;
  margin-bottom: 0;
}

.page-content__photo.large {
  height: 450px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__photo.large {
    height: 250px;
  }
}

.page-content__photo.auto {
  height: auto;
}

.page-content__photo img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-content__photo-wrapper {
  position: relative;
}

.page-content__photo-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 40px 45px;
  z-index: 1;
}

.page-content__photo-body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 11px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(black)
  );
  background: linear-gradient(transparent, black);
  opacity: 0.7;
  z-index: -1;
}

@media (max-width: 479px) {
  .page-content__photo-body {
    padding: 15px 20px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__photo-body {
    padding: 25px 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__photo-body {
    padding: 25px 30px;
  }
}

.page-content__photo-body > .icon {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #fff;
  font-size: 28px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 479px) {
  .page-content__photo-body > .icon {
    top: 20px;
    right: 20px;
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__photo-body > .icon {
    top: 20px;
    right: 20px;
  }
}

.page-content__photo-body .title {
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Quicksand',sans-serif;
  font-weight: 900;
  letter-spacing: -0.3px;
  color: #fff;
  line-height: 1.3;
  position: relative;
  padding-left: 20px;
}

@media (max-width: 479px) {
  .page-content__photo-body .title {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__photo-body .title {
    font-size: 28px;
  }
}

.page-content__photo-body .title:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 5px;
  background: var(--color-second);
}

.page-content__photo-body .text {
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .page-content__photo-body .text {
    display: none;
  }
}

.page-content__photo-body .sub {
  margin-left: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  padding-top: 20px;
}

@media (max-width: 479px) {
  .page-content__photo-body .sub {
    margin-top: 15px;
    padding-top: 15px;
  }
}

.page-content__photo-body .sub .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
}

@media (max-width: 479px) {
  .page-content__photo-body .sub .date {
    font-size: 11px;
  }
}

.page-content__photo-body .sub .date .icon {
  font-size: 13px;
  margin-top: -3px;
  margin-right: 8px;
}

.page-content__spot {
  margin-bottom: 20px;
  font-size: 18px;
  color: var(--color-dark-green);
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.page-content__description {
  color: #666 !important;
  font-size: 16px !important;
  font-weight: 300;
  line-height: 1.7 !important;
  font-family: "Poppins", sans-serif !important;
}

.page-content__description * {
  color: #666 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  font-family: "Poppins", sans-serif !important;
}

.page-content__description.txt-center {
  text-align: center;
}

.page-content__description.kvkk table {
  margin-bottom: 30px;
}

.page-content__description a {
  color: #55acef;
  font-weight: 600;
}

.page-content__description a:hover {
  text-decoration: underline;
}

.page-content__description h3 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -1px;
}

.page-content__description h5 {
  font-weight: 700;
  font-size: 14px;
}

.page-content__description > p {
  margin-bottom: 30px;
}

.page-content__description a {
  color: #55acef;
  font-weight: 600;
}

.page-content__description a:hover {
  text-decoration: underline;
}

.page-content__description strong {
  font-weight: 800 !important;
}

.page-content__description img {
  max-width: 100%;
}

.page-content__description ul,
.page-content__description ol {
  padding-left: 20px;
}

.page-content__description ul li {
  list-style: disc;
}

.page-content__description ol li {
  list-style: decimal;
}

.page-content__description table {
  width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.page-content__description table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.page-content__description table tbody tr:nth-child(odd) {
  background: #f1f1f1;
}

.page-content__description table tbody tr:nth-child(odd) td {
  font-weight: 600;
}

.page-content__description table tbody tr td,
.page-content__description table tbody tr th {
  padding: 18px 26px !important;
  border-right: 1px solid rgba(0, 0, 0, 0.06) !important;
  line-height: 1.5;
}

.page-content__description table tbody tr td:last-child,
.page-content__description table tbody tr th:last-child {
  border-right: 0 none !important;
}

.page-content__wrapper {
  margin-top: 60px;
}

@media (min-width: 1200px) {
  .page-content__wrapper {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.page-content__gallery {
  width: 100%;
  display: inline-block;
}

@media (max-width: 479px) {
  .page-content__gallery ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.page-content__other {
  margin-top: 50px;
}

.page-content__item:not(:last-child) {
  margin-bottom: 50px;
}

.page-content__info:not(.ui-list) {
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .page-content__info:not(.ui-list) ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.page-content__info.small ul li {
  margin-bottom: 10px;
}

.page-content__info.small .item {
  padding-right: 15px;
}

.page-content__info.small .item .icon {
  width: 55px;
  height: 55px;
  font-size: 22px;
}

.page-content__info.small .item .desc {
  padding-left: 15px;
}

.page-content__info.small .item .desc .heading {
  font-size: 10px;
}

.page-content__info.small .item .desc .text {
  font-size: 14px;
}

.page-content__info.color-1 .item .icon {
  color: var(--color-second);
}

.page-content__info.color-1 .item .desc .text {
  color: var(--color-second);
}

.page-content__info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 11px;
  padding-right: 25px;
}

.page-content__info .item .icon {
  color: var(--color-prime);
  font-size: 28px;
  width: 75px;
  height: 75px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 11px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-content__info .item .icon {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
}

.page-content__info .item .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-content__info .item .desc {
    padding-left: 10px;
  }
}

.page-content__info .item .desc .heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-content__info .item .desc .heading {
    font-size: 9px;
  }
}

.page-content__info .item .desc .text {
  color: var(--color-prime);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-content__info .item .desc .text {
    font-size: 13px;
  }
}

.page-content__news {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}

.page-content__news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 479px) {
  .page-content__news a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-content__news a:hover .description {
  background: var(--color-prime);
}

.page-content__news a:hover .description .small-title {
  color: rgba(255, 255, 255, 0.5);
}

.page-content__news a:hover .description .title {
  color: #fff;
}

.page-content__news a:hover .description .icon {
  -webkit-transform: translateY(-50%) translateX(10px) scale(1.2);
  transform: translateY(-50%) translateX(10px) scale(1.2);
  color: #fff;
}

.page-content__news .photo {
  width: 230px;
  height: 140px;
  border-radius: 11px 0 0 11px;
  overflow: hidden;
}

@media (max-width: 479px) {
  .page-content__news .photo {
    width: 100%;
    border-radius: 11px 11px 0 0;
    height: auto;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__news .photo {
    width: 40%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__news .photo {
    width: 40%;
  }
}

.page-content__news .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-content__news .description {
  padding-left: 30px;
  padding-right: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 0 11px 11px 0;
  border-left: 2px solid #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 479px) {
  .page-content__news .description {
    padding: 25px 30px;
    border-radius: 0 0 11px 11px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__news .description {
    padding-right: 30px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__news .description {
    padding-right: 30px;
    padding-left: 20px;
  }
}

.page-content__news .description .small-title {
  color: #999;
  font-size: 12px;
  font-weight: 500;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__news .description .small-title {
    font-size: 12px;
  }
}

.page-content__news .description .title {
  color: #1e1d1c;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 5px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__news .description .title {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__news .description .title {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-content__news .description .title {
    font-size: 20px;
  }
}

.page-content__news .description .icon {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--color-second);
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .page-content__news .description .icon {
    display: none;
  }
}

.page-content__cards {
  margin-top: 70px;
  margin-bottom: 30px;
}

.page-content__cards.v-contact {
  margin-top: 0;
  margin-bottom: 0;
}

.page-content__cards.v-contact .card .text {
  height: 70px;
}

@media (max-width: 767px) {
  .page-content__cards ul li {
    margin-bottom: 30px;
  }
}

.page-content__cards .card {
  height: 310px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  justify-content: start;
  padding-top: 20px;
}

@media (max-width: 479px) {
  .page-content__cards .card {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card {
    height: 250px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__cards .card {
    padding-left: 25px;
    padding-right: 25px;
    height: 350px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-content__cards .card {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page-content__cards .card:hover > .icon {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.page-content__cards .card:hover > .icon::after {
  -webkit-transform: translateY(10px) scale(0.75);
  transform: translateY(10px) scale(0.75);
}

.page-content__cards .card .title {
  color: #1e1d1c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card .title {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__cards .card .title {
    font-size: 16px;
  }
}

.page-content__cards .card > .icon {
  color: var(--color-prime);
  font-size: 48px;
  margin-top: 25px;
  margin-bottom: 50px;
  position: relative;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
  transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card > .icon {
    font-size: 54px;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__cards .card > .icon {
    font-size: 54px;
  }
}

.page-content__cards .card > .icon::after {
  position: absolute;
  height: 8px;
  width: 66px;
  content: "";
  bottom: -25px;
  left: 50%;
  margin-left: -33px;
  background: rgba(0, 0, 0, 0.06);
  z-index: -1;
  border-radius: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
  transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
}

.page-content__cards .card .text {
  font-size: 13px;
  font-weight: 500;
  color: #666;
  line-height: 1.4;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card .text {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__cards .card .text {
    font-size: 13px;
  }
}

.page-content__cards .card .btn-wrapper {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card .btn-wrapper {
    bottom: 25px;
  }
}

.page-content__cards .card .btn-wrapper a {
  color: var(--color-second);
  font-size: 14px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card .btn-wrapper a {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__cards .card .btn-wrapper a {
    font-size: 13px;
  }
}

.page-content__cards .card .btn-wrapper a::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  left: -10px;
  background: var(--color-second);
  z-index: -1;
  height: 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.page-content__cards .card .btn-wrapper a:hover {
  color: #fff;
}

.page-content__cards .card .btn-wrapper a:hover::after {
  height: 100%;
}

.page-content__cards .card .btn-wrapper a .icon {
  font-size: 14px;
  margin-left: 10px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card .btn-wrapper a .icon {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__cards .card .btn-wrapper a .icon {
    font-size: 13px;
  }
}

.page-content__information .item:nth-child(even) {
  background: rgba(241, 241, 241, 0.75);
}

.page-content__information .item:hover .content .btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.page-content__information .content .btn {
  position: absolute;
  right: -210px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

@media (min-width: 992px) {
  .page-content__information:not(.not-container) .container {
    max-width: 800px;
  }
}

.page-content__information .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-content__information .heading {
  color: var(--color-second);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.page-content__information .text {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}

.page-content__information .text ul,
.page-content__information .text ol {
  padding-left: 20px;
}

.page-content__information .text ul li {
  list-style: disc;
}

.page-content__information .text ol li {
  list-style: decimal;
}

.page-content__information .text strong {
  font-weight: 700;
}

.page-content__tags ul li a {
  background-color: rgba(241, 241, 241, 0.6);
  font-size: 12px;
  padding: 7px 10px;
  display: inline-block;
  color: #999;
  border-radius: 8px;
}

.page-content__filter {
  position: relative;
  z-index: 1;
}

.page-content__filter:not(.ui-no-dropdown) input {
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}

.page-content__filter.ui-no-dropdown input {
  border-radius: 11px;
}

.page-content__filter input {
  font-family: inherit;
  border: 2px solid rgba(102, 102, 102, 0.1);
  width: 275px;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  color: #999;
  font-size: 14px;
  font-weight: 700;
}

.page-content__filter input::-webkit-input-placeholder {
  /* Edge */
  color: #999;
}

.page-content__filter input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

.page-content__filter input::-moz-placeholder {
  color: #999;
}

.page-content__filter input::-ms-input-placeholder {
  color: #999;
}

.page-content__filter input::placeholder {
  color: #999;
}

.page-content__filter input + .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  opacity: 0.3;
}

.page-content__filter-dropdown .item {
  position: relative;
}

.page-content__filter-dropdown .item .btn {
  background-color: #fff;
  border-top: 2px solid rgba(102, 102, 102, 0.1);
  border-right: 2px solid rgba(102, 102, 102, 0.1);
  border-bottom: 2px solid rgba(102, 102, 102, 0.1);
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  color: var(--color-second);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  min-width: 200px;
  position: relative;
  z-index: 1;
}

.page-content__filter-dropdown .item .btn:not(.ui-no-radius) {
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
}

.page-content__filter-dropdown .item .btn .icon {
  font-size: 12px;
  margin-left: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-content__filter-dropdown .item .btn.is-active .icon {
  -webkit-transform: scale(1.3) rotate(90deg);
  transform: scale(1.3) rotate(90deg);
}

.page-content__filter-dropdown .item .dropdown {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  -webkit-box-shadow: 0 10px 30px rgba(102, 102, 102, 0.15);
  box-shadow: 0 10px 30px rgba(102, 102, 102, 0.15);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: -10px;
  padding-top: 15px;
  padding-bottom: 5px;
  overflow-y: auto;
  scrollbar-color: var(--color-second) rgba(85, 178, 80, 0.3);
  scrollbar-width: thin;
  max-height: 300px;
}

.page-content__filter-dropdown .item .dropdown::-webkit-scrollbar-track {
  background-color: rgba(85, 178, 80, 0.3);
}

.page-content__filter-dropdown .item .dropdown::-webkit-scrollbar {
  width: 5px;
}

.page-content__filter-dropdown .item .dropdown::-webkit-scrollbar-thumb {
  background-color: var(--color-second);
}

.page-content__filter-dropdown .item .dropdown:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.page-content__filter-dropdown .item .dropdown li {
  padding-left: 20px;
  padding-right: 20px;
}

.page-content__filter-dropdown .item .dropdown li:not(:last-child) a {
  border-bottom: 1px solid rgba(102, 102, 102, 0.08);
}

.page-content__filter-dropdown .item .dropdown li.is-current a::after,
.page-content__filter-dropdown .item .dropdown li:hover a::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.page-content__filter-dropdown .item .dropdown li a {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #999;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.page-content__filter-dropdown .item .dropdown li a::after {
  content: "";
  position: absolute;
  top: 1px;
  right: -10px;
  bottom: 1px;
  left: -10px;
  background-color: rgba(102, 102, 102, 0.08);
  border-radius: 11px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-heading {
  color: var(--color-second);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
}

.sidebar-nav {
  background: #fff;
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.05);
  padding: 25px 25px 10px 25px;
  border-radius: 0 11px 11px 0;
}

@media (max-width: 479px) {
  .sidebar-nav {
    margin-top: 20px;
  }
}

.sidebar-nav > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(102, 102, 102, 0.1);
}

.sidebar-nav > ul > li:hover > a::before,
.sidebar-nav > ul > li.is-current > a::before {
  width: calc(100% + 50px);
}

.sidebar-nav > ul > li:hover > a .icon,
.sidebar-nav > ul > li.is-current > a .icon {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0.5;
  visibility: visible;
}

.sidebar-nav > ul > li > a {
  color: #0d6e96de;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 15px 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-nav > ul > li > a::before {
  content: "";
  background: #f1f1f1;
  position: absolute;
  z-index: -1;
  top: -1px;
  right: -25px;
  bottom: -1px;
  left: -25px;
  width: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.sidebar-nav > ul > li > a .icon {
  position: absolute;
  font-size: 16px;
  right: 0;
  color: #666;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  will-change: transform;
}

.sidebar-nav > ul > li ul {
  padding-left: 15px;
}

.sidebar-nav > ul > li ul li:not(:last-child) {
  border-bottom: 1px solid rgba(102, 102, 102, 0.1);
}

.sidebar-nav > ul > li ul li:hover > a {
  color: var(--color-second);
  font-weight: 500;
}

.sidebar-nav > ul > li ul li.is-current > a {
  color: var(--color-prime);
  font-weight: 500;
}

.sidebar-nav > ul > li ul li a {
  color: #666;
  font-size: 12px;
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-left: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.sidebar-nav > ul > li ul li ul li a {
  position: relative;
  padding-left: 14px;
}

.sidebar-nav > ul > li ul li ul li a::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 13px;
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 99px;
}

.sidebar-info {
  background: #fff;
  -webkit-box-shadow: 0 0.625rem 0.875rem -0.3125rem #e0e0e0;
  box-shadow: 0 0.625rem 0.875rem -0.3125rem #e0e0e0;
  padding: 25px 30px;
  border-radius: 11px;
}

.sidebar-info._search {
  background: var(--color-second);
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sidebar-info._search::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.07);
  z-index: -1;
  width: 40%;
  border-radius: 0 999px 999px 0;
}

.sidebar-info._search .sidebar-info__text {
  color: #fff;
}

.sidebar-info._sale {
  background: var(--color-second);
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sidebar-info._sale::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.07);
  z-index: -1;
  width: 40%;
  border-radius: 0 999px 999px 0;
}

.sidebar-info._sale .sidebar-info__text {
  color: #fff;
}

@media (max-width: 479px) {
  .sidebar-info {
    padding: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-info {
    padding: 30px;
  }
}

.sidebar-info__text {
  color: #1e1d1c;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.4;
}

.sidebar-info__contact {
  margin-top: 20px;
  margin-left: -15px;
}

.sidebar-info__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff9446;
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 479px) {
  .sidebar-info__contact a {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-info__contact a {
    font-size: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-info__contact a {
    font-size: 13px;
  }
}

.sidebar-info__contact a:not(:last-child) {
  margin-bottom: 10px;
}

.sidebar-info__contact a:hover .text:before {
  width: 100%;
}

.sidebar-info__contact a.phone {
  letter-spacing: -1px;
  font-size: 20px;
}

.sidebar-info__contact a.phone .icon {
  font-size: 24px;
}

.sidebar-info__contact a.phone .text:before {
  right: 0;
  bottom: 3px;
  left: 0;
}

.sidebar-info__contact a .icon {
  font-size: 18px;
  width: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sidebar-info__contact a .text {
  position: relative;
}

.sidebar-info__contact a .text:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #ff9446;
  width: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.sidebar-mayor .sidebar-heading {
  background: #fff;
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.05);
  padding: 20px 23px;
  margin-bottom: 0;
  border-radius: 0 11px 0 0;
}

.sidebar-mayor__photo {
  height: 185px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .sidebar-mayor__photo {
    height: auto;
  }
}

.sidebar-mayor__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar-mayor__info {
  background: var(--color-dark-green);
  padding: 10px 20px;
  text-align: center;
}

.sidebar-mayor__info .title,
.sidebar-mayor__info .rank {
  color: #fff;
}

.sidebar-mayor__info .title {
  font-size: 18px;
  font-weight: 500;
}

.sidebar-mayor__info .rank {
  font-size: 13px;
  opacity: 0.5;
}

.sidebar-mayor__list {
  padding-left: 25px;
  padding-right: 25px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 11px 0;
}

.sidebar-mayor__list ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar-mayor__list ul li a {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  display: block;
  padding: 12px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.sidebar-mayor__list ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  background: #999;
}

.sidebar-mayor__list ul li a:hover {
  color: var(--color-second);
}

@media (min-width: 768px) {
  .sidebar-card {
    padding-left: 25px;
  }
}

@media (max-width: 479px) {
  .sidebar-buttons ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.sidebar-buttons .shortcut-btn {
  padding-left: 20px;
  padding-right: 20px;
}

.sidebar-news {
  padding-top: 25px;
}

.sidebar-albums .gallery-cover {
  height: 175px;
}

.sidebar-albums .gallery-body {
  padding: 20px 25px;
}

.sidebar-albums .gallery-body > .icon {
  right: 25px;
}

.sidebar-albums .gallery-body .title {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.4;
  max-width: 120px;
}

.sidebar-albums .gallery-body .title::before {
  width: 3px;
}

.contact-item:not(:last-child) > div {
  padding-bottom: 60px;
}

.contact-map {
  background: #fff;
  padding: 20px;
  border-radius: 11px;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.contact-map iframe {
  width: 100%;
  height: 550px;
}

@media (max-width: 479px) {
  .contact-map iframe {
    height: 300px;
  }
}

.contact-form__left .photo {
  height: 680px;
  border-radius: 11px 0 0 11px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .contact-form__left .photo {
    height: auto;
    border-radius: 11px 11px 0 0;
  }
}

.contact-form__left .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-form__right {
  background: #fff;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  border-radius: 0 11px 11px 0;
  height: 100%;
  padding: 70px;
}

@media (max-width: 767px) {
  .contact-form__right {
    padding: 20px;
    border-radius: 0 0 11px 11px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-form__right {
    padding: 30px;
  }
}

.mayor {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .mayor > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.mayor-cover {
  overflow: hidden;
  height: 585px;
}

@media (max-width: 991px) {
  .mayor-cover {
    height: auto;
  }
}

.mayor-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mayor-wrapper {
  float: left;
  max-width: 615px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 75px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mayor-wrapper {
    max-width: 490px;
  }
}

@media (max-width: 991px) {
  .mayor-wrapper {
    margin: 0 auto;
    float: inherit;
    padding: 30px 10px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .mayor-wrapper {
    max-width: 600px;
  }
}

@media (max-width: 479px) {
  .mayor-wrapper {
    max-width: 390px;
  }
}

@media (max-width: 991px) {
  .mayor-content {
    text-align: center;
  }
}
.mayor-wrapper .mayor-content .title {
  color: var(--color-prime);
  font-size: 54px;
  letter-spacing: -2px;
  font-weight: 800;
  line-height: 1;
}

.header .mayor-content .title {
  color: #fff;
  font-size: 54px;
  letter-spacing: -2px;
  font-weight: 800;
  line-height: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mayor-content .title {
    font-size: 48px;
    letter-spacing: -1px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .mayor-content .title {
    font-size: 48px;
    letter-spacing: -1px;
  }
}

@media (max-width: 479px) {
  .mayor-content .title {
    font-size: 36px;
    letter-spacing: -1px;
  }
}

.mayor-content .rank {
  color: var(--color-light-green);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 11.3px;
  margin-top: 10px;
  text-transform: uppercase;
  width: max-content;
}

@media (max-width: 479px) {
  .mayor-content .rank {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}

.mayor-links {
  margin-top: 40px;
}

@media (max-width: 479px) {
  .mayor-links ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.mayor-links ul li a {
  background:#ffffff1a;
  -webkit-box-shadow: 0 0 50px rgb(0 0 0 / 32%);
  box-shadow: 0 0 50px rgb(0 0 0 / 32%);
  position: relative;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 800;
  padding-left: 30px;
  padding-right: 30px;
  transition: .4s;
}


.mayor-links ul li a:hover {
  color: var(--color-second);
}

@media (min-width: 768px) and (max-width: 991px) {
  .mayor-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .mayor-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.mayor-social .page-content__heading {
  padding-bottom: 0;
  color: #fff;
}

.mayor-social__links {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .mayor-social__links {
    margin-left: 0;
    margin-top: 5px;
  }
}

.mayor-social__links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 45px;
  height: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mayor-social__links a:not(:last-child) {
  margin-right: 8px;
}

.mayor-social__links a:hover {
  background: white;
  color: var(--color-second);
  border-color: transparent;
}

.schema {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .schema {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

.schema-list:not([class*="ui-color-"]) ul li a,
.schema-list:not([class*="ui-color-"]) ul li button {
  color: #666;
}

.schema-list:not([class*="ui-item-bg"]) ul li a,
.schema-list:not([class*="ui-item-bg"]) ul li button {
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(102, 102, 102, 0.1);
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.schema-list:not([class*="ui-item-bg"]) ul li a:hover,
.schema-list:not([class*="ui-item-bg"]) ul li button:hover {
  background-color: var(--color-second);
  color: #fff;
}

.schema-list.ui-color-light ul li a,
.schema-list.ui-color-light ul li button {
  color: #fff;
}

.schema-list.ui-item-bg > ul > li:hover > a::before,
.schema-list.ui-item-bg > ul > li:hover > button::before {
  opacity: 1;
}

.schema-list.ui-item-bg ul li a,
.schema-list.ui-item-bg ul li button {
  background-color: #fff;
}

.schema-list.ui-item-bg ul li a::before,
.schema-list.ui-item-bg ul li button::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--color-prime);
  opacity: 0.9;
  border-radius: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.schema-list.ui-item-bg .schema-sub {
  row-gap: 15px;
  margin-top: calc(100px / 2);
  position: relative;
}

.schema-list.ui-item-bg .schema-sub::before {
  content: "";
  position: absolute;
  top: calc(-1 * 50px);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(153, 153, 153, 0.3);
  width: 1px;
}

.schema-list.ui-item-bg .schema-sub li {
  width: 100%;
}

.schema-list.ui-item-bg .schema-sub li a {
  height: 80px;
}

.schema-list.ui-item-bg .schema-sub li a::before {
  opacity: 0.65;
}

.schema-list.ui-item-bg .schema-sub li a:hover::before {
  opacity: 0.85;
}

.schema-list.ui-item-bg .schema-sub li a .rank {
  font-size: 13px;
}

.schema-list.ui-item-bg .schema-sub li a .name {
  font-size: 12px;
}

.schema-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.schema-list ul li a,
.schema-list ul li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100px;
  padding: 20px;
  border-radius: 15px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  width: 100%;
  font-family: 'Quicksand', sans-serif;

  
}

.schema-list ul li a .rank,
.schema-list ul li button .rank {
  font-weight: 800;
  letter-spacing: -0.5px;
  font-size: 16px;
}

.schema-list ul li a .name,
.schema-list ul li button .name {
  font-size: 14px;
  opacity: 0.7;
  margin-top: 3px;
}

.schema-list ul li button {
  display: inline-grid;
}

.schema-header {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.schema-header::before {
  content: "";
  position: absolute;
  left: 50%;
  height: calc(100% + 50px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(153, 153, 153, 0.3);
  width: 1px;
  z-index: -1;
}

.schema-header ul {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}

.schema-header ul:not(.ui-single) {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .schema-header ul:not(.ui-single)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(153, 153, 153, 0.3);
    height: 1px;
    z-index: -1;
  }
}

.schema-header ul.ui-single {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.schema-header ul:not(:last-child) {
  margin-bottom: 15px;
}

.schema-header ul li {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .schema-header ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (max-width: 767px) {
  .schema-header ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.schema-header ul li:not(:last-child) {
  margin-bottom: 15px;
}

.schema-content {
  margin-top: calc((100px / 2) + 30px);
}

@media (min-width: 1200px) {
  .schema-content {
    padding-left: calc(calc(100% / 3) / 3);
    padding-right: calc(calc(100% / 3) / 3);
  }
}

.schema-content > ul {
  margin-left: -5px;
  margin-right: -5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

@media (min-width: 768px) {
  .schema-content > ul::before {
    content: "";
    position: absolute;
    top: calc(-1 * 30px);
    right: calc(calc(100% / 3) / 2);
    left: calc(calc(100% / 3) / 2);
    background-color: rgba(153, 153, 153, 0.3);
    height: 1px;
  }
}

.schema-content > ul > li {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

@media (min-width: 768px) {
  .schema-content > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media (max-width: 767px) {
  .schema-content > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.schema-content > ul > li:not(:last-child) {
  margin-bottom: 30px;
}

.schema-content > ul > li::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 30px;
  background-color: rgba(153, 153, 153, 0.3);
}

.oops {
  text-align: center;
  color: var(--color-prime);
  margin-top: 50px;
}

.oops .title {
  line-height: 0.8;
  font-weight: 900;
  font-size: 18vw;
}

.oops .text {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 3vw;
  letter-spacing: 4px;
  line-height: 1.2;
}

.oops .buttons-container {
  margin-top: 50px;
}

.oops .buttons-container .btn:not(:last-child) {
  margin-right: 20px;
}

.personnel-cover {
  overflow: hidden;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  height: 500px;
}

@media (max-width: 1199px) {
  .personnel-cover {
    height: auto;
  }
}

.personnel-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  border-radius: 11px;
}

.personnel-summary {
  padding-top: 50px;
}

@media (min-width: 1200px) {
  .personnel-summary {
    padding-left: 25px;
  }
}

.personnel-summary .title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--color-second);
  line-height: 1.2;
}

.personnel-summary .rank {
  color: #666;
  font-size: 18px;
  font-weight: 300;
}

.personnel-info {
  margin-top: 30px;
}

.personnel-field {
  margin-bottom: 13px;
  width: 100%;
}

.personnel-field:last-child {
  margin-bottom: 0;
}

.personnel-field .text,
.personnel-field .detail {
  font-size: 18px;
}

.personnel-field .text {
  float: left;
  color: var(--color-dark-green);
  font-weight: 700;
  margin-right: 7px;
}

.personnel-field .detail {
  color: #666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 300;
}

.personnel-field a:hover {
  color: var(--color-second);
}

.personnel-social {
  margin-top: 40px;
}

.personnel-social a {
  color: #1e1d1c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.personnel-social a:hover {
  color: var(--color-second);
}

.personnel-social a:last-child {
  margin-right: 0;
}

.personnel-social a .icon {
  font-size: 20px;
}

.personnel-detail__bio {
  margin-top: 50px;
}

.personnel-other {
  margin-top: 50px;
}

.no-scroll {
  overflow: hidden;
}

.no-scroll-y {
  overflow-y: hidden;
}

.no-scroll-x {
  overflow-x: hidden;
}

.pos-relative {
  position: relative;
}

.pos-inherit {
  position: inherit;
}

.pos-sticky {
  position: sticky;
  top: 20px;
}

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

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

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

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

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

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

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

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

.align-between {
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}

.z-index {
  position: relative;
  z-index: 9;
}

.hidden {
  display: none;
}

@media (max-width: 479px) {
  .xs-hidden {
    display: none;
  }
}

@media (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
}

@media (max-width: 991px) {
  .md-hidden {
    display: none;
  }
}

.pv-5px {
  margin-top: 5px;
  margin-bottom: 5px;
}

.pv-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pv-15px {
  margin-top: 15px;
  margin-bottom: 15px;
}

.pv-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pv-25px {
  margin-top: 25px;
  margin-bottom: 25px;
}

.pv-30px {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pv-40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pv-50px {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pv-60px {
  margin-top: 60px;
  margin-bottom: 60px;
}

.pv-70px {
  margin-top: 70px;
  margin-bottom: 70px;
}

.pv-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.pv-90px {
  margin-top: 90px;
  margin-bottom: 90px;
}

.pv-100px {
  margin-top: 100px;
  margin-bottom: 100px;
}

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

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

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

.pt-5px {
  padding-top: 5px;
}

.pt-10px {
  padding-top: 10px;
}

.pt-15px {
  padding-top: 15px;
}

.pt-20px {
  padding-top: 20px;
}

.pt-25px {
  padding-top: 25px;
}

.pt-30px {
  padding-top: 30px;
}

.pt-40px {
  padding-top: 40px;
}

.pt-50px {
  padding-top: 50px;
}

.pt-60px {
  padding-top: 60px;
}

.pt-70px {
  padding-top: 70px;
}

.pt-80px {
  padding-top: 80px;
}

.pt-90px {
  padding-top: 90px;
}

.pt-100px {
  padding-top: 100px;
}

.pb-5px {
  padding-bottom: 5px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pb-15px {
  padding-bottom: 15px;
}

.pb-20px {
  padding-bottom: 20px;
}

.pb-25px {
  padding-bottom: 25px;
}

.pb-30px {
  padding-bottom: 30px;
}

.pb-40px {
  padding-bottom: 40px;
}

.pb-50px {
  padding-bottom: 50px;
}

.pb-60px {
  padding-bottom: 60px;
}

.pb-70px {
  padding-bottom: 70px;
}

.pb-80px {
  padding-bottom: 80px;
}

.pb-90px {
  padding-bottom: 90px;
}

.pb-100px {
  padding-bottom: 100px;
}

.mv-5px {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mv-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mv-15px {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mv-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mv-25px {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mv-30px {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mv-40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mv-50px {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mv-60px {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mv-70px {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mv-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mv-90px {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mv-100px {
  margin-top: 100px;
  margin-bottom: 100px;
}

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

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

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

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

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

.mt-5px {
  margin-top: 5px;
}

.mt-10px {
  margin-top: 10px;
}

.mt-15px {
  margin-top: 15px;
}

.mt-20px {
  margin-top: 20px;
}

.mt-25px {
  margin-top: 25px;
}

.mt-30px {
  margin-top: 30px;
}

.mt-40px {
  margin-top: 40px;
}

.mt-50px {
  margin-top: 50px;
}

.mt-60px {
  margin-top: 60px;
}

.mt-70px {
  margin-top: 70px;
}

.mt-80px {
  margin-top: 80px;
}

.mt-90px {
  margin-top: 90px;
}

.mt-100px {
  margin-top: 100px;
}

.mb-5px {
  margin-bottom: 5px;
}

.mb-10px {
  margin-bottom: 10px;
}

.mb-15px {
  margin-bottom: 15px;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-25px {
  margin-bottom: 25px;
}

.mb-30px {
  margin-bottom: 30px;
}

.mb-40px {
  margin-bottom: 40px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-60px {
  margin-bottom: 60px;
}

.mb-70px {
  margin-bottom: 70px;
}

.mb-80px {
  margin-bottom: 80px;
}

.mb-90px {
  margin-bottom: 90px;
}

.mb-100px {
  margin-bottom: 100px;
}


header .boxes ul{
  gap: 12px;
}

.header .boxes ul li{
  background-color: transparent!important;
}

header .card-box{
  background-color: transparent!important;
  border:1px solid #ffffff8a;
  border-radius: 10px;
  color:white;
  padding: 20px 20px!important;
}

header .card-box:hover{
  background-color: rgba(255, 255, 255, 0.1)!important;
  border-color: transparent;

}

header .card-box .icon{
  color: var(--color-second);
}
.header-nav__dropdown-container .card-box .title{
  color:white;
}

.news-body .title {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  max-height: 80px;
  font-weight: 900;
  overflow: hidden;
  padding-right: 10px !important;
}
.headlinenewsV2-other .news-card a {
  overflow: hidden;
  border-radius: 15px;
  border: 2px solid #ffffff63;
}


.header-nav__dropdown-list ul li a{
  background: #ffffff1a!important;
  -webkit-box-shadow: 0 0 50px rgb(0 0 0 / 32%);
  box-shadow: 0 0 50px rgb(0 0 0 / 32%);
  min-height: 118px;
  max-height: 118px;
}

@media(max-width:1280px){
  .header-buttons._desktop{
    display: none!important;
  }
  .header-row.container-fluid{
    max-width: 95%!important;
  }
  .header-nav__item:last-child{
    display: none!important;
  }
 
}

@media(max-width:1100px){
  .header-links a:not(:last-child){
    display: none!important;
  }
}
html,body{
  overflow-x: hidden!important;
}


::-webkit-scrollbar{
  width: 6px;
  height: 6px;
  background-color: #00145e21;
  border-radius: 30px!important;
}

::-webkit-scrollbar-thumb{
  background-color: #089c79b0!important;
  border-radius: 30px;
}

::-webkit-scrollbar-track{
  background-color: #00145e21;
  border-radius: 30px;
}
::-webkit-scrollbar-corner{
  background-color: transparent;
}
::-webkit-scrollbar-button{
  background-color: transparent;
}
* {
  scrollbar-width: thin; /* İnce kaydırma çubuğu */
  scrollbar-color: #089c79b0 #00145e21; /* Thumb ve track rengi */
}
.section-mayor .mayor-links ul li a{
  color: var(--color-prime)!important;
}
.section-mayor .mayor-social{
  justify-content: center;
}

.section-mayor .mayor-social a{
  color: var(--color-prime)!important;
  border-color: var(--color-prime);
  font-size: 13px;
}

.section-mayor .mayor-social .page-content__heading{
  color: var(--color-prime)!important;
}
.section-mayor .mayor-info .title{
  font-size: 50px;
}
.section-mayor .mayor-info .rank{
  font-size: 30px;
}
.section-mayor .mayor-info{
  align-items: center;
  text-align: center;
}

.inner-page__mayor .mayor-links ul li a{
  color: var(--color-second);
  font-size: 13px;
}
.inner-page__mayor .mayor-links ul li a:hover{
  color: var(--color-prime);
}

.inner-page__wrapper.no-sidebar .inner-page__content {
  min-height: 700px;
  border-radius: 30px;
  margin: auto;
  margin-top: -110px;
  background: white;
  max-width: 90%;
}

.header-top {

  background: #00145e;
}

.breadcrumb.br-normal {

  top: calc((-1* 70px));
  
  background: #3ea8eb69;
  border-radius:20px;
  
}
.breadcrumb ul li a{
  font-size: 12px;
}
.breadcrumb ul li:last-child {
  color: white;
  font-size: 11px;
}

@media(max-width:1200px){
  .breadcrumb.br-normal{
    width: 900px;
  }
  .inner-page__wrapper.no-sidebar .inner-page__content{
    max-width: initial;
  }
}
@media(max-width:992px){
  .breadcrumb.br-normal{
   display: none;
  }
}

@media(max-width:540px){
  .inner-page__header-bg.small {
    height: 253px;
}
.inner-page__header-bg {
  height: 253px;
}
.personnel.ui-list-single ul li:first-child .personnel-card{
  max-width: 100%!important;
}
.page-content__filter-dropdown .item .btn:not(.ui-no-radius) {
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  border-left:2px solid rgba(102, 102, 102, 0.1);
  border-radius: 11px;
  margin-top: 10px;
}
.page-content__header.txt-large .title {
  font-size: 24px;
}
}

.inner-page__content .boxes ul{
  gap: 1rem;
  justify-content: start;
}

.inner-page__content .boxes ul .card-box .title {

  font-size: 15px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 900;
  color: var(--color-dark-green);
  max-width: 150px;
  line-height: 1.3;
  letter-spacing: -0.2px;
}
.inner-page__content .boxes.boxex-pictures ul .card-box .title {
max-width: 150px!important;
}


.inner-page__content .boxes ul .card-box .icon {
  font-size: 30px;
  line-height: 1;
  color: var(--color-second);
}

.inner-page__content .boxes ul li{
  flex: 1 1 calc((100% / 4) - 1rem)!important;
  max-width:calc((100% / 4) - 1rem)!important;
  background-color: #023a4326!important;
  border-radius: 20px;
  height: 100px;
  overflow: hidden;

}

.gallery{
  position: relative;
  padding-bottom: 70px;
}

.gallery ul li {
  display: none; 
}


.gallery ul li.visible {
  display: list-item; /* İlk 8 öğe görünür */
}

.more-btn{
  position: absolute;
  bottom: 20px; /* Liste altına yerleştirin */
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-prime);
  color: #fff!important;
  border: none;

  cursor: pointer;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  transition: .4s;
}

.more-btn button{
  color:white!important;
  width: 100%;
  padding: 10px 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  
}



.more-btn:hover {
  background-color: var(--color-second);
}


.cittaslow-fixed-button {
  position: absolute;
  top:220px;
  right: 0px;
  z-index: 2;
  width: 100px;
  height: 100px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;


}
.cittaslow-fixed-button .btn-img-wrapper {
  width: 80%;
  margin: auto;
}
.cittaslow-fixed-button .btn-img-wrapper img {
  width: 100%;
  object-fit: contain;
  transition: .4s;
}

.cittaslow-fixed-button:hover .btn-img-wrapper img{
  transform: translateX(-10px) scale(1.03);
}

.tour-fixed-button {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  width: 100px;
  height: 100px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 20px;
  display: none;


}
.tour-fixed-button .btn-img-wrapper {
  width: 80%;
  
  margin: auto;
}
.tour-fixed-button .btn-img-wrapper img {
  width: 100%;

  object-fit: contain;
  
}


.fixed-relative-wrapper{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  height: 100px;
  
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  
}


.fixed-relative-wrapper .buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 16px 30px;
  background-color: var(--color-dark-green);

  border-radius: 20px;
  margin-top: auto;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow:0 0 30px rgba(0, 0, 0, 0.3);
}
.fixed-relative-wrapper .buttons > div {
  display: flex;
  align-items: center;
  gap: 10px;
  
  width: 40%;
  max-width: 40%;
  justify-content: space-between;
}
.fixed-relative-wrapper .buttons .btn.btn-light {
  font-size: 12px;
  color: white;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  border: 1px solid #ffffff52;
  padding: 8px 16px;
  border-radius: 12px;
  transition: .4s;
 
}
.fixed-relative-wrapper .buttons .btn.btn-light:hover {
  background-color: #ffffff38;
  border-color: transparent;
  color: white;
}




.fixed-relative-wrapper .absolute-img img{
  width:90%;
  height:90%;
  margin: auto;
  background-color: white;
  object-fit: contain;
padding: 10px;
  border-radius: 10px;
}

.fixed-view-toggle-button{
  position: absolute;
  top: 0;
  left: 30px;
  width: 40px;
  height: 40px;
  background-color: var(--color-dark-green);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  transition: .4s;
}
.fixed-view-toggle-button i{
  transition: .4s;
}
.fixed-view-toggle-button:hover i{
  font-size: 20px;
}
.fixed-view-toggle-button.active i{
  transform: rotate(180deg);
}

.fixed-footer-menu{
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  min-width: 992px;
  min-height: 100px;
 
  z-index: 22000;
  display: flex;
  align-items: end;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .4s;

  transform: translateX(-50%) translateY(70%);
}
.fixed-footer-menu.view{
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.fixed-relative-wrapper .absolute-img{
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  background: var(--gradient-t);
 border-radius: 15px;
  transition: .6s .1s;

}
.fixed-footer-menu.active{
  transform: translateX(-50%) translateY(0);

}
.fixed-footer-menu.active .absolute-img{
  top: 40%;
}

.tourmap{
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;

  padding: 40px 0;
}

.container-fluid.tour-flex-col {
  display: flex;
  flex-direction: column;
  gap:20px;
  
}
.container-fluid.tour-flex-col .tourmap-header {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;

}
.container-fluid.tour-flex-col .tourmap-header h2 {
  font-weight: 900;
  color: var(--color-prime);
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  padding-left: 30px;
  
}
.container-fluid.tour-flex-col .tourmap-header .link {
  font-size: 13px;
  color: var(--color-prime);
font-weight: 600;
  border-radius: 11px;
  padding: .8rem 2rem;
  display: flex;
  align-items: center;
  gap: .6rem;
  transition: .4s;
}
.container-fluid.tour-flex-col .tourmap-header .link:hover {
  
  color: var(--color-second);
}

.container-fluid.tour-flex-col .tour-carousel.owl-carousel.owl-theme{
  padding: 0 30px;
}
.container-fluid.tour-flex-col .tour-carousel.owl-carousel.owl-theme .owl-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  color: var(--color-dark-green);
  opacity: .8;

}
.container-fluid.tour-flex-col .tour-carousel.owl-carousel.owl-theme .item{
  background-color: #6c818430;
  padding: 6px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.container-fluid.tour-flex-col .tour-carousel.owl-carousel.owl-theme .item img{
  border-radius: 8px;
  height: 70%;
}


.container-fluid.tour-flex-col .tour-carousel.owl-carousel.owl-theme .item h4 {
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  padding: 7px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 45px;
  max-width: 95%;
  text-overflow: ellipsis;
  line-height: 1.3;
  font-size: 13px;
  color: var(--color-dark-green);
}
.container-fluid.tour-flex-col .tour-carousel.owl-carousel.owl-theme .item .text {
  font-size: 15px;
  font-family: 'Quicksand', sans-serif;
  color: var(--color-dark-green);
  max-width: 95%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}


.absolute-hover-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #00145ea9;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;

  visibility: hidden;
  transition: .4s;
  
  
}
.container-fluid.tour-flex-col .tour-carousel.owl-carousel.owl-theme .item:hover .absolute-hover-container{
  opacity: 1;
  visibility: visible;

}
.absolute-hover-container .btn-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.absolute-hover-container .btn-detail .icons {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border:1px solid rgba(243, 247, 251, 0.75);

  display: flex;
  justify-content: center;
  align-items: center;

}
.fixed-relative-wrapper .buttons .left{
  justify-content: end;
}
.fixed-relative-wrapper .buttons .right{
  justify-content: start;
}


@media(max-width:768px){
  .cittaslow-fixed-button{
    width: 70px;
    height: 70px;
  }
}
@media(max-width:479px){
  .slide-wrapper{
    height: 450px;
  }
  .slide-content .heading{
    font-size: 36px!important;
    max-width: 13ch;
    margin: auto;
    line-height: 1.2;
  }
  .container-fluid.tour-flex-col .tourmap-header h2{
    font-size: 20px;
    line-height: 1.2;
  }
  .container-fluid.tour-flex-col .tourmap-header .link{
    font-size: 11px;
    padding: .8rem 1rem;
  }
  .slide--item{
    height: 100%!important;
  }
  .container-fluid.tour-flex-col .tour-carousel.owl-carousel.owl-theme{
    padding: 0 0px;
  }
  .container-fluid.tour-flex-col .tour-carousel.owl-carousel.owl-theme .owl-nav{
   display: none;
  }
  .inner-page__header-bg {
    height: 166px;
}
}

@media(max-width:700px){
  .section-projects .header-nav__tab ul{
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
  } 
  .section-projects .header-nav__tab ul::-webkit-scrollbar{
    display: none!important;
    background-color: transparent!important;
    opacity: 0;

  }
  .section-projects .header-nav__tab ul::-webkit-scrollbar-thumb{
    background-color: transparent!important;
    opacity: 0;
  }

}
@media(max-width:1100px){
  .fixed-footer-menu{
    display: none;
  }
}


.section.cover-3::before {
  background-image: url("../img/slide/3.jpg");
  background-color: var(--color-prime);
  background-blend-mode: multiply;
}

@media (min-width: 992px) {
  .section.cover-3::before {
    right: 50px;
    left: 50px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}

.section.cover-3::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(white)
  );
  background: linear-gradient(transparent, white);
  z-index: -1;
}

@media (min-width: 992px) {
  .section.cover-3::after {
    right: 50px;
    left: 50px;
  }
}


.section-shortcuts._online {
  padding-bottom: 50px;
  padding-top: 50px;
}

.section-shortcuts._online .shortcuts {
  margin-top: 30px;
}

.section-shortcuts._online .shortcuts .item {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .section-shortcuts._online .section-header {
    text-align: center;
  }
}

.section-shortcuts._online .section-header .text {
  margin: 0;
}


.shortcuts-cover {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 20px rgba(34, 34, 34, 0.1);
}

@media (max-width: 767px) {
  .shortcuts-cover {
    margin-bottom: 30px;
  }
}

.shortcuts-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.shortcuts:hover ul:hover li .shortcut-btn {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0.6;
}

.shortcuts:hover ul li .shortcut-btn:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.shortcut-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  height: 230px;
  border-radius: 11px;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 45px;
  z-index: 1;
}

.shortcut-card a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: calc(100% - 45px);
  -webkit-box-shadow: 0 2px 15px rgba(0, 26, 50, 0.1);
  box-shadow: 0 2px 15px rgba(0, 26, 50, 0.1);
  border-radius: 11px 11px 0 0;
  z-index: -1;
}

.shortcut-card a:hover .more {
  background: #00508a;
  color: #fff;
}

.shortcut-card .icon {
  color: #4d89c1;
  font-size: 36px;
}

.shortcut-card .title {
  color: #00508a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  margin-top: 17px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.shortcut-card .text {
  font-size: 12px;
  color: #999;
  line-height: 1.45;
  margin-top: 7px;
}

.shortcut-card .more {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 80, 138, 0.08);
  color: rgba(0, 80, 138, 0.6);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  border-radius: 0 0 11px 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.shortcut-btn {
  height: 141px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 10px;
  color: #00508a;
  border-radius: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.shortcut-btn .icon {
  font-size: 24px;
  margin-bottom: 15px;
  color: #00508a;
}

.shortcut-btn .title {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: #00508a;
}


.button-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-prime);
  width: 140px;
  height: 140px;
  border-radius: 100%;
  z-index: 2;
  position: relative;
}

.button-circle__wrapper.center {
  text-align: center;
}

@media (max-width: 479px) {
  .button-circle {
    width: 90px;
    height: 90px;
  }
}

.button-circle.pos-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.button-circle:before,
.button-circle:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  -webkit-animation: pulsate 1.5s ease-out;
  animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}

.button-circle:before {
  width: 170px;
  height: 170px;
}

@media (max-width: 479px) {
  .button-circle:before {
    width: 120px;
    height: 120px;
  }
}

.button-circle:after {
  width: 200px;
  height: 200px;
}

@media (max-width: 479px) {
  .button-circle:after {
    width: 150px;
    height: 150px;
  }
}

.button-circle.ui-size-small {
  width: 90px;
  height: 90px;
}

.button-circle.ui-size-small:before {
  width: 120px;
  height: 120px;
}

.button-circle.ui-size-small:after {
  width: 150px;
  height: 150px;
}

.button-circle.ui-size-small .icon {
  top: 0;
}

.button-circle .icon {
  font-size: 42px;
  color: #fff;
  position: relative;
  left: 4px;
  top: 4px;
}

@media (max-width: 479px) {
  .button-circle .icon {
    font-size: 24px;
    left: 2px;
    top: 2px;
  }
}


.owl-nav-style.owl-short .owl-nav {
  top: -50px;
  right: 0;
  bottom: inherit;
  left: inherit;
}

@media (max-width: 767px) {
  .owl-nav-style.owl-short .owl-nav {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
  }
}

.owl-nav-style.owl-short .owl-nav [class*="owl-"] {
  position: relative;
  border-radius: 11px;
}

.owl-nav-style.owl-short .owl-nav [class*="owl-"]:hover {
  background-color: #00508a;
}

.owl-nav-style.owl-short .owl-nav button {
  left: inherit !important;
  right: inherit !important;
}

@media (max-width: 767px) {
  .owl-nav-style.owl-short .owl-nav button.owl-prev {
    left: 0 !important;
  }
}

@media (max-width: 767px) {
  .owl-nav-style.owl-short .owl-nav button.owl-next {
    left: 5px !important;
  }
}


.vefat {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 19px;
}


.list-common.ui-gap-1 ul li,
.list-common.ui-gap-1 ul.list li {
  margin-bottom: 30px;
}
.list-common.ui-gap-2 ul li,
.list-common.ui-gap-2 ul.list li {
  margin-bottom: 20px;
}
.list-common:not(.ui-list) ul li:not(:last-child) {
  border-bottom: 1px solid rgba(94, 120, 143, 0.1);
}
.list-common:not(.ui-list):not([class*="ui-style-"]) .list-common__item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.list-common:not(.ui-list):not([class*="ui-style-"])
  .list-common__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  left: -15px;
  border-radius: 11px;
  background-color: rgba(219, 226, 231, 0.2);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.97);
  transition: 0.3s;
}
.list-common:not(.ui-list):not([class*="ui-style-"])
  .list-common__item:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.list-common.ui-list.ui-list-bordered .list-common__item {
  border: 1px solid rgba(94, 120, 143, 0.08);
}
.list-common.ui-list
  ul:not(.table-header):not(.table-pagination):not(.ui-no-justify-center) {
  justify-content: center;
}
.list-common.ui-list .list-common__item {
  background-color: #fff;
  padding: 6px;
  border-radius: 15px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
  transition: .4s;
}
.list-common.ui-list .list-common__item:hover{
  background-color: #035566;
  color: #f5f7f9!important;
}
.list-common.ui-list .list-common__item:hover .title{
  
  color: #f5f7f9!important;
}
.list-common.ui-list .list-common__item:hover img{
  
transform: scale(1.3) rotate(-2deg);
}


.list-common.ui-list .list-common__item:hover .list-common__icon {
  background-color: #035566;
}
.list-common.ui-list .list-common__item:hover .list-common__icon > .icon {
  color: #fff;
}
.list-common:not([class*="ui-style-"]) .list-common__photo {
  background-color: #fff;
  padding: 5px;
}
.list-common:not([class*="ui-style-"]) .list-common__photo img{
  transition: .4s;
}
.list-common:not([class*="ui-style-"]) .list-common__photo:not(.ui-no-shadow) {
  box-shadow: 2px 2px 20px rgba(94, 120, 143, 0.15);
}
.list-common:not([class*="ui-style-"]) .list-common__description .title {
  color:#07526a;
  font-weight: 600;
}
.list-common:not([class*="ui-style-"]) .list-common__description > .text {
  color: #7a93a9;
}
.list-common:not([class*="ui-style-"]) .list-common__description .tag {
  color: #7a93a9;
}
@media (min-width: 992px) {
  .list-common.ui-list-videos ul {
    overflow-y: auto;
    scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.1);
    scrollbar-width: thin;
  }
  .list-common.ui-list-videos ul::-webkit-scrollbar-track {
    background-color: rgba(254, 126, 0, 0.1);
  }
  .list-common.ui-list-videos ul::-webkit-scrollbar {
    width: 5px;
  }
  .list-common.ui-list-videos ul::-webkit-scrollbar-thumb {
    background-color: #fe7e00;
  }
}
@media (min-width: 1200px) {
  .list-common.ui-list-videos ul {
    max-height: 670px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list-common.ui-list-videos ul {
    max-height: 420px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-common.ui-list-videos ul {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-common.ui-list-videos ul li {
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.list-common.ui-list-videos .list-common__description .tag {
  margin-top: 5px;
}
.list-common.ui-style-light .list-common__item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-common.ui-style-light .list-common__description .title {
  color: #fff;
}
.list-common.ui-style-light .list-common__description > .text {
  color: #357e8d;
}
.list-common.ui-style-light .list-common__description .tag {
  color: #357e8d;
}
.list-common__left {
  position: relative;
}
@media (min-width: 768px) {
  .list-common__left {
    flex: 0 0 120px;
    max-width: 120px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .list-common__left {
    flex: 0 0 100px;
    max-width: 100px;
    height: 75px;
  }
}
.list-common__left > div {
  width: 100%;
  height: 100%;
}
.list-common__left > .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: linear-gradient(#fe7e00, rgba(254, 178, 102, 0.5));
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  padding-left: 2px;
  pointer-events: none;
}
.list-common__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
}
.list-common__photo {
  overflow: hidden;
  border-radius: 11px;
}
.list-common__photo.ui-fit-contain {
  padding: 10px;
}
.list-common__photo.ui-fit-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}
.list-common__photo.ui-transform-scale img {
  transform: scale(1.2);
}
.list-common__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 11px;
}
.list-common__icon,
.list-common__letter {
  background-color: rgba(3, 85, 102, 0.1);
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.list-common__icon > span,
.list-common__letter > span {
  font-size: 42px;
  color: #035566;
}
.list-common__letter .letter {
  font-weight: 900;
  line-height: 0;
  text-transform: uppercase;
}
.list-common__description {
  padding-left: 13px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .list-common__description {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
  }
}
@media (max-width: 767px) {
  .list-common__description {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}
.list-common__description strong {
  font-weight: 900;
}
.list-common__description .title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 700;
  letter-spacing: -0.3px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}
.list-common__description > .text {
  font-size: 12px;
  line-height: 1.4;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
  margin-top: 3px;
}
.list-common__description .tag {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  margin-top: 8px;
}
.list-common__description .tag .icon {
  font-size: 11px;
  opacity: 0.5;
  margin-right: 7px;
}
.list-common__description .tag .text {
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.list-common__description .date {
  color: #1c6e7f;
  font-size: 10px;
  display: inline-flex;
  margin-top: 10px;
}
.detail-neigh__card {
  position: relative;
}
.detail-neigh__sketch {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 0 50px rgba(69, 95, 118, 0.2);
}
.detail-neigh__sketch a {
  height: 100%;
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px;
}
.detail-neigh__sketch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.detail-neigh__footer {
  background-color: #5e788f;
  box-shadow: 0 -20px 40px rgba(94, 120, 143, 0.5);
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .detail-neigh__footer {
    padding-left: 15px;
  }
}
@media (min-width: 480px) {
  .detail-neigh__footer {
    position: sticky;
    bottom: 10px;
  }
}
@media (min-width: 992px) {
  .detail-neigh__footer {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 479px) {
  .detail-neigh__footer ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.detail-neigh__footer ul li .item {
  height: 75px;
  color: #fff;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.detail-neigh__footer ul li .item .icon {
  font-size: 28px;
  justify-content: center;
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-neigh__footer ul li .item .icon {
    display: none;
  }
}
.detail-neigh__footer ul li .item .desc {
  line-height: 1.4;
  flex: 1;
  padding-left: 10px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-neigh__footer ul li .item .desc {
    padding-left: 15px;
  }
}
.detail-neigh__footer ul li .item .desc .heading {
  font-weight: 900;
  font-size: 11px;
  text-transform: uppercase;
}
.detail-neigh__footer ul li .item .desc .text {
  font-size: 12px;
  opacity: 0.7;
}
.detail-neigh__footer ul li a.item {
  transition: 0.3s;
}
.detail-neigh__footer ul li a.item:hover {
  background-color: #455f76;
}
.detail-neigh__right {
  padding-top: 20px;
  position: sticky;
  top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-neigh__right .list-personnel__item {
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-neigh__right .list-personnel__item {
    height: auto;
  }
}

.detail-neigh__explore {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .detail-neigh__explore {
    margin-top: 90px;
  }
}
@media (max-width: 479px) {
  .detail-neigh__explore {
    margin-top: 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-neigh__explore {
    margin-top: 70px;
  }
}
.detail-neigh__card {
  position: relative;
}
.detail-neigh__sketch {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 0 50px rgba(69, 95, 118, 0.2);
}
.detail-neigh__sketch a {
  height: 100%;
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px;
}
.detail-neigh__sketch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.detail-neigh__footer {
  background-color: #5e788f;
  box-shadow: 0 -20px 40px rgba(94, 120, 143, 0.5);
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .detail-neigh__footer {
    padding-left: 15px;
  }
}
@media (min-width: 480px) {
  .detail-neigh__footer {
    position: sticky;
    bottom: 10px;
  }
}
@media (min-width: 992px) {
  .detail-neigh__footer {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 479px) {
  .detail-neigh__footer ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.detail-neigh__footer ul li .item {
  height: 75px;
  color: #fff;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.detail-neigh__footer ul li .item .icon {
  font-size: 28px;
  justify-content: center;
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-neigh__footer ul li .item .icon {
    display: none;
  }
}
.detail-neigh__footer ul li .item .desc {
  line-height: 1.4;
  flex: 1;
  padding-left: 10px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-neigh__footer ul li .item .desc {
    padding-left: 15px;
  }
}
.ui-d-flex{
  display: flex;
  align-items: center;
  gap: 6px;
}
.detail-neigh__footer ul li .item .desc .heading {
  font-weight: 900;
  font-size: 11px;
  text-transform: uppercase;
}
.detail-neigh__footer ul li .item .desc .text {
  font-size: 12px;
  opacity: 0.7;
}
.detail-neigh__footer ul li a.item {
  transition: 0.3s;
}
.detail-neigh__footer ul li a.item:hover {
  background-color: #455f76;
}
.detail-neigh__right {
  padding-top: 20px;
  position: sticky;
  top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-neigh__right .list-personnel__item {
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-neigh__right .list-personnel__item {
    height: auto;
  }
}

.list-personnel__item {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .list-personnel__item {
    max-height: 215px;
  }
}
@media (min-width: 768px) {
  .list-personnel__item {
    height: 100%;
  }
}
@media (min-width: 1750px) {
  .list-personnel__item {
    max-height: 260px;
  }
}
@media (min-width: 1200px) {
  .list-personnel__item > .row {
    height: 100%;
  }
}
.list-personnel__item > .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .list-personnel__item > .row > div {
    height: 100%;
  }
}
@media (max-width: 479px) {
  .list-personnel__item > .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .list-personnel__left {
    flex: 0 0 27%;
    max-width: 27%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .list-personnel__left {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-personnel__left {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list-personnel__left {
    flex: 0 0 165px;
    max-width: 165px;
  }
}
@media (min-width: 1200px) {
  .list-personnel__middle {
    flex: 0 0 calc(100% - (27% + 37%));
    max-width: calc(100% - (27% + 37%));
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .list-personnel__middle {
    flex: 0 0 calc(100% - 35%);
    max-width: calc(100% - 35%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-personnel__middle {
    flex: 0 0 calc(100% - 35%);
    max-width: calc(100% - 35%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list-personnel__middle {
    flex: 0 0 calc(100% - 165px);
    max-width: calc(100% - 165px);
  }
}
@media (min-width: 1200px) {
  .list-personnel__right {
    flex: 0 0 37%;
    max-width: 37%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .list-personnel__right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-personnel__right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list-personnel__right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.list-personnel__right-content {
  border-radius: 11px;
  background-color: rgba(219, 226, 231, 0.25);
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: auto;
  scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.1);
  scrollbar-width: thin;
}
@media (min-width: 1200px) {
  .list-personnel__right-content {
    height: 100%;
  }
}
.list-personnel__right-content::-webkit-scrollbar-track {
  background-color: rgba(254, 126, 0, 0.1);
}
.list-personnel__right-content::-webkit-scrollbar {
  width: 5px;
}
.list-personnel__right-content::-webkit-scrollbar-thumb {
  background-color: #fe7e00;
}
@media (max-width: 1199px) {
  .list-personnel__right-content {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 15px;
  }
}
.list-personnel__photo {
  overflow: hidden;
  border-radius: 15px;
}
@media (min-width: 480px) {
  .list-personnel__photo {
    height: 185px;
  }
}
@media (min-width: 480px) and (min-width: 768px) and (max-width: 991px) {
  .list-personnel__photo {
    height: 145px;
  }
}
@media (min-width: 1750px) {
  .list-personnel__photo {
    height: 230px;
  }
}
@media (max-width: 479px) {
  .list-personnel__photo {
    height: auto;
  }
}
.list-personnel__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list-personnel__description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-personnel__description {
    padding-top: 10px;
  }
}
.list-personnel__header {
  line-height: 1.3;
}
.list-personnel__header .title {
  color: #455f76;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-personnel__header .title {
    font-size: 16px;
  }
}
.list-personnel__header .rank {
  font-size: 12px;
  color: rgba(122, 147, 169, 0.7);
}
.list-personnel__footer .btn {
  background-color: rgba(254, 126, 0, 0.1);
  border-radius: 15px;
  padding: 3px 15px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  color: #fe7e00;
  margin-top: 15px;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-personnel__footer .btn {
    margin-top: 7px;
  }
}
.list-personnel__footer .btn:hover {
  background-color: #fe7e00;
  color: #fff;
  box-shadow: 5px 5px 15px rgba(254, 126, 0, 0.3);
}
@media (max-width: 479px) {
  .list-personnel__contact {
    margin-top: 10px;
  }
}
.list-personnel__contact .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 11px;
  color: #7a93a9;
  font-weight: 800;
  transition: 0.3s;
}
.list-personnel__contact .item:hover {
  color: #fe7e00;
}
.list-personnel__contact .item .icon {
  font-size: 12px;
  width: 21px;
  height: 21px;
  color: #fe7e00;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.list-personnel__contact .item .text {
  color: currentColor;
  flex: 1;
  line-height: 1.4;
}
.list-personnel__units {
  height: 100%;
}
.list-personnel__units ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-personnel__units ul li {
  display: block;
}
.list-personnel__units ul li:not(:last-child) {
  margin-bottom: 7px;
}
.list-personnel__units ul li a {
  color: #7a93a9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
  position: relative;
  transition: 0.3s;
}
.list-personnel__units ul li a:hover {
  color: #fe7e00;
}
.list-personnel__units ul li a::before {
  content: "";
  position: relative;
  top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: currentColor;
  opacity: 0.2;
  display: inline-flex;
  margin-right: 7px;
}
.list-personnel__buttons {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100%;
}
.list-personnel__buttons ul {
  height: 100%;
}
.list-personnel__buttons ul li {
  height: 25%;
}
.list-personnel__buttons ul li a {
  height: 100%;
  display: flex;
  align-items: center;
}
.list-personnel__buttons ul li a:hover .icon {
  background-color: #fe7e00;
  color: #fff;
  box-shadow: 5px 5px 20px rgba(254, 126, 0, 0.2);
}
.list-personnel__buttons ul li a:hover .text {
  color: #5e788f;
}
.list-personnel__buttons ul li a .icon {
  width: 33px;
  height: 33px;
  background-color: #fff;
  color: #fe7e00;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: 0.3s;
}
.list-personnel__buttons ul li a .text {
  flex: 1;
  margin-left: 10px;
  padding-bottom: 3px;
  color: #7a93a9;
  font-size: 12px;
  font-weight: 800;
  border-bottom: 1px solid rgba(94, 120, 143, 0.1);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.card-address {
  background-color: #035566;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
}
.card-address:not(.is-default) {
  margin-top: -30px;
  padding-top: 45px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.card-address.is-default {
  padding-top: 15px;
  border-radius: 15px;
}
.card-address > .icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color:#5e788f;
  border-radius: 15px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .card-address > .icon {
    display: none;
  }
}
.card-address .description {
  flex: 1;
  position: relative;
}
@media (min-width: 768px) {
  .card-address .description {
    padding-left: 20px;
    padding-right: 75px;
  }
}
.card-address .description .heading {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  color: #4f8e9c;
  line-height: 1.3;
}
.card-address .description .text {
  font-weight: 300;
  color: #4f8e9c;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 3px;
}
@media (max-width: 479px) {
  .card-address .description .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.card-address .description .text a {
  background-color: #5e788f;
  border-radius: 15px;
  padding: 2px 10px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  position: relative;
  top: -1px;
  transition: 0.3s;
}
@media (min-width: 480px) {
  .card-address .description .text a {
    margin-left: 7px;
  }
}
@media (max-width: 479px) {
  .card-address .description .text a {
    margin-top: 10px;
  }
}
.card-address .description .icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  color: #357e8d;
  font-size: 32px;
}
@media (max-width: 479px) {
  .card-address .description .icon {
    display: none;
  }
}
.card-state {
  text-align: center;
}
.card-state > .icon {
  color: rgba(122, 147, 169, 0.15);
}
.card-state > .icon:not(.ui-bg) {
  font-size: 108px;
  margin-bottom: 15px;
}
.card-state > .icon:not(.ui-bg) img {
  width: 96px;
}
.card-state > .icon.ui-bg {
  width: 132px;
  height: 132px;
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  box-shadow: 0 10px 20px rgba(69, 95, 118, 0.15);
  margin-bottom: 20px;
}
.card-state > .icon.ui-bg img {
  width: 72px;
}
.card-state .title {
  color: #455f76;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.5px;
}
.card-state .text {
  color: #7a93a9;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
.card-state .buttons-container {
  margin-top: 20px;
}

.section-logos {
  margin-top: 80px;
}

.page-content__cards .card .btn-wrapper a{
  font-size: 13px;
}

@media(max-width:767px){
  .mayor-card__links .row{
    justify-content: center!important;
  }
  .mayor-card__photo{
    justify-content: end!important;
  }
}

.boxes.boxex-pictures{

  
}
.boxes.boxex-pictures a {
display: flex;
padding: 0!important;
height: 100%;

}
.boxes.boxex-pictures a .card-img-wrapper{
  min-width: 100px;
  width: 45%;
  height: 100%;
}
.boxes.boxex-pictures a .card-img-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boxes-spec ul{
flex-wrap: wrap;
}
.boxes-spec ul li{
  border-radius: 14px!important;
  max-width: 250px!important;
  flex: 1!important;
  width: 100%!important;
  min-width: 250px!important;
 
  overflow: hidden;
}
.boxes.boxex-pictures a .title{
  max-width:10ch!important;
}
@media(max-width:1280px){
  .boxes-spec ul li{
   
    max-width: 100%!important;
    
  }
}

.multimedia .gallery-photo img{
  object-position: top!important;
}
.multimedia-container .gallery-card .icon{
  display: flex;
  font-size: 18px;
  color: currentColor;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  position: absolute;
  top: 35%;
  left: 50%;
  font-size: 30px;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffffa3;
  color: #ffffffc2;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding-left: 3px;
}
@media(max-width:660px){
  .view-common.tab {
    position: relative;
    z-index: 1;
    height: 600px;
}
}

@media(max-width:768px){
  .news-link.d-flex{
    flex-wrap: nowrap;
    overflow-x: auto!important;
    max-width: 100%!important;
  }
  .news-link.d-flex::-webkit-scrollbar{
    display: none!important;
  }
  .news-link a{
    min-width: 140px!important;
  }
  .view-common.tab .tab-nav ul{
    flex-wrap: nowrap!important;
    overflow-x: auto!important;
    max-width: 100%!important;
  }
  .tab-nav ul::-webkit-scrollbar{
    display: none!important;
    background-color: transparent!important;
    scrollbar-color:transparent!important
  }
  .tab-nav ul::-webkit-scrollbar-thumb{
    background-color: transparent!important;
    scrollbar-color:transparent!important
  }
  .tab-nav{
    scrollbar-width: 0!important;
    scrollbar-color: transparent!important;

  }
  .tab-nav::-webkit-scrollbar{
    display: none!important;
    background-color: transparent!important;
    scrollbar-color:transparent!important
  }
  .tab-nav::-webkit-scrollbar-thumb{
    background-color: transparent!important;
    scrollbar-color:transparent!important
  }

  .view-common.tab .tab-nav ul li{
    min-width: 180px;
  }
}

.inner-page__content .boxes ul .card-box .title{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:3;
  line-clamp:3;
  overflow: hidden;
}


@media (max-width: 800px) {
  .personnel.ui-list-single ul li:first-child .personnel-card {
    max-width: 100% !important;
    flex: 1 !important;
    width: 100%;
  }
  .personnel.list-ordered .personnel-photo {
    height: auto !important;
  }
}

@media (max-width: 430px) {
  .mayor-card__info .rank {
    margin-top: 10px;
  }
  .section-projects .projects .owl-item .item {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .project-footer {
    height: 80px;
  }
  .project-footer .title {
    font-size: 13px;
    max-height: 50px;
  }
  .section-projects .header-nav__tab ul {
    padding-left: 30px;
  }

  .inner-page__content .header-nav__tab ul li {
    min-width: 50% !important;
    margin-bottom: 6px;
  }
  .personnel.list-single .personnel-card a {
    height: auto !important;
    min-height: 400px !important;
  }
  .personnel.list-ordered .personnel-photo {
    height: auto !important;
    min-height: 300px;
  }
  .page-content__photo {
    min-height: 250px;
  }
  .page-content__photo img {
    min-height: 250px;
  }
  .pagination ul li {
    margin-bottom: 10px;
  }
  .page-content__photo-body .item a {
    bottom: 4rem !important;
    right: 1rem !important;
  }
  .page-content__photo-body .title {
    font-size: 15px;
    }
  .owl-shortcuts.owl-theme.owl-carousel.owl-loaded.owl-drag{
    padding-top: 20px;
  }
  .section-logos{
    margin-top: 0;
  }
}
