<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  box-sizing: inherit;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  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;
  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: 1.3em;
  height: 1em;
}
button {
  outline: 0;
}
.icon {
  font-size: 18px;
  color: currentColor;
  display: inline-flex;
  line-height: 1;
}
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;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
  -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 {
  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"] {
  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 {
  box-sizing: inherit;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.hinge {
  animation-duration: 2s;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes swing {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -30px, 0);
  }
  to {
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.5, 1.5, 1.5);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes backgroundToggle {
  from {
    background: #fe7e00;
  }
  to {
    background: #d0021b;
  }
}
.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  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: 1300px;
  }
}
@media (min-width: 1750px) {
  .container {
    max-width: 1300px;
  }
}
.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: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters &gt; .col,
.no-gutters &gt; [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 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 480px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ui-d-none {
  display: none !important;
}
.ui-d-inline-block {
  display: inline-block !important;
}
.ui-d-block {
  display: block !important;
}
.ui-d-flex {
  display: flex !important;
}
.ui-d-inline-flex {
  display: inline-flex !important;
}
@media (max-width: 479px) {
  .ui-d-sm-none {
    display: none !important;
  }
  .ui-sm-d-inline-block {
    display: inline-block !important;
  }
  .ui-sm-d-block {
    display: block !important;
  }
  .ui-sm-d-flex {
    display: flex !important;
  }
  .ui-sm-d-inline-flex {
    display: inline-flex !important;
  }
}
@media (max-width: 767px) {
  .ui-md-d-none {
    display: none !important;
  }
  .ui-md-d-inline-block {
    display: inline-block !important;
  }
  .ui-md-d-block {
    display: block !important;
  }
  .ui-md-d-flex {
    display: flex !important;
  }
  .ui-md-d-inline-flex {
    display: inline-flex !important;
  }
}
@media (max-width: 991px) {
  .ui-lg-d-none {
    display: none !important;
  }
  .ui-lg-d-inline-block {
    display: inline-block !important;
  }
  .ui-lg-d-block {
    display: block !important;
  }
  .ui-lg-d-flex {
    display: flex !important;
  }
  .ui-lg-d-inline-flex {
    display: inline-flex !important;
  }
}
@media (max-width: 1199px) {
  .ui-xl-d-none {
    display: none !important;
  }
  .ui-xl-d-inline-block {
    display: inline-block !important;
  }
  .ui-xl-d-block {
    display: block !important;
  }
  .ui-xl-d-flex {
    display: flex !important;
  }
  .ui-xl-d-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .ui-print-d-none {
    display: none !important;
  }
  .ui-print-d-inline-block {
    display: inline-block !important;
  }
  .ui-print-d-block {
    display: block !important;
  }
  .ui-print-d-flex {
    display: flex !important;
  }
  .ui-print-d-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .ui-gutter {
    margin-left: -20px;
    margin-right: -20px;
  }
  .ui-gutter &gt; .col,
  .ui-gutter &gt; [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ui-gutter-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .ui-gutter-15 &gt; .col,
  .ui-gutter-15 &gt; [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ui-gutter-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .ui-gutter-30 &gt; .col,
  .ui-gutter-30 &gt; [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ui-gutter-large {
    margin-left: -50px;
    margin-right: -50px;
  }
  .ui-gutter-large &gt; .col,
  .ui-gutter-large &gt; [class*="col-"] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.ui-gutter-5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.ui-gutter-5 &gt; .col,
.ui-gutter-5 &gt; [class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.ui-gutter-1 {
  margin-left: -1px !important;
  margin-right: -1px !important;
}
.ui-gutter-1 &gt; .col,
.ui-gutter-1 &gt; [class*="col-"] {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.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;
  -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: rgba(0, 0, 0, 0);
  -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;
  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 {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  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 {
  transform-style: preserve-3d;
}
.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;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  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;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 2px;
  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: 30px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  outline: 0;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 10px;
  margin: 0 5px;
  background: #5e788f;
  display: block;
  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: #fe7e00;
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 70px;
}
.owl-nav-style
  .owl-theme:not([class*="ui-nav-color-"])
  .owl-nav
  [class*="owl-"] {
  background: #fff;
}
.owl-nav-style
  .owl-theme:not([class*="ui-nav-color-"])
  .owl-nav
  [class*="owl-"]
  svg
  path {
  stroke: #fe7e00 !important;
}
.owl-nav-style
  .owl-theme:not([class*="ui-nav-color-"])
  .owl-nav
  [class*="owl-"]:hover {
  background: #fe7e00;
  box-shadow: 0 10px 25px rgba(254, 126, 0, 0.3);
}
.owl-nav-style
  .owl-theme:not([class*="ui-nav-color-"])
  .owl-nav
  [class*="owl-"]:hover
  svg
  path {
  stroke: #fff !important;
}
.owl-nav-style .owl-theme.ui-nav-color-1 .owl-nav [class*="owl-"] {
  background-color: #7a93a9;
}
.owl-nav-style .owl-theme.ui-nav-color-1 .owl-nav [class*="owl-"]:hover {
  background-color: #035566;
}
.owl-nav-style .owl-theme.ui-nav-color-2 .owl-nav [class*="owl-"] {
  background-color: #e1ebf5;
  width: 51px;
  height: 51px;
  font-size: 18px;
}
.owl-nav-style .owl-theme.ui-nav-color-2 .owl-nav [class*="owl-"] svg path {
  stroke: #5e788f !important;
}
.owl-nav-style .owl-theme.ui-nav-color-2 .owl-nav [class*="owl-"]:hover {
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(69, 95, 118, 0.3);
}
.owl-nav-style
  .owl-theme.ui-nav-color-2
  .owl-nav
  [class*="owl-"]:hover
  svg
  path {
  stroke: #fe7e00 !important;
}
.owl-nav-style .owl-theme.ui-nav-color-3 .owl-nav [class*="owl-"] {
  background-color: #e1ebf5;
  right: 30px;
  top: 20px;
  margin-top: 0;
}
.owl-nav-style .owl-theme.ui-nav-color-3 .owl-nav [class*="owl-"] svg path {
  stroke: #5e788f !important;
}
.owl-nav-style .owl-theme.ui-nav-color-3 .owl-nav [class*="owl-"]:hover {
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(69, 95, 118, 0.3);
}
.owl-nav-style
  .owl-theme.ui-nav-color-3
  .owl-nav
  [class*="owl-"]:hover
  svg
  path {
  stroke: #fe7e00 !important;
}
.owl-nav-style .owl-theme.ui-nav-color-none .owl-nav [class*="owl-"] {
  border: 1px solid #fff;
}
.owl-nav-style .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
@media (min-width: 768px) {
  .owl-nav-style .owl-theme .owl-nav {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .owl-nav-style .owl-theme .owl-nav {
    margin-top: -40px;
  }
}
.owl-nav-style .owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  padding-top: 1px !important;
  border: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  justify-content: center;
  outline: 0;
  display: inline-flex;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .owl-nav-style .owl-theme .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 11px;
  }
}
@media (max-width: 767px) {
  .owl-nav-style .owl-theme .owl-nav [class*="owl-"] {
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 8px;
  }
}
.owl-nav-style .owl-theme .owl-nav button.owl-prev {
  left: -15px;
  padding-right: 2px !important;
}
@media (max-width: 1199px) {
  .owl-nav-style .owl-theme .owl-nav button.owl-prev {
    left: 5px !important;
  }
}
.owl-nav-style .owl-theme .owl-nav button.owl-next {
  right: -15px;
  padding-left: 2px !important;
}
@media (max-width: 1199px) {
  .owl-nav-style .owl-theme .owl-nav button.owl-next {
    right: 5px !important;
  }
}
.owl-nav-style.ui-no-circle .owl-theme .owl-nav {
  top: 50%;
  margin-top: -25px;
}
.owl-nav-style.ui-no-circle .owl-theme .owl-nav [class*="owl-"] {
  background: none;
  width: 25px;
  height: 25px;
}
.owl-nav-style.ui-no-circle .owl-theme .owl-nav [class*="owl-"] svg {
  font-size: 24px;
}
.owl-nav-style.ui-no-circle .owl-theme .owl-nav [class*="owl-"] svg path {
  stroke: #035e71 !important;
  stroke-width: 2px !important;
}
.owl-nav-style.ui-no-circle .owl-theme .owl-nav button.owl-prev {
  left: -50px;
}
.owl-nav-style.ui-no-circle .owl-theme .owl-nav button.owl-next {
  right: -50px;
}
.owl-nav-style.ui-bottom-right .owl-theme .owl-nav {
  top: inherit;
  right: 0;
  bottom: 0;
  left: inherit;
  position: relative;
  text-align: right;
}
.owl-nav-style.ui-bottom-right .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}
.owl-nav-style.ui-bottom-right .owl-theme .owl-nav button {
  left: inherit;
  right: inherit;
}
.owl-nav-style.ui-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.ui-bottom-left .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}
.owl-nav-style.ui-bottom-left .owl-theme .owl-nav button {
  left: initial !important;
  right: initial !important;
}
@media (min-width: 768px) {
  .owl-nav-style.ui-bottom-left .owl-theme.owl-shortcuts .owl-nav {
    bottom: 25px;
    left: -30px;
  }
}
@media (min-width: 768px) {
  .owl-nav-style.ui-bottom-left .owl-theme.owl-video-categories .owl-nav {
    bottom: -5px;
    left: -40px;
  }
}
@media (min-width: 768px) {
  .owl-nav-style.ui-bottom-left .owl-theme.owl-shortcuts .owl-nav,
  .owl-nav-style.ui-bottom-left .owl-theme.owl-video-categories .owl-nav {
    display: flex !important;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .owl-nav-style.ui-bottom-left .owl-theme.owl-shortcuts .owl-nav,
  .owl-nav-style.ui-bottom-left .owl-theme.owl-video-categories .owl-nav {
    right: 0;
    top: 50%;
    margin-top: -20px;
    bottom: initial;
  }
}
.owl-nav-style.ui-bottom-left .owl-theme.owl-shortcuts .owl-nav [class*="owl-"],
.owl-nav-style.ui-bottom-left
  .owl-theme.owl-video-categories
  .owl-nav
  [class*="owl-"] {
  width: 34px;
  height: 34px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .owl-nav-style.ui-bottom-left
    .owl-theme.owl-shortcuts
    .owl-nav
    [class*="owl-"],
  .owl-nav-style.ui-bottom-left
    .owl-theme.owl-video-categories
    .owl-nav
    [class*="owl-"] {
    position: absolute;
    width: 28px;
  }
}
@media (max-width: 767px) {
  .owl-nav-style.ui-bottom-left
    .owl-theme.owl-shortcuts
    .owl-nav
    button.owl-prev,
  .owl-nav-style.ui-bottom-left
    .owl-theme.owl-video-categories
    .owl-nav
    button.owl-prev {
    left: 3px !important;
  }
}
@media (max-width: 767px) {
  .owl-nav-style.ui-bottom-left
    .owl-theme.owl-shortcuts
    .owl-nav
    button.owl-next,
  .owl-nav-style.ui-bottom-left
    .owl-theme.owl-video-categories
    .owl-nav
    button.owl-next {
    right: 3px !important;
  }
}
.owl-nav-style.ui-bottom-center .owl-theme .owl-nav {
  position: relative;
  top: inherit;
  bottom: -35px;
  margin-top: 0;
}
.owl-nav-style.ui-bottom-center .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}
.owl-nav-style.ui-bottom-center .owl-theme .owl-nav button {
  left: inherit !important;
  right: inherit !important;
}
@media (max-width: 991px) {
  .owl-nav-style.ui-bottom-center .owl-theme.owl-project-categories .owl-nav {
    bottom: -16px;
  }
}
.owl-nav-style.ui-top-center .owl-theme .owl-nav {
  position: absolute;
  top: 0;
  bottom: inherit;
  margin-top: 0;
}
.owl-nav-style.ui-top-center .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}
.owl-nav-style.ui-top-center .owl-theme .owl-nav button {
  left: inherit !important;
  right: inherit !important;
}
@media (min-width: 768px) {
  .owl-nav-style.ui-top-center .owl-theme.owl-modal .owl-nav {
    top: -125px;
  }
}
@media (max-width: 767px) {
  .owl-nav-style.ui-top-center .owl-theme.owl-modal .owl-nav {
    top: -107px;
  }
}
.owl-nav-style.ui-top-center .owl-theme.owl-modal .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  font-size: 18px;
}
.owl-nav-style.ui-top-right .owl-theme .owl-nav {
  top: -50px;
  right: 13px;
  bottom: inherit;
  left: inherit;
}
.owl-nav-style.ui-top-right .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}
.owl-nav-style.ui-top-right .owl-theme .owl-nav button {
  left: inherit !important;
  right: inherit !important;
}
@media (min-width: 768px) {
  .owl-nav-style.ui-top-right .owl-theme.owl-activities .owl-nav {
    right: 13px;
    top: -21px;
  }
}
@media (max-width: 767px) {
  .owl-nav-style.ui-top-right .owl-theme.owl-activities .owl-nav {
    top: 79px;
    right: 18px;
  }
}
.owl-nav-style.ui-top-right .owl-theme.owl-gallery .owl-nav {
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column-reverse;
}
.owl-nav-style.ui-top-right
  .owl-theme.owl-gallery
  .owl-nav
  [class*="owl-"]:not(:first-child) {
  margin-bottom: 15px;
}
.owl-nav-style.ui-top-right .owl-theme.owl-banner .owl-nav {
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .owl-nav-style.ui-top-right .owl-theme.owl-banner .owl-nav {
    margin-top: 0;
    right: -3px;
  }
}
@media (min-width: 1200px) {
  .owl-nav-style.ui-top-right .owl-theme.owl-banner .owl-nav [class*="owl-"] {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .owl-nav-style.ui-top-right
    .owl-theme.owl-banner
    .owl-nav
    [class*="owl-"]:not(:first-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .owl-nav-style.ui-top-right
    .owl-theme.owl-banner
    .owl-nav
    [class*="owl-"]:not(:first-child) {
    margin-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .owl-nav-style.ui-top-right .owl-theme.owl-brands .owl-nav {
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.owl-nav-style.ui-top-right .owl-theme.owl-navigation-banner .owl-nav {
  right: -2px;
}
.owl-nav-style.ui-top-right .owl-theme.owl-navigation-services .owl-nav {
  right: 9px;
}
.owl-nav-style.ui-top-right .owl-theme.owl-navigation-banner .owl-nav,
.owl-nav-style.ui-top-right .owl-theme.owl-navigation-services .owl-nav {
  top: -20px;
}
.owl-nav-style.ui-top-right
  .owl-theme.owl-navigation-banner
  .owl-nav
  [class*="owl-"],
.owl-nav-style.ui-top-right
  .owl-theme.owl-navigation-services
  .owl-nav
  [class*="owl-"] {
  width: 30px;
  height: 30px;
  font-size: 14px;
  border-radius: 8px;
}
.owl-nav-style.ui-top-right .owl-theme.owl-markers .owl-nav {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .owl-nav-style.ui-top-right .owl-theme.owl-markers .owl-nav {
    top: 50%;
    right: -27px;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .owl-nav-style.ui-top-right .owl-theme.owl-markers .owl-nav {
    top: 100px;
    right: -2px;
  }
}
.headlinenews .owl-theme .owl-dots {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  counter-reset: dots;
}
@media (max-width: 767px) {
  .headlinenews .owl-theme .owl-dots {
    justify-content: center;
  }
}
.headlinenews .owl-theme .owl-dots .owl-dot {
  background: #ccd5df;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #7a93a9;
  font-size: 16px;
  font-weight: 900;
}
@media (max-width: 479px) {
  .headlinenews .owl-theme .owl-dots .owl-dot {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .headlinenews .owl-theme .owl-dots .owl-dot {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .headlinenews .owl-theme .owl-dots .owl-dot {
    width: 37px;
    height: 37px;
    font-size: 13px;
  }
}
.headlinenews .owl-theme .owl-dots .owl-dot:not(:last-child) {
  margin-right: 6px;
}
@media (max-width: 479px) {
  .headlinenews .owl-theme .owl-dots .owl-dot:not(:last-child) {
    margin-right: 2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .headlinenews .owl-theme .owl-dots .owl-dot:not(:last-child) {
    margin-right: 2px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .headlinenews .owl-theme .owl-dots .owl-dot:not(:last-child) {
    margin-right: 2px;
  }
}
.headlinenews .owl-theme .owl-dots .owl-dot.active,
.headlinenews .owl-theme .owl-dots .owl-dot:hover {
  background: #fe7e00;
  color: #fff;
}
.headlinenews .owl-theme .owl-dots .owl-dot.active {
  box-shadow: 0 0 20px rgba(94, 120, 143, 0.3);
}
.headlinenews .owl-theme .owl-dots .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}
.headlinenews .owl-theme .owl-dots .owl-dot span {
  display: none;
}
.projects .owl-theme .owl-nav {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 420px;
  width: 100%;
  background: rgba(122, 147, 169, 0.7);
  box-shadow: 0 0 50px rgba(122, 147, 169, 0.7);
  border-radius: 20px;
  position: absolute;
  z-index: 2;
}
@media (min-width: 480px) {
  .projects .owl-theme .owl-nav {
    right: 0;
    bottom: calc(-1 * 60px);
    left: 0;
  }
}
@media (max-width: 479px) {
  .projects .owl-theme .owl-nav {
    right: 0;
    bottom: calc(-1 * 55px);
    left: 0;
    max-width: 300px;
  }
}
.projects .owl-theme .owl-nav [class*="owl-"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  margin: 0;
  border-radius: 20px;
  width: 65px;
  transition: 0.2s;
}
@media (min-width: 480px) {
  .projects .owl-theme .owl-nav [class*="owl-"] {
    height: 60px;
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .projects .owl-theme .owl-nav [class*="owl-"] {
    height: 55px;
    font-size: 20px;
  }
}
.projects .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #5e788f;
}
.projects-buttons {
  text-align: center;
}
.projects-buttons a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  height: 60px;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 20px;
  background-color: #5e788f;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  transition: 0.3s;
}
@media (max-width: 479px) {
  .projects-buttons a {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    height: 55px;
  }
}
@media (min-width: 480px) {
  .projects-buttons a {
    height: 60px;
  }
}
.projects-buttons a:hover {
  background-color: #455f76;
}
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: rgba(0, 0, 0, 0);
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  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: #022f39;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
  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;
  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;
  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;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-toolbar button:not(:last-child) {
  display: none !important;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  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 {
  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;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: rgba(0, 0, 0, 0);
  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;
  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: rgba(0, 0, 0, 0);
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.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;
}
.fancybox-button {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.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;
}
.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;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: rgba(0, 0, 0, 0);
  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;
}
.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;
}
.fancybox-caption {
  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;
}
.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;
}
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: rgba(0, 0, 0, 0);
  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;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
@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;
  }
}
.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;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-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: rgba(0, 0, 0, 0);
  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%;
}
.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;
  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 {
  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: rgba(0, 0, 0, 0);
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  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;
}
@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);
  }
}
.air-datepicker-cell.-day-.-other-month-,
.air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month);
}
.air-datepicker-cell.-day-.-other-month-:hover,
.air-datepicker-cell.-year-.-other-decade-:hover {
  color: var(--adp-color-other-month-hover);
}
.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month);
}
.-selected-.air-datepicker-cell.-day-.-other-month-,
.-selected-.air-datepicker-cell.-year-.-other-decade- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}
.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background: var(--adp-background-color-selected-other-month-focused);
}
.-in-range-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}
.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range-focused);
}
.air-datepicker-cell.-day-.-other-month-:empty,
.air-datepicker-cell.-year-.-other-decade-:empty {
  background: none;
  border: none;
}
.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.air-datepicker-cell.-focus- {
  background: var(--adp-background-color-hover);
}
.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
  font-weight: 800;
}
.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}
.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}
.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}
.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}
.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover);
}
.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}
.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}
.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}
.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}
.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}
.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}
.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}
.air-datepicker-body.-hidden- {
  display: none;
}
.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}
.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.air-datepicker-body--cells {
  display: grid;
}
.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}
.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}
.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}
.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}
.-only-timepicker- .air-datepicker-nav {
  display: none;
}
.air-datepicker-nav--title,
.air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}
.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}
.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}
.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}
.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}
.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}
.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}
.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}
.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}
.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}
.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}
.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}
.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}
.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}
.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}
.-only-timepicker- .air-datepicker-time {
  border-top: none;
}
.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
}
.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}
.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(
      to right,
      var(--adp-time-track-color),
      var(--adp-time-track-color)
    )
    left 50%/100% var(--adp-time-track-height) no-repeat;
}
.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}
.air-datepicker-time--row input[type="range"] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.air-datepicker-time--row input[type="range"]::-ms-tooltip {
  display: none;
}
.air-datepicker-time--row input[type="range"]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type="range"]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type="range"]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type="range"]:focus {
  outline: none;
}
.air-datepicker-time--row input[type="range"]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type="range"]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type="range"]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type="range"]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type="range"]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}
.air-datepicker-time--row input[type="range"]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type="range"]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type="range"]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type="range"]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type="range"]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}
.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: 0.3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, 0.2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 15px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 8px;
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}
.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, 0.3);
  --adp-overlay-transition-duration: 0.3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 100;
}
.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease),
    transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}
.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}
.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}
.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}
.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}
.air-datepicker.-active-.-custom-position- {
  transition: none;
}
.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}
.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}
.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}
.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}
.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}
.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}
.air-datepicker.-custom-position- {
  transition: none;
}
.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}
.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}
.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}
.-top-left- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^="top"] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}
.-top-left- .air-datepicker--pointer:after,
.-top-center- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^="top"] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}
.-right-top- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer,
[data-popper-placement^="right"] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}
.-right-top- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-bottom- .air-datepicker--pointer:after,
[data-popper-placement^="right"] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}
.-bottom-left- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^="bottom"] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}
.-bottom-left- .air-datepicker--pointer:after,
.-bottom-center- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^="bottom"] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}
.-left-top- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-bottom- .air-datepicker--pointer,
[data-popper-placement^="left"] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}
.-left-top- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-bottom- .air-datepicker--pointer:after,
[data-popper-placement^="left"] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}
.-top-left- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}
.-top-right- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}
.-top-center- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}
.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}
.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}
.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}
.air-datepicker--navigation {
  grid-area: nav;
}
.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}
.-only-timepicker- .air-datepicker--content {
  display: none;
}
.air-datepicker--time {
  grid-area: timepicker;
}
.air-datepicker--buttons {
  grid-area: buttons;
}
.air-datepicker--buttons,
.air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}
.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration)
      var(--adp-overlay-transition-ease),
    left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration),
    var(--adp-overlay-transition-duration),
    var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}
.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration)
      var(--adp-overlay-transition-ease),
    height 0s, width 0s;
}
.fullcalendar-v1 .fc-theme-standard .fc-scrollgrid {
  border: 0 none !important;
}
.fullcalendar-v1 .fc-theme-standard td,
.fullcalendar-v1 .fc-theme-standard th {
  border: 0 none !important;
}
.fullcalendar-v1 .fc .fc-daygrid-bg-harness {
  display: none !important;
}
.fullcalendar-v1
  .fc
  .fc-scrollgrid
  .fc-scrollgrid-section-header
  .fc-scrollgrid-sync-inner {
  position: relative;
  z-index: 1;
}
.fullcalendar-v1
  .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;
}
.fullcalendar-v1
  .fc
  .fc-scrollgrid
  .fc-scrollgrid-section-header
  .fc-scrollgrid-sync-inner
  a {
  color: rgba(122, 147, 169, 0.7);
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.5px;
}
.fullcalendar-v1
  .fc
  .fc-scrollgrid
  .fc-scrollgrid-section-body
  .fc-day
  .fc-daygrid-day-frame {
  position: relative;
  z-index: 1;
  padding: 10px 10px 0 10px;
}
.fullcalendar-v1
  .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;
}
.fullcalendar-v1
  .fc
  .fc-scrollgrid
  .fc-scrollgrid-section-body
  .fc-day
  .fc-daygrid-day-frame
  .fc-daygrid-day-top
  a {
  font-weight: 900;
  letter-spacing: -0.5px;
  opacity: 0.5;
  line-height: 1.1;
  padding: 2px;
}
.fullcalendar-v1
  .fc
  .fc-scrollgrid
  .fc-scrollgrid-section-body
  .fc-day
  .fc-daygrid-day-frame
  .fc-daygrid-day-events {
  left: 10px;
  right: 10px;
}
.fullcalendar-v1
  .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: -1px;
  color: currentColor;
}
.fullcalendar-v1
  .fc
  .fc-scrollgrid
  .fc-scrollgrid-section-body
  .fc-day
  .fc-daygrid-day-frame
  .fc-daygrid-event
  .fc-event-title {
  font-size: 12px;
  text-overflow: ellipsis;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.fullcalendar-v1
  .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);
}
.fullcalendar-v1
  .fc
  .fc-scrollgrid
  .fc-scrollgrid-section-body
  .fc-day.fc-day-sat
  .fc-daygrid-day-frame::before,
.fullcalendar-v1
  .fc
  .fc-scrollgrid
  .fc-scrollgrid-section-body
  .fc-day.fc-day-sun
  .fc-daygrid-day-frame::before {
  background: #fff;
}
.fullcalendar-v1 .fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(0, 0, 0, 0) !important;
}
.fullcalendar-v1
  .fc
  .fc-daygrid-day.fc-day-today
  .fc-daygrid-day-frame::before {
  background: #fe7e00 !important;
}
.fullcalendar-v1 .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  color: #fff;
}
.fullcalendar-v1 .fc .fc-daygrid-day.fc-day-today .fc-daygrid-event-dot {
  border: 2px solid #fff;
}
.fullcalendar-v1
  .fc
  .fc-daygrid-day.fc-day-today
  .fc-daygrid-dot-event
  .fc-event-title {
  color: #fff;
}
.fullcalendar-v1 .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-bottom {
  color: #fff;
}
.fullcalendar-v1 .fc .fc-daygrid-day-bottom {
  padding: 0 5px 0 0 !important;
  font-size: 11px !important;
  margin-bottom: 0 !important;
  text-align: right;
  position: relative;
  bottom: 1px;
  opacity: 0.75;
}
.fullcalendar-v1 .fc-daygrid-dot-event.fc-event-mirror,
.fullcalendar-v1 .fc-daygrid-dot-event:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #fe7e00 !important;
}
.fullcalendar-v1 .fc .fc-button {
  border-radius: 8px;
}
.fullcalendar-v1 .fc .fc-button-group button {
  border-radius: 8px !important;
}
.fullcalendar-v1 .fc .fc-button-group button:not(:last-child) {
  margin-right: 4px;
}
.fullcalendar-v1 .fc .fc-button-primary {
  background-color: #035e71;
  border-color: rgba(0, 0, 0, 0);
  font-weight: 700;
  letter-spacing: -0.5px;
}
.fullcalendar-v1 .fc .fc-button-primary:hover {
  background-color: #035e71;
  border-color: rgba(0, 0, 0, 0);
}
.fullcalendar-v1 .fc .fc-toolbar-title {
  color: #fe7e00;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 42px;
  letter-spacing: -1.5px;
}
.fullcalendar-v1 .fc .fc-popover-header {
  padding: 8px 10px;
  font-weight: 700;
  font-size: 14px;
}
.fullcalendar-v1 .fc-event-time {
  display: none;
}
.fullcalendar-v1 .fc .fc-popover {
  border-radius: 8px;
  border: 0 none;
  box-shadow: 0 0 30px rgba(3, 94, 113, 0.1);
  margin-top: 2px;
  margin-left: 2px;
  overflow: hidden;
}
.fullcalendar-v1 .fc .fc-popover-header {
  background-color: #dbe2e7;
}
.fullcalendar-v1 .fc-daygrid-event-dot {
  border: 2px solid #fe7e00;
  margin-top: -1px;
}
.fullcalendar-v1 .fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 10px !important;
  padding-left: 2px;
  padding-right: 2px;
}
.fullcalendar-v1 .fc .fc-daygrid-event {
  color: currentColor;
}
.slide {
  position: relative;
}
@media (min-width: 768px) {
  .slide,
  .slide-material,
  .hero {
    height: 41vw;
  }
}
@media (min-width: 992px) {
  .slide,
  .slide-material,
  .hero {
    max-height: 710px;
    min-height: 550px;
  }
}
@media (max-width: 479px) {
  .slide,
  .slide-material,
  .hero {
    height: 70vw;
    max-height: 270px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .slide,
  .slide-material,
  .hero {
    height: 65vw;
    max-height: 390px;
  }
}
.slide {
  background: #455f76;
}
.slide-list {
  position: relative;
  top: 0;
  left: 0;
}
.slide-list li {
  display: none;
}
.slide-material {
  overflow: hidden;
  position: relative;
}
.slide-material img,
.slide-material video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slide-cover &gt; div,
.slide-cover &gt; a {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: block;
}
@media (min-width: 1200px) {
  .slide-cover &gt; div,
  .slide-cover &gt; a {
    background-position: center left;
  }
}
@media (max-width: 767px) {
  .slide-cover &gt; div,
  .slide-cover &gt; a {
    background-position: -65px left;
  }
}
.slide-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.slide-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.slide-content {
  width: 45%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .slide-content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .slide-content {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-content {
    width: 70%;
  }
}
.slide-content .heading {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.2;
}
.slide-content .text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0 auto;
  width: 100%;
}
.slide-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
  display: block;
}
@media (min-width: 1400px) {
  .slide-dots {
    right: 50px;
    left: 50px;
  }
}
@media (min-width: 1750px) {
  .slide-dots {
    right: 120px;
    left: 120px;
  }
}
@media (max-width: 991px) {
  .slide-dots {
    text-align: center;
    bottom: 20px;
    display: none;
  }
}
.slide-dots li {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.slide-dots 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;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.slide-dots li.is-active a {
  background: #fff;
  width: 70px;
}
.slide-arrows {
  position: absolute;
}
@media (min-width: 768px) {
  .slide-arrows {
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .slide-arrows {
    top: 15px;
    right: 5px;
  }
}
.slide-arrows button {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  font-size: 28px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 70px;
  height: 70px;
  transition: 0.3s;
}
.slide-arrows button svg path {
  stroke-width: 2px !important;
}
@media (max-width: 767px) {
  .slide-arrows button {
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    left: inherit !important;
    right: inherit !important;
  }
}
@media (max-width: 767px) {
  .slide-arrows button {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}
.slide-arrows button.prev {
  left: 20px;
  padding-right: 2px;
}
.slide-arrows button.next {
  padding-left: 2px;
}
@media (min-width: 1200px) {
  .slide-arrows button.next {
    right: 520px;
  }
}
@media (min-width: 1750px) {
  .slide-arrows button.next {
    right: 590px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-arrows button.next {
    right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slide-arrows button.next {
    right: 20px;
  }
}
.slide-list li.is-effect .slide-content .heading,
.slide-list li.is-effect .slide-content .text,
.slide-list li.is-effect .slide-content .small-title {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.slide-content .heading,
.slide-content .text,
.slide-content .small-title {
  opacity: 0;
  visibility: hidden;
}
.slide-content .small-title {
  transform: translateY(-40px);
  transition: 0.9s 0.1s;
}
.slide-content .heading {
  transform: translateY(-70px);
  transition: 0.9s 0.2s;
}
.slide-content .text {
  transform: translateY(-100px);
  transition: 0.9s 0.3s;
}
.loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.7);
}
.loading.ui-no-bg {
  background: rgba(0, 0, 0, 0);
}
.loading.ui-small {
  background: none;
}
.loading.ui-small::before {
  width: 60px;
  height: 60px;
}
.loading.is-visible {
  opacity: 1;
  visibility: visible;
}
.loading::before {
  content: "";
  position: absolute;
  border: 5px solid #fff;
  border-top: 5px solid #fe7e00;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 0.8s linear infinite;
}
.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #01262d;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.overlay.is-visible {
  opacity: 0.8;
  visibility: visible;
}
.scrolltop {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  background: #357e8d;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  z-index: 996;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: 0.3s;
}
@media (min-width: 480px) {
  .scrolltop {
    right: 27px;
    bottom: 108px;
  }
}
@media (max-width: 479px) {
  .scrolltop {
    right: 15px;
    bottom: 140px;
  }
}
.scrolltop .icon {
  font-size: 20px;
}
.scrolltop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.buttons-container.ui-center {
  text-align: center;
  width: 100%;
}
.buttons-container .btn {
  position: relative;
  z-index: 1;
}
.buttons-container .btn-group {
  background-color: rgba(122, 147, 169, 0.15);
  margin-left: -10px;
  padding-left: 25px;
  padding-right: 20px;
  display: inline-flex;
  align-items: center;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.3px;
  color: #7a93a9;
  transition: 0.3s;
}
.buttons-container .btn-group:not([class*="ui-size-small-"]) {
  height: 45px;
  font-size: 13px;
}
.buttons-container .btn-group.ui-size-small-1 {
  height: 40px;
  font-size: 12px;
}
.buttons-container .btn-group:hover {
  background-color: rgba(122, 147, 169, 0.25);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-family: inherit;
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1.2;
  outline: 0;
  text-transform: uppercase;
  border-radius: 11px;
  color: #fff;
  position: relative;
  font-weight: 900;
  z-index: 1;
  overflow: hidden;
  transition: 0.4s;
  background: #035e71;
}
.button:not([class*="ui-size-"]) {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  height: 55px;
}
.button:not([class*="ui-size-"]) .icon {
  font-size: 24px;
}
.button:not([class*="ui-size-"]) .icon:not([class*="ui-margin-"]) {
  margin-left: 17px;
}
.button:not([class*="ui-size-"]) .icon.ui-margin-right {
  margin-right: 17px;
}
.button.ui-size-small {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  height: 50px;
}
.button.ui-size-small .icon {
  margin-left: 13px;
  font-size: 20px;
}
.button.ui-size-small-1 {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  height: 35px;
}
.button .icon {
  transition: 0.3s;
}
.button.ui-min-width {
  min-width: 180px;
}
.button.ui-full-width {
  width: 100%;
}
.button:hover .icon:not([class*="ui-no-hover-"]) {
  transform: scale(1.1) translateX(3px);
}
.button:hover .icon.ui-no-hover-translate {
  transform: scale(1.1);
}
.button:not([class*="ui-color-"]):hover {
  background: #035e71;
}
.button.ui-color-dark {
  background: #000;
}
.button.ui-color-wp {
  background: #25d366;
}
.button.ui-color-wp .icon {
  color: #25d366;
}
.button.ui-color-1 {
  background: #fe7e00;
}
.button.ui-color-2 {
  background-color: #dbe2e7;
  color: #5e788f;
}
.button.ui-color-2:hover {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(94, 120, 143, 0.1);
}
.button-border {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-family: inherit;
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1.2;
  outline: 0;
  text-transform: uppercase;
  border-radius: 11px;
  color: #fff;
  position: relative;
  font-weight: 900;
  z-index: 1;
  overflow: hidden;
  transition: 0.4s;
  border: 1px solid #fff;
}
.button-border:not([class*="ui-size-"]) {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  height: 55px;
}
.button-border:not([class*="ui-size-"]) .icon {
  font-size: 24px;
}
.button-border:not([class*="ui-size-"]) .icon:not([class*="ui-margin-"]) {
  margin-left: 17px;
}
.button-border:not([class*="ui-size-"]) .icon.ui-margin-right {
  margin-right: 17px;
}
.button-border.ui-size-small {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  height: 50px;
}
.button-border.ui-size-small .icon {
  margin-left: 13px;
  font-size: 20px;
}
.button-border.ui-size-small-1 {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  height: 35px;
}
.button-border .icon {
  transition: 0.3s;
}
.button-border.ui-min-width {
  min-width: 180px;
}
.button-border.ui-full-width {
  width: 100%;
}
.button-border:hover .icon:not([class*="ui-no-hover-"]) {
  transform: scale(1.1) translateX(3px);
}
.button-border:hover .icon.ui-no-hover-translate {
  transform: scale(1.1);
}
.button-border.ui-border-dark {
  color: #5e788f;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(94, 120, 143, 0.1);
}
.button-border.ui-border-dark:hover {
  border-color: rgba(94, 120, 143, 0.2);
}
.button-border.ui-border-dark .icon {
  color: #5e788f;
}
.button-border.ui-color-2 {
  color: #fe7e00;
  border: 2px solid #fe7e00;
}
.button-border.ui-color-2 .icon {
  color: #fe7e00;
}
.button-line {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  transition: 0.3s;
}
.button-line:hover .icon {
  transform: scale(1.1) translateX(3px);
}
.button-line .icon {
  transition: 0.3s;
}
.button-line:not([class*="ui-size-"]) {
  letter-spacing: 0.3px;
  font-size: 16px;
}
.button-line:not([class*="ui-size-"]) .icon {
  margin-left: 15px;
  font-size: 20px;
}
.button-line.ui-size-small {
  font-size: 14px;
}
.button-line.ui-size-small .icon {
  font-size: 18px;
  margin-left: 10px;
}
.button-line:not([class*="ui-color-"]) {
  color: #fff;
}
.button-line:not([class*="ui-color-"]) .icon {
  color: #fff;
}
.button-line.ui-color-dark {
  color: #5e788f;
}
.button-line.ui-color-dark .icon {
  color: #5e788f;
}
.button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  font-family: inherit;
  border-radius: 11px;
  box-shadow: 0px 6px 15px 2px rgba(94, 120, 143, 0.1);
  padding-right: 5px;
}
.button-icon:not([class*="ui-size-"]) {
  height: 55px;
  letter-spacing: 0.3px;
  padding-left: 25px;
}
.button-icon:not([class*="ui-size-"]) .button-icon__text {
  font-size: 14px;
  line-height: 1.4;
}
.button-icon:not([class*="ui-size-"]) .icon {
  width: 44px;
  height: 44px;
  font-size: 22px;
  margin-left: 25px;
}
.button-icon.ui-size-small {
  height: 45px;
  letter-spacing: 0.1px;
}
@media (min-width: 480px) {
  .button-icon.ui-size-small {
    padding-left: 20px;
  }
}
@media (max-width: 479px) {
  .button-icon.ui-size-small {
    padding-left: 15px;
  }
}
.button-icon.ui-size-small .button-icon__text {
  font-size: 13px;
  line-height: 1.4;
}
.button-icon.ui-size-small .icon {
  width: 35px;
  height: 35px;
  font-size: 20px;
}
@media (min-width: 480px) {
  .button-icon.ui-size-small .icon {
    margin-left: 20px;
  }
}
@media (max-width: 479px) {
  .button-icon.ui-size-small .icon {
    margin-left: 10px;
  }
}
.button-icon.ui-size-small-1 {
  height: 40px;
  letter-spacing: 0.1px;
  padding-left: 20px;
}
.button-icon.ui-size-small-1 .button-icon__text {
  font-size: 12px;
}
.button-icon.ui-size-small-1 .icon {
  width: 30px;
  height: 30px;
  font-size: 16px;
  margin-left: 17px;
}
.button-icon:not([class*="ui-color-"]) .button-icon__text {
  color: #455f76;
}
.button-icon:not([class*="ui-color-"]) .icon {
  background-color: #fe7e00;
  box-shadow: 0 5px 15px 0 rgba(254, 126, 0, 0.2);
}
.button-icon.ui-color-1 .button-icon__text {
  color: #fe7e00;
}
.button-icon.ui-color-1 .icon {
  background-color: #fe7e00;
  box-shadow: 0 5px 15px 0 rgba(254, 126, 0, 0.2);
}
.button-icon__text {
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  flex: 1;
}
.button-icon .icon {
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}
.button-icon .icon.is-live {
  animation: backgroundToggle ease-in-out 0.5s infinite alternate;
}
.button-icon:hover .icon {
  background: #035e71;
  box-shadow: 0 5px 15px 0 rgba(3, 94, 113, 0.35);
}
label.checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
label.checkbox:not(:last-child) {
  margin-bottom: 7px;
}
label.checkbox.is-error .checkbox {
  border: 2px solid red !important;
}
label.checkbox.is-error .text {
  color: red !important;
}
label.checkbox.is-error .text a {
  color: red !important;
}
label.checkbox.is-active .checkbox::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
label.checkbox.is-active .text {
  font-weight: 700;
  color: #5e788f;
}
label.checkbox input {
  z-index: -1;
  position: absolute;
  left: 8px;
  opacity: 0;
}
label.checkbox .checkbox {
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: none;
  border: 2px solid rgba(94, 120, 143, 0.2);
  border-radius: 5px;
  transition: 0.2s;
  position: relative;
}
label.checkbox .checkbox::before {
  content: "Ã¢Å“â€œ";
  position: absolute;
  top: -2px;
  left: 3px;
  line-height: 0.7;
  font-size: 20px;
  transform: scale(0);
  color: #fe7e00;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
label.checkbox .text {
  color: #5e788f;
  flex: 1;
  font-size: 13px;
  line-height: 1.3;
  padding-left: 8px;
  margin-top: 2px;
  transition: 0.3s;
}
label.checkbox .text span {
  color: rgba(122, 147, 169, 0.7);
  margin-left: 5px;
}
label.checkbox .text a {
  font-weight: 800;
  color: #455f76;
}
label.checkbox input:checked + .checkbox::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
label.checkbox input:checked + .checkbox + .text {
  font-weight: 700;
  color: #5e788f;
}
label.radio {
  display: inline-flex;
  align-items: center;
}
label.radio input {
  position: absolute;
  left: -9999px;
}
label.radio .radio {
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  transition: 0.2s;
  position: relative;
}
label.radio .radio:before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  background: #035e71;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
label.radio .text {
  color: #5e788f;
  flex: 1;
  font-size: 14px;
  line-height: 1.2;
  padding-left: 10px;
}
label.radio .text span {
  color: rgba(122, 147, 169, 0.7);
  margin-left: 5px;
}
label.radio input:checked + .radio:before {
  opacity: 1;
  visibility: visible;
}
select.selectbox {
  width: 100%;
  height: 60px;
  border-radius: 15px;
  font-family: inherit;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid rgba(0, 0, 0, 0);
  color: rgba(94, 120, 143, 0.8);
  font-size: 14px;
  font-weight: 600;
  background: rgba(219, 226, 231, 0.5);
  transition: 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}
select.selectbox:focus {
  outline: 0;
  background-color: #fff;
  border: 1px solid rgba(94, 120, 143, 0.1);
}
select.selectbox::-moz-placeholder {
  color: rgba(94, 120, 143, 0.8);
}
select.selectbox::placeholder {
  color: rgba(94, 120, 143, 0.8);
}
select.selectbox:before {
  content: "";
}
select.selectbox:focus + .icon.arrow {
  transform: translateY(-50%) rotate(-90deg);
}
.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  box-sizing: inherit;
}
@media (max-width: 991px) {
  .breadcrumb {
    width: 100%;
  }
}
.breadcrumb.ui-bg {
  justify-content: center;
  display: flex;
}
.breadcrumb.ui-bg ul {
  z-index: 4;
  position: relative;
  background-color: #fff;
}
@media (min-width: 480px) {
  .breadcrumb.ui-bg ul {
    padding: 13px 30px;
  }
}
@media (max-width: 479px) {
  .breadcrumb.ui-bg ul {
    padding: 13px 20px;
  }
}
.breadcrumb.ui-bg ul:not(.ui-radius-full) {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.breadcrumb.ui-bg ul.ui-radius-full {
  border-radius: 15px;
}
@media (min-width: 768px) {
  .breadcrumb.ui-pos-bottom {
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
  }
}
.breadcrumb:not([class*="ui-color-"]) ul li a {
  color: #7a93a9;
}
.breadcrumb:not([class*="ui-color-"]) ul li a::after {
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  opacity: 0.3;
}
.breadcrumb:not([class*="ui-color-"]) ul li a[href]:not(.not):hover {
  color: #455f76;
}
.breadcrumb.ui-color-1 ul li a {
  color: #81afb8;
}
.breadcrumb.ui-color-1 ul li a::after {
  border-top: 1px solid #fe7e00;
  border-right: 1px solid #fe7e00;
}
.breadcrumb ul {
  display: inline-flex;
}
@media (max-width: 991px) {
  .breadcrumb ul {
    overflow-y: auto;
  }
}
.breadcrumb ul li {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.breadcrumb ul li a {
  font-size: 12px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
.breadcrumb ul li a::after {
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-right: 13px;
}
.breadcrumb ul li a .icon {
  font-size: 14px;
}
.breadcrumb ul li:last-child a:after {
  display: none;
}
.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(2, 47, 57, 0.8);
  z-index: 2000;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: center;
  transition: 0.3s;
}
.popup:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
}
.popup-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.popup-wrapper:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
}
.popup-content {
  width: 700px;
  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: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.popup-close::before,
.popup-close::after {
  content: "";
  position: absolute;
  background: #4f8e9c;
  height: 2px;
  width: 24px;
}
.popup-close::before {
  transform: rotate(45deg);
}
.popup-close::after {
  transform: rotate(-45deg);
}
.popup-close:hover {
  background: #fe7e00;
}
.popup-close:hover::before,
.popup-close:hover::after {
  background: #fff;
}
.fixed-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  border: 5px solid #fff;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: center;
  color: #fff;
  z-index: 990;
  transition: 0.3s;
}
@media (min-width: 480px) {
  .fixed-btn {
    right: 25px;
  }
}
@media (max-width: 479px) {
  .fixed-btn {
    right: 12px;
  }
}
.fixed-btn::before,
.fixed-btn::after {
  content: "";
  position: absolute;
  border-radius: 100%;
  animation: pulsate 1.5s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
}
.fixed-btn:not([class*="ui-"]) {
  bottom: 150px;
}
.fixed-btn.ui-wp {
  background: #25d366;
}
@media (min-width: 768px) {
  .fixed-btn.ui-wp {
    bottom: 180px;
  }
}
@media (max-width: 767px) {
  .fixed-btn.ui-wp {
    bottom: 135px;
  }
}
.fixed-btn.ui-wp::before,
.fixed-btn.ui-wp::after {
  background: rgba(37, 211, 102, 0.1);
}
.fixed-btn.ui-search {
  background: #79a45a;
}
@media (min-width: 768px) {
  .fixed-btn.ui-search {
    bottom: 107px;
  }
}
@media (max-width: 767px) {
  .fixed-btn.ui-search {
    bottom: 135px;
    display: none;
  }
}
.fixed-btn.ui-search::before,
.fixed-btn.ui-search::after {
  background: rgba(121, 164, 90, 0.1);
}
.fixed-btn.ui-search .icon {
  font-size: 24px;
}
.fixed-btn.ui-support {
  background: #035e71;
}
@media (min-width: 480px) {
  .fixed-btn.ui-support {
    bottom: 35px;
  }
}
@media (max-width: 479px) {
  .fixed-btn.ui-support {
    bottom: 68px;
  }
}
.fixed-btn.ui-support::before,
.fixed-btn.ui-support::after {
  background: rgba(3, 94, 113, 0.1);
}
.fixed-btn::before {
  width: 80px;
  height: 80px;
}
.fixed-btn::after {
  width: 100px;
  height: 100px;
}
.fixed-btn .icon {
  font-size: 28px;
}
.fixed-btn.is-active {
  transform: translateY(-70px);
}
.headlinenews {
  position: relative;
}
@media (max-width: 767px) {
  .headlinenews {
    text-align: center;
  }
}
.headlinenews .owl-headlinenews {
  position: relative;
}
@media (min-width: 768px) {
  .headlinenews .owl-headlinenews .owl-dots {
    right: 0;
    bottom: 100px;
    width: 50%;
    padding-left: 20px;
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .headlinenews .owl-headlinenews .owl-dots {
    padding-left: 10px;
    bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .headlinenews .owl-headlinenews .owl-dots {
    bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .headlinenews .owl-headlinenews .owl-dots {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .headlinenews .owl-headlinenews .owl-dots {
    margin-top: 0 !important;
  }
}
.headlinenews .owl-headlinenews .owl-item .item {
  margin-top: 30px;
  margin-bottom: 30px;
  transition: 0.3s;
}
.headlinenews .owl-headlinenews .owl-item:not(.active) .item {
  opacity: 0;
  visibility: hidden;
}
.headlinenews
  .owl-headlinenews
  .owl-item:not(.active)
  .headlinenews-description
  .title,
.headlinenews
  .owl-headlinenews
  .owl-item:not(.active)
  .headlinenews-description
  .text,
.headlinenews
  .owl-headlinenews
  .owl-item:not(.active)
  .headlinenews-description
  .buttons-container {
  transform: translateY(-30px);
  opacity: 0;
}
.headlinenews .owl-headlinenews .owl-item .headlinenews-description .title {
  transition: 0.4s 0.1s;
}
.headlinenews .owl-headlinenews .owl-item .headlinenews-description .text {
  transition: 0.4s 0.2s;
}
.headlinenews
  .owl-headlinenews
  .owl-item
  .headlinenews-description
  .buttons-container {
  transition: 0.4s 0.3s;
}
.headlinenews-photo {
  height: 450px;
}
@media (max-width: 479px) {
  .headlinenews-photo {
    height: 75vw;
    max-height: 300px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .headlinenews-photo {
    height: 75vw;
    max-height: 455px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .headlinenews-photo {
    height: 350px;
  }
}
.headlinenews-photo a {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(69, 95, 118, 0.15);
  padding: 13px;
  border-radius: 11px;
}
@media (max-width: 479px) {
  .headlinenews-photo a {
    padding: 8px;
  }
}
.headlinenews-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 11px;
}
@media (max-width: 767px) {
  .headlinenews-description {
    padding-top: 25px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .headlinenews-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .headlinenews-description {
    height: 340px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .headlinenews-description {
    height: 310px;
  }
}
.headlinenews-description .title {
  color: rgba(69, 95, 118, 0.9);
  font-size: 36px;
  font-family: "Cerebri Sans Heavy", sans-serif;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: -1.2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 92px;
}
@media (max-width: 479px) {
  .headlinenews-description .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .headlinenews-description .title {
    font-size: 28px;
  }
}
.headlinenews-description .text {
  font-size: 16px;
  color: #5e788f;
  margin-top: 10px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 69px;
}
@media (max-width: 479px) {
  .headlinenews-description .text {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .headlinenews-description .text {
    font-size: 14px;
  }
}
.headlinenews-description .date {
  margin-top: 15px;
  color: rgba(122, 147, 169, 0.7);
  font-size: 12px;
}
.headlinenews-description .date .icon {
  font-size: 12px;
  margin-right: 5px;
}
.headlinenews-description .buttons-container {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .headlinenews-description .buttons-container {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .headlinenews-description .buttons-container .button-icon {
    padding-left: 15px;
  }
}
@media (max-width: 479px) {
  .headlinenews-description .buttons-container .button-icon__text {
    font-size: 11px;
  }
}
@media (max-width: 479px) {
  .headlinenews-description .buttons-container .btn-group {
    font-size: 11px;
    margin-left: -10px;
    padding-left: 20px;
    padding-right: 15px;
  }
}
.headlinenews-description .buttons-container .date {
  margin-left: 15px;
}
.headlinenews-all {
  z-index: 2;
  display: inline-flex;
  align-items: center;
  background-color: #035e71;
  height: 42px;
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 2px;
  font-size: 14px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .headlinenews-all {
    position: absolute;
    right: 50px;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .headlinenews-all {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .headlinenews-all {
    height: 28px;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 41px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .headlinenews-all {
    bottom: 40px;
    height: 37px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    border-radius: 11px;
  }
}
.headlinenews-all:hover {
  background-color: #fe7e00;
}
.headlinenews-all .icon {
  margin-left: 8px;
  margin-top: -3px;
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .headlinenews-all .icon {
    font-size: 10px;
    margin-left: 5px;
  }
}
.headlinenews-categories {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 45px;
  width: 50%;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .headlinenews-categories {
    display: none !important;
  }
}
.headlinenews-other .owl-news .owl-item .item {
  margin-top: 30px;
  margin-bottom: 30px;
  transition: 0.3s;
}
.headlinenews-other .owl-news .owl-item:not(.active) .item {
  opacity: 0;
  visibility: hidden;
}
.headlinenews-other .owl-news2 .owl-item .item {
  margin-top: 30px;
  margin-bottom: 30px;
  transition: 0.3s;
}
.headlinenews-other .owl-news2 .owl-item:not(.active) .item {
  opacity: 0;
  visibility: hidden;
}
.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1010;
  background-color: rgba(1, 38, 45, 0.8);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: 0.4s;
  will-change: opacity;
}
.modal:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
}
.modal:not(.ui-no-padding) {
  padding-left: 10px;
  padding-right: 10px;
}
.modal:not(.ui-no-end) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .modal:not(.ui-no-end) {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .modal.ui-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .modal.ui-center {
    overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.modal-wrapper:not(.ui-not) {
  background-color: #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: 0.4s;
  will-change: opacity, transform;
}
.modal-wrapper:not(.ui-not):not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(300px);
}
.modal-header {
  height: 110px;
  padding-left: 40px;
  padding-right: 40px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 479px) {
  .modal-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.modal-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 1px;
  background-image: radial-gradient(
    rgba(219, 226, 231, 0.4) 60%,
    transparent,
    transparent
  );
}
@media (max-width: 767px) {
  .modal-header .section-tab {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .modal-header .section-tab ul {
    width: calc(100% - 35px);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .modal-header .section-tab ul {
    width: calc(100% - 15px);
  }
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
}
.modal-close .btn {
  display: inline-flex;
  width: 55px;
  height: 55px;
  background-color: #035566;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  transition: 0.3s;
}
.modal-close .btn:hover {
  background-color: #02424f;
}
.modal-close .btn .icon {
  color: #fff;
  font-size: 28px;
}
.modal-container {
  overflow-y: auto;
  scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.2);
  scrollbar-width: thin;
  height: calc(100% - 110px);
}
.modal-container::-webkit-scrollbar-track {
  background-color: rgba(254, 126, 0, 0.2);
}
.modal-container::-webkit-scrollbar {
  width: 5px;
}
.modal-container::-webkit-scrollbar-thumb {
  background-color: #fe7e00;
}
@media (min-width: 480px) {
  .modal-container {
    padding: 40px;
  }
}
@media (max-width: 479px) {
  .modal-container {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.modal-buttons .modal-wrapper {
  max-height: 90vh;
  min-height: 600px;
  width: 1050px;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}
.modal-search .modal-wrapper {
  width: 800px;
  height: 700px;
  max-height: 90%;
  overflow: hidden;
  border-radius: 20px;
}
.modal-search__row {
  height: 100%;
}
.modal-search__nav {
  flex: 0 0 270px;
  max-width: 270px;
  height: 100%;
  background-color: rgba(254, 126, 0, 0.06);
}
@media (max-width: 767px) {
  .modal-search__nav {
    display: none;
  }
}
.modal-search__nav .heading {
  display: flex;
  align-items: center;
  height: 66px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fe7e00;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.modal-search__nav .heading .icon {
  color: #fe7e00;
  font-size: 20px;
}
.modal-search__nav .heading .icon svg {
  fill: #fe7e00;
}
.modal-search__nav .heading .text {
  padding-left: 10px;
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 900;
  text-transform: uppercase;
}
.modal-search__nav ul {
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal-search__nav ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 13px 25px;
  color: #fe7e00;
  position: relative;
  z-index: 1;
}
.modal-search__nav ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  left: 7px;
  background-color: #fe7e00;
  border-radius: 11px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.modal-search__nav ul li a:hover {
  color: #fff;
}
.modal-search__nav ul li a:hover::after {
  opacity: 1;
  visibility: visible;
}
.modal-search__nav ul li a .icon {
  opacity: 0.5;
  font-size: 22px;
  width: 24px;
}
.modal-search__nav ul li a .text {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  padding-left: 12px;
}
.modal-search__input {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.modal-search__input &gt; .icon {
  position: absolute;
  left: 20px;
  color: #7a93a9;
  font-size: 24px;
  opacity: 0.3;
}
.modal-search__input input {
  width: 100%;
  height: 100%;
  font-family: inherit;
  color: #7a93a9;
  padding-left: calc(25px + 40px);
  padding-right: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
}
.modal-search__input input::-moz-placeholder {
  color: #7a93a9;
}
.modal-search__input input::placeholder {
  color: #7a93a9;
}
.modal-search__input input:focus + .border {
  width: 100%;
}
.modal-search__input .border {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background-image: linear-gradient(to right, #fe7e00, #ffd8b3);
  width: 0;
  transition: width 0.4s;
}
.modal-search__input .btn-close {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  display: inline-flex;
}
.modal-search__input .btn-close .icon {
  font-size: 24px;
  color: #7a93a9;
  opacity: 0.7;
}
.modal-search__input .btn-close:hover .icon {
  opacity: 1;
}
.modal-search__container {
  height: 100%;
  flex: 0 0 calc(100% - 270px);
  max-width: calc(100% - 270px);
}
@media (max-width: 767px) {
  .modal-search__container {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.modal-search__content {
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-top: 10px;
  height: calc(100% - 66px);
  overflow-y: auto;
  scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.2);
  scrollbar-width: thin;
}
.modal-search__content::-webkit-scrollbar-track {
  background-color: rgba(254, 126, 0, 0.2);
}
.modal-search__content::-webkit-scrollbar {
  width: 5px;
}
.modal-search__content::-webkit-scrollbar-thumb {
  background-color: #fe7e00;
}
.modal-search__content .list-common ul {
  position: relative;
}
.modal-search__content .list-common ul::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
  height: 25px;
}
.modal-common__header {
  display: flex;
  align-items: center;
  height: calc(70px + 80px);
}
@media (min-width: 1750px) {
  .modal-common__header {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 768px) {
  .modal-common__header {
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .modal-common__header {
    justify-content: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.modal-common__header .heading {
  align-items: center;
  color: #fff;
}
@media (max-width: 767px) {
  .modal-common__header .heading {
    display: none !important;
  }
}
.modal-common__header .heading .number {
  font-family: "Bebas Neue", cursive;
  font-size: 84px;
  line-height: 1;
  position: relative;
  top: 2px;
}
.modal-common__header .heading .icon:not(.ui-arrow) {
  font-size: 60px;
}
.modal-common__header .heading .icon.ui-arrow {
  font-size: 20px;
  margin-left: 30px;
}
.modal-common__header .heading &gt; .title {
  margin-left: 25px;
  font-size: 54px;
  font-weight: 900;
  letter-spacing: -2px;
}
.modal-common__header .heading .desc {
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
}
.modal-common__header .heading .desc .title {
  font-weight: 900;
  font-size: 32px;
  letter-spacing: -0.3px;
}
.modal-common__header .heading .desc .text {
  font-weight: 100;
  font-size: 24px;
  letter-spacing: -0.5px;
}
.modal-common__header .btn-close {
  display: inline-flex;
  position: relative;
  z-index: 10;
}
.modal-common__header .btn-close .icon {
  color: #fff;
  font-size: 48px;
}
.modal-common__container {
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media (min-width: 768px) {
  .modal-common__container {
    height: calc(100% - calc(70px + 80px));
  }
}
@media (max-width: 767px) {
  .modal-common__container {
    height: calc(100% - calc(70px + 80px) - 70px);
  }
}
@media (min-width: 768px) {
  .modal-common__container .card:not([class*="ui-"]) {
    height: calc(100vh - calc(70px + 80px));
  }
}
@media (max-width: 767px) {
  .modal-common__container .card:not([class*="ui-"]) {
    height: calc(100vh - calc(70px + 80px) - 80px);
  }
}
.modal-common__container .card.ui-cover {
  height: calc(100vh - calc(70px + 80px) - 20vh);
  max-height: 500px;
}
.modal-common__container .card-photo {
  height: calc(30% - 2vw);
}
.modal-common__container .card-footer {
  height: calc(calc(100% - 30%) - 2vw);
}
@media (min-width: 1750px) {
  .modal-common__container .card-footer {
    height: calc(calc(100% - 30%) - 3vw);
  }
}
.modal-online .modal-wrapper {
  height: 100%;
  transition: 0.4s;
  will-change: opacity, transform;
}
.modal-online .modal-wrapper:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
}
.modal-summary .modal-wrapper {
  height: 100%;
  transition: 0.4s;
  will-change: opacity, transform;
}
.modal-summary .modal-wrapper:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
}
.modal-personnel:not(.ui-style-1) .modal-wrapper {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}
.modal-personnel.ui-style-1 .modal-wrapper {
  border-radius: 26px;
}
.modal-personnel:not([class*="ui-size-"]) .modal-wrapper {
  max-height: 90vh;
  min-height: 750px;
  width: calc(1300px - 10px);
}
@media (min-width: 768px) {
  .modal-personnel.ui-size-1 .modal-wrapper {
    height: 595px;
  }
}
@media (min-width: 1200px) {
  .modal-personnel.ui-size-1 .modal-wrapper {
    width: calc(1300px - 10px);
  }
}
@media (max-width: 767px) {
  .modal-personnel.ui-size-1 .modal-wrapper {
    width: 390px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-personnel.ui-size-1 .modal-wrapper {
    width: calc(768px - 10px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .modal-personnel.ui-size-1 .modal-wrapper {
    width: calc(992px - 10px);
  }
}
.modal-personnel__wrapper {
  height: 100%;
}
.modal-personnel__row {
  height: 100%;
  overflow: hidden;
}
.modal-personnel__row &gt; div {
  height: 100%;
}
.modal-personnel__sidebar {
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .modal-personnel__sidebar {
    padding-right: 30px;
  }
}
.modal-personnel__card {
  height: 100%;
  position: relative;
}
.modal-personnel__card-cover {
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.modal-personnel__card-cover:not(.ui-style-default) {
  height: 70%;
}
@media (min-width: 768px) {
  .modal-personnel__card-cover.ui-style-default {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .modal-personnel__card-cover.ui-style-default {
    height: auto;
  }
}
.modal-personnel__card-cover.ui-style-default:empty {
  background-color: rgba(219, 226, 231, 0.5);
  min-height: 400px;
}
.modal-personnel__card-cover.ui-style-default img {
  -o-object-position: center 0;
  object-position: center 0;
}
.modal-personnel__card-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.modal-personnel__card-body:not(.ui-style-default) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.modal-personnel__card-body:not(.ui-style-default)::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(transparent, #023844 65%);
  border-radius: 20px;
  opacity: 1;
}
.modal-personnel__card-body:not(.ui-style-default) &gt; .title,
.modal-personnel__card-body:not(.ui-style-default) &gt; .rank {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.modal-personnel__card-body:not(.ui-style-default) &gt; .title {
  letter-spacing: -1px;
  font-weight: 900;
  font-size: 40px;
}
.modal-personnel__card-body:not(.ui-style-default) &gt; .rank {
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 300;
  margin-top: 5px;
}
.modal-personnel__card-body.ui-style-default {
  background-color: #035e71;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 20px 30px;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
.modal-personnel__card-body.ui-style-default &gt; .title {
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 480px) {
  .modal-personnel__card-body.ui-style-default &gt; .title {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .modal-personnel__card-body.ui-style-default &gt; .title {
    font-size: 18px;
  }
}
.modal-personnel__card-body.ui-style-default &gt; .rank {
  font-size: 14px;
  opacity: 0.7;
}
@media (min-width: 480px) {
  .modal-personnel__card-body.ui-style-default &gt; .rank {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .modal-personnel__card-body.ui-style-default &gt; .rank {
    font-size: 12px;
  }
}
.modal-personnel__card-social {
  margin-top: 20px;
}
.modal-personnel__card-social &gt; a {
  display: inline-flex;
  width: 50px;
  height: 50px;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}
.modal-personnel__card-social &gt; a:not(:last-child) {
  margin-right: 7px;
}
.modal-personnel__card-social &gt; a:hover {
  border: 1px solid #fe7e00;
  background-color: #fe7e00;
  color: #fff;
}
.modal-personnel__nav {
  padding-top: 30px;
  padding-right: 30px;
}
.modal-personnel__nav ul li.is-current a {
  background-color: #fe7e00;
  color: #fff;
  box-shadow: 0 0 20px rgba(254, 126, 0, 0.3);
}
.modal-personnel__nav ul li a {
  background-color: rgba(219, 226, 231, 0.3);
  color: #5e788f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.3px;
  line-height: 1.35;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}
.modal-personnel__nav ul li a,
.modal-personnel__nav ul li .btn {
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  border-radius: 15px;
  font-family: inherit;
}
.modal-personnel__nav ul li .btn {
  flex-direction: column;
  background-color: #035566;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.3s;
}
.modal-personnel__nav ul li .btn:hover {
  background-color: #024b5a;
}
.modal-personnel__nav ul li .btn .icon {
  font-size: 32px;
  color: #fff;
}
.modal-personnel__container {
  padding-left: 30px;
}
.modal-personnel__container:not(.ui-no-nav) {
  height: calc(100% - 65px - 60px);
}
.modal-personnel__container.ui-no-nav {
  height: 95%;
}
@media (min-width: 768px) {
  .modal-personnel__container {
    overflow-y: auto;
    scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.2);
    scrollbar-width: thin;
  }
  .modal-personnel__container::-webkit-scrollbar-track {
    background-color: rgba(254, 126, 0, 0.2);
  }
  .modal-personnel__container::-webkit-scrollbar {
    width: 5px;
  }
  .modal-personnel__container::-webkit-scrollbar-thumb {
    background-color: #fe7e00;
  }
}
@media (min-width: 768px) {
  .modal-personnel__container {
    margin-top: 15px;
    padding-top: 40px;
    padding-right: 60px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .modal-personnel__container {
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .dots-nav {
    display: flex;
    overflow-y: auto;
  }
}
.dots-nav:not([class*="ui-size-"]) a {
  text-transform: uppercase;
  font-weight: 900;
  min-width: 120px;
  padding: 9px 19px;
  font-size: 13px;
}
.dots-nav:not([class*="ui-size-"]) a:not(:last-child) {
  margin-right: 7px;
}
.dots-nav:not([class*="ui-size-"]) a:hover {
  background-color: #fe7e00;
}
.dots-nav.ui-size-1 a {
  font-size: 12px;
  font-weight: 800;
  padding: 5px 14px;
}
.dots-nav.ui-size-1 a:not(:last-child) {
  margin-right: 5px;
}
.dots-nav.ui-size-1 a:hover {
  background-color: #7a93a9;
}
.dots-nav a {
  background-color: #fff;
  border-radius: 8px;
  color: #455f76;
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
}
.dots-nav a::before {
  content: "";
  display: inline-flex;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background-color: currentColor;
  opacity: 0.15;
  margin-right: 10px;
}
.dots-nav a.is-current {
  color: #fe7e00;
}
.dots-nav a:hover {
  color: #fff;
}
.days-nav:not([class*="ui-size-"]) .item a .title {
  font-size: 28px;
}
.days-nav:not([class*="ui-size-"]) .item a .text {
  font-size: 16px;
}
.days-nav.ui-size-1 .item a .title {
  font-size: 20px;
}
.days-nav.ui-size-1 .item a .text {
  font-size: 13px;
}
.days-nav .item {
  position: relative;
}
.days-nav .item.is-current a {
  color: #fe7e00;
}
.days-nav .item a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  line-height: 1;
  height: 55px;
  padding-left: 15px;
  padding-right: 15px;
  color: #7a93a9;
  position: relative;
  z-index: 1;
  background-color: rgba(219, 226, 231, 0.3);
  border-radius: 11px;
  width: 100%;
}
.days-nav .item a span {
  display: block;
}
.days-nav .item a .title {
  font-weight: 800;
  letter-spacing: -1px;
}
.days-nav .item a .text {
  opacity: 0.7;
}
.accordion:not(.ui-no-content) &gt; ul &gt; li {
  background: #fff;
  border-radius: 15px;
  border: 1px solid rgba(94, 120, 143, 0.06);
  overflow: hidden;
}
.accordion:not(.ui-no-content) &gt; ul &gt; li.is-open,
.accordion:not(.ui-no-content) &gt; ul &gt; li:hover {
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0 2px 4px rgba(94, 120, 143, 0.1);
}
.accordion:not(.ui-no-content) &gt; ul &gt; li.is-open .accordion-header,
.accordion:not(.ui-no-content) &gt; ul &gt; li:hover .accordion-header {
  background: rgba(219, 226, 231, 0.3);
}
.accordion:not(.ui-no-content) &gt; ul &gt; li.is-open .accordion-header .title,
.accordion:not(.ui-no-content) &gt; ul &gt; li:hover .accordion-header .title {
  color: #455f76;
}
.accordion:not(.ui-no-content) &gt; ul &gt; li.is-open .accordion-right &gt; .icon,
.accordion:not(.ui-no-content) &gt; ul &gt; li:hover .accordion-right &gt; .icon {
  color: rgba(69, 95, 118, 0.3);
}
.accordion:not(.ui-no-content) &gt; ul &gt; li.is-open .accordion-right &gt; .icon {
  transform: rotate(-180deg);
}
.accordion:not(.ui-no-content) &gt; ul &gt; li:hover .accordion-right &gt; .icon {
  transform: scale(1.2) translateX(3px) rotate(-90deg);
}
.accordion.ui-no-content &gt; ul &gt; li:hover .accordion-right &gt; .icon {
  transform: scale(1.2) translateX(3px);
}
.accordion.ui-no-content &gt; ul &gt; li a {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid rgba(94, 120, 143, 0.1);
  box-shadow: 0 2px 4px rgba(94, 120, 143, 0.08);
}
.accordion.ui-no-content &gt; ul &gt; li a:hover {
  background-color: #fe7e00;
  box-shadow: 5px 5px 30px rgba(254, 126, 0, 0.3);
}
.accordion.ui-no-content &gt; ul &gt; li a:hover .title {
  color: #fff;
}
.accordion.ui-no-content &gt; ul &gt; li a:hover .accordion-right &gt; .icon {
  color: rgba(255, 255, 255, 0.5);
}
.accordion &gt; ul &gt; li {
  margin-bottom: 15px;
}
.accordion &gt; ul &gt; li:last-child {
  margin-bottom: 0;
}
.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 480px) {
  .accordion-header {
    padding: 25px 30px;
  }
}
@media (min-width: 480px) and (min-width: 768px) and (max-width: 991px) {
  .accordion-header {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .accordion-header {
    padding: 20px;
  }
}
.accordion-header .title {
  color: #5e788f;
  letter-spacing: -0.5px;
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
  max-height: 50px;
}
@media (min-width: 768px) {
  .accordion-header .title {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .accordion-header .title {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .accordion-header .title {
    font-size: 16px;
  }
}
.accordion-right {
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.accordion-right &gt; .icon {
  color: #7a93a9;
  opacity: 0.5;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1);
  transition: 0.3s;
}
@media (min-width: 480px) {
  .accordion-right &gt; .icon {
    font-size: 16px;
  }
}
@media (min-width: 480px) and (min-width: 768px) and (max-width: 991px) {
  .accordion-right &gt; .icon {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .accordion-right &gt; .icon {
    font-size: 13px;
  }
}
.accordion-right .date {
  display: inline-flex;
  align-items: center;
  color: rgba(122, 147, 169, 0.7);
}
.accordion-right .date .icon {
  font-size: 12px;
  margin-right: 5px;
}
.accordion-right .date .text {
  font-size: 11px;
}
.accordion-content {
  display: none;
}
@media (min-width: 480px) {
  .accordion-content .page-content__description,
  .accordion-content .page-content__gallery,
  .accordion-content .page-content__other,
  .accordion-content .table-list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 479px) {
  .accordion-content .page-content__description,
  .accordion-content .page-content__gallery,
  .accordion-content .page-content__other,
  .accordion-content .table-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .accordion-content .page-content__description,
  .accordion-content .page-content__gallery,
  .accordion-content .page-content__other,
  .accordion-content .table-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 480px) {
  .accordion-content .page-content__photo {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .accordion-content .page-content__photo {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .accordion-content .page-content__photo {
    margin-top: 20px;
  }
}
.accordion-content .page-content__description {
  max-height: 750px;
  overflow-y: auto;
  scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.1);
  scrollbar-width: thin;
}
.accordion-content .page-content__description::-webkit-scrollbar-track {
  background-color: rgba(254, 126, 0, 0.1);
}
.accordion-content .page-content__description::-webkit-scrollbar {
  width: 5px;
}
.accordion-content .page-content__description::-webkit-scrollbar-thumb {
  background-color: #fe7e00;
}
@media (min-width: 480px) {
  .accordion-content .page-content__description {
    padding-top: 30px;
  }
}
@media (max-width: 479px) {
  .accordion-content .page-content__description {
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .accordion-content .page-content__description {
    padding-top: 20px;
  }
}
.table-header {
  margin-bottom: 5px;
  display: flex;
  background-color: #fff;
  border-radius: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 1200px) {
  .table-header {
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .table-header {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .table-header &gt; div:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .table-header:not(.ui-no-padding-h) {
    padding-left: 30px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .table-header:not(.ui-no-padding-h) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.table-header .heading {
  color: #fe7e00;
  font-size: 14px;
  font-weight: 900;
}
@media (max-width: 1199px) {
  .table-header .item {
    width: 100%;
  }
}
.table-header .item input {
  padding-left: 20px;
  height: 50px;
  border-radius: 15px;
  font-family: inherit;
  color: #7a93a9;
  padding-right: 60px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid rgba(94, 120, 143, 0.15);
  border-radius: 15px;
  transition: 0.3s;
}
.table-header .item input::-moz-placeholder {
  color: #7a93a9;
}
.table-header .item input::placeholder {
  color: #7a93a9;
}
@media (min-width: 1200px) {
  .table-header .item input {
    width: 350px;
  }
}
@media (max-width: 1199px) {
  .table-header .item input {
    width: 100%;
  }
}
.table-header .item input:focus {
  border: 1px solid #fe7e00;
}
.table-header .item input:focus + .icon {
  color: #fe7e00;
  opacity: 1;
}
.table-header .item .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 18px;
  pointer-events: none;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .table-list .list li:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .table-list .list li:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .table-list .list li:not(:first-child) .col-heading {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-list .list li:not(:first-child) .item {
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .table-list .list li:not(:first-child) .item {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .table-list .list li:not(:first-child) .list-item .item {
    height: 100%;
  }
}
.table-list .list li:first-child .item {
  height: calc(100% - 34px);
}
.table-list .list li:not([class*="is-"]) .actions a .icon {
  background-color: rgba(254, 126, 0, 0.1);
  color: #fe7e00;
}
.table-list .list li:not([class*="is-"]) .actions a:hover .icon {
  background-color: #fe7e00;
  color: #fff;
  box-shadow: 5px 5px 20px rgba(254, 126, 0, 0.3);
}
.table-list .list li.is-resulted .actions a {
  color: #55b250;
}
.table-list .list li.is-resulted .actions a .icon {
  background-color: rgba(85, 178, 80, 0.1);
  color: #55b250;
}
.table-list .list li.is-resulted .actions a:hover .icon {
  background-color: #55b250;
  color: #fff;
  box-shadow: 5px 5px 20px rgba(85, 178, 80, 0.3);
}
.table-list .list li.is-failed .actions a {
  color: #fe7e00;
}
.table-list .list li.is-failed .actions a .icon {
  background-color: rgba(254, 126, 0, 0.1);
  color: #fe7e00;
}
.table-list .list li.is-failed .actions a:hover .icon {
  background-color: #fe7e00;
  color: #fff;
  box-shadow: 5px 5px 20px rgba(254, 126, 0, 0.3);
}
.table-list .list li.is-cancelled .actions a {
  color: red;
}
.table-list .list li.is-cancelled .actions a .icon {
  background-color: rgba(255, 0, 0, 0.1);
  color: red;
}
.table-list .list li.is-cancelled .actions a:hover .icon {
  background-color: red;
  color: #fff;
  box-shadow: 5px 5px 20px rgba(255, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .table-list .list-item {
    margin-left: -2px;
    margin-right: -2px;
  }
}
.table-list .list-item.ui-style-1 .item {
  background-color: rgba(219, 226, 231, 0.3);
}
@media (max-width: 767px) {
  .table-list .list-item &gt; div {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding-left: 2px;
    padding-right: 2px;
  }
}
.table-list .list-item &gt; div:nth-child(even) .item .text {
  font-weight: 700;
}
@media (min-width: 768px) {
  .table-list .list-item &gt; div:first-child .col-heading:not(.ui-no-center) {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .table-list .list-item &gt; div:first-child .item .text:not(.ui-no-center) {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .table-list
    .list-item
    &gt; div:first-child
    .item
    .text:not(.ui-no-width):not([class*="ui-width-"]) {
    width: 70px;
  }
  .table-list
    .list-item
    &gt; div:first-child
    .item
    .text:not(.ui-no-width).ui-width-tender {
    width: 20px;
  }
}
.table-list .list-item &gt; div &gt; * {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .table-list .list-item &gt; div:first-child .item {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .table-list .list-item &gt; div:first-child .col-heading {
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
  }
}
@media (min-width: 768px) {
  .table-list .list-item &gt; div:last-child .item {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .table-list .list-item &gt; div:last-child .col-heading {
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
  }
  .table-list .list-item &gt; div:last-child .col-heading:not(.ui-no-center) {
    text-align: center;
  }
}
.table-list .list-item .col-heading {
  font-weight: 900;
  color: rgba(122, 147, 169, 0.7);
  font-size: 12px;
  background-color: rgba(219, 226, 231, 0.5);
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.table-list .list-item .item {
  background-color: #fff;
  min-height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .table-list .list-item .item {
    height: calc(100% - 34px);
  }
}
.table-list .list-item .item &gt; .icon {
  background-color: #fff;
  align-items: center;
  justify-content: center;
  color: #fe7e00;
  width: 50px;
  height: 50px;
  border-radius: 15px;
}
.table-list .list-item .item .text {
  font-weight: 300;
  color: #5e788f;
}
@media (max-width: 767px) {
  .table-list .list-item .item .text {
    max-width: 350px;
  }
}
@media (min-width: 480px) {
  .table-list .list-item .item .text {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .table-list .list-item .item .text {
    font-size: 12px;
  }
}
.table-list .list-item .item .text.ui-link {
  position: relative;
  z-index: 1;
}
.table-list .list-item .item .text.ui-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -3px;
  right: -7px;
  bottom: -3px;
  left: -7px;
  background-color: #dbe2e7;
  border-radius: 8px;
  opacity: 0;
  transition: 0.3s;
}
.table-list .list-item .item .text.ui-link:hover::before {
  opacity: 0.5;
}
.table-list .list-item .item .text a {
  color: currentColor;
}
.table-list .list-item .item .text a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .table-list .list-item .actions {
    min-width: 63px;
    justify-content: center;
  }
}
.table-list .list-item .actions .btn:not(:last-child) {
  margin-right: 7px;
}
.table-list .list-item .actions .btn .icon {
  width: 35px;
  height: 35px;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: 0.3s;
}
.table-list .list-item .actions .link {
  font-size: 12px;
  font-weight: 900;
}
.table-pagination {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .table-nav {
    width: 100%;
  }
}
.table-nav.ui-active-color &gt; ul &gt; li.is-active &gt; a:not(.ui-btn) {
  color: #fe7e00;
}
.table-nav.ui-active-color &gt; ul &gt; li &gt; button:not(.ui-btn).is-active {
  color: #fe7e00;
}
.table-nav:not([class*="ui-color-"]) &gt; ul &gt; li.is-resulted &gt; a {
  color: #55b250;
}
.table-nav:not([class*="ui-color-"]) &gt; ul &gt; li.is-failed &gt; a {
  color: #fe5923;
}
.table-nav:not([class*="ui-color-"]) &gt; ul &gt; li.is-cancelled &gt; a {
  color: #e55353;
}
.table-nav &gt; ul {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .table-nav &gt; ul {
    row-gap: 10px;
  }
}
.table-nav &gt; ul &gt; li {
  position: relative;
}
@media (min-width: 768px) {
  .table-nav &gt; ul &gt; li {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .table-nav &gt; ul &gt; li:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 479px) {
  .table-nav &gt; ul &gt; li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .table-nav &gt; ul &gt; li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.table-nav &gt; ul &gt; li.is-active &gt; a:not(.ui-btn)::after,
.table-nav &gt; ul &gt; li.is-active &gt; button:not(.ui-btn)::after {
  opacity: 0.1;
}
.table-nav &gt; ul &gt; li:hover &gt; a:not(.ui-btn)::after,
.table-nav &gt; ul &gt; li:hover &gt; button:not(.ui-btn)::after {
  opacity: 0.1;
}
.table-nav &gt; ul &gt; li &gt; a,
.table-nav &gt; ul &gt; li &gt; button {
  display: inline-flex;
  height: 25px;
  align-items: center;
  font-family: inherit;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.table-nav &gt; ul &gt; li &gt; a::after,
.table-nav &gt; ul &gt; li &gt; button::after {
  content: "";
  border-radius: 8px;
  background-color: currentColor;
  position: absolute;
  top: -5px;
  right: -9px;
  bottom: -5px;
  left: -9px;
  z-index: -1;
}
.table-nav &gt; ul &gt; li &gt; a .icon,
.table-nav &gt; ul &gt; li &gt; button .icon {
  font-size: 14px;
  margin-right: 7px;
  opacity: 0.5;
}
.table-nav &gt; ul &gt; li &gt; a .text,
.table-nav &gt; ul &gt; li &gt; button .text {
  color: currentColor;
  font-size: 12px;
  font-weight: 900;
  position: relative;
}
.table-nav &gt; ul &gt; li &gt; a:not(.ui-btn),
.table-nav &gt; ul &gt; li &gt; button:not(.ui-btn) {
  color: #7a93a9;
}
.table-nav &gt; ul &gt; li &gt; a:not(.ui-btn)::after,
.table-nav &gt; ul &gt; li &gt; button:not(.ui-btn)::after {
  opacity: 0;
  transition: 0.3s;
}
.table-nav &gt; ul &gt; li &gt; a.ui-btn,
.table-nav &gt; ul &gt; li &gt; button.ui-btn {
  color: #fe7e00;
}
.table-nav &gt; ul &gt; li &gt; a.ui-btn::after,
.table-nav &gt; ul &gt; li &gt; button.ui-btn::after {
  opacity: 0.1;
  transition: 0.3s;
}
.table-nav &gt; ul &gt; li &gt; a.ui-btn:hover,
.table-nav &gt; ul &gt; li &gt; button.ui-btn:hover {
  color: #fff;
}
.table-nav &gt; ul &gt; li &gt; a.ui-btn:hover::after,
.table-nav &gt; ul &gt; li &gt; button.ui-btn:hover::after {
  background-color: #fe7e00 !important;
  opacity: 1;
}
.table-nav &gt; ul &gt; li &gt; button.is-active::after {
  opacity: 0.1;
}
.table-nav__dropdown {
  position: absolute;
  z-index: 2;
  top: 100%;
  right: -20px;
  left: -20px;
  margin-top: 10px;
  background-color: #fff;
  box-shadow: 0 20px 50px rgba(94, 120, 143, 0.15);
  border-radius: 11px;
  padding: 10px 18px;
  transform-origin: center top;
  transition: 0.3s;
}
.table-nav__dropdown.ui-list ul li.is-current a::after,
.table-nav__dropdown.ui-list ul li:hover a::after {
  opacity: 1;
}
.table-nav__dropdown.ui-list ul li a {
  color: #000;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}
.table-nav__dropdown.ui-list ul li a::after {
  content: "";
  background-color: rgba(3, 94, 113, 0.07);
  position: absolute;
  z-index: -1;
  top: 0;
  right: -10px;
  bottom: 0;
  left: -10px;
  border-radius: 8px;
  opacity: 0;
  transition: 0.3s;
}
.table-nav__dropdown:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.85);
}
.table-nav__dropdown ul {
  flex-direction: column;
}
.pagination {
  justify-content: center;
  display: flex;
}
.pagination li:not(:last-child) {
  margin-right: 10px;
}
.pagination li.active a {
  background-color: #5e788f;
  color: #fff;
}
.pagination li:not(.active) a:hover {
  background-color: #035e71;
  color: #fff;
}
.pagination li a {
  width: 45px;
  height: 45px;
  border-radius: 15px;
  display: inline-flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  color: #7a93a9;
  font-weight: 900;
  font-size: 16px;
  transition: 0.3s;
}
.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  height: 60px;
  overflow: hidden;
  padding-left: 25px;
  padding-right: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  position: relative;
  z-index: 1;
}
.no-js .inputfile + label {
  display: none;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.inputfile-1 {
  opacity: 0;
  position: absolute;
}
.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}
.inputfile-1 + label {
  background: rgba(219, 226, 231, 0.5);
  border: 1px solid rgba(0, 0, 0, 0);
  font-weight: 600;
  color: #7a93a9;
  border-radius: 15px;
  transition: 0.3s;
}
.inputfile-1 + label:hover {
  border: 1px solid rgba(254, 126, 0, 0.5);
  color: #fe7e00;
}
.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background: none;
}
.shortcuts.ui-style-item .shortcuts-card.item {
  height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.shortcuts.ui-style-item .shortcuts-card.item:hover a {
  height: 100%;
}
.shortcuts.ui-style-item .shortcuts-card a {
  height: 78px;
  background-color: #fff;
  border-radius: 11px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  color: #5e788f;
  box-shadow: 0 0 25px rgba(69, 95, 118, 0.07);
  transition: 0.3s;
}
.shortcuts.ui-style-item .shortcuts-card a:hover {
  background-color: #035e71;
  color: #fff;
}
.shortcuts.ui-style-item .shortcuts-card a:hover .icon {
  color: #fff;
}
.shortcuts.ui-style-item .shortcuts-card .icon {
  color: #fe7e00;
  font-size: 28px;
}
.shortcuts.ui-style-item .shortcuts-card .desc {
  flex: 1;
  padding-left: 10px;
}
.shortcuts.ui-style-item .shortcuts-card .desc .title {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
  display: inline-flex;
  flex-wrap: wrap;
}
.shortcuts.ui-style-item .shortcuts-card .desc .title span:not(:last-child) {
  margin-right: 3px;
}
.shortcuts.ui-style-item .shortcuts-card .desc .title span:nth-child(even) {
  font-weight: 300;
}
.shortcuts.ui-style-card .shortcuts-card {
  background-color: #039a36;
  border-radius: 11px;
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.shortcuts.ui-style-card .shortcuts-card::before {
  content: "";
  position: absolute;
  top: 50px;
  right: -30px;
  bottom: -20px;
  left: -30px;
  z-index: -1;
  background-image: radial-gradient(closest-side, white, transparent);
  opacity: 0.3;
}
.shortcuts.ui-style-card .shortcuts-card .icon.ui-figure {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1750px) {
  .shortcuts.ui-style-card .shortcuts-card .icon.ui-figure {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
  }
}
.shortcuts.ui-style-card .shortcuts-card .icon.ui-figure::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 1px;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.2) 50%,
    transparent,
    transparent
  );
}
.shortcuts.ui-style-card .shortcuts-card .icon.ui-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.5));
}
.shortcuts.ui-style-card .shortcuts-card .title {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 2;
  margin-top: 20px;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.shortcuts.ui-style-card .shortcuts-card .buttons-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 6px;
}
.card {
  position: relative;
}
.card.ui-cover a {
  display: block;
  position: relative;
  height: 100%;
}
.card.ui-cover a:hover .card-body::before {
  opacity: 1;
}
.card-photo {
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #024b5a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-photo .title {
  color: #1c6e7f;
  font-family: "Bebas Neue", cursive;
  line-height: 1;
  font-size: 60px;
  letter-spacing: -2px;
  white-space: nowrap;
}
.card-footer {
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
}
.card-content {
  height: calc(100% - 55px);
  overflow-y: auto;
  scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.2);
  scrollbar-width: thin;
}
.card-content::-webkit-scrollbar-track {
  background-color: rgba(254, 126, 0, 0.2);
}
.card-content::-webkit-scrollbar {
  width: 5px;
}
.card-content::-webkit-scrollbar-thumb {
  background-color: #fe7e00;
}
@media (min-width: 768px) {
  .card-content {
    padding: 25px 40px 40px 40px;
  }
}
@media (max-width: 767px) {
  .card-content {
    padding: 25px 30px;
  }
}
.card-content &gt; .title {
  color: #fe7e00;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.4;
}
.card-content ul {
  margin-top: 10px;
}
.card-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.card-content ul li a {
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 7px rgba(69, 95, 118, 0.15);
  border: 1px solid rgba(94, 120, 143, 0.1);
  background-color: #fff;
  padding: 8px 15px;
  transition: 0.3s;
}
.card-content ul li a:hover {
  background-color: #1c6e7f;
}
.card-content ul li a:hover .title {
  color: #fff;
}
.card-content ul li a:hover .text {
  color: #9abfc6;
}
.card-content ul li a .title {
  font-size: 14px;
  color: #035e71;
  font-weight: 700;
}
.card-content ul li a .text {
  font-size: 12px;
  color: #7a93a9;
  line-height: 1.4;
  margin-top: 2px;
}
.card-sub {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(254, 126, 0, 0.1);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 55px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-sub a {
  color: #fe7e00;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
.card-cover {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.card-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.01);
}
.card-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 45px;
}
.card-body::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(transparent, #011c22);
  opacity: 0.7;
  transition: 0.3s;
}
.card-body .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin-top: -75px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.card-body .play .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  padding-top: 3px;
  color: #fff;
  font-size: 36px;
}
.card-body .play .text {
  text-transform: uppercase;
  color: #fff;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 5px;
  font-size: 24px;
  margin-top: 10px;
}
.card-body .title {
  color: #fff;
  font-family: "Bebas Neue", cursive;
  font-size: 36px;
  line-height: 1.15;
}
.card-body .title span {
  display: block;
}
.cards.ui-gap-1 ul {
  row-gap: 30px;
}
.card-v1 a {
  display: block;
  position: relative;
  border-radius: 11px;
  padding: 11px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(94, 120, 143, 0.15);
}
@media (max-width: 479px) {
  .card-v1 a {
    padding: 6px;
  }
}
.card-v1 a:hover .card-v1-body::before {
  opacity: 0;
  visibility: hidden;
}
.card-v1 a:hover .card-v1-body::after {
  opacity: 0.85;
  visibility: visible;
}
.card-v1 a:hover .card-v1-body &gt; .icon {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.card-v1-item {
  border-radius: 11px;
  overflow: hidden;
  position: relative;
}
.card-v1-cover {
  height: 215px;
  overflow: hidden;
}
@media (max-width: 479px) {
  .card-v1-cover {
    height: 150px;
  }
}
.card-v1-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-v1-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
}
@media (max-width: 479px) {
  .card-v1-body {
    padding: 15px 15px 10px 15px;
  }
}
.card-v1-body::before,
.card-v1-body::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.4s;
  will-change: opacity;
}
.card-v1-body::before {
  background-image: linear-gradient(transparent, #023844);
  opacity: 0.8;
}
.card-v1-body::after {
  background-color: rgba(254, 126, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.card-v1-body .title {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}
@media (min-width: 1200px) {
  .card-v1-body .title {
    padding-right: 40px;
  }
}
@media (max-width: 479px) {
  .card-v1-body .title {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: auto;
  }
}
.card-v1-body .date {
  font-size: 12px;
  margin-top: 7px;
}
@media (max-width: 479px) {
  .card-v1-body .date {
    font-size: 11px;
    margin-top: 3px;
  }
}
.card-v1-body .date .icon {
  font-size: 12px;
}
@media (max-width: 479px) {
  .card-v1-body .date .icon {
    font-size: 11px;
  }
}
.card-v1-body &gt; .icon {
  position: absolute;
  align-items: center;
  justify-content: center;
  right: 15px;
  bottom: 15px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  border: 1px solid #fff;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  will-change: opacity, transform;
  transition: 0.3s;
}
@media (max-width: 479px) {
  .card-v1-body &gt; .icon {
    display: none;
  }
}
.card-v1-footer {
  height: 55px;
  padding-top: 0;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  padding-top: 10px;
  align-items: center;
}
.card-v1-footer .icon {
  font-size: 36px;
  width: 25px;
  opacity: 0.3;
  margin-right: 13px;
  color: #7a93a9;
}
@media (max-width: 479px) {
  .card-v1-footer .icon {
    display: none;
  }
}
.card-v1-footer .title {
  color: #035e71;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 39px;
}
@media (max-width: 479px) {
  .card-v1-footer .title {
    font-size: 13px;
  }
}
.projects.ui-gap-1 ul li {
  margin-bottom: 30px;
}
.card-v2 a {
  display: block;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(69, 95, 118, 0.2);
}
.card-v2 a:hover .card-v2-overlay {
  opacity: 1;
  visibility: visible;
}
.card-v2 a:hover .card-v2-overlay .title,
.card-v2 a:hover .card-v2-overlay .text,
.card-v2 a:hover .card-v2-overlay .number,
.card-v2 a:hover .card-v2-overlay .sub {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.card-v2-photo {
  height: 198px;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 1px solid rgba(94, 120, 143, 0.08);
}
.card-v2-photo.ui-padding {
  padding: 20px;
}
.card-v2-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.card-v2-footer {
  background-color: #fff;
  text-align: center;
  padding: 25px 30px;
  height: 165px;
}
.card-v2-footer .title {
  color: #fe7e00;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.3px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
}
.card-v2-footer .text {
  color: #7a93a9;
  font-size: 13px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 59px;
  margin-top: 5px;
}
.card-v2-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(254, 126, 0, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 30px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.card-v2-overlay .title,
.card-v2-overlay .text,
.card-v2-overlay .number,
.card-v2-overlay .sub {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}
.card-v2-overlay .title {
  transition: 0.3s 0.1s;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.3px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}
.card-v2-overlay .text {
  transition: 0.3s 0.2s;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}
.card-v2-overlay .number {
  transition: 0.3s 0.3s;
  color: #fff;
  font-family: "Bebas Neue", cursive;
  font-size: 36px;
  line-height: 1.2;
}
.card-v2-overlay .number span:last-child {
  font-size: 24px;
}
.card-v2-overlay .sub {
  transition: 0.3s 0.4s;
}
.card-v2-overlay .sub .icon {
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  border: 2px solid #fff;
  color: #fff;
}
.card-v2-overlay .sub .btn {
  font-size: 13px;
  color: #fff;
  margin-top: 13px;
  text-decoration: underline;
}
.boxes.ui-gap-1 ul li {
  margin-bottom: 20px;
}
.boxes:not([class*="ui-no-"]) .boxes-card a {
  padding: 30px 30px calc(50px) 30px;
}
.boxes.ui-no-date .boxes-card a {
  padding: 30px;
}
.boxes-card a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 150px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(69, 95, 118, 0.1);
  transition: 0.3s;
}
.boxes-card a:hover {
  background-color: #035566;
}
.boxes-card a:hover .title {
  color: #fff;
}
.boxes-card a:hover .boxes-sub .date,
.boxes-card a:hover .boxes-sub .text {
  color: rgba(255, 255, 255, 0.4);
}
.boxes-card .title {
  color: #455f76;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
}
@media (min-width: 1200px) {
  .boxes-card .title {
    padding-right: 20px;
  }
}
.boxes-sub {
  position: absolute;
  right: 15px;
  bottom: 15px;
  left: 30px;
  align-items: flex-end;
}
.boxes-sub:not(.ui-justify-end) {
  justify-content: space-between;
}
.boxes-sub .date,
.boxes-sub .text {
  color: rgba(122, 147, 169, 0.7);
  font-size: 12px;
  font-weight: 500;
}
.boxes-sub .icon {
  width: 25px;
  height: 25px;
  background-color: #fe7e00;
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  padding-left: 2px;
}
.activities.ui-gap-1 &gt; ul &gt; li {
  margin-bottom: 20px;
}
.activity-card {
  position: relative;
  display: flex;
  align-items: center;
}
.activity-card:hover .activity-description {
  background-color: #fff;
}
.activity-photo {
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 0 30px rgba(94, 120, 143, 0.2);
  position: relative;
  z-index: 1;
}
@media (min-width: 480px) {
  .activity-photo {
    flex: 0 0 150px;
    max-width: 150px;
    padding: 11px;
    height: 220px;
  }
}
@media (max-width: 479px) {
  .activity-photo {
    flex: 0 0 130px;
    max-width: 130px;
    padding: 7px;
    height: 198px;
    display: none;
  }
}
.activity-photo a {
  display: block;
  position: relative;
  height: 100%;
}
.activity-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 11px;
}
.activity-description {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 20px rgba(94, 120, 143, 0.1);
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 15px;
  transition: 0.3s;
}
@media (min-width: 480px) {
  .activity-description {
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
    height: calc(220px - 30px);
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
  }
}
@media (max-width: 479px) {
  .activity-description {
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 11px;
    padding-bottom: 30px;
  }
}
.activity-description .title {
  color: #fe7e00;
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 800;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 42px;
}
.activity-description .title a {
  color: currentColor;
}
.activity-description &gt; .icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 17px;
  height: 17px;
  color: #fe7e00;
  border: 1px solid #fe7e00;
  border-radius: 50%;
  font-size: 10px;
  align-items: center;
  justify-content: center;
}
.activity-description .more {
  position: absolute;
  right: 12px;
  bottom: 9px;
  color: #fe7e00;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}
.activity-description .infos.ui-style-group {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
}
.activity-description .infos.ui-style-group .heading {
  width: 100%;
  line-height: 1;
  font-size: 11px;
  color: #fe7e00;
  font-weight: 700;
}
.activity-description .infos.ui-style-group ul {
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 5px;
}
.activity-description .infos ul li:not(:last-child) {
  margin-bottom: 2px;
}
.activity-description .infos .item {
  font-size: 11px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.activity-description .infos .item .icon {
  font-size: 11px;
  opacity: 0.4;
  width: 12px;
  justify-content: center;
}
.activity-description .infos .item .text {
  color: #5e788f;
  flex: 1;
  padding-left: 5px;
  padding-right: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}
.activity-description .infos .item a.text:hover {
  color: #fe7e00;
}
.activity-description .markers {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 8px;
}
.activity-description .markers .marker-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
.activity-description .markers .marker-item:not(.is-today) ul {
  border: 1px solid rgba(94, 120, 143, 0.1);
}
.activity-description .markers .marker-item.is-today {
  position: relative;
}
.activity-description .markers .marker-item.is-today &gt; .icon {
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1px;
  right: 5px;
  z-index: 2;
  background-color: #fff;
  width: 20px;
  height: 20px;
  color: #fe7e00;
  border-radius: 15px;
  font-size: 9px;
}
.activity-description .markers .marker-item.is-today ul {
  border: 3px solid rgba(94, 120, 143, 0.2);
}
.activity-description .markers .marker-item ul {
  height: 90px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  border-radius: 11px;
  padding: 8px 10px;
}
.activity-description .markers .marker-item ul li:first-child {
  margin-bottom: 5px;
}
.activity-description .markers .marker-item ul li .heading {
  font-weight: 800;
  letter-spacing: -0.5px;
  font-size: 12px;
  line-height: 1.3;
  color: #5e788f;
  display: block;
  height: 33px;
  overflow: hidden;
  transition: 0.3s;
}
.activity-description .markers .marker-item ul li .heading:hover {
  color: #fe7e00;
}
.activity-description .markers .marker-item .item {
  display: flex;
  align-items: center;
}
.activity-description .markers .marker-item .item .icon {
  justify-content: center;
  font-size: 11px;
  margin-right: 3px;
  margin-top: -1px;
  opacity: 0.3;
  width: 12px;
}
.activity-description .markers .marker-item .item .text {
  flex: 1;
  color: #7a93a9;
  font-size: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}
.brand-card a {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 25px rgba(69, 95, 118, 0.1);
  transition: 0.3s;
}
.brand-card a:hover {
  box-shadow: 0 0 25px rgba(69, 95, 118, 0.25);
}
.brand-card a:hover .brand-footer .title {
  color: #fe7e00;
}
.brand-photo {
  height: 100px;
  overflow: hidden;
  padding: 15px;
  position: relative;
  z-index: 1;
}
.brand-photo::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 1px;
  background-image: radial-gradient(
    rgba(219, 226, 231, 0.4) 35%,
    transparent,
    transparent
  );
}
.brand-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.brand-footer {
  text-align: center;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}
.brand-footer .title {
  color: #5e788f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
  transition: 0.3s;
}
.gallery.ui-gap-1 ul li {
  margin-bottom: 20px;
}
.gallery.ui-gap-1 ul.js-more-list li:not(.ui-not) {
  display: none;
}
.gallery-card a {
  display: block;
  position: relative;
}
.gallery-card a:hover .gallery-photo img {
  transform: scale(1.1);
}
.gallery-photo {
  overflow: hidden;
  height: 149px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(94, 120, 143, 0.2);
}
.gallery-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
}
.gallery-btn {
  background-color: #7a93a9;
  width: 100%;
  height: 140px;
  border-radius: 15px;
  font-family: inherit;
  color: #fff;
  line-height: 1;
  transition: 0.3s;
  display: none;
}
.gallery-btn:hover {
  background-color: #5e788f;
}
.gallery-btn .number {
  font-size: 60px;
  font-weight: 900;
}
.gallery-btn .text {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 5px;
  opacity: 0.7;
}
.documents ul li {
  margin-bottom: 30px;
}
.document-card {
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 5px 5px 40px rgba(94, 120, 143, 0.1);
  border-radius: 20px;
  padding: 25px 25px 20px 25px;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .document-card {
    padding: 20px 20px 15px 20px;
    height: 190px;
  }
}
.document-card:hover {
  box-shadow: 5px 5px 40px rgba(94, 120, 143, 0.2);
}
.document-header {
  justify-content: space-between;
  align-items: center;
}
.document-header .icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
@media (max-width: 1199px) {
  .document-header .icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
.document-header .icon:not([class*="ui-type-"]) {
  background-color: rgba(94, 120, 143, 0.1);
  color: #5e788f;
}
.document-header .icon.ui-type-pdf {
  background-color: rgba(223, 33, 33, 0.1);
  color: #df2121;
}
.document-header .icon.ui-type-jpg,
.document-header .icon.ui-type-jpeg,
.document-header .icon.ui-type-png,
.document-header .icon.ui-type-tiff {
  background-color: rgba(163, 33, 223, 0.1);
  color: #a321df;
}
.document-header .icon.ui-type-doc,
.document-header .icon.ui-type-docx {
  background-color: rgba(33, 138, 223, 0.1);
  color: #218adf;
}
.document-header .icon.ui-type-ppt,
.document-header .icon.ui-type-pptx {
  background-color: rgba(223, 33, 33, 0.1);
  color: #df2121;
}
.document-header .icon.ui-type-xls,
.document-header .icon.ui-type-xlsx {
  background-color: rgba(34, 211, 172, 0.1);
  color: #22d3ac;
}
.document-header .icon.ui-type-mp4,
.document-header .icon.ui-type-mp3,
.document-header .icon.ui-type-wmv {
  background-color: rgba(211, 134, 34, 0.1);
  color: #d38622;
}
.document-header .icon.ui-type-rar {
  background-color: rgba(100, 77, 46, 0.1);
  color: #644d2e;
}
.document-header .icon.ui-type-zip {
  background-color: rgba(212, 164, 100, 0.1);
  color: #d4a464;
}
.document-header .type {
  color: #7a93a9;
  font-size: 48px;
  opacity: 0.15;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1.5px;
}
@media (max-width: 1199px) {
  .document-header .type {
    font-size: 32px;
  }
}
.document-footer {
  line-height: 1.3;
}
.document-footer .title {
  color: #5e788f;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.5px;
}
@media (max-width: 1199px) {
  .document-footer .title {
    font-size: 14px;
  }
}
.document-footer .link {
  color: rgba(122, 147, 169, 0.6);
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .document-footer .link {
    font-size: 11px;
  }
}
.document-footer .link .icon {
  font-size: 10px;
  opacity: 0.5;
  margin-left: 5px;
}
.personnel.ui-gap-1 ul li {
  margin-bottom: 10px;
}
.personnel.ui-gap-2 ul li {
  margin-bottom: 30px;
}
.personnel.ui-gap-3 ul li {
  margin-bottom: 30px;
}
.personnel.ui-col-5 ul li {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
.personnel:not([class*="ui-list-"]) ul {
  justify-content: center;
}
.personnel[class*="ui-list-single-"] ul {
  justify-content: center;
}
.personnel[class*="ui-list-single-"] .personnel-photo {
  height: 300px;
}
.personnel.ui-list-single-1 ul li:nth-child(-n + 1) {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .personnel.ui-list-single-1 ul li:nth-child(-n + 1) .personnel-card {
    flex: 0 0 calc(33.33333% - 35px);
    max-width: calc(33.33333% - 35px);
  }
}
@media (max-width: 991px) {
  .personnel.ui-list-single-1 ul li:nth-child(-n + 1) .personnel-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .personnel.ui-list-single-1 ul li:nth-child(-n + 1) .personnel-card {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.personnel.ui-list-single-2 ul li:nth-child(-n + 2) {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .personnel.ui-list-single-2 ul li:nth-child(-n + 2) .personnel-card {
    flex: 0 0 calc(33.33333% - 35px);
    max-width: calc(33.33333% - 35px);
  }
}
@media (max-width: 991px) {
  .personnel.ui-list-single-2 ul li:nth-child(-n + 2) .personnel-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .personnel.ui-list-single-2 ul li:nth-child(-n + 2) .personnel-card {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 768px) {
  .personnel:not([class*="ui-list-single-"]) .personnel-photo {
    height: 245px;
  }
}
@media (max-width: 479px) {
  .personnel:not([class*="ui-list-single-"]) .personnel-photo {
    height: 50vw;
    max-height: 200px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .personnel:not([class*="ui-list-single-"]) .personnel-photo {
    height: 50vw;
    max-height: 300px;
  }
}
@media (max-width: 479px) {
  .personnel:not(.ui-list-single) ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.personnel:not(.ui-list-single) .personnel-card a {
  display: block;
  position: relative;
}
.personnel:not(.ui-list-single) .personnel-card a:hover .personnel-photo img {
  filter: grayscale(0);
}
.personnel:not(.ui-list-single) .personnel-card a:hover .personnel-footer {
  background-color: #fe7e00;
}
.personnel:not(.ui-list-single) .personnel-photo {
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.personnel:not(.ui-list-single) .personnel-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 0;
  object-position: center 0;
  filter: grayscale(1);
  transition: 0.3s;
}
.personnel:not(.ui-list-single) .personnel-footer {
  background-color: #035e71;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 13px 10px;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  transition: 0.3s;
}
.personnel:not(.ui-list-single) .personnel-footer .title {
  font-size: 14px;
  font-weight: 800;
}
@media (max-width: 479px) {
  .personnel:not(.ui-list-single) .personnel-footer .title {
    font-size: 12px;
  }
}
.personnel:not(.ui-list-single) .personnel-footer .rank {
  font-size: 11px;
  opacity: 0.7;
}
@media (max-width: 479px) {
  .personnel:not(.ui-list-single) .personnel-footer .rank {
    font-size: 10px;
  }
}
@media (max-width: 479px) {
  .personnel.ui-list-single ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 479px) {
  .personnel.ui-list-single ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.personnel.ui-list-single .personnel-item {
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  .personnel.ui-list-single .personnel-item {
    background-color: #fff;
    height: 100%;
    border-radius: 11px;
  }
}
@media (max-width: 479px) {
  .personnel.ui-list-single .personnel-item &gt; div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.personnel.ui-list-single .personnel-left {
  position: relative;
  overflow: hidden;
}
@media (min-width: 480px) {
  .personnel.ui-list-single .personnel-left {
    flex: 0 0 45%;
    max-width: 45%;
    border-radius: 11px;
  }
}
@media (max-width: 479px) {
  .personnel.ui-list-single .personnel-left {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
  }
}
.personnel.ui-list-single .personnel-body {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
}
.personnel.ui-list-single .personnel-body::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(transparent, #02424f);
  opacity: 0.7;
}
.personnel.ui-list-single .personnel-social a {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 11px;
  transition: 0.3s;
}
.personnel.ui-list-single .personnel-social a:not(:last-child) {
  margin-right: 5px;
}
.personnel.ui-list-single .personnel-social a:hover {
  border: 1px solid #fff;
}
.personnel.ui-list-single .personnel-photo {
  overflow: hidden;
}
@media (min-width: 768px) {
  .personnel.ui-list-single .personnel-photo {
    height: 235px;
  }
}
@media (max-width: 479px) {
  .personnel.ui-list-single .personnel-photo {
    height: 55vw;
    max-height: 215px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .personnel.ui-list-single .personnel-photo {
    height: 52vw;
    max-height: 315px;
  }
}
.personnel.ui-list-single .personnel-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.personnel.ui-list-single .personnel-right {
  background-color: #fff;
}
@media (min-width: 480px) {
  .personnel.ui-list-single .personnel-right {
    flex: 0 0 calc(100% - 45%);
    max-width: calc(100% - 45%);
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    padding: 25px 25px 25px 20px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .personnel.ui-list-single .personnel-right {
    height: calc(235px - 30px);
  }
}
@media (max-width: 479px) {
  .personnel.ui-list-single .personnel-right {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    padding: 15px;
    height: calc(100% - 55vw);
  }
}
@media (min-width: 390px) and (max-width: 479px) {
  .personnel.ui-list-single .personnel-right {
    height: calc(100% - 210px);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .personnel.ui-list-single .personnel-right {
    height: 45vw;
    max-height: 275px;
  }
}
.personnel.ui-list-single .personnel-right .heading {
  line-height: 1.3;
}
.personnel.ui-list-single .personnel-right .heading .title {
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.4;
  font-size: 16px;
  color: #fe7e00;
}
@media (min-width: 480px) {
  .personnel.ui-list-single .personnel-right .heading .title {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .personnel.ui-list-single .personnel-right .heading .title {
    font-size: 14px;
  }
}
.personnel.ui-list-single .personnel-right .heading .rank {
  color: rgba(122, 147, 169, 0.7);
  text-transform: uppercase;
  line-height: 1.4;
  display: inline-flex;
  transition: 0.3s;
}
@media (min-width: 480px) {
  .personnel.ui-list-single .personnel-right .heading .rank {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .personnel.ui-list-single .personnel-right .heading .rank {
    font-size: 10px;
  }
}
.personnel.ui-list-single .personnel-right .heading .rank:hover {
  color: #7a93a9;
}
.personnel.ui-list-single .personnel-right .infos .item:not(:last-child) {
  margin-bottom: 5px;
}
.personnel.ui-list-single .personnel-right .infos .item .text {
  border-bottom: 1px solid rgba(94, 120, 143, 0.1);
}
@media (max-width: 479px) {
  .personnel.ui-list-single .personnel-right .infos .item .icon {
    display: none;
  }
}
@media (min-width: 1200px) {
  .books.ui-col-5 &gt; ul &gt; li {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.books.ui-list &gt; ul &gt; li {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 479px) {
  .books.ui-list &gt; ul &gt; li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.book-card &gt; a {
  display: block;
  position: relative;
}
.book-card &gt; a:hover .book-photo {
  box-shadow: 0 0 25px rgba(94, 120, 143, 0.3);
}
.book-content {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid rgba(94, 120, 143, 0.08);
  border-radius: 11px;
  transition: 0.3s;
}
@media (min-width: 480px) {
  .book-content {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .book-content {
    height: 380px;
  }
}
@media (max-width: 479px) {
  .book-content {
    padding: 5px;
    height: 90vw;
    max-height: 350px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .book-content {
    height: 78vw;
    max-height: 470px;
  }
}
.book-content:hover {
  box-shadow: 0 20px 25px rgba(94, 120, 143, 0.15);
}
.book-photo {
  overflow: hidden;
  border-radius: 11px;
  background-color: rgba(219, 226, 231, 0.2);
  transition: 0.3s;
}
@media (min-width: 992px) {
  .book-photo {
    height: 240px;
  }
}
@media (max-width: 479px) {
  .book-photo {
    max-height: 170px;
    height: 43vw;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .book-photo {
    height: 47vw;
    max-height: 284px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .book-photo {
    height: 210px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .book-photo {
    height: 210px;
  }
}
.book-photo a {
  display: block;
  position: relative;
  height: 100%;
}
.book-photo a .icon {
  color: #7a93a9;
  font-size: 60px;
  opacity: 0.15;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.book-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.book-footer {
  text-align: center;
}
@media (min-width: 480px) {
  .book-footer {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 479px) {
  .book-footer {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
}
.book-footer .title {
  font-family: "Bebas Neue", cursive;
  color: #5e788f;
  font-size: 18px;
  line-height: 1.3;
  max-height: 47px;
  overflow: hidden;
}
@media (min-width: 480px) {
  .book-footer .title {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .book-footer .title {
    font-size: 16px;
  }
}
.book-footer__action {
  position: absolute;
  right: 6px;
  bottom: 6px;
  left: 6px;
}
@media (min-width: 480px) {
  .book-footer__action .row &gt; div:first-child .item {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .book-footer__action .row &gt; div:last-child .item {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
@media (max-width: 479px) {
  .book-footer__action .row &gt; div:not(:last-child) {
    margin-bottom: 5px;
  }
}
.book-footer__action .item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(122, 147, 169, 0.75);
  font-size: 14px;
  font-family: "Bebas Neue", cursive;
  background: rgba(219, 226, 231, 0.5);
  transition: 0.3s;
}
@media (min-width: 480px) {
  .book-footer__action .item {
    height: 45px;
  }
}
@media (max-width: 479px) {
  .book-footer__action .item {
    border-radius: 5px;
    height: 40px;
  }
}
.book-footer__action .item .icon {
  margin-right: 10px;
  font-size: 14px;
}
.book-footer__action .item:hover {
  background: #5e788f;
  color: #fff;
}
.videos.ui-gap-1 ul li {
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  .videos.ui-list ul {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 479px) {
  .videos.ui-list ul li {
    padding-left: 5px;
    padding-right: 5px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.video-card {
  position: relative;
}
.video-card:hover .video-photo img {
  transform: scale(1.1);
}
.video-header {
  position: relative;
}
.video-header &gt; .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: linear-gradient(#fe7e00, rgba(254, 178, 102, 0.5));
  width: 50px;
  height: 50px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  padding-left: 2px;
  pointer-events: none;
}
.video-photo {
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
@media (min-width: 768px) {
  .video-photo {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .video-photo {
    height: 35vw;
  }
}
@media (max-width: 479px) {
  .video-photo {
    max-height: 140px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .video-photo {
    max-height: 215px;
  }
}
.video-photo a {
  display: block;
  position: relative;
  height: 100%;
}
.video-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
}
.video-footer {
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media (max-width: 479px) {
  .video-footer .avatar {
    display: none;
  }
}
.video-footer .avatar a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}
.video-footer .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-footer .avatar .letter {
  display: inline-flex;
  width: 100%;
  height: 100%;
  background-color: rgba(219, 226, 231, 0.4);
  color: #7a93a9;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 900;
}
.video-footer .description {
  display: flex;
  flex-direction: column;
}
@media (min-width: 480px) {
  .video-footer .description {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
    padding-left: 15px;
  }
}
.video-footer .description .title a {
  color: #455f76;
  font-size: 14px;
  font-weight: 800;
  display: block;
  line-height: 1.4;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
  transition: 0.3s;
}
.video-footer .description .title a:hover {
  color: #fe7e00;
}
.video-footer .description .tag {
  color: rgba(122, 147, 169, 0.7);
  font-size: 12px;
  display: inline-block;
  transition: 0.3s;
}
.video-footer .description .tag:hover {
  color: #7a93a9;
}
.video-footer .description .date {
  color: rgba(122, 147, 169, 0.5);
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
}
.video-footer .description .date .icon {
  font-size: 11px;
  margin-top: -3px;
  margin-right: 5px;
}
.categories.ui-gap-1 ul li {
  margin-bottom: 40px;
}
.category-card a {
  display: flex;
  position: relative;
  justify-content: flex-end;
  border-radius: 15px;
}
.category-card a:hover .category-cover img {
  filter: grayscale(0);
}
.category-card a:hover .category-body__content .title {
  color: #feb266;
}
.category-card a:hover .category-body &gt; .icon {
  transform: scale(1.2);
}
.category-cover {
  overflow: hidden;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 50%;
}
@media (min-width: 480px) {
  .category-cover {
    height: 350px;
  }
}
@media (max-width: 479px) {
  .category-cover {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-cover {
    height: 250px;
  }
}
.category-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(1);
  transition: 0.3s;
}
.category-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 480px) {
  .category-body {
    padding: 40px 50px;
  }
}
@media (max-width: 479px) {
  .category-body {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-body {
    padding: 30px;
  }
}
.category-body::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to left, transparent, #fff 50%);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.category-body &gt; .icon {
  position: absolute;
  font-size: 48px;
  color: #fe7e00;
  transition: 0.4s;
}
@media (min-width: 480px) {
  .category-body &gt; .icon {
    bottom: 40px;
    left: 50px;
    font-size: 48px;
  }
}
@media (max-width: 479px) {
  .category-body &gt; .icon {
    bottom: 30px;
    left: 25px;
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-body &gt; .icon {
    bottom: 30px;
    left: 25px;
    font-size: 36px;
  }
}
.category-body__content {
  width: calc(50% + 50px);
  position: relative;
}
.category-body__content .title {
  text-transform: uppercase;
  font-family: "Cerebri Sans Heavy", sans-serif;
  color: #5e788f;
  transition: 0.3s;
}
.category-body__content .title:not([class*="ui-size-"]) {
  width: -moz-min-content;
  width: min-content;
  line-height: 1.1;
}
@media (min-width: 480px) {
  .category-body__content .title:not([class*="ui-size-"]) {
    font-size: 42px;
    letter-spacing: -2.5px;
  }
}
@media (max-width: 479px) {
  .category-body__content .title:not([class*="ui-size-"]) {
    font-size: 28px;
    letter-spacing: -1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-body__content .title:not([class*="ui-size-"]) {
    font-size: 28px;
    letter-spacing: -1px;
  }
}
.category-body__content .title.ui-size-1 {
  letter-spacing: -1px;
  line-height: 1.3;
}
@media (min-width: 480px) {
  .category-body__content .title.ui-size-1 {
    font-size: 32px;
  }
}
@media (max-width: 479px) {
  .category-body__content .title.ui-size-1 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-body__content .title.ui-size-1 {
    font-size: 24px;
  }
}
.category-body__content .text {
  color: rgba(94, 120, 143, 0.7);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 10px;
}
@media (min-width: 480px) {
  .category-body__content .text {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .category-body__content .text {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-body__content .text {
    font-size: 13px;
  }
}
.project-category__card {
  display: block;
  position: relative;
  overflow: hidden;
}
.project-category__card:hover .project-category__cover img {
  transform: scale(1.1);
}
.project-category__card:hover .project-category__body-footer {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
.project-category__card:hover .project-category__overlay {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.project-category__cover {
  overflow: hidden;
  background-color: #022f39;
}
@media (min-width: 992px) {
  .project-category__cover {
    height: 30vw;
  }
}
@media (max-width: 479px) {
  .project-category__cover {
    height: 100vw;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .project-category__cover {
    height: 60vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-category__cover {
    height: 60vw;
  }
}
.project-category__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.4;
  transition: 1s cubic-bezier(0, 0, 0.2, 1);
}
.project-category__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .project-category__body {
    padding: 2.5vw 3vw;
  }
}
@media (max-width: 479px) {
  .project-category__body {
    padding: 10vw;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .project-category__body {
    padding: 5vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-category__body {
    padding: 7.5vw;
  }
}
.project-category__body::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(transparent, #022f39);
}
.project-category__body-footer {
  transition: 0.3s;
}
.project-category__body-footer .total {
  margin-bottom: 20px;
  font-family: "Bebas Neue", cursive;
  line-height: 0.7;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b3cfd4;
}
@media (min-width: 992px) {
  .project-category__body-footer .total {
    font-size: 10vw;
    margin-left: -10px;
    letter-spacing: -7px;
  }
}
@media (max-width: 479px) {
  .project-category__body-footer .total {
    font-size: 33.33333vw;
    letter-spacing: -5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .project-category__body-footer .total {
    font-size: 20vw;
    letter-spacing: -3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-category__body-footer .total {
    font-size: 20vw;
    letter-spacing: -3px;
  }
}
.project-category__body-footer .title {
  color: #fff;
  font-family: "Bebas Neue", cursive;
  line-height: 1;
  letter-spacing: -1.2px;
  width: -moz-min-content;
  width: min-content;
}
@media (min-width: 992px) {
  .project-category__body-footer .title {
    font-size: 3vw;
  }
}
@media (max-width: 479px) {
  .project-category__body-footer .title {
    font-size: 12vw;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .project-category__body-footer .title {
    font-size: 9vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-category__body-footer .title {
    font-size: 7vw;
  }
}
.project-category__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(254, 126, 0, 0.8);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
  transition: 0.3s;
}
@media (min-width: 992px) {
  .project-category__overlay {
    padding: 4.5vw 2vw 2vw 2vw;
  }
}
@media (max-width: 479px) {
  .project-category__overlay {
    padding: 10vw;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .project-category__overlay {
    padding: 5vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-category__overlay {
    padding: 7.5vw;
  }
}
.project-category__overlay-header {
  align-items: center;
  color: #fff;
}
.project-category__overlay-header .total {
  font-family: "Bebas Neue", cursive;
  line-height: 0.9;
  letter-spacing: -2px;
  margin-right: 15px;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
@media (min-width: 768px) {
  .project-category__overlay-header .total {
    font-size: 4.75vw;
  }
}
@media (max-width: 479px) {
  .project-category__overlay-header .total {
    font-size: 20vw;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .project-category__overlay-header .total {
    font-size: 10vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-category__overlay-header .total {
    font-size: 10vw;
  }
}
.project-category__overlay-header .desc {
  flex: 1;
}
.project-category__overlay-header .desc .title {
  width: -moz-min-content;
  width: min-content;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 768px) {
  .project-category__overlay-header .desc .title {
    font-size: 1.75vw;
    letter-spacing: -1.5px;
  }
}
@media (max-width: 479px) {
  .project-category__overlay-header .desc .title {
    font-size: 7vw;
    letter-spacing: -1.5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .project-category__overlay-header .desc .title {
    font-size: 3.5vw;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-category__overlay-header .desc .title {
    font-size: 3.5vw;
    letter-spacing: -1px;
  }
}
.project-category__overlay-middle ul li:not(:last-child) {
  margin-bottom: 15px;
}
.project-category__overlay-middle .item {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  position: relative;
}
.project-category__overlay-middle .item:hover::after {
  opacity: 1;
}
.project-category__overlay-middle .item::after {
  content: "";
  position: absolute;
  left: calc(25px - 10px);
  right: 0;
  bottom: 1px;
  background-color: #fff;
  height: 1px;
  opacity: 0.3;
  transition: 0.3s;
}
.project-category__overlay-middle .item .icon {
  background-color: #fff;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  color: #fe7e00;
  font-size: 14px;
}
.project-category__overlay-middle .item .text {
  flex: 1;
  padding-left: 13px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.project-category__overlay-middle .item .text::after {
  content: attr(data-total);
  position: absolute;
  right: 10px;
  font-size: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffd8b3;
}
@media (min-width: 480px) and (max-width: 767px) {
  .project-category__overlay-middle .item .text::after {
    font-size: 12px;
  }
}
.project-category__overlay-footer .btn {
  text-align: center;
  width: 100%;
  padding-left: 20px;
}
.project-category__overlay-footer .btn .button-icon__text {
  font-size: 13px;
}
.project-category__overlay-footer .btn .icon {
  margin-left: 10px;
}
.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 &gt; .icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #1c6e7f;
  border-radius: 15px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .card-address &gt; .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: #fff;
  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: #fe7e00;
  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 &gt; .icon {
  color: rgba(122, 147, 169, 0.15);
}
.card-state &gt; .icon:not(.ui-bg) {
  font-size: 108px;
  margin-bottom: 15px;
}
.card-state &gt; .icon:not(.ui-bg) img {
  width: 96px;
}
.card-state &gt; .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 &gt; .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;
}
.header {
  position: relative;
  z-index: 1001;
  border-top: 2px solid #fe7e00;
  background-color: #fff;
}
.header-container {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-top {
    display: none;
  }
}
.header-top &gt; div {
  height: 70px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.header-top &gt; div::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 1px;
  background-image: radial-gradient(
    rgba(219, 226, 231, 0.4) 60%,
    transparent,
    transparent
  );
}
.header-top__left {
  height: 70px;
  align-items: center;
}
.header-top__right {
  align-items: center;
}
.header-bottom &gt; div {
  position: relative;
  height: 80px;
  z-index: 2;
}
@media (min-width: 992px) {
  .header-bottom &gt; div {
    align-items: flex-end;
  }
}
@media (max-width: 991px) {
  .header-bottom &gt; div {
    align-items: center;
    height: 60px;
  }
}
.header-logo {
  position: absolute;
  z-index: 2;
}
.header-logo:not([class*="ui-style-"]) {
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .header-logo:not([class*="ui-style-"]) {
    top: -30px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .header-logo:not([class*="ui-style-"]) {
    top: -10px;
  }
}
@media (max-width: 991px) {
  .header-logo:not([class*="ui-style-"]) {
    top: 8px;
  }
}
.header-logo:not([class*="ui-style-"]) img {
  width: 150px;
}
@media (max-width: 479px) {
  .header-logo:not([class*="ui-style-"]) img {
    width: 75px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .header-logo:not([class*="ui-style-"]) img {
    width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-logo:not([class*="ui-style-"]) img {
    width: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-logo:not([class*="ui-style-"]) img {
    width: 110px;
  }
}
.header-logo.ui-style-1 {
  left: 50%;
  transform: translateX(-50%);
  top: -85px;
}
@media (max-width: 991px) {
  .header-logo.ui-style-1 {
    display: none;
  }
}
.header-logo.ui-style-1 img {
  width: 125px;
}
.header-logo h1 {
  font-size: 0;
  margin: 0;
}
.header-logo a {
  display: block;
  position: relative;
}
@media (min-width: 1200px) {
  .header-logo a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 15px;
    right: -5px;
    bottom: 45px;
    left: -5px;
   /* background-color: rgba(0, 0, 0, 0);
    box-shadow: 0 20px 20px rgba(69, 95, 118, 0.2);*/
  }
}
.header-logo a img {
  border-radius: 11px;
}
.header-navigation {
  flex: 1;
}
@media (max-width: 991px) {
  .header-navigation {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-buttons:not([class*="ui-style-"]) {
    margin-left: 30px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1750px) {
  .header-buttons:not([class*="ui-style-"]) {
    margin-left: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-buttons:not([class*="ui-style-"]) {
    margin-left: 15px;
  }
}
.header-buttons.ui-style-1 .btn {
  display: inline-flex;
  align-items: center;
  text-align: left;
  font-family: inherit;
  height: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-buttons.ui-style-1 .btn {
    height: 40px;
  }
}
.header-buttons.ui-style-1 .btn.ui-serinokta {
  background-color: rgba(219, 226, 231, 0.5);
  padding-left: 25px;
  padding-right: 25px;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-buttons.ui-style-1 .btn.ui-serinokta {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-buttons.ui-style-1 .btn.ui-serinokta img {
  width: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-buttons.ui-style-1 .btn.ui-serinokta img {
    width: 60px;
  }
}
.header-buttons.ui-style-1 .btn.ui-default {
  transition: 0.3s;
}
.header-buttons.ui-style-1 .btn.ui-default:not(:last-child) {
  margin-right: 12px;
}
.header-buttons.ui-style-1 .btn.ui-default:not(.ui-summary) {
  background-color: rgba(219, 226, 231, 0.3);
  border-radius: 11px;
  padding-right: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-buttons.ui-style-1 .btn.ui-default:not(.ui-summary) {
    border-radius: 8px;
    padding-right: 10px;
  }
}
.header-buttons.ui-style-1 .btn.ui-default:not(.ui-summary):hover {
  background-color: #5e788f;
}
.header-buttons.ui-style-1 .btn.ui-default:not(.ui-summary):hover .desc span {
  color: #fff;
}
.header-buttons.ui-style-1 .btn.ui-default:not(.ui-summary) .icon {
  height: 100%;
  width: 45px;
  background-color: #fff;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  color: #fe7e00;
  margin-left: -1px;
  box-shadow: 0 0 20px rgba(94, 120, 143, 0.1);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-buttons.ui-style-1 .btn.ui-default:not(.ui-summary) .icon {
    width: 40px;
    border-radius: 8px;
  }
}
.header-buttons.ui-style-1 .btn.ui-default:not(.ui-summary) .icon svg {
  fill: #fe7e00;
}
.header-buttons.ui-style-1 .btn.ui-default.ui-summary {
  border-right: 2px solid rgba(219, 226, 231, 0.5);
  border-bottom: 2px solid rgba(219, 226, 231, 0.5);
  border-left: 2px solid rgba(219, 226, 231, 0.5);
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-buttons.ui-style-1 .btn.ui-default.ui-summary {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-buttons.ui-style-1 .btn.ui-default.ui-summary:hover {
  background-color: #fe8b1a;
  border-right: 2px solid #fe7e00;
  border-bottom: 2px solid #fe7e00;
  border-left: 2px solid #fe7e00;
}
.header-buttons.ui-style-1 .btn.ui-default.ui-summary:hover .number {
  color: #fff;
}
.header-buttons.ui-style-1 .btn.ui-default.ui-summary:hover .desc span {
  color: #fff;
}
.header-buttons.ui-style-1 .btn.ui-default .icon {
  color: #fff;
  font-size: 20px;
}
.header-buttons.ui-style-1 .btn.ui-default .icon svg {
  fill: #fff;
}
.header-buttons.ui-style-1 .btn.ui-default .number {
  font-family: "Bebas Neue", cursive;
  color: #fe7e00;
  font-size: 32px;
  line-height: 0.5;
  width: 25px;
  display: inline-flex;
  justify-content: center;
  letter-spacing: -1px;
}
.header-buttons.ui-style-1 .btn.ui-default .desc {
  padding-left: 12px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-buttons.ui-style-1 .btn.ui-default .desc {
    padding-left: 8px;
  }
}
.header-buttons.ui-style-1 .btn.ui-default .desc span {
  line-height: 1.2;
  display: block;
  color: #5e788f;
  text-transform: uppercase;
}
.header-buttons.ui-style-1 .btn.ui-default .desc .heading {
  font-size: 11px;
  font-weight: bold;
  font-family: "Cerebri Sans Heavy", sans-serif;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-buttons.ui-style-1 .btn.ui-default .desc .heading {
    font-size: 10px;
    font-weight: bold;
  }
}
.header-buttons.ui-style-1 .btn.ui-default .desc .text {
  font-size: 10px;
  opacity: 0.7;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-buttons.ui-style-1 .btn.ui-default .desc .text {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .header-buttons.ui-desktop {
    display: none;
  }
}
.header-buttons.ui-desktop .btn {
  display: inline-flex;
  align-items: center;
  font-family: inherit;
  font-weight: 800;
  font-size: 12px;
  background-color: #ff6200;
  height: 40px;
  border-radius: 8px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.3s;
}
.header-buttons.ui-desktop .btn:hover {
  background-color: #fe7e00;
}
.header-buttons.ui-desktop .btn .icon:not(.ui-arrow) {
  font-size: 14px;
}
.header-buttons.ui-desktop .btn .icon.ui-arrow {
  font-size: 10px;
  margin-top: -2px;
}
@media (max-width: 479px) {
  .header-buttons.ui-desktop .btn .icon.ui-arrow {
    display: none;
  }
}
.header-buttons.ui-desktop .btn .text {
  padding-left: 7px;
  padding-right: 5px;
}
@media (max-width: 479px) {
  .header-buttons.ui-desktop .btn .text {
    display: none;
  }
}
.header-buttons.ui-mobile {
  display: none;
  justify-content: space-between;
  position: absolute;
  left: 10px;
  right: 10px;
}
@media (max-width: 991px) {
  .header-buttons.ui-mobile {
    display: flex;
  }
}
.header-buttons.ui-mobile .item {
  display: inline-flex;
}
.header-buttons.ui-mobile .btn {
  display: inline-flex;
  align-items: center;
  font-family: inherit;
  text-align: left;
}
.header-buttons.ui-mobile .btn .icon {
  font-size: 24px;
  color: #5e788f;
}
.header-buttons.ui-mobile .btn .icon svg {
  fill: #5e788f;
}
.header-buttons.ui-mobile .btn .text {
  font-weight: 900;
  letter-spacing: -0.5px;
  font-size: 11px;
  color: #5e788f;
  text-transform: uppercase;
  flex: 1;
  padding-left: 5px;
  line-height: 1.2;
}
.header-buttons.ui-mobile .btn-online .icon {
  color: #fe7e00;
}
.header-buttons.ui-mobile .btn-online .text {
  width: -moz-min-content;
  width: min-content;
}
.header-social {
  margin-right: 10px;
}
.header-social:hover a[class*="ui-color-"] {
  opacity: 0.7;
}
.header-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 45px;
  font-size: 14px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  transition: 0.3s;
}
.header-social a:not([class*="ui-color-"]) {
  color: #7a93a9;
  border-right: 2px solid rgba(219, 226, 231, 0.5);
  border-bottom: 2px solid rgba(219, 226, 231, 0.5);
  border-left: 2px solid rgba(219, 226, 231, 0.5);
}
.header-social a:not([class*="ui-color-"]):hover {
  background-color: #7a93a9;
  color: #fff;
}
.header-social a.ui-color-facebook {
  color: #fff;
  background-color: #4267b2;
}
.header-social a.ui-color-twitter {
  color: #fff;
  background-color: #000;
}
.header-social a.ui-color-instagram {
  color: #fff;
  background: #f09433;
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.header-social a.ui-color-youtube {
  color: #fff;
  background-color: red;
}
.header-social a[class*="ui-color-"]:hover {
  opacity: 1 !important;
}
.header-social a:not(:last-child) {
  margin-right: 3px;
}
.header-links {
  margin-left: 25px;
}
.header-links ul li {
  display: inline-flex;
}
.header-links ul li:not(:last-child) {
  margin-right: 15px;
}
.header-links ul li a {
  color: #7a93a9;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
.header-links ul li a::before {
  content: "";
  display: inline-flex;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: currentColor;
  opacity: 0.3;
  margin-right: 7px;
}
.header-links ul li a:hover {
  color: #fe7e00;
}
.header-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1002;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  box-shadow: 0 0px 65px rgba(94, 120, 143, 0.45);
  transition: 0.4s;
}
.header-sticky:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}
.header-sticky &gt; div {
  height: 60px;
  position: relative;
  justify-content: space-between;
}
.header-sticky .logo {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.header-sticky .logo a {
  display: block;
  position: relative;
}
.header-sticky .logo img {
  width: 75px;
  border-radius: 11px;
}
.header-sticky .btn-item {
  display: inline-flex;
  align-items: center;
  font-family: inherit;
  color: #5e788f;
  transition: 0.3s;
  border-right: 2px solid rgba(94, 120, 143, 0.1);
  border-bottom: 2px solid rgba(94, 120, 143, 0.1);
  border-left: 2px solid rgba(94, 120, 143, 0.1);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-sticky .btn-item .icon {
  font-size: 24px;
}
.header-sticky .btn-item &gt; .text {
  text-transform: uppercase;
  color: currentColor;
  opacity: 0.5;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin-left: 7px;
  position: relative;
}
.header-sticky .btn-item:hover {
  color: #fe7e00;
}
.header-sticky .btn-item.ui-bar .icon svg {
  fill: currentColor;
}
.header-sticky .btn-item.ui-search {
  margin-left: 10px;
}
.header-sticky__left {
  align-items: center;
  height: 45px;
}
@media (max-width: 479px) {
  .header-sticky__left .btn-item.ui-bar .text {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .header-sticky__left .header-links {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-sticky__right .header-buttons.ui-style-1 .btn.ui-summary {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 991px) {
  .header-sticky__right .header-buttons.ui-style-1 .btn.ui-summary {
    margin-right: 0 !important;
  }
}
@media (max-width: 479px) {
  .header-sticky__right .header-buttons.ui-style-1 .btn.ui-summary .desc {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-sticky__right .header-buttons.ui-style-1 .btn.ui-serinokta {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .header-sticky__right .btn-item.ui-search {
    display: none !important;
  }
}
.navigation {
  display: flex;
  justify-content: space-between;
  margin-left: -13px;
  margin-right: -13px;
}
@media (min-width: 1750px) {
  .navigation {
    margin-left: -17px;
    margin-right: -17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.navigation-item {
  padding-left: 13px;
  padding-right: 13px;
}
@media (min-width: 1750px) {
  .navigation-item {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation-item {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.navigation-item.is-triangle &gt; a::after,
.navigation-item.is-triangle &gt; button::after {
  display: block;
}
.navigation-item &gt; a,
.navigation-item &gt; button {
  display: inline-flex;
  align-items: center;
  color: #5e788f;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  height: 60px;
  font-family: inherit;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation-item &gt; a,
  .navigation-item &gt; button {
    font-size: 12px;
  }
}
.navigation-item &gt; a::before,
.navigation-item &gt; button::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  margin: 0 auto;
  background: #fe7e00;
  width: 0;
  transition: width 0.3s;
}
.navigation-item &gt; a::after,
.navigation-item &gt; button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 2;
  margin: 0 auto;
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  border-bottom: 11px solid #fff;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.navigation-item:hover &gt; a,
.navigation-item:hover &gt; button {
  color: #fe7e00;
}
.navigation-item:hover &gt; a::before,
.navigation-item:hover &gt; button::before {
  width: 100%;
}
.navigation-item:hover &gt; a::after,
.navigation-item:hover &gt; button::after {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.navigation-item:hover &gt; .navigation-links {
  opacity: 1;
  visibility: visible;
}
.navigation-item:hover .navigation-dropdown {
  opacity: 1;
  visibility: visible;
}
.navigation-item:hover .navigation-dropdown__content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 0.3s;
}
.navigation-links {
  position: absolute;
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0 30px 40px rgba(69, 95, 118, 0.3);
  min-width: 210px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.navigation-links &gt; li {
  display: block;
}
.navigation-links &gt; li &gt; a {
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.3px;
  padding: 12px 25px;
  color: #5e788f;
  transition: 0.3s;
}
.navigation-links &gt; li &gt; a:hover {
  color: #fff;
  background: #035e71;
}
.navigation-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
.navigation-dropdown:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
}
.navigation-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(219, 226, 231, 0.4);
}
.navigation-dropdown::after {
  display: none;
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../images/section-bg-gallery.png);
  opacity: 0.35;
  filter: blur(2px);
}
.navigation-dropdown__content {
  position: relative;
  z-index: 3;
}
.navigation-dropdown__content:not(.ui-no-gutter) {
  padding-top: 100px;
  padding-bottom: 55px;
}
.navigation-dropdown__content.ui-services {
  padding-bottom: 40px;
}
.navigation-dropdown__content.ui-current {
  padding-top: 80px;
  padding-bottom: 20px;
}
.navigation-dropdown__content:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.navigation-dropdown__content-list:not([class*="ui-color-"]) ul li a {
  border: 1px solid rgba(122, 147, 169, 0.2);
}
.navigation-dropdown__content-list:not([class*="ui-color-"]) ul li a .icon {
  color: rgba(122, 147, 169, 0.3);
}
.navigation-dropdown__content-list:not([class*="ui-color-"])
  ul
  li
  a
  .desc
  .title {
  color: #5e788f;
}
.navigation-dropdown__content-list:not([class*="ui-color-"]) ul li a:hover {
  border: 1px solid #fff;
}
.navigation-dropdown__content-list.ui-color-1 ul li a {
  background-color: #7a93a9;
}
.navigation-dropdown__content-list.ui-color-1 ul li a .icon {
  color: #fff;
}
.navigation-dropdown__content-list.ui-color-1 ul li a .desc .title {
  color: #fff;
}
.navigation-dropdown__content-list.ui-style-1:not([class*="ui-size-"]) ul li a {
  padding-left: 20px;
  padding-right: 20px;
}
.navigation-dropdown__content-list.ui-style-1:not([class*="ui-size-"])
  ul
  li
  a
  .icon {
  font-size: 28px;
  width: 28px;
}
.navigation-dropdown__content-list.ui-style-1:not([class*="ui-size-"])
  ul
  li
  a
  .desc {
  padding-left: 13px;
}
.navigation-dropdown__content-list.ui-style-1.ui-size-large ul li a {
  padding-left: 25px;
  padding-right: 25px;
}
.navigation-dropdown__content-list.ui-style-1.ui-size-large .icon {
  font-size: 42px;
  width: 42px;
}
.navigation-dropdown__content-list.ui-style-1.ui-size-large .desc {
  padding-left: 20px;
}
.navigation-dropdown__content-list.ui-style-1.ui-size-large .desc .title {
  font-size: 16px;
  letter-spacing: -0.5px;
}
.navigation-dropdown__content-list.ui-style-1 ul {
  justify-content: center;
}
.navigation-dropdown__content-list.ui-style-1 ul li {
  margin-bottom: 10px;
}
.navigation-dropdown__content-list.ui-style-1 ul li a {
  height: 90px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  transition: 0.3s;
}
.navigation-dropdown__content-list.ui-style-1 ul li a .icon {
  justify-content: center;
}
.navigation-dropdown__content-list.ui-style-1 ul li a .desc {
  flex: 1;
}
.navigation-dropdown__content-list.ui-style-1 ul li a .desc .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
  line-height: 1.35;
}
.navigation-dropdown__content-list.ui-style-2 ul li {
  margin-bottom: 10px;
}
.navigation-dropdown__content-list.ui-style-2 ul li a {
  display: flex;
  align-items: center;
  border-radius: 11px;
  transition: 0.3s;
}
.navigation-dropdown__content-list.ui-style-2 ul li a .icon {
  height: 57px;
  width: 50px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(122, 147, 169, 0.1);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -1.5px;
  padding-left: 4px;
}
.navigation-dropdown__content-list.ui-style-2 ul li a .desc {
  flex: 1;
  padding-left: 12px;
  padding-right: 15px;
}
.navigation-dropdown__content-list.ui-style-2 ul li a .desc .title {
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}
.navigation-dropdown__content-list.ui-style-pic {
  margin-top: 22px;
}
.navigation-dropdown__content-list.ui-style-pic ul li:nth-last-child(n + 4) {
  margin-bottom: 20px;
}
.navigation-dropdown__content-list.ui-style-pic ul li a {
  display: flex;
  align-items: center;
  border-radius: 11px;
  padding: 5px;
  transition: 0.3s;
}
.navigation-dropdown__content-list.ui-style-pic
  ul
  li
  a:hover
  .list-overlay::after {
  background-color: #fe7e00;
  opacity: 0.75;
}
.navigation-dropdown__content-list.ui-style-pic .list-left {
  position: relative;
  width: 95px;
  height: 70px;
}
.navigation-dropdown__content-list.ui-style-pic .list-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.navigation-dropdown__content-list.ui-style-pic .list-overlay::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #000;
  transition: 0.3s;
  opacity: 0.2;
  border-radius: 11px;
}
.navigation-dropdown__content-list.ui-style-pic .list-overlay .icon {
  color: #fff;
  font-size: 18px;
  padding-left: 2px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.navigation-dropdown__content-list.ui-style-pic .photo {
  border-radius: 11px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.navigation-dropdown__content-list.ui-style-pic .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.navigation-dropdown__content-list.ui-style-pic .desc {
  padding-left: 13px;
  padding-right: 5px;
  position: relative;
  flex: 0 0 calc(100% - 95px);
  max-width: calc(100% - 95px);
}
.navigation-dropdown__content-list ul li a .desc .title {
  font-weight: 800;
  font-size: 13px;
  letter-spacing: -0.3px;
  line-height: 1.4;
}
.navigation-dropdown__content-list ul li a .desc .text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}
.navigation-dropdown__content-list ul li a:hover {
  background-color: #fff;
  box-shadow: 5px 5px 30px rgba(69, 95, 118, 0.2);
}
.navigation-dropdown__content-list ul li a:hover .icon {
  color: #fe7e00;
}
.navigation-dropdown__content-list ul li a:hover .desc .title {
  color: #5e788f;
}
.navigation-dropdown__content-list ul li a:hover .desc .text {
  color: rgba(122, 147, 169, 0.7);
}
.navigation-dropdown__content-header {
  margin-bottom: 5px;
}
.navigation-dropdown__content-header.ui-d-flex {
  align-items: center;
  justify-content: space-between;
}
.navigation-dropdown__content-header.ui-videos {
  position: relative;
  top: 10px;
}
.navigation-dropdown__content-header .title {
  color: rgba(122, 147, 169, 0.3);
  font-size: 28px;
  font-family: "Bebas Neue", cursive;
  line-height: 1;
  letter-spacing: -0.5px;
}
.navigation-dropdown__content-header .link {
  font-size: 18px;
  font-family: "Bebas Neue", cursive;
  display: inline-flex;
  align-items: center;
  color: #7a93a9;
  opacity: 0.6;
  transition: 0.3s;
}
.navigation-dropdown__content-header .link .icon {
  margin-left: 5px;
  margin-top: -5px;
}
.navigation-dropdown__content-header .link:hover {
  opacity: 0.9;
}
.navigation-dropdown__content-item.ui-current {
  padding-top: 50px;
}
.navigation-dropdown__content-item.ui-other {
  padding-top: 85px;
}
.navigation-dropdown__content-item:not(:last-child) {
  margin-bottom: 35px;
}
.navigation-dropdown__banner .owl-stage {
  padding-left: 0 !important;
}
.navigation-dropdown__banner .photo {
  background-color: #fff;
  border-radius: 11px;
  padding: 7px;
}
.navigation-dropdown__banner .photo img {
  border-radius: 11px;
}
.navigation-dropdown__services .owl-item:not(.active) .item {
  opacity: 0;
  visibility: hidden;
}
.navigation-dropdown__services .item {
  transition: 0.3s;
}
.navigation-dropdown__services .item a {
  display: block;
  position: relative;
}
.navigation-dropdown__services .item a:hover .item-footer {
  background-color: #1c6e7f;
}
.navigation-dropdown__services .item a:hover .item-footer .title {
  color: #fff;
}
.navigation-dropdown__services .item-header {
  height: 90px;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  background-color: rgba(94, 120, 143, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
}
.navigation-dropdown__services .item-header .heading {
  color: #fff;
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
.navigation-dropdown__services .item-photo {
  height: 90px;
  overflow: hidden;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}
.navigation-dropdown__services .item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.navigation-dropdown__services .item-footer {
  background-color: #fff;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  border-top: 3px solid #fe7e00;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
}
.navigation-dropdown__services .item-footer .title {
  color: #7a93a9;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}
.navigation-dropdown__tab-container .headlinenews-other {
  margin-top: 10px;
}
.navigation-dropdown__tab-container
  .boxes
  .owl-boxes
  .owl-stage
  .owl-item
  .item {
  margin-top: 40px;
  margin-bottom: 20px;
}
.navigation-dropdown__tab-container
  .boxes
  .owl-boxes
  .owl-stage
  .owl-item:not(.active)
  .item {
  opacity: 0;
  visibility: hidden;
}
.navigation-dropdown__tab-container
  .boxes
  .owl-boxes
  .owl-stage
  .owl-item
  .item {
  transition: 0.3s;
}
.navigation-dropdown__tab-container .boxes .owl-boxes .owl-dots {
  margin-top: 10px;
}
.navigation-dropdown__tab-container
  .activities
  .owl-activities
  .owl-item
  &gt; .item {
  margin-top: 40px;
  margin-bottom: 40px;
  transition: 0.4s;
  will-change: opacity;
}
.navigation-dropdown__tab-container
  .activities
  .owl-activities
  .owl-item:not(.active)
  .item {
  opacity: 0;
  visibility: hidden;
}
.navigation-dropdown__tab-container .activities .owl-nav button.owl-prev {
  left: -30px;
}
.navigation-dropdown__tab-container .activities .owl-nav button.owl-next {
  right: -30px;
}
.navigation-dropdown__tab-content.ui-tab-ann .buttons-container {
  position: absolute;
  right: 20px;
  bottom: 25px;
  z-index: 3;
}
.navigation-dropdown__videos {
  margin-top: -10px;
}
.navigation-dropdown__videos .owl-gallery .owl-item .item {
  margin-top: 15px;
  margin-bottom: 15px;
  transition: 0.4s;
  will-change: opacity;
}
.navigation-dropdown__videos .owl-gallery .owl-item:not(.active) .item {
  opacity: 0;
  visibility: hidden;
}
.navigation-dropdown__videos .owl-gallery .owl-dots {
  margin-top: 20px;
}
.navigation-dropdown__videos .owl-gallery .owl-nav {
  right: 0 !important;
}
.nav-mobile {
  position: fixed;
  background-color: rgba(2, 47, 57, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11111;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  transition: 0.3s;
  padding-left: 10px;
  padding-right: 10px;
}
.nav-mobile.is-visible {
  opacity: 1;
  visibility: visible;
}
.nav-mobile__wrapper {
  background: #dbe2e7;
  width: 750px;
  max-height: 90vh;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10%);
  transition: 0.4s;
  will-change: opacity, transform;
}
@media (max-width: 767px) {
  .nav-mobile__wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .nav-mobile__wrapper {
    max-width: 390px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .nav-mobile__wrapper {
    max-width: 600px;
  }
}
.nav-mobile__wrapper.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-mobile__header {
  position: relative;
  z-index: 2;
}
.nav-mobile__header-body {
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  height: 70px;
  border-bottom: 1px solid rgba(94, 120, 143, 0.06);
}
@media (max-width: 479px) {
  .nav-mobile__header-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.nav-mobile__header-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.nav-mobile__header-logo a {
  display: block;
  position: relative;
}
.nav-mobile__header-logo a img {
  width: 85px;
  border-radius: 11px;
}
.nav-mobile__header-close {
  display: inline-flex;
  color: #7a93a9;
}
.nav-mobile__header-close .icon {
  font-size: 28px;
}
.nav-mobile__content {
  height: calc(100% - 120px);
  overflow-y: auto;
}
.nav-mobile__content &gt; ul {
  padding-top: 15px;
  padding-bottom: 15px;
}
.nav-mobile__content &gt; ul:not(:last-child) {
  border-bottom: 1px solid rgba(94, 120, 143, 0.06);
}
.nav-mobile__content-list &gt; li.is-open &gt; a {
  background: #fff;
}
.nav-mobile__content-list &gt; li.is-open &gt; a .heading .text {
  color: #fe7e00;
}
.nav-mobile__content-list &gt; li.is-open &gt; a .heading .icon {
  color: rgba(254, 126, 0, 0.3);
}
.nav-mobile__content-list &gt; li &gt; a {
  padding: 18px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
}
@media (max-width: 479px) {
  .nav-mobile__content-list &gt; li &gt; a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.nav-mobile__content-list &gt; li &gt; a .icon.ui-plus {
  color: #fe7e00;
  font-size: 20px;
}
.nav-mobile__content-list &gt; li &gt; a .icon.ui-plus .fa-secondary {
  opacity: 0.1;
}
.nav-mobile__content-list &gt; li &gt; a .heading {
  display: inline-flex;
  align-items: center;
}
.nav-mobile__content-list &gt; li &gt; a .heading .text {
  color: #5e788f;
  font-size: 18px;
  font-weight: 800;
}
.nav-mobile__content-list &gt; li &gt; a .heading .icon {
  margin-right: 15px;
  font-size: 24px;
  color: rgba(122, 147, 169, 0.2);
}
.nav-mobile__content-other {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 479px) {
  .nav-mobile__content-other {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.nav-mobile__sub {
  display: none;
  background: rgba(94, 120, 143, 0.06);
}
.nav-mobile__sub li {
  padding-left: 103px;
}
@media (max-width: 479px) {
  .nav-mobile__sub li {
    padding-left: 60px;
  }
}
.nav-mobile__sub li:not(:last-child) a {
  border-bottom: 1px solid rgba(94, 120, 143, 0.06);
}
.nav-mobile__sub li a {
  color: #5e788f;
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding: 10px 5px;
}
.nav-mobile__footer {
  padding-left: 60px;
  padding-right: 60px;
  height: 50px;
  border-top: 1px solid rgba(94, 120, 143, 0.06);
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .nav-mobile__footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.nav-mobile__footer a {
  display: inline-flex;
  color: #7a93a9;
  font-size: 14px;
}
.nav-mobile__footer a:not(:last-child) {
  margin-right: 20px;
}
.nav-mobile__sticky-wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  display: none;
}
@media (max-width: 767px) {
  .nav-mobile__sticky-wrapper {
    display: block;
  }
}
.nav-mobile__sticky-headings {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 -10px 30px rgba(94, 120, 143, 0.2);
  z-index: 10;
}
.nav-mobile__sticky-headings ul {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 480px) and (max-width: 767px) {
  .nav-mobile__sticky-headings ul {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.nav-mobile__sticky-headings ul li {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
}
.nav-mobile__sticky-headings ul li.is-current a:not(.ui-item-search) .icon,
.nav-mobile__sticky-headings ul li.is-current a:not(.ui-item-search) .heading,
.nav-mobile__sticky-headings ul li.is-current button:not(.ui-item-search) .icon,
.nav-mobile__sticky-headings
  ul
  li.is-current
  button:not(.ui-item-search)
  .heading {
  color: #fe7e00;
}
.nav-mobile__sticky-headings ul li a,
.nav-mobile__sticky-headings ul li button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-mobile__sticky-headings ul li a:not(.ui-item-search),
.nav-mobile__sticky-headings ul li button:not(.ui-item-search) {
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: 60px;
}
.nav-mobile__sticky-headings ul li a:not(.ui-item-search) .icon,
.nav-mobile__sticky-headings ul li button:not(.ui-item-search) .icon {
  color: #5e788f;
  opacity: 0.4;
  font-size: 20px;
}
.nav-mobile__sticky-headings ul li a:not(.ui-item-search) .heading,
.nav-mobile__sticky-headings ul li button:not(.ui-item-search) .heading {
  font-size: 11px;
  line-height: 1.2;
  margin-top: 5px;
  font-weight: 700;
  color: #035e71;
}
.nav-mobile__sticky-headings ul li a:not(.ui-item-search) .figure img,
.nav-mobile__sticky-headings ul li button:not(.ui-item-search) .figure img {
  width: 40px;
}
.nav-mobile__sticky-headings ul li a.ui-item-search,
.nav-mobile__sticky-headings ul li button.ui-item-search {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -13px;
  background-color: #fe7e00;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 0 5px rgba(94, 120, 143, 0.2);
}
.nav-mobile__sticky-headings ul li a.ui-item-search .icon,
.nav-mobile__sticky-headings ul li button.ui-item-search .icon {
  color: #fff;
  font-size: 24px;
}
.nav-mobile__sticky-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(2, 47, 57, 0.8);
  transition: 0.3s;
}
.nav-mobile__sticky-container:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
}
.nav-mobile__sticky-content {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  height: 80%;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  will-change: transform;
  transition: 0.4s;
}
@media (min-width: 480px) and (max-width: 767px) {
  .nav-mobile__sticky-content {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.nav-mobile__sticky-content:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  will-change: transform;
}
.nav-mobile__sticky-content .activities &gt; ul {
  position: relative;
}
.nav-mobile__sticky-content .activities &gt; ul::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
  height: 25px;
}
.nav-mobile__sticky-content .card-state {
  padding-bottom: 20px;
}
.nav-mobile__sticky-list ul {
  row-gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  .nav-mobile__sticky-list ul {
    flex-direction: column;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .nav-mobile__sticky-list ul {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .nav-mobile__sticky-list ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.nav-mobile__sticky-list ul li a {
  display: flex;
  align-items: center;
  border-radius: 15px;
  transition: 0.3s;
  border: 1px solid rgba(94, 120, 143, 0.2);
}
.nav-mobile__sticky-list ul li a .icon {
  height: 57px;
  width: 50px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(94, 120, 143, 0.1);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -1.5px;
  padding-left: 4px;
  color: rgba(94, 120, 143, 0.3);
}
.nav-mobile__sticky-list ul li a .desc {
  flex: 1;
  padding-left: 12px;
  padding-right: 15px;
}
.nav-mobile__sticky-list ul li a .desc .title {
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
  color: #5e788f;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: -0.3px;
  line-height: 1.4;
}
.nav-mobile__content-header {
  align-items: center;
  justify-content: space-between;
  height: 75px;
  padding-left: 20px;
  padding-right: 20px;
}
.nav-mobile__content-header .heading {
  color: rgba(122, 147, 169, 0.2);
  font-size: 28px;
  font-family: "Bebas Neue", cursive;
  line-height: 1;
}
.nav-mobile__content-header .close {
  display: inline-flex;
}
.nav-mobile__content-header .close .icon {
  color: rgba(122, 147, 169, 0.65);
  font-size: 24px;
}
.nav-mobile__content-wrapper {
  height: calc(100% - 70px);
  overflow-y: auto;
  scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.1);
  scrollbar-width: thin;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.nav-mobile__content-wrapper::-webkit-scrollbar-track {
  background-color: rgba(254, 126, 0, 0.1);
}
.nav-mobile__content-wrapper::-webkit-scrollbar {
  width: 5px;
}
.nav-mobile__content-wrapper::-webkit-scrollbar-thumb {
  background-color: #fe7e00;
}
.nav-mobile__content-wrapper .list-nav {
  overflow-x: auto;
  margin-right: -20px;
}
.nav-mobile__content-wrapper .list-nav ul li {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.nav-mobile__content-wrapper .list-nav ul li:not(:last-child) {
  margin-right: 10px;
}
.nav-mobile__content-wrapper .list-nav ul li a {
  background-color: rgba(219, 226, 231, 0.5);
}
.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  box-sizing: inherit;
}
.footer {
  position: relative;
  z-index: 995;
  background-color: #fff;
}
@media (max-width: 767px) {
  .footer {
    margin-bottom: 60px;
  }
}
.footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  background-color: rgba(219, 226, 231, 0.5);
  box-shadow: inset 0 20px 60px rgba(69, 95, 118, 0.2);
}
@media (min-width: 1200px) {
  .footer::after {
    right: -100px;
    left: -100px;
  }
}
@media (max-width: 1199px) {
  .footer::after {
    right: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .footer-top .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .footer-top .container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .footer-card:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-card.ui-ftr-services {
    position: relative;
  }
  .footer-card.ui-ftr-services .footer-links.ui-list-btn {
    position: absolute;
    right: 30px;
    top: 16px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .footer-heading {
    color: #455f76;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
  }
}
@media (max-width: 769px) {
  .footer-heading {
    color: #455f76;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .footer-heading::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid rgba(94, 120, 143, 0.25);
    border-right: 1px solid rgba(94, 120, 143, 0.25);
  }
}
@media (max-width: 767px) {
  .footer-links {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.footer-links:not(.ui-list-btn) ul li:not(:last-child) {
  margin-bottom: 9px;
}
.footer-links:not(.ui-list-btn) ul li a {
  display: flex;
  align-items: center;
  color: #7a93a9;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  line-height: 1.5;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .footer-links:not(.ui-list-btn) ul li a {
    padding-right: 10px;
  }
}
.footer-links:not(.ui-list-btn) ul li a::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 0;
  display: inline-flex;
  width: 5px;
  height: 5px;
  border: 1px solid currentColor;
  opacity: 0.5;
}
.footer-links:not(.ui-list-btn) ul li a:hover {
  color: #fe7e00;
}
.footer-links.ui-list-btn ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-links.ui-list-btn ul li {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footer-links.ui-list-btn ul li:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .footer-links.ui-list-btn ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .footer-links.ui-list-btn ul li a {
    display: inline-flex;
    background-color: #dbe2e7;
    border-radius: 11px;
    padding: 8px 12px;
    color: #5e788f;
    font-size: 13px;
    font-weight: 600;
    transition: 0.3s;
  }
  .footer-links.ui-list-btn ul li a:hover {
    background-color: #035e71;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .footer-links.ui-list-btn ul li a {
    display: flex;
    align-items: center;
    color: #7a93a9;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    line-height: 1.5;
    padding-left: 15px;
  }
  .footer-links.ui-list-btn ul li a::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
    display: inline-flex;
    width: 5px;
    height: 5px;
    border: 1px solid currentColor;
    opacity: 0.5;
  }
  .footer-links.ui-list-btn ul li a:hover {
    color: #fe7e00;
  }
}
@media (max-width: 767px) {
  .footer-contact__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-contact__wrapper &gt; div {
    width: 100%;
  }
}
.footer-contact:not(.ui-not) {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 30px rgba(94, 120, 143, 0.08);
  border-radius: 15px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .footer-contact:not(.ui-not) {
    padding-top: 75px;
  }
}
@media (max-width: 991px) {
  .footer-contact:not(.ui-not) {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer-contact:not(.ui-not) {
    order: 2;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-contact:not(.ui-not) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-contact:not(.ui-not) ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.footer-contact:not(.ui-not) ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-contact:not(.ui-not) ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-contact:not(.ui-not) ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-contact:not(.ui-not) ul li:not(:nth-last-child(-n + 2)) {
    margin-bottom: 10px;
  }
}
.footer-contact:not(.ui-not) .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-contact:not(.ui-not) .item:hover .icon {
  background-color: #fe7e00;
  color: #fff;
}
.footer-contact:not(.ui-not) .item .icon {
  width: 45px;
  height: 45px;
  color: #455f76;
  background-color: rgba(219, 226, 231, 0.5);
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  transition: 0.3s;
}
.footer-contact:not(.ui-not) .item .desc {
  flex: 1;
  padding-left: 13px;
}
.footer-contact:not(.ui-not) .item .desc .phone {
  color: #455f76;
  font-weight: 900;
  letter-spacing: -0.5px;
  font-size: 26px;
}
.footer-contact:not(.ui-not) .item .desc .phone span:first-child {
  font-size: 18px;
}
.footer-contact:not(.ui-not) .item .desc .text {
  color: #5e788f;
  font-size: 13px;
  line-height: 1.4;
}
.footer-contact:not(:last-child) {
  margin-bottom: 20px;
}
.footer-bottom {
  background-color: rgba(69, 95, 118, 0.1);
}
.footer-bottom .container {
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .footer-bottom .container {
    flex-direction: column;
    text-align: center;
  }
}
.footer-bottom .container .text {
  font-size: 14px;
  color: #7a93a9;
  text-shadow: 0 0 1px #e1d9d9fa;}
@media (max-width: 479px) {
  .footer-bottom .container .text {
    font-size: 13px;
  }
}
.footer-bottom .container .text strong {
  font-weight: 900;
}
@media (min-width: 768px) {
  .footer-sub {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .footer-sub &gt; .row &gt; div:not(:last-child) {
    margin-bottom: 20px;
  }
}
.footer-sub__heading .title {
  color: #fe7e00;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.1;
}
.footer-sub__heading .text {
  font-weight: 700;
  margin-top: 10px;
}
@media (min-width: 480px) {
  .footer-sub__heading .text {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .footer-sub__heading .text {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .footer-sub__heading .text {
    padding-right: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-sub__heading .text {
    font-size: 14px;
  }
}
.footer-sub .item {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 30px rgba(94, 120, 143, 0.08);
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 480px) {
  .footer-sub .item {
    padding: 30px 40px;
  }
}
@media (max-width: 479px) {
  .footer-sub .item {
    padding: 25px 25px 10px 25px;
  }
}
.footer-sub__content form .form-messages {
  display: none;
}
.footer-sub__content form &gt; ul {
  margin-top: 20px;
}
.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  box-sizing: inherit;
}
.form.ui-bg {
  background-color: #fff;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .form.ui-bg {
    padding: 50px 60px;
  }
}
@media (max-width: 767px) {
  .form.ui-bg {
    padding: 30px;
  }
}
.form.ui-form-membership .form-messages,
.form.ui-form-serinokta .form-messages {
  display: none;
}
.form-stage:first-child {
  margin-top: 20px;
}
.form-stage:not(:last-child) {
  margin-bottom: 20px;
}
.form-stage &gt; ul {
  padding-left: 15px;
  padding-right: 15px;
}
.form-stage &gt; ul &gt; * {
  position: relative;
}
.form-stage &gt; ul &gt; *:not(:last-child) {
  margin-bottom: 15px;
}
.form-stage__header {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 25px;
  border: 1px solid rgba(94, 120, 143, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-stage__header .heading {
  color: #fe7e00;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.75px;
}
.form-stage__header .icon {
  font-size: 24px;
  color: #7a93a9;
  opacity: 0.5;
}
.form &gt; form &gt; ul &gt; * {
  position: relative;
}
.form &gt; form &gt; ul &gt; *:not(:last-child) {
  margin-bottom: 15px;
}
.form-field.ui-selectbox .form-error {
  right: 45px;
}
.form-field.ui-selectbox .form-star {
  right: 45px;
}
.form-field.ui-textarea .form-error {
  top: 15px;
  transform: translateY(0);
}
.form-field.ui-inputfile .form-error {
  right: 55px;
}
@media (min-width: 768px) {
  .form-field.ui-form-error-pos-bottom .form-error {
    position: relative;
    top: inherit;
    right: inherit;
    left: 15px;
    transform: translateY(0);
  }
}
.form-field .heading {
  color: #035e71;
  font-size: 13px;
  font-weight: 700;
}
.form-field .icon:not(.ui-arrow) {
  position: absolute;
  left: 0;
  top: 23px;
  width: 55px;
  justify-content: center;
  color: #fe7e00;
}
.form-field .icon:not(.ui-arrow).ui-right {
  left: inherit;
  right: 5px;
  z-index: 2;
}
.form-field.is-error input,
.form-field.is-error textarea,
.form-field.is-error label,
.form-field.is-error select {
  border: 2px solid red !important;
  background-color: rgba(255, 0, 0, 0.07);
  color: red;
}
.form-field.is-error input::-moz-placeholder,
.form-field.is-error textarea::-moz-placeholder,
.form-field.is-error label::-moz-placeholder,
.form-field.is-error select::-moz-placeholder {
  color: red;
}
.form-field.is-error input::placeholder,
.form-field.is-error textarea::placeholder,
.form-field.is-error label::placeholder,
.form-field.is-error select::placeholder {
  color: red;
}
.form-field.is-error .icon,
.form-field.is-error label {
  color: red !important;
}
.form-field input,
.form-field textarea {
  width: 100%;
  height: 60px;
  border-radius: 15px;
  font-family: inherit;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #7a93a9;
  font-size: 14px;
  font-weight: 600;
  background: rgba(219, 226, 231, 0.5);
  transition: 0.3s;
}
.form-field input:focus,
.form-field textarea:focus {
  outline: 0;
  background-color: #fff;
  border: 1px solid rgba(94, 120, 143, 0.1);
}
.form-field input::-moz-placeholder,
.form-field textarea::-moz-placeholder {
  color: #7a93a9;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #7a93a9;
}
.form-field textarea {
  padding-top: 20px;
  height: 140px;
  display: block;
  border: 0 none;
}
.form-field .icon.ui-arrow {
  position: absolute;
  pointer-events: none;
  top: 25px;
  right: 25px;
  font-size: 14px;
  opacity: 0.5;
  transition: 0.3s;
}
.form-group {
  position: relative;
}
.form-note {
  background-color: rgba(254, 126, 0, 0.1);
  color: #fe7e00;
  font-size: 13px;
  border-radius: 15px;
  padding: 10px 25px;
  margin-top: 5px;
}
.form-note strong {
  font-weight: 800;
}
.form-star {
  position: absolute;
  top: 27px;
  right: 20px;
  color: red;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}
.form-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.form-footer:not(.ui-no-padding-h) {
  padding-left: 10px;
  padding-right: 10px;
}
.form-kvkk {
  display: flex;
  flex-direction: column;
}
.form-send.ui-style-footer &gt; input,
.form-send.ui-style-footer &gt; button {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}
.form-send:not(.is-hidden) &gt; input,
.form-send:not(.is-hidden) &gt; button {
  background: #035e71;
  color: #fff;
}
.form-send:not(.is-hidden) &gt; input:hover,
.form-send:not(.is-hidden) &gt; button:hover {
  background-color: #fe7e00;
  box-shadow: 5px 5px 20px rgba(254, 126, 0, 0.2);
}
.form-send.is-hidden &gt; input,
.form-send.is-hidden &gt; button {
  background-color: rgba(219, 226, 231, 0.7);
  color: #7a93a9;
  pointer-events: none;
}
.form-send &gt; input,
.form-send &gt; button {
  height: 60px;
  font-family: inherit;
  width: 100%;
  border: 0 none;
  text-align: center;
  border-radius: 15px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: inherit;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: 0.3s;
  position: relative;
  will-change: transform;
}
.form-error {
  position: absolute;
  top: 21px;
  right: 25px;
  color: red;
  font-size: 12px;
  font-weight: 500;
}
.form-messages {
  border-radius: 15px;
  padding: 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.form-messages.ui-success {
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}
.form-messages.ui-error {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}
@media (min-width: 768px) {
  .logos {
    position: absolute;
    top: -80px;
    right: -115px;
  }
}
@media (max-width: 767px) {
  .logos {
    display: none;
  }
}
.logos ul {
  justify-content: center;
}
.logos ul li a {
  height: 120px;
  display: block;
  position: relative;
}
.logos ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.list-shortcuts.ui-item-fixed ul li:not(:first-child) a:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.list-shortcuts.ui-item-fixed ul li:first-child a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1px;
  right: -17px;
  bottom: 2px;
  left: -17px;
  background-color: #fe7e00;
  border-radius: 11px;
}
.list-shortcuts.ui-item-fixed ul li:first-child .icon {
  color: #fff;
}
.list-shortcuts.ui-item-fixed ul li:first-child .description .title {
  color: #fff;
}
.list-shortcuts.ui-item-fixed ul li:first-child .description .text {
  color: rgba(255, 255, 255, 0.7);
}
.list-shortcuts:not(.ui-item-fixed) ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.list-shortcuts:not([class*="ui-style-"]) ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1px;
  right: -17px;
  bottom: 2px;
  left: -17px;
  background-color: rgba(219, 226, 231, 0.4);
  border-radius: 11px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.97);
  transition: 0.3s;
}
.list-shortcuts:not([class*="ui-style-"]):not([class*="ui-size-"])
  .description
  .title {
  font-size: 16px;
  letter-spacing: -0.5px;
}
.list-shortcuts:not([class*="ui-style-"]).ui-size-small .description .title {
  font-size: 13px;
  letter-spacing: -0.3px;
}
.list-shortcuts:not([class*="ui-style-"]) .icon {
  flex: 0 0 40px;
  max-width: 40px;
  color: #fe7e00;
  font-size: 32px;
  justify-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
}
.list-shortcuts:not([class*="ui-style-"]) .icon svg {
  fill: #fe7e00;
}
.list-shortcuts:not([class*="ui-style-"]) .description {
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.list-shortcuts:not([class*="ui-style-"]) .description .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}
.list-shortcuts.ui-style-letter ul li a:hover .letter {
  background-color: #fe7e00;
  color: #fff;
}
.list-shortcuts.ui-style-letter .letter {
  flex: 0 0 70px;
  max-width: 70px;
  height: 70px;
  text-transform: uppercase;
  background-color: rgba(254, 126, 0, 0.1);
  display: inline-flex;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  color: #fe7e00;
  font-size: 32px;
  font-weight: 900;
  transition: 0.3s;
}
.list-shortcuts.ui-style-letter .description {
  flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
}
.list-shortcuts.ui-style-letter .description .title {
  font-size: 14px;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 40px;
}
.list-shortcuts.ui-style-photo .photo {
  flex: 0 0 120px;
  max-width: 120px;
  height: 85px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(94, 120, 143, 0.1);
}
.list-shortcuts.ui-style-photo .photo:not(.ui-contain) img {
  -o-object-fit: cover;
  object-fit: cover;
}
.list-shortcuts.ui-style-photo .photo.ui-contain {
  padding: 11px;
  background-color: #fff;
}
.list-shortcuts.ui-style-photo .photo.ui-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}
.list-shortcuts.ui-style-photo .photo img {
  width: 100%;
  height: 100%;
}
.list-shortcuts.ui-style-photo .description {
  flex: 0 0 calc(100% - 120px);
  max-width: calc(100% - 120px);
}
.list-shortcuts.ui-style-photo .description .title {
  font-size: 14px;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 40px;
}
.list-shortcuts:not([class*="ui-size-"]) .description .text {
  font-size: 13px;
}
.list-shortcuts.ui-size-small .description .text {
  font-size: 12px;
}
.list-shortcuts ul li {
  position: relative;
  z-index: 1;
}
.list-shortcuts ul li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 1px;
  background-image: radial-gradient(
    rgba(94, 120, 143, 0.1) 60%,
    transparent,
    transparent
  );
}
.list-shortcuts ul li a {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}
.list-shortcuts .description {
  padding-left: 20px;
  line-height: 1.4;
}
.list-shortcuts .description .title {
  text-transform: uppercase;
  color: #5e788f;
  font-weight: 900;
}
.list-shortcuts .description .text {
  color: #7a93a9;
  margin-top: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}
.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: 15px;
  border-radius: 15px;
}
.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 &gt; .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: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: #fe7e00;
}
.list-common:not([class*="ui-style-"]) .list-common__description &gt; .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 &gt; .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 &gt; div {
  width: 100%;
  height: 100%;
}
.list-common__left &gt; .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 &gt; span,
.list-common__letter &gt; 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 &gt; .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;
}
.list-links.ui-style-between ul li a .desc {
  display: flex;
  justify-content: space-between;
}
.list-links:not([class*="ui-size-"]) &gt; ul &gt; li &gt; a {
  font-size: 13px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.list-links:not([class*="ui-size-"]) &gt; ul &gt; li &gt; a &gt; .icon {
  font-size: 20px;
  margin-top: 2px;
}
.list-links:not([class*="ui-size-"]) &gt; ul &gt; li &gt; a .desc {
  padding-left: 12px;
}
.list-links.ui-size-small &gt; ul &gt; li &gt; a {
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.list-links.ui-size-small &gt; ul &gt; li &gt; a &gt; .icon {
  font-size: 18px;
  margin-top: 1px;
}
.list-links.ui-size-small &gt; ul &gt; li &gt; a .desc {
  padding-left: 8px;
}
.list-links &gt; ul &gt; li:not(:last-child) {
  margin-bottom: 8px;
}
.list-links &gt; ul &gt; li &gt; a {
  display: flex;
  align-items: flex-start;
  color: #5e788f;
  transition: 0.3s;
  background-color: rgba(219, 226, 231, 0.4);
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 11px;
}
.list-links &gt; ul &gt; li &gt; a:hover {
  background-color: #7a93a9;
  color: #fff;
}
.list-links &gt; ul &gt; li &gt; a:hover .desc .date {
  color: rgba(255, 255, 255, 0.6);
}
.list-links &gt; ul &gt; li &gt; a:hover .desc .infos .item {
  color: rgba(255, 255, 255, 0.7);
}
.list-links &gt; ul &gt; li &gt; a &gt; .icon {
  opacity: 0.3;
}
.list-links &gt; ul &gt; li &gt; a .desc {
  flex: 1;
}
@media (max-width: 1199px) {
  .list-links &gt; ul &gt; li &gt; a .desc {
    display: flex;
    flex-direction: column;
  }
}
.list-links &gt; ul &gt; li &gt; a .desc &gt; .title {
  font-weight: 700;
}
.list-links &gt; ul &gt; li &gt; a .desc .date {
  font-size: 12px;
  color: rgba(122, 147, 169, 0.6);
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .list-links &gt; ul &gt; li &gt; a .desc .date {
    margin-top: 5px;
  }
}
.list-links &gt; ul &gt; li &gt; a .desc .date .icon {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 0px;
}
.list-links &gt; ul &gt; li &gt; a .infos {
  margin-right: 10px;
}
.list-links &gt; ul &gt; li &gt; a .infos ul {
  display: flex;
  flex-wrap: wrap;
}
.list-links &gt; ul &gt; li &gt; a .infos ul li:not(:last-child) {
  margin-right: 15px;
}
.list-links &gt; ul &gt; li &gt; a .infos .item {
  display: inline-flex;
  align-items: center;
  color: rgba(122, 147, 169, 0.7);
}
.list-links &gt; ul &gt; li &gt; a .infos .item .icon {
  font-size: 11px;
  margin-right: 5px;
  margin-top: -2px;
  opacity: 0.5;
}
.list-links &gt; ul &gt; li &gt; a .infos .item .text {
  font-size: 11px;
}
.list-activity:not(.ui-no-item-border).ui-list-ordered
  &gt; ul
  &gt; li:not(:last-child) {
  border-bottom: 1px solid rgba(94, 120, 143, 0.1);
}
.list-activity:not(.ui-no-item-border).ui-list-ordered .list-activity__item {
  padding-top: 13px;
  padding-bottom: 13px;
}
.list-activity:not(.ui-no-item-border).ui-list-ordered
  .list-activity__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-activity:not(.ui-no-item-border).ui-list-ordered
  .list-activity__item:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.list-activity.ui-list &gt; ul &gt; li {
  border-bottom: 1px solid rgba(94, 120, 143, 0.08);
}
.list-activity.ui-list .list-activity__item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.list-activity.ui-gap-1 &gt; ul &gt; li:not(:last-child) {
  margin-bottom: 10px;
}
.list-activity.ui-style-1 .list-activity__item {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  padding-right: 15px;
}
.list-activity__item {
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  align-items: center;
  z-index: 1;
}
.list-activity__left {
  align-items: center;
}
.list-activity__date {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 50px;
  margin-left: -5px;
  margin-right: 10px;
}
.list-activity__date span {
  color: #035e71;
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}
.list-activity__date span.number {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -3px;
  line-height: 1;
}
.list-activity__date span.year {
  font-weight: 900;
  font-size: 16px;
}
.list-activity__figure {
  position: relative;
  width: 150px;
  height: 175px;
  margin-left: 20px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .list-activity__figure {
    margin-left: 7px;
    width: 120px;
    height: 110px;
  }
}
.list-activity__figure .letter-bg {
  background-color: #035e71;
  border-radius: 15px;
  opacity: 0.1;
  width: 100%;
  height: 100%;
}
.list-activity__figure .letter {
  color: #035e71;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 54px;
  font-weight: 900;
}
.list-activity__photo {
  width: 65px;
  overflow: hidden;
  border-radius: 8px;
}
.list-activity__photo a {
  display: block;
  position: relative;
}
.list-activity__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list-activity__middle {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}
.list-activity__middle .title a {
  color: #fe7e00;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: 800;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 42px;
}
.list-activity__info {
  margin-top: 6px;
}
.list-activity__info ul li:not(:last-child) {
  margin-bottom: 3px;
}
.list-activity__info .item {
  font-size: 11px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-activity__info .item .icon {
  font-size: 11px;
  opacity: 0.4;
  width: 12px;
  justify-content: center;
}
.list-activity__info .item .text {
  color: #5e788f;
  flex: 1;
  padding-left: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}
.list-activity__info .item a.text:hover {
  color: #fe7e00;
}
.list-activity__right .icon {
  font-size: 20px;
  color: rgba(122, 147, 169, 0.5);
}
.list-personnel.ui-gap-1 &gt; ul &gt; li {
  margin-bottom: 30px;
}
.list-personnel ul {
  justify-content: center;
}
.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 &gt; .row {
    height: 100%;
  }
}
.list-personnel__item &gt; .row &gt; div {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .list-personnel__item &gt; .row &gt; div {
    height: 100%;
  }
}
@media (max-width: 479px) {
  .list-personnel__item &gt; .row &gt; 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;
}
.list-news.ui-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.list-news__item {
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
}
@media (min-width: 480px) {
  .list-news__item {
    flex-direction: row-reverse;
  }
}
@media (max-width: 479px) {
  .list-news__item {
    flex-direction: column-reverse;
  }
}
.list-news__item.ui-style-border {
  border: 1px solid rgba(94, 120, 143, 0.08);
}
@media (min-width: 480px) and (max-width: 767px) {
  .list-news__item.ui-style-border {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-news__item.ui-style-border {
    padding: 0;
  }
}
.list-news__item:hover .list-news__photo img {
  transform: scale(1.1);
}
@media (min-width: 480px) {
  .list-news__description {
    flex: 0 0 65%;
    max-width: 65%;
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .list-news__description {
    padding-left: 35px;
  }
}
@media (min-width: 1200px) {
  .list-news__description {
    padding-right: 50px;
  }
}
@media (max-width: 479px) {
  .list-news__description {
    padding-top: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .list-news__description {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-news__description {
    padding-left: 20px;
  }
}
.list-news__description .tag {
  text-transform: uppercase;
  color: rgba(122, 147, 169, 0.6);
  font-size: 12px;
  font-weight: 800;
}
.list-news__description .title {
  display: block;
}
@media (min-width: 1200px) {
  .list-news__description .title {
    padding-right: 50px;
  }
}
.list-news__description .title h3 {
  color: #455f76;
  font-weight: 800;
  line-height: 1.4;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}
@media (min-width: 992px) {
  .list-news__description .title h3 {
    font-size: 20px;
    letter-spacing: -0.65px;
  }
}
@media (max-width: 991px) {
  .list-news__description .title h3 {
    font-size: 16px;
    letter-spacing: -0.5px;
  }
}
.list-news__description .title h3:hover {
  color: #fe7e00;
}
.list-news__description .text {
  font-size: 14px;
  font-weight: 500;
  color: #5e788f;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
  margin-top: 10px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .list-news__description .text {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-news__description .text {
    display: none;
  }
}
.list-news__description .date {
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
  font-size: 12px;
  color: rgba(122, 147, 169, 0.5);
}
@media (min-width: 480px) and (max-width: 767px) {
  .list-news__description .date {
    margin-top: 8px;
  }
}
.list-news__description .date .icon {
  font-size: 12px;
  margin-right: 7px;
}
.list-news__description .buttons-container {
  margin-top: 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .list-news__description .buttons-container {
    margin-top: 10px;
  }
}
@media (min-width: 480px) {
  .list-news__right {
    flex: 0 0 calc(100% - 65%);
    max-width: calc(100% - 65%);
  }
}
.list-news__photo {
  border-radius: 15px;
  overflow: hidden;
  background-color: rgba(219, 226, 231, 0.5);
}
@media (min-width: 480px) {
  .list-news__photo {
    height: 222px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .list-news__photo {
    height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-news__photo {
    height: 160px;
  }
}
.list-news__photo a {
  display: block;
  position: relative;
  height: 100%;
}
.list-news__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
}
.list-multimedia.ui-gap-1 ul li {
  margin-bottom: 30px;
}
.list-multimedia__item {
  display: flex;
  flex-wrap: wrap;
}
.list-multimedia__item:hover .list-multimedia__photo img {
  transform: scale(1.1);
}
.list-multimedia__item:hover .list-multimedia__description .title {
  color: #fe7e00;
}
.list-multimedia__left {
  position: relative;
  flex: 0 0 45%;
  max-width: 45%;
  z-index: 1;
}
.list-multimedia__left::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(transparent, #02424f);
  height: 100%;
  border-bottom-left-radius: 15px;
}
.list-multimedia__photo {
  height: 150px;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.list-multimedia__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
}
.list-multimedia__total {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  background-color: #fe7e00;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  line-height: 1;
  padding: 5px 7px;
}
.list-multimedia__total .icon {
  font-size: 12px;
  margin-right: 5px;
}
.list-multimedia__total .text {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: -0.5px;
}
.list-multimedia__description {
  flex: 0 0 calc(100% - 45%);
  max-width: calc(100% - 45%);
  background-color: #fff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-multimedia__description .title {
  color: #455f76;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
  transition: 0.3s;
}
.list-multimedia__description .date {
  color: rgba(122, 147, 169, 0.5);
  font-size: 12px;
  margin-top: 6px;
}
.list-multimedia__description .date .icon {
  font-size: 12px;
  margin-right: 5px;
}
.list-nav .item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 99px;
  transition: 0.3s;
}
.list-nav .item a:hover {
  background-color: #fff;
}
.list-nav__left {
  position: relative;
}
.list-nav__left &gt; * {
  border-radius: 50%;
}
@media (min-width: 480px) {
  .list-nav__left &gt; * {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 479px) {
  .list-nav__left &gt; * {
    width: 50px;
    height: 50px;
  }
}
.list-nav .letter {
  background-color: #dbe2e7;
  color: #7a93a9;
  line-height: 1;
  font-size: 28px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.list-nav .photo {
  overflow: hidden;
}
.list-nav .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list-nav .description {
  padding-right: 10px;
}
@media (min-width: 480px) {
  .list-nav .description {
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
    padding-left: 10px;
  }
}
@media (max-width: 479px) {
  .list-nav .description {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
    padding-left: 6px;
  }
}
.list-nav .description .title {
  color: #5e788f;
  font-weight: 800;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 88px;
  transition: 0.3s;
}
@media (min-width: 480px) {
  .list-nav .description .title {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .list-nav .description .title {
    font-size: 12px;
  }
}
.mayor {
  position: relative;
}
.mayor-header {
  background-color: #fff;
  border-radius: 11px;
  position: relative;
  height: 100%;
}
.mayor-cover {
  background-color: #fff;
  border-radius: 11px;
  overflow: hidden;
}
@media (max-width: 479px) {
  .mayor-cover {
    max-height: 360px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mayor-cover {
    max-height: 550px;
  }
}
@media (max-width: 767px) {
  .mayor-cover {
    height: 90vw !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mayor-cover {
    height: 350px !important;
    overflow: hidden;
    border-radius: 11px;
  }
}
@media (min-width: 992px) {
  .mayor-cover {
    height: 100%;
  }
}
.mayor-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mayor-photo {
  position: absolute;
  bottom: 0;
  left: 15px;
}
@media (max-width: 479px) {
  .mayor-photo {
    width: 57%;
    left: 5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mayor-photo {
    width: 55%;
    left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mayor-photo {
    width: 210px;
    left: 30px;
  }
}
.mayor-photo img {
  width: 100%;
}
.mayor-body {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .mayor-body {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .mayor-body {
    padding: 7vw;
  }
}
.mayor-body::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 60%;
  z-index: -1;
  background-image: linear-gradient(transparent, #324452);
  border-radius: 11px;
}
.mayor-body__heading {
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.mayor-body__heading .title {
  letter-spacing: -1px;
  font-weight: 900;
}
@media (min-width: 480px) {
  .mayor-body__heading .title {
    font-size: 42px;
  }
}
@media (max-width: 479px) {
  .mayor-body__heading .title {
    font-size: 10vw;
  }
}
@media (min-width: 390px) and (max-width: 479px) {
  .mayor-body__heading .title {
    font-size: 42px;
  }
}
.mayor-body__heading .title span:last-child {
  font-weight: 400;
}
.mayor-body__heading .title span:first-child {
  margin-right: 5px;
}
.mayor-body__heading .rank {
  font-weight: 300;
  margin-top: 5px;
  letter-spacing: 2.1px;
}
@media (min-width: 480px) {
  .mayor-body__heading .rank {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .mayor-body__heading .rank {
    font-size: 3.9vw;
  }
}
@media (min-width: 390px) and (max-width: 479px) {
  .mayor-body__heading .rank {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .mayor-social {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .mayor-social {
    margin-top: 13px;
  }
}
.mayor-social a {
  display: inline-flex;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #fe7e00;
  transition: 0.3s;
}
@media (min-width: 480px) {
  .mayor-social a {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .mayor-social a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.mayor-social a:not(:last-child) {
  margin-right: 7px;
}
.mayor-social a:hover {
  background-color: #035e71;
  color: #fff;
}
.mayor-footer {
  background-color: #fe7e00;
  border-radius: 11px;
  box-shadow: 15px 15px 35px rgba(254, 126, 0, 0.2);
}
@media (min-width: 992px) {
  .mayor-footer {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .mayor-footer {
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  .mayor-footer ul li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.mayor-footer ul li:not(:last-child) a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #fff;
}
.mayor-footer ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .mayor-footer ul li a {
    height: 4.3vw;
    max-height: 80px;
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .mayor-footer ul li a {
    height: 60px;
    font-size: 3vw;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mayor-footer ul li a {
    height: 75px;
    font-size: 2.75vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mayor-footer ul li a {
    height: 75px;
    font-size: 16px;
  }
}
@media (min-width: 390px) and (max-width: 479px) {
  .mayor-footer ul li a {
    font-size: 11px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .mayor-footer ul li a {
    font-size: 14px;
  }
}
.mayor-footer ul li a span:last-child {
  font-weight: 300;
}
.mayor-footer ul li a:hover {
  color: rgba(0, 0, 0, 0.4);
}
.banner {
  position: relative;
}
.banner::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 115px;
  right: 0;
  width: 50%;
  pointer-events: none;
  background-image: linear-gradient(to right, transparent, #dbe2e7);
  opacity: 0.95;
  display: none;
}
.banner .owl-banner-thumbs .owl-stage {
  counter-reset: dots;
}
.banner .owl-banner-thumbs .owl-stage .owl-item {
  counter-increment: dots;
}
.banner
  .owl-banner-thumbs
  .owl-stage
  .owl-item
  .banner-thumb__wrapper
  .number::before {
  content: counter(dots);
}
.banner-card a {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 11px;
  padding: 13px;
}
@media (max-width: 479px) {
  .banner-card a {
    padding: 8px;
  }
}
.banner-photo {
  border-radius: 11px;
  overflow: hidden;
}
.banner-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-thumb {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 20px rgba(69, 95, 118, 0.2);
}
.banner-thumb__wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.banner-thumb__wrapper .number {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 3px;
  line-height: 1;
  font-family: "Cerebri Sans Heavy", sans-serif;
  color: #000;
  -webkit-text-fill-color: #ecf0f2;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgba(122, 147, 169, 0.2);
}
@media (min-width: 992px) {
  .banner-thumb__wrapper .number {
    font-size: 5.1vw;
  }
}
@media (max-width: 479px) {
  .banner-thumb__wrapper .number {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .banner-thumb {
    margin-left: 2vw;
  }
}
@media (max-width: 479px) {
  .banner-thumb {
    margin-left: 32px;
  }
}
.banner-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
body {
  font-family: "Cerebri Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #5e788f;
  letter-spacing: -0.2px;
  overflow-x: hidden;
}
body.ui-bg {
  background: rgba(219, 226, 231, 0.5);
}
body.is-scroll {
  overflow: hidden;
}
.tawkto-status {
  position: absolute;
}
.tawkto-status .text-status {
  position: fixed;
  z-index: 989;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  right: 57px;
  bottom: 38px;
  height: 58px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-right: 40px;
  padding-left: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.5px;
  pointer-events: none;
}
.tawkto-status .text-status:not([class*="ui-color-"]) {
  background-color: #fe9833;
}
.tawkto-status .text-status.ui-color-2 {
  background-color: #7a93a9;
}
.tawkto-status .text-status.ui-color-offline {
  background-color: #689eaa;
}
@media (max-width: 767px) {
  .tawkto-status .text-status {
    display: none;
  }
}
.shape {
  position: absolute;
  z-index: -1;
}
@media (max-width: 1199px) {
  .shape {
    display: none;
  }
}
.shape.ui-01 {
  bottom: 50px;
  right: -590px;
}
.shape.ui-01 img {
  width: 83.33vw;
  max-width: 1360px;
}
.shape.ui-02 {
  top: -15px;
  left: -650px;
}
.shape.ui-02 img {
  width: 94.66vw;
  max-width: 1400px;
  opacity: 0.1;
}
.shape.ui-03 {
  top: -170px;
  right: 0;
}
.shape.ui-03 img {
  width: 120vw;
  max-width: 1850px;
  opacity: 0.06;
}
.shape.ui-04 {
  top: -120px;
  left: 0;
}
.shape.ui-04 img {
  width: 33.33vw;
  max-width: 500px;
  opacity: 0.1;
}
.small-title:not(.ui-not) {
  position: relative;
  text-transform: uppercase;
  display: block;
  font-size: 10px;
  line-height: 1.3;
  color: #fe7e00;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.section-header.ui-txt-center {
  text-align: center;
}
@media (min-width: 768px) {
  .section-header.ui-txt-right {
    text-align: right;
  }
}
.section-header:not([class*="ui-txt-size-"]) .title {
  font-size: 42px;
}
@media (max-width: 479px) {
  .section-header:not([class*="ui-txt-size-"]) .title {
    font-size: 28px !important;
  }
}
.section-header:not([class*="ui-txt-size-"]) .text {
  font-size: 16px;
}
@media (max-width: 479px) {
  .section-header:not([class*="ui-txt-size-"]) .text {
    font-size: 14px;
  }
}
@media (min-width: 480px) {
  .section-header.ui-txt-size-large .title {
    font-size: 54px;
  }
}
@media (max-width: 479px) {
  .section-header.ui-txt-size-large .title {
    font-size: 36px;
  }
}
.section-header.ui-txt-size-small .title {
  font-size: 36px;
}
.section-header.ui-txt-size-small-1 .title {
  font-size: 28px;
}
.section-header .heading {
  font-family: "Bebas Neue", cursive;
  font-size: 66px;
  line-height: 1;
}
@media (max-width: 479px) {
  .section-header .heading {
    font-size: 42px;
  }
}
.section-header .heading span:first-child {
  color: rgba(94, 120, 143, 0.1);
}
.section-header .heading span:last-child {
  color: rgba(94, 120, 143, 0.2);
}
.section-header .title {
  color: #455f76;
  font-family: "Cerebri Sans Heavy", sans-serif;
  line-height: 1.2;
  letter-spacing: -1px;
}
.section-header .title:not(.ui-no-uppercase) {
  text-transform: uppercase;
}
.section-header .title span {
  color: #fe7e00;
}
.section-header .text {
  line-height: 1.5;
}
.section-header .text:not([class*="ui-state"]) {
  color: #7a93a9;
}
.section-header .text[class*="ui-state"] {
  padding: 25px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.6;
}
.section-header .text.ui-state-warning {
  color: #fe7e00;
  background-color: rgba(254, 126, 0, 0.1);
}
.section-header .text.ui-state-bg {
  background: rgba(219, 226, 231, 0.5);
}
.section-header .text strong {
  font-weight: 900;
}
.section-header.ui-transactions .title {
  color: #fff;
}
.section-header.ui-transactions .title span {
  color: #035e71;
}
.section-header.ui-transactions .text {
  color: #4f8e9c;
}
.section-header.ui-unit .text {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
.section-header.ui-mayor-message .title {
  color: #fe7e00;
}
.ata-logo {
  width: 180px;
  margin-left: 10px;
  margin-right: 20px;
}
.ata-logo .ata-logo-wrapper {
  width: 100%;
  position: relative;
}
.ata-logo .ata-logo-wrapper img {
  width: 180px;
  position: absolute;
  right: -20px;
  bottom: 0;
}
.hero {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding: 0;
  max-height: -moz-max-content !important;
  max-height: max-content !important;
  margin: 0;
  position: relative;
  padding-top: 80px;
  box-shadow: 0 0 0 !important;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: -o-linear-gradient(#455f76, transparent);
  background: #015f71;
  height: 25%;
  z-index: -1;
  pointer-events: none;
}
.hero-news-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.hero-news-container .owl-stage {
  display: flex;
  width: 100%;
}
.hero-news-container .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hero-news-container .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  position: absolute;
  bottom: 20px;
}
.hero-news-container .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #175e72;
  margin: 0 5px;
  transition: 0.4s;
}
.hero-news-container .owl-dot.active {
  width: 100px;
  border-radius: 20px;
}
.hero-news-container .owl-nav button {
  width: 40px;
  height: 40px;
  font-size: 30px !important;
  border-radius: 50%;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.hero-news-container .owl-nav .owl-prev {
  margin-left: 5px;
}
.hero-news-container .owl-nav .owl-next {
  margin-left: 5px;
}
.hero-news-container .news-wrapper-col-8 {
  width: 80%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: start;
}
.hero-news-container .news-wrapper-col-8 .hero-news-slider {
  display: flex !important;
  position: relative;
  border-radius: 25px;
  width: 60%;
  height: 100%;
  height: 100%;
  overflow: hidden !important;
}
.hero-news-container .news-wrapper-col-8 .hero-news-slider img {
  width: 100%;
  height: 510px;
  -o-object-fit: cover;
  object-fit: cover;
}
.new-slider-content-item-wrapper {
  width: 40%;
  display: flex;
  flex-direction: column !important;
  justify-content: space-between;
}
.news-content-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 1rem 2rem;
}
.news-content-header .news-content-title {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.news-content-header .news-header-link {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  transition: 0.4s;
  text-decoration: underline;
}
.news-content-header .news-header-link:hover {
  color: #fa7d01;
}
.hero-news-container .news-wrapper-col-8 .slider-tab-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 1rem;
  gap: 0.5rem;
  max-height: 460px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hero-news-container
  .news-wrapper-col-8
  .slider-tab-content::-webkit-scrollbar {
  display: none;
}
.hero-news-container
  .news-wrapper-col-8
  .slider-tab-content
  .slider-tab-content-item {
  background-color: #fff;
  border-radius: 12px;
  height: 85px;
  font-size: 13px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 500;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.hero-news-container
  .news-wrapper-col-8
  .slider-tab-content
  .slider-tab-content-item::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(23, 94, 114, 0.168627451);
  border-radius: 12px;
  z-index: 0;
  transition: 0.4s;
}
.hero-news-container
  .news-wrapper-col-8
  .slider-tab-content
  .slider-tab-content-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.hero-news-container
  .news-wrapper-col-8
  .slider-tab-content
  .slider-tab-content-item:hover::after {
  width: 100%;
}
.hero-news-container
  .news-wrapper-col-8
  .slider-tab-content
  .slider-tab-content-item-date {
  font-size: 9px;
  color: #1a5f726b;
  z-index: 500;
  font-weight: 600;
}
.hero-news-container
  .news-wrapper-col-8
  .slider-tab-content
  .slider-tab-content-item-title {
  font-weight: 700;
  z-index: 500;
  max-width: 50ch;
  color: #175e72;
}
.article-president-col-4 {
  width: 20%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.article-president-col-4 .president-img-wrapper-relative {
  width: 100%;
  height: 285px;
  margin-top: 50px;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  overflow: visible !important;
}
.article-president-col-4
  .president-img-wrapper-relative
  .absolute-president-img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}
.article-president-col-4
  .president-img-wrapper-relative
  .absolute-president-img
  img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  border-radius: 20px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.president-header {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  bottom: 30px;
  z-index: 500;
}
.president-header .president-social-title {
  color: #fff;
  font-size: 20px;
}
.president-header .president-sub-title {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
.article-president-col-4
  .president-img-wrapper-relative
  .absolute-social-links {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 100%;
  justify-content: center;
  z-index: 500;
  gap: 5px;
  align-items: center;
}
.article-president-col-4
  .president-img-wrapper-relative
  .absolute-social-links
  .absolute-social-links-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background-color: #fff;
  color: #ff6101;
  transition: 0.4s;
  cursor: pointer;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.article-president-col-4
  .president-img-wrapper-relative
  .absolute-social-links
  a {
  font-size: 14px;
  color: inherit;
}
.article-president-col-4
  .president-img-wrapper-relative
  .absolute-social-links
  a
  img {
  width: 30px;
  height: 30px;
  filter: invert(100%);
}
.article-president-col-4
  .president-img-wrapper-relative
  .absolute-social-links
  .absolute-social-links-item:hover {
  color: #fff;
  background-color: #ff6101;
}
.president-sub-img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 38px;
}
.president-sub-img .baskan-btn {
  width: 48%;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  font-size: 12px;
  padding: 10px;
  text-align: left;
  border-radius: 10px;
  background-color: pink;
  color: #fff;
  line-height: 1.3;
  transition: 0.4s;
}
.president-sub-img .baskan-btn:nth-child(1) {
  background-color: #145e71;
}
.president-sub-img .baskan-btn:nth-child(2) {
  background-color: #79a45a;
}
.president-sub-img .baskan-btn:nth-child(3) {
  background-color: #9e2f72;
}
.president-sub-img .baskan-btn:nth-child(4) {
  background-color: #fa7d01;
}
.president-sub-img .baskan-btn:nth-child(1):hover {
  background-color: rgba(20, 94, 113, 0.7607843137);
}
.president-sub-img .baskan-btn:nth-child(2):hover {
  background-color: rgba(121, 164, 90, 0.7803921569);
}
.president-sub-img .baskan-btn:nth-child(3):hover {
  background-color: rgba(158, 47, 114, 0.7607843137);
}
.president-sub-img .baskan-btn:nth-child(4):hover {
  background-color: rgba(250, 125, 1, 0.7882352941);
}
.hero-new-categories {
  position: absolute;
  left: 30px;
  bottom: -40px;
}
.hero-new-categories a {
  border-radius: 20px;
}
.new-tesisler {
  line-height: 1.2 !important;
  font-size: 20px !important;
}
.new-tesisler-body {
  padding: 10px !important;
}
.header-top__right .header-buttons {
  margin-left: 20px !important;
  margin-bottom: 0 !important;
}
.header-buttons.position-absolute {
  position: absolute;
  top: 0;
  right: 6%;
}
.header-buttons.ui-style-1 .btn.ui-default {
  height: 45px !important;
}
.headlinenews-other .card-v1-item {
  height: 215px !important;
}
.headlinenews-other .card-v1-item .card-v1-cover {
  height: 100% !important;
}
.owl-news2 .card-v1-item {
  height: 300px !important;
}
.owl-news2 .card-v1-item .card-v1-cover {
  height: 100% !important;
}
.president-sub-img-text {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.president-sub-img-text .baskan-msg-title {
  font-size: 15px;
  align-self: center;
}
.president-sub-img-text .baskan-msg-title strong {
  color: #ff6101;
}
.president-sub-img-text .baskan-text {
  text-align: center;
  font-style: italic;
  margin-bottom: 10px;
}
.president-sub-img-text .baskan-signature {
  align-self: center;
}
.footer-left-map {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 50px;
  margin-top: 40px;
}
.footer-left-map .footer-links-areas {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 70%;
  gap: 20px;
}
.footer-left-map .footer-card:not(.with-btns) {
  width: 22%;
}
.footer-left-map .with-btns {
  width: 34%;
}
.footer-left-map .footer-card {
  margin-bottom: 0 !important;
}
.footer-left-map .footer-card h4 {
  display: flex;
  align-items: center;
  gap: 7px;
  transition: 0.4s;
  cursor: pointer;
}
.footer-left-map .footer-card h4:hover {
  color: #ff6101;
}
.footer-left-map .footer-card:nth-child(4) {
  margin-left: -30px;
}
.footer-left-map i {
  font-size: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1500px) {
  .article-president-col-4 .president-img-wrapper-relative {
    height: 420px;
  }
  .article-president-col-4
    .president-img-wrapper-relative
    .absolute-president-img
    img {
    height: 450px;
  }
}
.footer-top-title {
  position: absolute;
  top: 40px;
  left: 7.5%;
  font-weight: 900 !important;
  font-size: 20px;
}
.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  box-sizing: inherit;
}
.hero {
  position: relative;
  box-shadow: 0 0 65px rgba(94, 120, 143, 0.45);
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(#455f76, transparent);
  opacity: 0.25;
  height: 40%;
  z-index: 1;
  pointer-events: none;
}
.hero-tab {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 450px;
  margin-right: 10px;
}
@media (min-width: 1400px) {
  .hero-tab {
    margin-right: 50px;
  }
}
@media (min-width: 1750px) {
  .hero-tab {
    margin-right: 120px;
  }
}
@media (max-width: 1199px) {
  .hero-tab {
    display: none;
  }
}
.hero-tab__nav ul {
  padding-left: 20px;
  padding-right: 20px;
}
.hero-tab__nav ul li {
  height: 92px;
}
.hero-tab__nav ul li:nth-child(3) .btn {
  background-color: #79a45a;
}
.hero-tab__nav ul li:nth-child(1) .btn {
  background-color: #9e2f72;
}
.hero-tab__nav ul li:nth-child(2) .btn {
  background-color: #2893b0;
}
.hero-tab__nav ul li.is-current .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
}
.hero-tab__nav ul li .btn {
  height: 90%;
  width: 100%;
  display: flex;
  font-family: inherit;
  border-radius: 11px;
  background-color: #035e71;
  transition: 0.3s;
}
.hero-tab__nav ul li .item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  padding-top: 1vw;
  padding-left: 3px;
  padding-right: 3px;
}
.hero-tab__nav ul li .item .icon {
  font-size: 22px;
}
.hero-tab__nav ul li .item .icon svg {
  fill: #fff;
}
.hero-tab__nav ul li .item .title {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  margin-top: 10px;
}
.hero-tab__nav ul li .item .title span {
  font-weight: 300;
  display: block;
}
.hero-tab__container {
  background-color: #fff;
  height: 400px;
  border-radius: 11px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1500px) {
  .hero-tab__container {
    height: 490px;
  }
}
.hero-tab__content {
  height: 100%;
  overflow-y: auto;
  scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.2);
  scrollbar-width: thin;
}
.hero-tab__content::-webkit-scrollbar-track {
  background-color: rgba(254, 126, 0, 0.2);
}
.hero-tab__content::-webkit-scrollbar {
  width: 5px;
}
.hero-tab__content::-webkit-scrollbar-thumb {
  background-color: #fe7e00;
}
.hero-tab__content .list-shortcuts {
  padding-left: 35px;
  padding-right: 35px;
}
.hero-tab__content .list-shortcuts ul li:last-child::after {
  display: none;
}
.hero-tab__content .activities &gt; ul {
  position: relative;
}
.hero-tab__content .activities &gt; ul::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
  height: 25px;
}
.hero-tab__content .card-state {
  padding-bottom: 20px;
}
.hero-tab__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Bebas Neue", cursive;
}
.hero-tab__header .heading {
  font-size: 32px;
  line-height: 1.2;
  color: rgba(122, 147, 169, 0.3);
}
.hero-tab__header .link {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  color: #7a93a9;
  opacity: 0.6;
  transition: 0.3s;
}
.hero-tab__header .link .icon {
  margin-left: 5px;
  margin-top: -5px;
}
.hero-tab__header .link:hover {
  opacity: 0.9;
}
.hero-tab__activities {
  padding-left: 20px;
  padding-right: 20px;
}
.hero-tab__activities .list-activity {
  margin-top: 3px;
}
.hero-tab__projects {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .section-container {
    padding-left: calc((100vw - 1300px + 10px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-container {
    padding-left: calc((100vw - 768px + 20px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-container {
    padding-left: calc((100vw - 992px + 20px) / 2);
  }
}
@media (min-width: 1750px) {
  .section-container {
    padding-left: calc((100vw - 1300px + 10px) / 2);
  }
}
.section-tab:not([class*="ui-color-1"]) ul li.is-current a,
.section-tab:not([class*="ui-color-1"]) ul li:hover a {
  background-color: #035566;
}
.section-tab:not([class*="ui-color-1"]) ul li a::after {
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #035566;
}
.section-tab.ui-color-1 ul li.is-current a,
.section-tab.ui-color-1 ul li:hover a {
  background-color: #fe7e00;
  color: #fff;
}
.section-tab.ui-color-1 ul li a::after {
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #fe7e00;
}
@media (min-width: 480px) {
  .section-tab:not([class*="ui-size-"]):not(.ui-no-width) ul li a {
    min-width: 190px;
  }
}
.section-tab:not([class*="ui-size-"]) ul li:not(:last-child) {
  margin-right: 15px;
}
.section-tab:not([class*="ui-size-"]) ul li a {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
}
.section-tab.ui-size-small ul li:not(:last-child) {
  margin-right: 10px;
}
.section-tab.ui-size-small ul li a {
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
.section-tab.ui-view-personnel ul li {
  margin-bottom: 10px;
}
.section-tab:not(.ui-view-row) ul li {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .section-tab ul {
    flex-wrap: wrap;
  }
  .section-tab ul:not(.ui-no-center) {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .section-tab ul {
    overflow-x: auto;
    padding-top: 30px;
    padding-bottom: 40px;
    flex-wrap: inherit;
  }
}
.section-tab ul li.is-current a,
.section-tab ul li:hover a {
  color: #fff;
}
.section-tab ul li.is-current a::after {
  opacity: 1;
}
.section-tab ul li a {
  display: inline-flex;
  text-align: center;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(69, 95, 118, 0.15);
  border-radius: 20px;
  color: #455f76;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.3s;
  height: 50px;
}
.section-tab ul li a::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: calc(-1 * 10px);
  left: 0;
  opacity: 0;
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
}
.section.ui-bg-cover {
  position: relative;
  z-index: 1;
}
.section.ui-bg-cover::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .section.ui-bg-cover.ui-cover-1::before {
    background-position: center 0;
    background-image: url(../images/section-bg-gallery.png);
  }
}
@media (min-width: 992px) {
  .section-shortcuts .section-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .section-shortcuts .section-container {
    max-width: 390px;
    padding-top: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-shortcuts .section-container {
    max-width: 600px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .section-shortcuts .section-container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-shortcuts .section-container {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .section-shortcuts .section-container .shortcuts {
    margin-left: -15px !important;
  }
}
@media (max-width: 479px) {
  .section-shortcuts
    .section-container
    .shortcuts.ui-style-item
    .shortcuts-card
    a {
    padding-left: 15px;
    padding-right: 10px;
  }
}
@media (max-width: 479px) {
  .section-shortcuts
    .section-container
    .shortcuts.ui-style-item
    .shortcuts-card
    a
    .icon {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .section-shortcuts
    .section-container
    .shortcuts.ui-style-item
    .shortcuts-card
    a
    .desc {
    padding-left: 8px;
  }
}
@media (max-width: 479px) {
  .section-shortcuts
    .section-container
    .shortcuts.ui-style-item
    .shortcuts-card
    a
    .desc
    .title {
    font-size: 12px;
    line-height: 1.35;
  }
}
@media (min-width: 768px) {
  .section-shortcuts .section-container .owl-shortcuts .owl-stage {
    padding-left: 15px !important;
  }
}
.section-shortcuts .section-container .owl-shortcuts .owl-stage .owl-item {
  transition: 0.4s;
}
@media (max-width: 479px) {
  .section-shortcuts
    .section-container
    .owl-shortcuts
    .owl-stage
    .owl-item
    .item {
    transition: 0.4s;
  }
}
@media (max-width: 479px) {
  .section-shortcuts
    .section-container
    .owl-shortcuts
    .owl-stage
    .owl-item:not(.active)
    .item {
    opacity: 0;
    visibility: hidden;
  }
}
.section-shortcuts .list-shortcuts {
  display: none;
}
@media (max-width: 767px) {
  .section-shortcuts .list-shortcuts {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-shortcuts .list-shortcuts {
    padding-left: 18px;
    padding-right: 28px;
    max-width: 768px;
  }
}
@media (max-width: 991px) {
  .section-shortcuts .list-shortcuts {
    display: block;
  }
}
@media (min-width: 2020px) {
  .section-group-01 {
    display: flex;
    justify-content: flex-end;
  }
}
.section-group-01 .section-wrapper {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1400px) {
  .section-group-01 .section-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1750px) {
  .section-group-01 .section-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media (min-width: 2020px) {
  .section-group-01 .section-wrapper {
    max-width: 2200px;
  }
}
@media (max-width: 991px) {
  .section-group-01 .section-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .section-group-01 .section-wrapper {
    max-width: 390px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-group-01 .section-wrapper {
    max-width: 600px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-group-01 .section-wrapper {
    max-width: 768px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-group-01 .section-wrapper {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .section-group-01 .section-wrapper &gt; .row {
    align-items: flex-end;
  }
}
@media (max-width: 1199px) {
  .section-group-01 .section-wrapper &gt; .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .section-group-01 .section-wrapper &gt; .row &gt; div {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .section-group-01 .section-wrapper .col-mayor {
    flex: 0 0 460px;
    max-width: 460px;
  }
}
@media (min-width: 992px) {
  .section-group-01 .section-wrapper .col-mayor .mayor-photo {
    width: 16vw;
    max-width: 250px;
  }
}
@media (min-width: 1750px) {
  .section-group-01 .section-wrapper .col-mayor .mayor-photo {
    max-width: 275px;
  }
}
@media (min-width: 1200px) {
  .section-group-01 .section-wrapper .col-banner {
    flex: 0 0 calc(100% - 460px);
    max-width: calc(100% - 460px);
  }
}
.section-group-01 .section-wrapper .col-banner .col-header {
  align-items: center;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .section-group-01 .section-wrapper .col-banner .col-header {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .section-group-01 .section-wrapper .col-banner .col-header {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .section-group-01 .section-wrapper .col-banner .col-header .btn {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .section-group-01 .section-wrapper .col-banner .col-header .btn {
    display: none;
  }
}
@media (min-width: 1200px) {
  .section-group-01 .banner {
    min-height: 400px;
  }
}
.section-group-01 .banner .owl-banner {
  display: flex;
}
.section-group-01 .banner .owl-banner .owl-stage-outer {
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}
.section-group-01 .banner .owl-banner .owl-stage {
  padding-left: 0 !important;
}
.section-group-01
  .banner
  .owl-banner-thumbs
  .owl-item.current
  .banner-thumb__wrapper
  .number {
  -webkit-text-stroke-color: rgba(254, 126, 0, 0.5);
}
.section-group-01 .banner .owl-banner-thumbs .owl-item .item {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .section-group-01 .mayor {
    margin-bottom: 1.5vw;
  }
}
@media (min-width: 1750px) {
  .section-group-01 .mayor {
    margin-bottom: 1vw;
  }
}
@media (max-width: 991px) {
  .section-group-01 .mayor {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .section-headlinenews .container {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
@media (max-width: 479px) {
  .section-headlinenews .container {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-headlinenews .container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 479px) {
  .section-headlinenews .section-header {
    position: relative;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .section-ann .section-container .boxes {
    margin-left: -20px !important;
  }
}
@media (min-width: 768px) {
  .section-ann .section-container .boxes .owl-boxes .owl-stage {
    padding-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .section-ann .section-container .boxes .owl-boxes .owl-stage .owl-item {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-ann .section-container .boxes .owl-boxes .owl-stage .owl-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.section-ann .section-container .boxes .owl-boxes .owl-dots {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .section-ann .section-container .boxes .owl-boxes .owl-dots {
    margin-left: calc(-1 * (100vw - 1300px + 10px) / 2);
  }
}
@media (min-width: 1750px) {
  .section-ann .section-container .boxes .owl-boxes .owl-dots {
    margin-left: calc(-1 * (100vw - 1300px + 10px) / 2);
  }
}
.section-projects .container {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 479px) {
  .section-projects .container {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-projects .container {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .section-projects .section-tab {
    margin-top: 50px;
  }
}
.section-projects .owl-projects .owl-item .item {
  transition: 0.4s;
  will-change: opacity;
}
@media (min-width: 768px) {
  .section-projects .owl-projects .owl-item .item {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-projects .owl-projects .owl-item .item {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.section-projects .owl-projects .owl-item:not(.active) .item {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 390px) and (max-width: 479px) {
  .section-projects .card-v2-photo {
    height: 120px;
  }
}
@media (min-width: 390px) and (max-width: 479px) {
  .section-projects .card-v2-footer {
    padding: 20px;
  }
}
@media (min-width: 390px) and (max-width: 479px) {
  .section-projects .card-v2-footer .title {
    font-size: 16px;
  }
}
@media (min-width: 390px) and (max-width: 479px) {
  .section-projects .card-v2-footer .text {
    font-size: 12px;
  }
}
.section-group-02 .section-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .section-group-02 .section-wrapper {
    padding-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .section-group-02 .section-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1750px) {
  .section-group-02 .section-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media (min-width: 2020px) {
  .section-group-02 .section-wrapper {
    max-width: 2200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-group-02 .section-wrapper .section-header .text {
  margin-top: 10px;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .section-group-02 .section-wrapper .section-header .text {
    max-width: 450px;
  }
}
@media (max-width: 479px) {
  .section-group-02 .section-wrapper .col-activities {
    max-width: 390px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-group-02 .section-wrapper .col-activities {
    max-width: 600px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-group-02 .section-wrapper .col-activities {
    max-width: 768px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-group-02 .section-wrapper .col-activities {
    max-width: 992px;
  }
}
@media (max-width: 1199px) {
  .section-group-02 .section-wrapper .col-activities {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-group-02
  .section-wrapper
  .col-activities
  .owl-activities
  .owl-item
  &gt; .item {
  margin-top: 33px;
  margin-bottom: 40px;
  transition: 0.4s;
  will-change: opacity;
}
.section-group-02
  .section-wrapper
  .col-activities
  .owl-activities
  .owl-item:not(.active)
  .item {
  opacity: 0;
  visibility: hidden;
}
.section-group-02 .section-wrapper .col-activities .buttons-container {
  justify-content: center;
}
@media (max-width: 479px) {
  .section-group-02
    .section-wrapper
    .col-activities
    .buttons-container
    .button-icon {
    padding-left: 15px;
  }
}
@media (max-width: 479px) {
  .section-group-02
    .section-wrapper
    .col-activities
    .buttons-container
    .button-icon__text {
    font-size: 11px;
  }
}
@media (max-width: 479px) {
  .section-group-02
    .section-wrapper
    .col-activities
    .buttons-container
    .btn-group {
    font-size: 11px;
    margin-left: -10px;
    padding-left: 20px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .section-group-02 .section-wrapper .col-activities .section-header {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .section-group-02 .section-wrapper .col-transactions {
    display: none;
  }
}
@media (min-width: 768px) {
  .section-group-02 .section-wrapper .col-transactions .section-header {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .section-group-02 .section-wrapper .col-transactions .section-header {
    text-align: center;
  }
}
.section-group-02 .section-wrapper .col-transactions .transactions {
  margin-top: 40px;
}
.section-group-02
  .section-wrapper
  .col-transactions
  .owl-transactions
  .owl-item
  .item {
  transition: 0.4s;
}
.section-group-02
  .section-wrapper
  .col-transactions
  .owl-transactions
  .owl-item:not(.center)
  .item {
  transform: scale(0.85);
}
.section-group-02
  .section-wrapper
  .col-transactions
  .shortcuts.ui-style-card
  .shortcuts-card {
  height: 19.2vw;
  max-height: 320px;
}
.section-group-02
  .section-wrapper
  .col-transactions
  .shortcuts.ui-style-card
  .icon.ui-figure {
  height: 7vw;
  max-height: 140px;
}
@media (min-width: 992px) {
  .section-gallery .container,
  .section-gallery .container-fluid {
    padding-top: 150px;
    padding-bottom: 50px;
    min-height: 855px;
  }
}
@media (max-width: 767px) {
  .section-gallery .container,
  .section-gallery .container-fluid {
    padding-top: 50px;
    padding-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-gallery .container,
  .section-gallery .container-fluid {
    padding-top: 0;
    padding-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .section-gallery .container &gt; .row,
  .section-gallery .container-fluid &gt; .row {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .section-gallery .section-header {
    text-align: center;
  }
}
.section-gallery .section-header .text {
  max-width: 400px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .section-gallery .section-tab {
    margin-top: 30px;
  }
}
.section-gallery .gallery-container {
  position: relative;
}
@media (min-width: 1200px) {
  .section-gallery .gallery-container {
    height: 430px;
  }
}
@media (min-width: 768px) {
  .section-gallery .gallery-content .buttons-container {
    right: 0;
    bottom: -10px;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .section-gallery .gallery-content .buttons-container {
    justify-content: center;
    margin-top: 23px;
  }
}
.section-gallery .owl-gallery .owl-item .item {
  transition: 0.4s;
  will-change: opacity;
}
@media (min-width: 768px) {
  .section-gallery .owl-gallery .owl-item .item {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-gallery .owl-gallery .owl-item .item {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.section-gallery .owl-gallery .owl-item:not(.active) .item {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .section-gallery .owl-gallery .owl-dots {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .section-gallery .owl-gallery .owl-dots {
    margin-top: 0 !important;
  }
}
.section-group-03 {
  background-color: #fff;
}
@media (max-width: 479px) {
  .section-group-03 .container {
    text-align: center;
    padding-top: 27px;
    padding-bottom: 70px;
  }
}
@media (min-width: 480px) {
  .section-group-03 .container {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 479px) {
  .section-group-03 .social {
    justify-content: center;
  }
}
.section-group-03 .social a {
  width: 52px;
  height: 52px;
  background-color: rgba(219, 226, 231, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: #5e788f;
  font-size: 18px;
  transition: 0.3s;
}
.section-group-03 .social a:not(:last-child) {
  margin-right: 10px;
}
.section-group-03 .social a:hover {
  background-color: #455f76;
  color: #fff;
}
.section-group-03 .slogan {
  font-weight: 900;
  color: #455f76;
  font-size: 48px;
  letter-spacing: -1px;
  margin-top: 15px;
}
@media (max-width: 479px) {
  .section-group-03 .slogan {
    font-size: 28px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-group-03 .slogan {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-group-03 .slogan {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-group-03 .slogan {
    font-size: 42px;
  }
 
}
.section-group-03 .slogan span {
  font-weight: 400;
}
.section-group-03 .app {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .section-group-03 .app {
    margin-bottom: 50px;
  }
}
.section-group-03 .app .heading {
  text-transform: uppercase;
  color: #fe7e00;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  .section-group-03 .app .heading + div {
    justify-content: center;
  }
}
.section-group-03 .app a {
  display: block;
  position: relative;
  transition: 0.3s;
}
.section-group-03 .app a:hover {
  opacity: 0.6;
}
.section-group-03 .app a:not(:last-child) {
  margin-right: 30px;
}
.section-group-03 .app a img {
  width: 120px;
}
@media (max-width: 479px) {
  .section-group-03 .app a img {
    width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-group-03 .section-header .title:not([class*="ui-txt-size-"]) {
    font-size: 32px;
  }
}
.section-group-03 .brands .owl-brands .owl-item .item {
  transition: 0.3s;
  margin-top: 30px;
  margin-bottom: 30px;
  will-change: opacity;
}
.section-group-03 .brands .owl-brands .owl-item:not(.active) .item {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-group-03 .owl-nav-style.ui-top-right .owl-theme .owl-nav {
    top: -25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-group-03 .owl-nav-style.ui-top-right .owl-theme .owl-nav {
    top: -40px;
  }
}
.section-newsother .container {
  padding-top: 40px;
  padding-bottom: 25px;
}
.section-categories .section-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section-categories .section-container .video-categories {
    margin-left: -15px !important;
  }
}
@media (min-width: 768px) {
  .section-categories .section-container .owl-video-categories .owl-stage {
    padding-left: 15px !important;
  }
}
.section-categories
  .section-container
  .owl-video-categories
  .owl-stage
  .owl-item {
  transition: 0.4s;
}
@media (max-width: 479px) {
  .section-categories
    .section-container
    .owl-video-categories
    .owl-stage
    .owl-item
    .item {
    transition: 0.4s;
  }
}
@media (max-width: 479px) {
  .section-categories
    .section-container
    .owl-video-categories
    .owl-stage
    .owl-item:not(.active)
    .item {
    opacity: 0;
    visibility: hidden;
  }
}
.medyaweb-summary {
  max-width: 85%;
  position: relative;
}
@media (min-width: 992px) {
  .medyaweb-summary {
    padding-bottom: 95px;
  }
}
@media (max-width: 767px) {
  .medyaweb-summary {
    margin-top: 30px;
  }
}
.medyaweb-summary__card {
  position: relative;
}
@media (min-width: 768px) {
  .medyaweb-summary__card {
    margin-top: 40px;
  }
}
.medyaweb-summary__card a {
  display: flex;
  position: relative;
  justify-content: flex-end;
  border-radius: 11px;
}
.medyaweb-summary__cover {
  overflow: hidden;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  width: 65%;
  height: 293px;
}
.medyaweb-summary__cover img,
.medyaweb-summary__cover video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.medyaweb-summary__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  padding: 40px 50px;
}
.medyaweb-summary__body::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to left, transparent, #455f76 65%);
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}
.medyaweb-summary__body-content {
  width: calc(65% + 75px);
  position: relative;
}
.medyaweb-summary__body-content .number {
  line-height: 0.8;
  font-family: "Bebas Neue", cursive;
  color: #fe7e00;
  font-size: 84px;
}
.medyaweb-summary__body-content .desc {
  margin-top: 10px;
}
.medyaweb-summary__body-content .desc &gt; div {
  display: block;
  color: #fff;
  text-transform: uppercase;
}
.medyaweb-summary__body-content .desc .heading {
  font-size: 24px;
  font-family: "Cerebri Sans Heavy", sans-serif;
  letter-spacing: -1.5px;
  line-height: 1.15;
}
.medyaweb-summary__body-content .desc .text {
  font-size: 20px;
  opacity: 0.7;
  line-height: 1.15;
}
.medyaweb-summary__body-content .desc .text-update {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.35;
}
.medyaweb-summary__body-content .desc .text-update strong {
  font-weight: 900;
}
.medyaweb-summary__body-content .btn {
  color: #fe7e00;
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  background-color: rgba(254, 126, 0, 0.1);
  padding: 5px 12px;
  border-radius: 8px;
  transition: 0.3s;
}
.medyaweb-summary__body-content .btn:hover {
  background-color: #fe7e00;
  color: #fff;
  box-shadow: 0 15px 30px rgba(254, 126, 0, 0.2);
}
.medyaweb-summary__body-content .btn .icon {
  margin-right: 8px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .medyaweb-summary .section-tab {
    display: none;
  }
}
.medyaweb-summary .buttons-container {
  justify-content: center;
}
@media (min-width: 992px) {
  .medyaweb-summary .buttons-container {
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
  }
}
@media (max-width: 991px) {
  .medyaweb-summary .buttons-container {
    margin-top: 30px;
  }
}
.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  box-sizing: inherit;
}
.inner-page__header {
  position: relative;
}
@media (max-width: 767px) {
  .inner-page__photo {
    display: none;
  }
}
@media (min-width: 992px) {
  .inner-page__photo:not([class*="ui-height-"]) {
    height: 480px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__photo:not([class*="ui-height-"]) {
    height: 230px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__photo:not([class*="ui-height-"]) {
    height: 230px;
  }
}
.inner-page__photo.ui-height-1 {
  height: 475px;
}
.inner-page__photo.ui-height-full {
  height: calc(100vh - calc(70px + 80px));
}
.inner-page__photo.ui-pos-absolute {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .inner-page__photo.ui-pos-absolute {
    top: calc(70px + 80px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__photo.ui-pos-absolute {
    top: 60px;
  }
}
.inner-page__photo.ui-pos-absolute::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-image: linear-gradient(transparent, #ecf0f2);
}
.inner-page__photo.ui-style-bg-gradient img {
  filter: grayscale(1);
  opacity: 0.7;
}
@media (min-width: 992px) {
  .inner-page__photo.ui-style-bg-gradient img {
    transform: translateX(13vw);
  }
}
.inner-page__photo img,
.inner-page__photo video,
.inner-page__photo iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page__heading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.inner-page__heading.ui-pos-relative {
  position: relative;
}
@media (min-width: 768px) {
  .inner-page__heading.ui-pos-relative:not(.ui-no-heading-content) .container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 479px) {
  .inner-page__heading.ui-pos-relative:not(.ui-no-heading-content) .container {
    padding-top: 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .inner-page__heading.ui-pos-relative:not(.ui-no-heading-content) .container {
    padding-top: 70px;
  }
}
@media (min-width: 768px) {
  .inner-page__heading.ui-pos-relative.ui-no-heading-content .container {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .inner-page__heading.ui-pos-relative.ui-no-heading-content .container {
    padding-top: 60px;
  }
}
.inner-page__heading:not(.ui-pos-relative) .container:not(.ui-not) {
  height: calc(480px / 2);
  padding-top: 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__heading:not(.ui-pos-relative) .container:not(.ui-not) {
    height: calc(230px / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__heading:not(.ui-pos-relative) .container:not(.ui-not) {
    height: calc(230px / 2);
  }
}
.inner-page__heading:not(.ui-pos-relative) .container.ui-not {
  height: 100%;
}
.inner-page__heading.ui-style-bg-gradient {
  background-image: linear-gradient(to left, transparent, #02424f 70%);
}
.inner-page__heading.ui-style-bg-gradient-1 {
  background-image: linear-gradient(
    to left,
    transparent,
    rgba(2, 66, 79, 0.75) 70%
  );
}
.inner-page__heading .container {
  position: relative;
}
.inner-page__heading-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
.inner-page__heading-content .title {
  color: #035e71;
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .inner-page__heading-content .title {
    font-size: 54px;
    letter-spacing: -2.5px;
  }
}
@media (max-width: 479px) {
  .inner-page__heading-content .title {
    font-size: 36px;
    letter-spacing: -1.5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .inner-page__heading-content .title {
    font-size: 42px;
    letter-spacing: -2px;
  }
}
.inner-page__heading-content .text {
  color: #4f8e9c;
  line-height: 1.6;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .inner-page__heading-content .text {
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) {
  .inner-page__heading-content .text {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .inner-page__heading-content .text {
    font-size: 13px;
  }
}
.inner-page__wrapper {
  margin-bottom: 70px;
}
.inner-page__wrapper.ui-mb-0 {
  margin-bottom: 0;
}
.inner-page__wrapper.ui-mt-0 {
  margin-top: 0;
}
.inner-page__wrapper.ui-mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.inner-page__wrapper.ui-page-header-photo .container {
  margin-top: calc(-1 * 480px / 2);
}
@media (min-width: 480px) {
  .inner-page__wrapper.ui-no-page-header .container {
    margin-top: 65px;
  }
}
@media (max-width: 479px) {
  .inner-page__wrapper.ui-no-page-header .container {
    margin-top: 40px;
  }
}
.inner-page__wrapper .container {
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  .inner-page__row:not(.no-gutters) &gt; div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1199px) {
  .inner-page__row:not(.no-gutters) &gt; div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .inner-page__row:not(.no-gutters).ui-gutter-15 &gt; div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .inner-page__row:not(.no-gutters).ui-gutter-15 &gt; div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .inner-page__row.ui-dir-reverse {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .inner-page__row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__row.ui-page-tenders {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .inner-page__article:not(.ui-no-width) {
    flex: 0 0 77%;
    max-width: 77%;
  }
}
@media (max-width: 767px) {
  .inner-page__article:not(.ui-no-width) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__article:not(.ui-no-width):not(.ui-no-width-tablet) {
    flex: 0 0 62%;
    max-width: 62%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__article:not(.ui-no-width) {
    flex: 0 0 67%;
    max-width: 67%;
  }
}
@media (max-width: 767px) {
  .inner-page__sidebar {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .inner-page__sidebar:not(.ui-no-width) {
    flex: 0 0 calc(100% - 77%);
    max-width: calc(100% - 77%);
  }
}
@media (max-width: 767px) {
  .inner-page__sidebar:not(.ui-no-width) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__sidebar:not(.ui-no-width):not(.ui-no-width-tablet) {
    flex: 0 0 calc(100% - 62%);
    max-width: calc(100% - 62%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__sidebar:not(.ui-no-width) {
    flex: 0 0 calc(100% - 67%);
    max-width: calc(100% - 67%);
  }
}
.inner-page__sidebar:not(.ui-no-mb) &gt; div:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .inner-page__content:not(.ui-no-height) {
    min-height: 700px;
  }
}
.inner-page__content:not(.ui-no-bg) {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 50px rgba(94, 120, 143, 0.1);
}
.inner-page__content:not(.ui-no-bg):not(.ui-page-unit-detail):not(
    .ui-no-height-full
  ) {
  height: 100%;
}
@media (min-width: 480px) {
  .inner-page__content:not(.ui-no-bg) {
    padding: 25px 30px;
  }
}
@media (max-width: 479px) {
  .inner-page__content:not(.ui-no-bg) {
    padding: 15px 20px;
  }
}
.inner-page__content.ui-page-services {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .inner-page__content.ui-page-services {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (min-width: 768px) {
  .inner-page__content.ui-page-unit-detail {
    height: calc(100% - 450px);
  }
}
.page-content__breadcrumb {
  border-radius: 15px;
  justify-content: space-between;
}
.page-content__breadcrumb .breadcrumb {
  width: 100%;
}
@media (max-width: 767px) {
  .page-content__breadcrumb-header &gt; .row .col-auto {
    display: none;
  }
}
.page-content__breadcrumb:not(.ui-no-bg) {
  padding: 18px 23px;
  margin-bottom: 20px;
}
.page-content__breadcrumb:not(.ui-no-bg):not([class*="ui-bg-"]) {
  background-color: rgba(219, 226, 231, 0.3);
}
.page-content__breadcrumb:not(.ui-no-bg).ui-bg-light {
  background-color: rgba(255, 255, 255, 0.5);
}
.page-content__breadcrumb.ui-no-bg {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 10px;
}
.page-content__breadcrumb-right {
  width: 100%;
}
.page-content__breadcrumb-right .btn-pdf {
  background-color: #1c6e7f;
  display: inline-flex;
  align-items: center;
  border-radius: 15px;
  height: 55px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.3px;
  transition: 0.3s;
}
.page-content__breadcrumb-right .btn-pdf:hover {
  background-color: #035566;
}
.page-content__back {
  display: inline-flex;
  align-items: center;
  color: #7a93a9;
}
@media (max-width: 991px) {
  .page-content__back {
    display: none;
  }
}
.page-content__back.ui-pos-bottom-right {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 4;
  padding-right: 15px;
  padding-bottom: 12px;
}
.page-content__back:hover {
  color: #5e788f;
}
.page-content__back .icon {
  color: #fe7e00;
  font-size: 10px;
  margin-right: 7px;
  margin-top: -1px;
}
.page-content__back .text {
  font-size: 12px;
  font-weight: 600;
}
.page-content__filter {
  margin-bottom: 15px;
  display: flex;
  position: relative;
  z-index: 2;
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 991px) {
  .page-content__filter {
    flex-direction: column-reverse;
  }
}
.page-content__filter &gt; .item {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .page-content__filter &gt; .item:not(:first-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .page-content__filter &gt; .item.ui-item-search {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.page-content__filter &gt; .item.ui-item-categories {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.page-content__filter-search form {
  position: relative;
  width: 100%;
}
.page-content__filter-search form input {
  background: none;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  border: 0 none;
  height: 60px;
  font-family: inherit;
  color: #7a93a9;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.3px;
  width: 100%;
  padding-left: 25px;
  padding-right: 75px;
}
.page-content__filter-search form input::-moz-placeholder {
  color: #7a93a9;
}
.page-content__filter-search form input::placeholder {
  color: #7a93a9;
}
.page-content__filter-search form input:focus {
  background-color: #fff;
  color: #455f76;
}
.page-content__filter-search form .icon {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  opacity: 0.4;
  font-size: 18px;
}
.page-content__filter-nav {
  display: flex;
  flex-wrap: wrap;
}
.page-content__filter-nav .item {
  flex: 1;
  position: relative;
}
.page-content__filter-nav .btn {
  background-color: #fff;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 15px;
  color: #fe7e00;
  font-family: inherit;
}
.page-content__filter-nav .btn .title {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.3px;
}
.page-content__filter-nav .btn .icon {
  font-size: 12px;
  opacity: 0.5;
  transition: 0.3s;
}
.page-content__filter-nav .btn.is-active .icon {
  transform: scale(1.3) rotate(90deg);
}
.page-content__filter-nav .dropdown {
  position: absolute;
  margin-top: 3px;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(94, 120, 143, 0.3);
  transform-origin: center top;
  transition: 0.3s;
  padding-top: 13px;
  padding-bottom: 13px;
}
.page-content__filter-nav .dropdown:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
}
.page-content__filter-nav .dropdown ul {
  max-height: 303px;
  overflow-y: auto;
  scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.1);
  scrollbar-width: thin;
}
.page-content__filter-nav .dropdown ul::-webkit-scrollbar-track {
  background-color: rgba(254, 126, 0, 0.1);
}
.page-content__filter-nav .dropdown ul::-webkit-scrollbar {
  width: 5px;
}
.page-content__filter-nav .dropdown ul::-webkit-scrollbar-thumb {
  background-color: #fe7e00;
}
.page-content__filter-nav .dropdown ul li {
  padding-left: 20px;
  padding-right: 20px;
}
.page-content__filter-nav .dropdown ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(94, 120, 143, 0.1);
}
.page-content__filter-nav .dropdown ul li.is-current a::after,
.page-content__filter-nav .dropdown ul li:hover a::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.page-content__filter-nav .dropdown ul li a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 7px;
  color: #5e788f;
  font-weight: 800;
  font-size: 13px;
  position: relative;
  z-index: 1;
}
.page-content__filter-nav .dropdown ul li a::after {
  content: "";
  position: absolute;
  top: 1px;
  right: -7px;
  bottom: 1px;
  left: -7px;
  background-color: rgba(219, 226, 231, 0.3);
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.85);
  transition: 0.3s;
}
.page-content__social.ui-style-fixed {
  display: flex;
}
@media (min-width: 768px) {
  .page-content__social.ui-style-fixed {
    position: absolute;
    right: 30px;
    top: -30px;
  }
}
@media (max-width: 767px) {
  .page-content__social.ui-style-fixed {
    justify-content: center;
  }
}
.page-content__social a:not(.heading) {
  color: #7a93a9;
  display: inline-flex;
  background-color: #dbe2e7;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  width: 35px;
  height: 30px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: 0.3s;
}
.page-content__social a:not(.heading):hover {
  background-color: #fff;
}
.page-content__social a:not(.heading):not(:last-child) {
  margin-right: 3px;
}
.page-content__social a.heading {
  font-family: "Bebas Neue", cursive;
  font-size: 14px;
  color: rgba(122, 147, 169, 0.5);
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.page-content__tags {
  margin-top: 20px;
}
.page-content__tags ul {
  flex-wrap: wrap;
}
.page-content__tags ul li:not(:last-child) {
  margin-right: 7px;
}
@media (max-width: 767px) {
  .page-content__tags ul li {
    margin-bottom: 10px;
  }
}
.page-content__tags ul li a {
  display: inline-flex;
  padding: 5px 10px;
  background-color: rgba(219, 226, 231, 0.2);
  border-radius: 8px;
  color: #5e788f;
  font-size: 12px;
  font-weight: 800;
  transition: 0.3s;
}
.page-content__tags ul li a:hover {
  background-color: rgba(219, 226, 231, 0.7);
}
.page-content__single {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-content__single {
    margin-top: 90px;
  }
}
@media (max-width: 479px) {
  .page-content__single {
    margin-top: 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .page-content__single {
    margin-top: 75px;
  }
}
@media (min-width: 1200px) {
  .page-content__single .container {
    max-width: 1350px;
  }
}
@media (min-width: 768px) {
  .page-content__single-cover {
    height: 500px;
  }
}
.page-content__single-cover a {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .page-content__single-cover a {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
@media (max-width: 991px) {
  .page-content__single-cover a {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
}
.page-content__single-cover a::before {
  content: "";
  background-image: linear-gradient(transparent, #022f39);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0.7;
}
.page-content__single-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-content__single-description {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 1200px) {
  .page-content__single-description {
    padding: 30px 60px 0 60px;
  }
}
@media (min-width: 992px) {
  .page-content__single-description {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
@media (max-width: 479px) {
  .page-content__single-description {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .page-content__single-description {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .page-content__single-description {
    padding: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-content__single-description {
    padding: 40px 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-content__single-description {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .page-content__single-description .actions {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  .page-content__single-description .actions {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .page-content__single-description .actions {
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-content__single-description .actions {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.page-content__single-description .actions .btn {
  border-radius: 15px;
}
.page-content__single-description .actions ul li:not(:last-child) {
  margin-bottom: 10px;
}
.page-content__infos {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page-content__infos:not([class*="ui-list-"]) ul li:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .page-content__infos:not([class*="ui-list-"]) ul li:not(:first-child) {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-content__infos:not([class*="ui-list-"])
    ul
    li:not(:first-child)
    .item
    .icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-content__infos:not([class*="ui-list-"]) ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-content__infos:not([class*="ui-list-"]) ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.page-content__infos.ui-list-camii ul li {
  flex: 0 0 100%;
  max-width: 100%;
}
.page-content__infos.ui-list-camii ul li:not(:last-child) {
  margin-bottom: 10px;
}
.page-content__infos ul li {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .page-content__infos ul li:first-child {
    display: flex;
    align-items: center;
  }
  .page-content__infos ul li:first-child .item:first-child {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .page-content__infos ul li:first-child .item:nth-child(2) {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .page-content__infos ul li:first-child .item:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .page-content__infos ul li:first-child .item .button {
    width: 100%;
  }
}
.page-content__infos .item:not(.ui-no-bg) {
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  padding: 7px;
}
.page-content__infos .item &gt; .icon {
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background-color: rgba(254, 126, 0, 0.1);
  color: #fe7e00;
  font-size: 20px;
}
.page-content__infos .item .desc {
  flex: 1;
  padding-left: 15px;
  line-height: 1.2;
}
.page-content__infos .item .desc .heading {
  font-size: 12px;
  font-weight: 900;
  color: #7a93a9;
}
.page-content__infos .item .desc .text {
  color: #7a93a9;
  font-weight: 300;
  font-size: 14px;
}
@media (max-width: 767px) {
  .page-content__nav {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-content__nav ul {
    overflow-x: auto;
  }
}
.page-content__nav ul li {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.page-content__nav ul li.is-current {
  margin-right: 10px;
  margin-left: 10px;
}
.page-content__nav ul li.is-current a {
  color: #fe7e00;
}
.page-content__nav ul li:not(.is-current) a {
  color: #7a93a9;
}
.page-content__nav ul li:not(.is-current) a::after {
  opacity: 0;
  visibility: hidden;
}
.page-content__nav ul li a {
  display: inline-flex;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.3px;
  position: relative;
  z-index: 1;
}
.page-content__nav ul li a::before {
  content: "";
  margin-left: 15px;
  margin-right: 12px;
  display: inline-flex;
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 99px;
  opacity: 0.4;
  margin-top: -1px;
}
.page-content__nav ul li a::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 16px;
  left: 0;
  right: -13px;
  bottom: 16px;
  background-color: #fff;
  border-radius: 11px;
}
.page-content__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(94, 120, 143, 0.1);
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  .page-content__header {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.page-content__header .title {
  line-height: 1.3;
}
@media (min-width: 480px) {
  .page-content__header .title {
    letter-spacing: -1px;
  }
}
@media (max-width: 479px) {
  .page-content__header .title {
    letter-spacing: -0.65px;
  }
}
.page-content__header .title:not([class*="ui-color-"]) {
  color: #fe7e00;
}
.page-content__header .title:not([class*="ui-style-"]) {
  font-weight: 700;
}
@media (min-width: 480px) {
  .page-content__header .title:not([class*="ui-style-"]) {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .page-content__header .title:not([class*="ui-style-"]) {
    font-size: 20px;
  }
}
.page-content__header .title.ui-color-1 {
  color: #035e71;
}
.page-content__header .title.ui-style-1 {
  font-weight: 800;
}
@media (min-width: 480px) {
  .page-content__header .title.ui-style-1 {
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  .page-content__header .title.ui-style-1 {
    font-size: 24px;
  }
}
.page-content__header-right {
  margin-left: 30px;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .page-content__header-right {
    margin-top: 10px;
    margin-left: 0;
  }
}
.page-content__header-right .date {
  display: inline-flex;
  align-items: center;
  color: #7a93a9;
  font-size: 12px;
  font-weight: 600;
}
.page-content__header-right .date .icon {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(94, 120, 143, 0.3);
  width: 30px;
  height: 30px;
  align-items: center;
  font-size: 14px;
}
.page-content__heading:not([class*="ui-style-"]) {
  font-weight: 700;
  color: #5e788f;
  font-size: 16px;
  letter-spacing: -0.3px;
  margin-bottom: 5px;
}
.page-content__heading:not([class*="ui-style-"]).ui-color-1 {
  color: #035e71;
}
.page-content__heading:not([class*="ui-style-"]).ui-color-2 {
  color: #fe7e00;
}
.page-content__heading.ui-style-1 {
  background-color: rgba(3, 94, 113, 0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-content__heading.ui-style-1:not([class*="ui-padding-"]) {
  padding: 20px 25px;
  border-radius: 15px;
}
.page-content__heading.ui-style-1:not([class*="ui-padding-"]) .title {
  font-size: 14px;
}
.page-content__heading.ui-style-1.ui-padding-1 {
  padding: 8px 20px;
  border-radius: 11px;
}
.page-content__heading.ui-style-1.ui-padding-1 .title {
  font-size: 12px;
}
.page-content__heading.ui-style-1 .title {
  color: #035e71;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: -0.3px;
}
.page-content__heading.ui-style-1 .icon {
  font-size: 13px;
  opacity: 0.3;
}
.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.ui-small,
.page-content__photo.ui-large {
  width: 100%;
  float: inherit;
  margin-right: 0;
}
.page-content__photo.ui-small {
  height: 175px;
  margin-bottom: 0;
}
.page-content__photo.ui-large {
  height: 450px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-content__photo.ui-large {
    height: 250px;
  }
}
.page-content__photo.ui-auto {
  height: auto;
}
.page-content__photo img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-content__photo .tag {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  background-color: #035e71;
  font-size: 11px;
  padding: 5px 12px;
  border-radius: 8px;
  transition: 0.3s;
}
.page-content__photo .tag:hover {
  background-color: #024b5a;
}
.page-content__spot {
  margin-bottom: 20px;
  font-size: 18px;
  color: #455f76;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.page-content__description {
  color: #5e788f !important;
  font-size: 16px !important;
  font-weight: 300;
  line-height: 1.8 !important;
  font-family: "Cerebri Sans", sans-serif !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 991px) {
  .page-content__description {
    overflow-y: auto;
  }
}
.page-content__description * {
  color: #5e788f !important;
  font-size: 16px !important;
  font-weight: 300;
  line-height: 1.8 !important;
  font-family: "Cerebri Sans", sans-serif !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.page-content__description.ui-txt-center {
  text-align: center;
}
.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 &gt; 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;
}
.page-content__description img {
  max-width: 100%;
  border-radius: 20px;
}
.page-content__description ul,
.page-content__description ol {
  padding-left: 25px;
}
.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(94, 120, 143, 0.1) !important;
}
.page-content__description table thead {
  background-color: rgba(219, 226, 231, 0.5);
}
.page-content__description table thead tr th {
  font-weight: 800;
}
.page-content__description table tbody tr {
  border-bottom: 1px solid rgba(94, 120, 143, 0.1) !important;
}
.page-content__description table tbody tr td,
.page-content__description table tbody tr th {
  padding: 10px 20px !important;
  border-right: 1px solid rgba(94, 120, 143, 0.1) !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__update {
  margin-top: 30px;
  color: rgba(122, 147, 169, 0.6);
  font-size: 12px;
  text-align: right;
}
.page-content__update strong {
  font-weight: 900;
}
.page-content__gallery {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 479px) {
  .page-content__gallery ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1199px) {
  .page-content__gallery .gallery-photo,
  .page-content__gallery .gallery-btn {
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .page-content__gallery .gallery-btn .number {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .page-content__gallery .gallery-btn .text {
    font-size: 12px;
  }
}
.page-content__other {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.page-content__other .list-activity {
  margin-top: 10px;
}
.page-content__subs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sidebar-item {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
.sidebar-item .list-shortcuts {
  padding-bottom: 20px;
}
.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fe7e00;
  font-family: inherit;
  width: 100%;
}
.sidebar-header:not(.ui-style-bg) {
  border-bottom: 1px solid rgba(94, 120, 143, 0.08);
}
.sidebar-header.ui-style-bg {
  background-color: rgba(255, 255, 255, 0.5);
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 15px;
}
.sidebar-header:not([class*="ui-size-"]) {
  height: 70px;
}
.sidebar-header:not([class*="ui-size-"]) .heading {
  font-size: 18px;
}
.sidebar-header.ui-size-small {
  height: 50px;
}
.sidebar-header.ui-size-small .heading {
  font-size: 14px;
}
.sidebar-header .heading {
  font-weight: 900;
  letter-spacing: -0.5px;
}
.sidebar-header .icon {
  font-size: 12px;
  opacity: 0.5;
}
.sidebar-nav {
  padding-bottom: 15px;
}
.sidebar-nav:not(.ui-filter) ul li:hover a {
  color: #fe7e00;
}
.sidebar-nav:not(.ui-filter) ul li.is-current a {
  font-weight: 800;
  color: #455f76;
}
.sidebar-nav:not(.ui-filter) ul li a {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}
.sidebar-nav.ui-filter {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  margin-top: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidebar-nav.ui-filter ul {
  padding-left: 20px;
  padding-right: 20px;
  max-height: 300px;
  overflow-y: auto;
  scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.1);
  scrollbar-width: thin;
}
.sidebar-nav.ui-filter ul::-webkit-scrollbar-track {
  background-color: rgba(254, 126, 0, 0.1);
}
.sidebar-nav.ui-filter ul::-webkit-scrollbar {
  width: 5px;
}
.sidebar-nav.ui-filter ul::-webkit-scrollbar-thumb {
  background-color: #fe7e00;
}
.sidebar-nav.ui-filter ul li.is-current a,
.sidebar-nav.ui-filter ul li:not(.is-current):hover a {
  color: #455f76;
}
.sidebar-nav.ui-filter ul li.is-current a::before,
.sidebar-nav.ui-filter ul li:not(.is-current):hover a::before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.sidebar-nav.ui-filter ul li a {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
  position: relative;
  z-index: 1;
}
.sidebar-nav.ui-filter ul li a::after {
  content: attr(data-count);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 11px;
  opacity: 0.4;
}
.sidebar-nav.ui-filter ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1px;
  right: -5px;
  bottom: 1px;
  left: -5px;
  background-color: rgba(219, 226, 231, 0.5);
  border-radius: 11px;
  transform: scale(0.85);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-nav.ui-list-flex-wrap ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-nav.ui-list-flex-wrap ul li:not(:last-child) {
    margin-right: 20px;
  }
}
.sidebar-nav ul li:not(:last-child) {
  border-bottom: 1px solid rgba(94, 120, 143, 0.08);
}
.sidebar-nav ul li a {
  color: #7a93a9;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 5px;
  display: block;
  position: relative;
  transition: 0.3s;
}
.sidebar-list ul li {
  border-bottom: 1px solid rgba(94, 120, 143, 0.1);
  padding-top: 18px;
  padding-bottom: 18px;
}
.sidebar-list ul li a {
  display: flex;
  align-items: center;
}
.sidebar-list ul li a .icon:not([class*="ui-"]) {
  color: rgba(122, 147, 169, 0.5);
  font-size: 36px;
  width: 55px;
  justify-content: center;
}
.sidebar-list ul li a .icon.ui-figure {
  width: 55px;
  height: 55px;
}
.sidebar-list ul li a .icon.ui-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sidebar-list ul li a .desc {
  flex: 1;
  padding-left: 15px;
  line-height: 1.3;
}
.sidebar-list ul li a .desc .title {
  color: #5e788f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 20px;
}
.sidebar-list ul li a .desc .text {
  font-size: 12px;
  color: #7a93a9;
  margin-top: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 33px;
}
.sidebar-personnel__photo {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  max-height: 300px;
}
.sidebar-personnel__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sidebar-personnel__footer {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 30px 35px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.sidebar-personnel__footer &gt; .title {
  color: #455f76;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.7px;
  line-height: 1.4;
}
.sidebar-personnel__footer &gt; .rank {
  color: #7a93a9;
  font-size: 13px;
  line-height: 1.3;
}
.sidebar-personnel__footer ul {
  margin-top: 20px;
}
.sidebar-personnel__footer ul li {
  border-bottom: 1px solid #fe7e00;
}
.sidebar-personnel__footer ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sidebar-personnel__footer ul li a .text {
  font-size: 13px;
  color: #5e788f;
  font-weight: 800;
}
.sidebar-personnel__footer ul li a .icon {
  font-size: 14px;
  color: #fe7e00;
  width: 20px;
  justify-content: center;
}
.sidebar-summary .btn {
  align-items: center;
  text-align: left;
  font-family: inherit;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}
.sidebar-summary .btn .number {
  font-family: "Bebas Neue", cursive;
  color: #fe7e00;
  font-size: 54px;
  width: 40px;
  line-height: 0.5;
  display: inline-flex;
  justify-content: center;
  letter-spacing: -1px;
}
.sidebar-summary .btn .desc {
  padding-left: 18px;
  flex: 1;
}
.sidebar-summary .btn .desc span {
  line-height: 1.4;
  display: block;
  color: #7a93a9;
  text-transform: uppercase;
}
.sidebar-summary .btn .desc .heading {
  font-size: 18px;
  font-family: "Cerebri Sans Heavy", sans-serif;
  letter-spacing: -0.5px;
}
.sidebar-summary .btn .desc .text {
  font-size: 14px;
  opacity: 0.7;
}
.sidebar-summary .btn &gt; .icon {
  color: #fe7e00;
  font-size: 16px;
}
.sidebar-news:not([class*="ui-style-"]) .sidebar-news__body-content .title {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  transition: 0.3s;
}
.sidebar-news.ui-style-1 .sidebar-news__body-content .title {
  text-transform: uppercase;
  width: -moz-min-content;
  width: min-content;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.3;
}
.sidebar-news ul {
  margin-top: 10px;
  counter-reset: dots;
}
@media (min-width: 480px) and (max-width: 767px) {
  .sidebar-news ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.sidebar-news ul li .dot {
  background: #689eaa;
}
.sidebar-news ul li:nth-child(1) .dot {
  background: #689eaa;
}
.sidebar-news ul li:nth-child(2) .dot {
  background: #619aa6;
}
.sidebar-news ul li:nth-child(3) .dot {
  background: #5b95a2;
}
.sidebar-news ul li:nth-child(4) .dot {
  background: #588f9c;
}
.sidebar-news ul li:nth-child(5) .dot {
  background: #548995;
}
.sidebar-news ul li:nth-child(6) .dot {
  background: #50838f;
}
.sidebar-news ul li:nth-child(7) .dot {
  background: #4d7d88;
}
.sidebar-news ul li:nth-child(8) .dot {
  background: #497782;
}
.sidebar-news ul li:nth-child(9) .dot {
  background: #45717b;
}
.sidebar-news ul li:nth-child(10) .dot {
  background: #426b75;
}
.sidebar-news ul li:nth-child(11) .dot {
  background: #3e656e;
}
.sidebar-news ul li:nth-child(12) .dot {
  background: #3a5f68;
}
.sidebar-news ul li:nth-child(13) .dot {
  background: #375961;
}
.sidebar-news ul li:nth-child(14) .dot {
  background: #33535a;
}
.sidebar-news ul li:nth-child(15) .dot {
  background: #2f4d54;
}
@media (min-width: 480px) and (max-width: 767px) {
  .sidebar-news ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.sidebar-news ul li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar-news ul li a {
  display: flex;
  position: relative;
  justify-content: flex-end;
  border-radius: 15px;
}
.sidebar-news ul li a:hover .sidebar-news__cover img {
  filter: grayscale(0);
}
.sidebar-news ul li a:hover .sidebar-news__body-content .title {
  color: #fe7e00;
}
.sidebar-news ul li a:hover .sidebar-news__body .dot {
  background-color: #fe9833;
}
.sidebar-news__cover {
  height: 100px;
  overflow: hidden;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  width: 50%;
}
.sidebar-news__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(1);
  transition: 0.3s;
}
.sidebar-news__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px;
  z-index: 1;
}
.sidebar-news__body::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to left, transparent, #fff 50%);
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}
.sidebar-news__body-content {
  width: calc(50% + 50px);
}
.sidebar-news__body-content .title {
  color: #5e788f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}
.sidebar-news__body-content .date {
  color: rgba(122, 147, 169, 0.7);
  font-size: 11px;
  display: inline-flex;
  align-items: center;
}
.sidebar-news__body-content .date .icon {
  font-size: 10px;
  margin-right: 5px;
  margin-top: -2px;
}
.sidebar-news__body .text {
  color: rgba(94, 120, 143, 0.7);
  font-size: 11px;
  margin-top: 3px;
}
.sidebar-news__body .dot {
  position: absolute;
  top: 23px;
  left: -10px;
  font-family: "Bebas Neue", cursive;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  background-color: #fe7e00;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 8px;
  counter-increment: dots;
  transition: 0.3s;
}
.sidebar-news__body .dot::before {
  content: counter(dots, decimal-leading-zero) " ";
}
.sidebar-multimedia ul {
  margin-top: 10px;
}
@media (max-width: 479px) {
  .sidebar-multimedia ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.sidebar-multimedia ul li:not(:nth-last-child(-n + 2)) {
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  .sidebar-multimedia ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.sidebar-multimedia ul li a {
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 11px;
  padding: 12px;
}
.sidebar-multimedia ul li a:hover .figure-overlay::after {
  background-color: #fe7e00;
  opacity: 0.75;
}
.sidebar-multimedia figure {
  position: relative;
}
.sidebar-multimedia .figure-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sidebar-multimedia .figure-overlay::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #000;
  transition: 0.3s;
  opacity: 0.2;
  border-radius: 11px;
}
.sidebar-multimedia .figure-overlay .icon {
  color: #fff;
  font-size: 18px;
  padding-left: 2px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.sidebar-multimedia .photo {
  overflow: hidden;
  border-radius: 11px;
  height: 85px;
}
.sidebar-multimedia .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sidebar-multimedia .description {
  text-align: center;
  padding-top: 12px;
}
.sidebar-multimedia .description .title {
  color: #5e788f;
  font-weight: 800;
  line-height: 1.4;
  font-size: 12px;
}
.sidebar-activities .days-nav {
  margin-top: 10px;
}
.sidebar-activities .list-activity {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-activities .days-nav.ui-size-1 .item a .title {
    font-size: 18px;
  }
}
.sidebar-search {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  z-index: 2;
}
.sidebar-search.ui-pos-bottom-sticky {
  position: sticky;
  bottom: 10px;
  box-shadow: 0 -20px 50px rgba(94, 120, 143, 0.25);
}
.sidebar-search__header {
  align-items: center;
}
.sidebar-search__header .icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  background-color: rgba(254, 126, 0, 0.1);
  align-items: center;
  justify-content: center;
  color: #fe7e00;
  font-size: 24px;
}
.sidebar-search__header .icon.ui-animate-pulsate {
  position: relative;
}
.sidebar-search__header .icon.ui-animate-pulsate::before,
.sidebar-search__header .icon.ui-animate-pulsate::after {
  content: "";
  position: absolute;
  background: rgba(254, 126, 0, 0.1);
  border-radius: 20px;
  animation: pulsate 1.5s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
}
.sidebar-search__header .icon.ui-animate-pulsate::before {
  width: 75px;
  height: 75px;
}
.sidebar-search__header .icon.ui-animate-pulsate::after {
  width: 95px;
  height: 95px;
}
.sidebar-search__header .desc {
  flex: 1;
  padding-left: 20px;
}
.sidebar-search__header .desc .title {
  font-family: "Bebas Neue", cursive;
  line-height: 1.2;
  font-size: 20px;
}
.sidebar-search form {
  margin-top: 15px;
}
.sidebar-search .buttons-container {
  margin-top: 20px;
}
.sidebar-search .buttons-container .btn {
  width: 100%;
}
.sidebar-form form {
  position: relative;
  width: 100%;
}
.sidebar-form form .item {
  position: relative;
}
.sidebar-form form .item input {
  width: 100%;
  height: 55px;
  outline: 0;
  border: 1px solid rgba(94, 120, 143, 0.15);
  font-family: inherit;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 15px;
  color: #7a93a9;
  font-size: 13px;
  font-weight: 600;
  transition: 0.3s;
}
.sidebar-form form .item input::-moz-placeholder {
  color: #7a93a9;
}
.sidebar-form form .item input::placeholder {
  color: #7a93a9;
}
.sidebar-form form .item input:focus {
  border: 1px solid #fe7e00;
}
.sidebar-form form .item input:focus + .icon {
  color: #fe7e00;
  opacity: 1;
}
.sidebar-form form .item .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 14px;
  transition: 0.3s;
  opacity: 0.4;
}
.sidebar-form form .btn {
  background-color: #dbe2e7;
  width: 100%;
  margin-top: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 900;
  padding-top: 23px;
  padding-bottom: 8px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  color: #5e788f;
  font-family: inherit;
  transition: 0.3s;
}
.sidebar-form form .btn .text {
  font-size: 12px;
}
.sidebar-form form .btn:hover {
  background-color: #035e71;
  color: #fff;
}
.sidebar-dates .sidebar-form {
  margin-top: 5px;
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
}
.contact-item {
  min-height: 500px;
}
.contact-item:not(.ui-no-bg) {
  background-color: #fff;
  border-radius: 20px;
}
@media (min-width: 480px) {
  .contact-item:not(.ui-no-bg) {
    padding: 40px;
  }
}
@media (max-width: 479px) {
  .contact-item:not(.ui-no-bg) {
    padding: 20px;
  }
}
.contact-header {
  background-color: rgba(219, 226, 231, 0.6);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  justify-content: space-between;
}
.contact-header__items .item:last-child a {
  border-top-right-radius: 15px;
}
.contact-header__items .item a {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  padding-left: 20px;
  padding-right: 20px;
  color: #5e788f;
}
.contact-header__items .item a .icon {
  font-size: 32px;
  color: #fe7e00;
}
.contact-header__items .item a .desc {
  flex: 1;
  padding-left: 10px;
  line-height: 1.4;
}
.contact-header__items .item a .desc .heading {
  font-size: 12px;
  font-weight: 800;
}
.contact-header__items .item a .desc .text {
  font-weight: 300;
  font-size: 14px;
}
.contact-header .page-content__nav ul {
  padding-left: 7px;
  padding-right: 7px;
}
.contact-address &gt; ul &gt; li:not(:last-child) .contact-address__item {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.contact-address &gt; ul &gt; li:not(:last-child) .contact-address__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 1px;
  background-image: radial-gradient(
    rgba(94, 120, 143, 0.1) 50%,
    transparent,
    transparent
  );
}
.contact-address__map {
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .contact-address__map {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
}
.contact-address__map iframe {
  filter: grayscale(0.5);
}
@media (min-width: 768px) {
  .contact-address__map iframe {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .contact-address__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .contact-address__description {
    padding: 20px 20px 20px 40px;
  }
}
@media (max-width: 767px) {
  .contact-address__description {
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-address__description {
    padding-left: 30px;
  }
}
.contact-address__description .title {
  color: #455f76;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .contact-address__description .title {
    padding-right: 85px;
  }
}
.contact-address__description .page-content__description {
  margin-top: 10px;
}
.contact-address__info {
  margin-top: 30px;
}
.contact-address__info &gt; ul {
  display: flex;
  flex-wrap: wrap;
}
.contact-address__info &gt; ul &gt; li {
  margin-bottom: 20px;
}
.contact-address__info &gt; ul &gt; li:not(:last-child) {
  margin-right: 30px;
}
.contact-address__info .item {
  line-height: 1.4;
  position: relative;
  z-index: 1;
  padding-left: 15px;
}
.contact-address__info .item::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
  background-color: #ffcb99;
  width: 4px;
  border-radius: 99px;
}
.contact-address__info .item .heading {
  color: rgba(122, 147, 169, 0.6);
  font-size: 12px;
  font-weight: 800;
}
.contact-address__info .item .text {
  color: #5e788f;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .contact-address__buttons {
    height: 400px;
  }
}
.contact-address__buttons ul {
  display: flex;
}
@media (min-width: 1200px) {
  .contact-address__buttons ul {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .contact-address__buttons ul {
    padding-top: 60px;
    padding-bottom: 60px;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .contact-address__buttons ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .contact-address__buttons ul {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 1200px) {
  .contact-address__buttons ul li {
    height: 33.3333333333%;
  }
}
@media (max-width: 479px) {
  .contact-address__buttons ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-address__buttons ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .contact-address__buttons ul li {
    padding-left: 5px;
    padding-right: 5px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-address__buttons ul li {
    padding-left: 5px;
    padding-right: 5px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-address__buttons ul li {
    padding-left: 5px;
    padding-right: 5px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.contact-address__buttons ul li a {
  background-color: rgba(254, 126, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #fe7e00;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .contact-address__buttons ul li a {
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .contact-address__buttons ul li a {
    height: 80px;
  }
}
.contact-address__buttons ul li a:hover {
  background-color: #fe7e00;
  color: #fff;
  box-shadow: 5px 5px 20px rgba(254, 126, 0, 0.3);
}
.contact-address__buttons ul li a .icon {
  font-size: 28px;
  opacity: 0.4;
  width: 36px;
  justify-content: center;
}
@media (min-width: 480px) and (max-width: 767px) {
  .contact-address__buttons ul li a .icon {
    display: none;
  }
}
.contact-address__buttons ul li a .title {
  flex: 1;
  padding-left: 13px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 480px) and (max-width: 767px) {
  .contact-address__buttons ul li a .title {
    padding-left: 0;
  }
}
.contact-tour {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.contact-tour iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-floor &gt; ul &gt; li:not(:last-child) {
  border-bottom: 20px solid rgba(94, 120, 143, 0.08);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.contact-floor &gt; ul &gt; li .heading {
  color: rgba(122, 147, 169, 0.3);
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -2px;
  margin-top: 30px;
  position: sticky;
  top: 20px;
}
.contact-floor &gt; ul &gt; li .photo {
  padding-left: 50px;
  position: sticky;
  top: 20px;
}
.contact-floor &gt; ul &gt; li .photo a {
  display: block;
  position: relative;
}
.contact-floor &gt; ul &gt; li .photo img {
  width: 100%;
  height: 100%;
}
.services-explore {
  background-color: #023844;
  position: relative;
  z-index: 1;
}
.services-explore::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: url(../svg/pattern.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: repeat;
  opacity: 0.05;
}
.services-explore .container {
  padding-top: 90px;
  padding-bottom: 60px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.services-explore .container &gt; .icon {
  font-size: 72px;
}
.services-explore .container .title {
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -1.75px;
}
.services-explore .container .text {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  max-width: 600px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
.services-explore .container .text a {
  color: #fff;
  font-weight: 900;
}
.services-explore .container .text.ui-size-1 {
  font-size: 13px;
}
.services-explore .container form {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .services-explore .container form {
    width: 100%;
  }
}
.services-explore .container form input {
  height: 65px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  border: 3px solid #024b5a;
  padding-right: 90px;
  font-family: inherit;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.3px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: 0.3s;
}
.services-explore .container form input::-moz-placeholder {
  color: #fff;
}
.services-explore .container form input::placeholder {
  color: #fff;
}
@media (min-width: 480px) {
  .services-explore .container form input {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .services-explore .container form input {
    width: 770px;
  }
}
@media (max-width: 479px) {
  .services-explore .container form input {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .services-explore .container form input {
    width: 100%;
  }
}
.services-explore .container form input:focus {
  border: 3px solid #fff;
}
.services-explore .container form input:focus + .icon {
  opacity: 1;
}
.services-explore .container form .icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 22px;
  opacity: 0.4;
}
.videos-explore {
  position: relative;
  background-color: #02424f;
}
@media (min-width: 992px) {
  .videos-explore {
    height: 550px;
  }
}
@media (min-width: 1750px) {
  .videos-explore {
    height: 650px;
  }
}
@media (min-width: 992px) {
  .videos-explore &gt; .row &gt; div:first-child {
    position: initial;
  }
}
.videos-header {
  margin-bottom: 30px;
}
.videos-triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: 1;
  width: 90px;
  height: 0;
  border-style: solid;
  border-width: 0 0 550px 90px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #02424f;
  pointer-events: none;
}
@media (max-width: 991px) {
  .videos-triangle {
    display: none;
  }
}
@media (min-width: 1750px) {
  .videos-triangle {
    border-width: 0 0 650px 90px;
  }
}
@media (min-width: 992px) {
  .videos-heading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .videos-heading {
    max-width: calc(1300px - 10px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .videos-heading {
    max-width: calc(768px - 10px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .videos-heading {
    max-width: calc(992px - 10px);
  }
}
.videos-heading__content {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .videos-heading__content {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
@media (min-width: 1200px) {
  .videos-heading__content {
    padding-right: 100px;
  }
}
@media (max-width: 991px) {
  .videos-heading__content {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .videos-heading__content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .videos-heading__content {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .videos-heading__content {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
.videos-heading__content .breadcrumb {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .videos-heading__content .breadcrumb ul {
    justify-content: center;
  }
}
.videos-heading__content .breadcrumb ul li a {
  text-transform: uppercase;
}
.videos-heading__content .title {
  color: #fff;
  font-weight: 900;
  letter-spacing: -3px;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (min-width: 480px) {
  .videos-heading__content .title {
    font-size: 60px;
  }
}
@media (max-width: 479px) {
  .videos-heading__content .title {
    font-size: 48px;
  }
}
.videos-heading__content .text {
  color: #357e8d;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 10px;
}
@media (min-width: 480px) {
  .videos-heading__content .text {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .videos-heading__content .text {
    font-size: 16px;
  }
}
.videos-heading__content .btn {
  margin-top: 25px;
}
.videos-cover {
  overflow: hidden;
}
@media (min-width: 992px) {
  .videos-cover {
    height: 550px;
  }
}
@media (min-width: 1750px) {
  .videos-cover {
    height: 650px;
  }
}
@media (max-width: 991px) {
  .videos-cover {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}
.videos-cover iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .videos-cover iframe {
    transform: scale(1.3);
  }
}
@media (max-width: 991px) {
  .videos-cover iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.videos-cover #yayincomtr_monitor {
  padding: 0;
  border-radius: 0;
}
@media (min-width: 992px) {
  .videos-cover [itemscope] {
    height: 100%;
  }
  .videos-cover #yayincomtr_container {
    max-width: inherit;
    height: 100%;
  }
  .videos-cover #yayincomtr_monitor {
    height: 100%;
  }
  .videos-cover #yayincomtr_monitor .jwplayer.jw-flag-aspect-mode {
    height: 100% !important;
  }
}
@media (max-width: 991px) {
  .videos-cover .jw-flag-floating .jw-wrapper {
    display: none !important;
  }
}
.videos-buttons {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .detail-personnel {
    padding-top: 40px;
  }
}
.detail-personnel__header {
  position: relative;
}
@media (max-width: 767px) {
  .detail-personnel__header &gt; .row &gt; div:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-personnel__header.ui-page-unitv2 &gt; .row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-personnel__header.ui-page-unitv2 &gt; .row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-personnel__header.ui-page-unitv2 &gt; .row {
    flex-direction: column-reverse;
  }
}
.detail-personnel__box {
  border-radius: 20px;
  background-color: #fff;
  height: 100%;
}
.detail-personnel__photo {
  overflow: hidden;
  padding: 11px;
}
.detail-personnel__photo a {
  display: block;
  position: relative;
}
.detail-personnel__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}
.detail-personnel__description {
  box-shadow: 0 0 50px rgba(94, 120, 143, 0.3);
  padding: 20px;
  position: relative;
}
@media (min-width: 480px) {
  .detail-personnel__description-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 479px) {
  .detail-personnel__description-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.detail-personnel__description-header {
  line-height: 1.35;
}
.detail-personnel__description-header .title {
  color: #035e71;
  font-weight: 900;
  letter-spacing: -0.5px;
}
@media (min-width: 480px) {
  .detail-personnel__description-header .title:not([class*="ui-size-"]) {
    font-size: 28px;
  }
}
@media (min-width: 480px) and (min-width: 768px) and (max-width: 991px) {
  .detail-personnel__description-header .title:not([class*="ui-size-"]) {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .detail-personnel__description-header .title:not([class*="ui-size-"]) {
    font-size: 24px;
  }
}
.detail-personnel__description-header .title.ui-size-1 {
  font-size: 20px;
}
.detail-personnel__description-header .rank {
  color: #81afb8;
}
@media (min-width: 480px) {
  .detail-personnel__description-header .rank {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (min-width: 768px) and (max-width: 991px) {
  .detail-personnel__description-header .rank {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .detail-personnel__description-header .rank {
    font-size: 16px;
  }
}
.detail-personnel__contact {
  margin-top: 30px;
}
.detail-personnel__contact .item {
  display: flex;
  align-items: center;
}
.detail-personnel__contact .item:not(:last-child) {
  margin-bottom: 15px;
}
.detail-personnel__contact .item .icon {
  width: 55px;
  height: 55px;
  border: 2px solid rgba(122, 147, 169, 0.12);
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  color: #fe7e00;
  font-size: 20px;
}
@media (max-width: 479px) {
  .detail-personnel__contact .item .icon {
    display: none;
  }
}
.detail-personnel__contact .item .desc {
  flex: 1;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .detail-personnel__contact .item .desc {
    padding-left: 15px;
  }
}
.detail-personnel__contact .item .desc .heading {
  color: #035e71;
  font-size: 13px;
  font-weight: 900;
}
.detail-personnel__contact .item .desc .text {
  color: rgba(122, 147, 169, 0.7);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.3px;
  display: block;
  margin-top: 4px;
}
.detail-personnel__contact .item .desc a.text:hover {
  color: #fe7e00;
}
@media (min-width: 768px) {
  .detail-personnel__button-mail {
    position: absolute;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }
}
@media (max-width: 767px) {
  .detail-personnel__button-mail {
    margin-top: 30px;
  }
}
.detail-personnel__button-mail a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: 2px solid rgba(122, 147, 169, 0.12);
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15px;
  color: #fe7e00;
  height: 55px;
  transition: 0.3s;
  will-change: transform;
}
.detail-personnel__button-mail a:hover {
  background-color: #fe7e00;
  box-shadow: 5px 5px 30px rgba(254, 126, 0, 0.3);
  color: #fff;
  transform: translateY(-5px);
}
.detail-personnel__button-mail a .text {
  font-size: 14px;
  line-height: 1.3;
}
.detail-personnel__button-mail a .icon {
  font-size: 18px;
}
.detail-personnel__right {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-personnel__right {
    margin-top: 20px;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-personnel__right {
    margin-top: 20px;
    height: auto;
  }
}
.detail-personnel__units ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .detail-personnel__units ul {
    height: 430px;
  }
}
@media (max-width: 1199px) {
  .detail-personnel__units ul {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-personnel__units ul {
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-personnel__units ul {
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.detail-personnel__units ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-personnel__units ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-personnel__units ul li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-personnel__units ul li {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.detail-personnel__units ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.detail-personnel__units ul li a:hover .description .title {
  color: #fe7e00;
}
.detail-personnel__units .photo {
  width: 53px;
  border-radius: 11px;
  overflow: hidden;
  padding: 4px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(94, 120, 143, 0.15);
}
.detail-personnel__units .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.detail-personnel__units .description {
  flex: 1;
  padding-left: 15px;
  line-height: 1.4;
}
.detail-personnel__units .description .title {
  font-size: 14px;
  color: #035e71;
  font-weight: 900;
  letter-spacing: -0.5px;
  transition: 0.3s;
}
.detail-personnel__units .description .text {
  font-size: 13px;
  font-weight: 600;
  color: rgba(122, 147, 169, 0.7);
  margin-top: 3px;
}
.detail-unit__header {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-unit__header &gt; div {
  flex: 0 0 50%;
  max-width: 50%;
}
.detail-unit__information {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.detail-unit__left {
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #023844;
  padding: 13px;
}
.detail-unit__left .btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  background-color: #fe7e00;
  padding: 12px 15px;
  display: flex;
  width: calc(100% - 26px);
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  z-index: 1;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #fff;
  text-align: center;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: -0.3px;
  font-size: 13px;
  transition: 0.3s;
}
.detail-unit__photo {
  overflow: hidden;
}
.detail-unit__photo img {
  width: 270px;
  border-radius: 15px;
}
.detail-unit__description {
  padding-left: 40px;
  padding-bottom: 30px;
  flex: 1;
}
.detail-unit__description &gt; .title {
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -1.3px;
  text-transform: uppercase;
}
.detail-unit__description .rank {
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}
.detail-unit__contact {
  margin-top: 17px;
}
.detail-unit__contact ul li {
  display: block;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 14px;
}
.detail-unit__contact ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  height: 1px;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.1) 40%,
    transparent,
    transparent
  );
}
.detail-unit__contact ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
  border-radius: 20px;
  background-color: #fe7e00;
  z-index: -1;
  width: 3px;
}
.detail-unit__contact ul li .heading {
  font-weight: 800;
  color: #81afb8;
}
.detail-unit__contact ul li .text {
  color: #fff;
  display: block;
  margin-top: 2px;
}
.detail-unit__contact ul li .text[href]:hover {
  text-decoration: underline;
}
.detail-unit__right {
  position: relative;
}
.detail-unit__icon {
  position: absolute;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
  width: 250px;
  height: 250px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  z-index: 1;
}
.detail-unit__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 5px solid #fff;
  transform: rotate(45deg);
  opacity: 0.3;
  border-radius: 60px;
}
.detail-unit__icon .icon {
  font-size: 84px;
  color: #fff;
}
.detail-unit__nav {
  position: relative;
  top: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 5;
  background-color: #023844;
}
.detail-unit__nav .container {
  position: relative;
  z-index: 1;
}
.detail-unit__nav .container::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  height: 1px;
  background-image: radial-gradient(
    rgba(94, 120, 143, 0.1) 60%,
    transparent,
    transparent
  );
}
.detail-unit__nav ul {
  justify-content: center;
}
.detail-unit__nav ul li a {
  display: flex;
  height: 75px;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.4px;
  position: relative;
  transition: 0.3s;
}
.detail-unit__nav ul li a::before {
  content: "";
  display: inline-flex;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: currentColor;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.15;
}
.detail-unit__nav ul li a:hover {
  color: #fe7e00;
}
.detail-unit__item:not(:last-child) .container:not(.ui-no-border)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  height: 1px;
  background-image: radial-gradient(
    rgba(94, 120, 143, 0.1) 60%,
    transparent,
    transparent
  );
}
.detail-unit__item.ui-unit-action .container {
  text-align: center;
  margin-top: -27.5px;
}
.detail-unit__item.ui-unit-numbers .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.detail-unit__item.ui-unit-desc .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.detail-unit__item.ui-unit-desc .text {
  font-weight: 800 !important;
  font-size: 18px !important;
  letter-spacing: -0.5px;
}
@media (min-width: 1200px) {
  .detail-unit__item.ui-unit-desc .text {
    padding-left: 300px;
    padding-right: 300px;
  }
}
.detail-unit__item.ui-unit-desc .text blockquote {
  border-left: 5px solid #fe7e00;
  font-weight: 800 !important;
  padding-left: 20px;
  font-size: 18px !important;
}
.detail-unit__item.ui-unit-news .container {
  padding-top: 80px;
  padding-bottom: 60px;
}
.detail-unit__item.ui-unit-accordion .container {
  padding-top: 60px;
}
.detail-unit__item.ui-unit-accordion .section-header {
  margin-bottom: 40px;
}
.detail-unit__item.ui-unit-accordion .inner-page__row {
  flex-direction: row-reverse;
}
.detail-unit__info-list .container {
  padding-top: 75px;
  padding-bottom: 75px;
}
.detail-unit__info-list.ui-style-1 ul li {
  margin-bottom: 30px;
}
.detail-unit__info-list.ui-style-1 .item {
  border: 1px solid rgba(94, 120, 143, 0.1);
  padding: 35px 50px;
  border-radius: 11px;
  height: 100%;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .detail-unit__info-list.ui-style-1 .item {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .detail-unit__info-list.ui-style-1 .item {
    padding: 30px 40px;
  }
}
.detail-unit__info-list.ui-style-1 .item:hover {
  background: #fff;
  box-shadow: 0 5px 12px 0 rgba(94, 120, 143, 0.11);
}
.detail-unit__info-list.ui-style-1 .number::before {
  font-size: 48px;
  letter-spacing: -2px;
}
.detail-unit__info-list:not(.ui-style-1) ul li {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .detail-unit__info-list:not(.ui-style-1) ul li {
    text-align: center;
  }
  .detail-unit__info-list:not(.ui-style-1) ul li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.detail-unit__info-list ul {
  counter-reset: dots;
  justify-content: center;
}
.detail-unit__info-list .item {
  height: 100%;
}
.detail-unit__info-list .item:hover .number::before {
  color: rgba(94, 120, 143, 0.6);
}
.detail-unit__info-list .number {
  font-size: 0;
}
.detail-unit__info-list .number::before {
  content: counter(dots, decimal-leading-zero) " ";
  counter-increment: dots;
  font-size: 72px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -3px;
  color: rgba(94, 120, 143, 0.3);
  transition: 0.3s;
}
.detail-unit__info-list .title {
  color: #455f76;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.3px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.detail-unit__info-list .text {
  font-size: 13px;
  color: #7a93a9;
}
.detail-unit__numbers ul {
  justify-content: center;
}
.detail-unit__numbers ul.ui-col-5 li {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 20px;
  padding-right: 20px;
}
.detail-unit__numbers .item {
  background-color: #fff;
  height: 200px;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.detail-unit__numbers .item .icon {
  color: #fe7e00;
  background-color: rgba(254, 126, 0, 0.1);
  width: 65px;
  height: 65px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 28px;
}
.detail-unit__numbers .item .heading {
  text-align: center;
  font-size: 28px;
  line-height: 1;
  margin-top: 20px;
}
.detail-unit__numbers .item .heading .title {
  color: #035e71;
  font-weight: 900;
  letter-spacing: -1px;
  font-size: 36px;
}
.detail-unit__numbers .item .heading .title span {
  color: #81afb8;
}
.detail-unit__numbers .item .text {
  color: #7a93a9;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}
.detail-unit__news {
  margin-top: 20px;
}
.detail-unit__news .owl-news .owl-item .item {
  margin-top: 30px;
  margin-bottom: 30px;
  transition: 0.3s;
}
.detail-unit__news .owl-news .owl-item:not(.active) .item {
  opacity: 0;
  visibility: hidden;
}
.detail-unit__news .owl-news2 .owl-item .item {
  margin-top: 30px;
  margin-bottom: 30px;
  transition: 0.3s;
}
.detail-unit__news .owl-news2 .owl-item:not(.active) .item {
  opacity: 0;
  visibility: hidden;
}
.detail-unitv2__header {
  position: relative;
}
.detail-unitv2__cover {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  height: 220px;
  background-color: #5e788f;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.detail-unitv2__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
@media (min-width: 480px) {
  .detail-unitv2__body {
    display: flex;
    align-items: flex-end;
    height: 220px;
  }
}
@media (min-width: 768px) {
  .detail-unitv2__body {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 479px) {
  .detail-unitv2__body {
    padding-top: 30px;
    background-color: rgba(219, 226, 231, 0.5);
  }
}
@media (max-width: 767px) {
  .detail-unitv2__body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.detail-unitv2__photo {
  position: relative;
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 480px) {
  .detail-unitv2__photo {
    top: 30px;
  }
}
@media (min-width: 992px) {
  .detail-unitv2__photo {
    flex: 0 0 22%;
    max-width: 22%;
  }
}
@media (max-width: 479px) {
  .detail-unitv2__photo {
    flex: 0 0 70%;
    max-width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__photo {
    flex: 0 0 140px;
    max-width: 140px;
    height: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-unitv2__photo {
    flex: 0 0 170px;
    max-width: 170px;
  }
}
.detail-unitv2__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.detail-unitv2__description {
  padding-bottom: 30px;
  line-height: 1.3;
  color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .detail-unitv2__description {
    flex: 0 0 calc(100% - 22%);
    max-width: calc(100% - 22%);
    padding-left: 35px;
  }
}
@media (max-width: 479px) {
  .detail-unitv2__description {
    text-align: center;
    padding-top: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__description {
    flex: 0 0 calc(100% - 140px);
    max-width: calc(100% - 140px);
    padding-left: 20px;
    padding-bottom: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-unitv2__description {
    flex: 0 0 calc(100% - 170px);
    max-width: calc(100% - 170px);
  }
}
.detail-unitv2__description &gt; .title {
  font-weight: 900;
  letter-spacing: -1.3px;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .detail-unitv2__description &gt; .title {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .detail-unitv2__description &gt; .title {
    font-size: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__description &gt; .title {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .detail-unitv2__description &gt; .title {
    color: #5e788f;
    font-size: 24px;
  }
}
.detail-unitv2__description .rank {
  text-transform: uppercase;
  font-weight: 300;
}
@media (min-width: 480px) {
  .detail-unitv2__description .rank {
    color: rgba(255, 255, 255, 0.75);
  }
}
@media (min-width: 768px) {
  .detail-unitv2__description .rank {
    font-size: 16px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__description .rank {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .detail-unitv2__description .rank {
    color: rgba(94, 120, 143, 0.75);
    font-size: 14px;
  }
}
.detail-unitv2__description .btn {
  margin-top: 15px;
}
@media (min-width: 480px) {
  .detail-unitv2__social {
    position: absolute;
    right: 0;
    bottom: 30px;
  }
}
@media (min-width: 480px) and (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__social {
    right: -8px;
    bottom: 20px;
  }
}
@media (max-width: 479px) {
  .detail-unitv2__social {
    justify-content: center;
    margin-top: 20px;
  }
}
.detail-unitv2__social a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 11px;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media (min-width: 480px) {
  .detail-unitv2__social a {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 479px) {
  .detail-unitv2__social a {
    color: #7a93a9;
    border: 1px solid rgba(122, 147, 169, 0.3);
  }
}
.detail-unitv2__social a:not(:last-child) {
  margin-right: 5px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__social a:not(:last-child) {
    margin-right: 3px;
  }
}
.detail-unitv2__social a:hover {
  border-color: #fff;
}
.detail-unitv2__footer {
  background-color: rgba(219, 226, 231, 0.75);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-bottom: 35px;
}
@media (min-width: 480px) {
  .detail-unitv2__footer {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .detail-unitv2__footer {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 479px) {
  .detail-unitv2__footer {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .detail-unitv2__footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.detail-unitv2__footer &gt; .heading {
  color: #455f76;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.detail-unitv2__contact ul li {
  line-height: 1.4;
}
@media (max-width: 479px) {
  .detail-unitv2__contact ul li {
    text-align: center;
  }
  .detail-unitv2__contact ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__contact ul li:not(:nth-last-child(-n + 2)) {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-unitv2__contact ul li:not(:nth-last-child(-n + 2)) {
    margin-bottom: 20px;
  }
}
.detail-unitv2__contact ul li .heading {
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(122, 147, 169, 0.45);
  font-size: 12px;
}
.detail-unitv2__contact ul li .text {
  color: #7a93a9;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-top: 2px;
}
.detail-unitv2__contact ul li .text[href]:hover {
  text-decoration: underline;
}
.detail-unitv2__buttons {
  margin-top: 35px;
}
@media (max-width: 479px) {
  .detail-unitv2__buttons ul {
    flex-direction: column;
  }
}
@media (min-width: 480px) {
  .detail-unitv2__buttons ul li:not(:last-child) {
    margin-right: 15px;
  }
}
@media (min-width: 480px) and (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__buttons ul li:not(:last-child) {
    margin-right: 5px;
  }
}
@media (max-width: 479px) {
  .detail-unitv2__buttons ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  .detail-unitv2__buttons ul li {
    width: 100%;
  }
}
.detail-unitv2__buttons ul li a {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  height: 42px;
  border-radius: 11px;
  transition: 0.3s;
  color: #5e788f;
}
@media (min-width: 768px) {
  .detail-unitv2__buttons ul li a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 479px) {
  .detail-unitv2__buttons ul li a {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__buttons ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.detail-unitv2__buttons ul li a .text {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.detail-unitv2__buttons ul li a .icon {
  font-size: 14px;
  opacity: 0.4;
  margin-right: 7px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__buttons ul li a .icon {
    display: none;
  }
}
.detail-unitv2__buttons ul li a:hover {
  background-color: #fe7e00;
  color: #fff;
  box-shadow: 5px 5px 20px rgba(254, 126, 0, 0.3);
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__right .shortcuts.ui-style-item ul {
    display: flex;
    overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-unitv2__right .shortcuts.ui-style-item ul {
    display: flex;
    overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-unitv2__right .shortcuts.ui-style-item ul {
    display: flex;
    overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.detail-unitv2__right .shortcuts.ui-style-item ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__right .shortcuts.ui-style-item ul li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-unitv2__right .shortcuts.ui-style-item ul li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-unitv2__right .shortcuts.ui-style-item ul li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__right .shortcuts.ui-style-item ul li {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-unitv2__right .shortcuts.ui-style-item ul li {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-unitv2__right .shortcuts.ui-style-item ul li {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
.detail-unitv2__right .shortcuts.ui-style-item .shortcuts-card a {
  border-radius: 15px;
}
.detail-activity__header {
  position: relative;
  margin-bottom: 20px;
}
.detail-activity__header-cover {
  overflow: hidden;
  height: 515px;
  background-color: #023844;
}
@media (max-width: 767px) {
  .detail-activity__header-cover {
    display: none;
  }
}
.detail-activity__header-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: blur(6px);
  transform: scale(1.5);
  opacity: 0.3;
}
@media (min-width: 768px) {
  .detail-activity__header-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .detail-activity__header-body .container {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .detail-activity__header-body .container &gt; div {
    height: 100%;
    align-items: flex-end;
  }
}
.detail-activity__header-photo {
  overflow: hidden;
}
@media (min-width: 768px) {
  .detail-activity__header-photo {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
@media (max-width: 767px) {
  .detail-activity__header-photo {
    border-radius: 15px;
  }
}
.detail-activity__header-photo a {
  display: block;
  position: relative;
  height: 410px;
}
.detail-activity__header-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.detail-activity__header-trailer {
  display: flex;
}
.detail-activity__header-trailer a {
  background-color: #fe7e00;
  display: flex;
  width: 100%;
  height: 32px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
}
.detail-activity__header-trailer a .icon {
  font-size: 14px;
  margin-right: 5px;
}
.detail-activity__header-description {
  position: relative;
}
@media (max-width: 479px) {
  .detail-activity__header-description {
    padding-top: 45px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-activity__header-description {
    padding-top: 70px;
  }
}
@media (min-width: 992px) {
  .detail-activity__header-description {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-activity__header-description {
    padding-bottom: 20px;
  }
}
.detail-activity__header-description .title {
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .detail-activity__header-description .title {
    font-size: 48px;
    letter-spacing: -1.5px;
  }
}
@media (min-width: 768px) {
  .detail-activity__header-description .title {
    color: #fff;
  }
}
@media (max-width: 479px) {
  .detail-activity__header-description .title {
    font-size: 32px;
    letter-spacing: -1px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-activity__header-description .title {
    font-size: 48px;
    letter-spacing: -1.5px;
  }
}
@media (max-width: 767px) {
  .detail-activity__header-description .title {
    color: #5e788f;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-activity__header-description .title {
    font-size: 32px;
    letter-spacing: -1px;
  }
}
.detail-activity__header-description .tag {
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .detail-activity__header-description .tag {
    color: #fff;
  }
}
@media (min-width: 480px) {
  .detail-activity__header-description .tag {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-activity__header-description .tag {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .detail-activity__header-description .tag {
    color: #7a93a9;
  }
}
.detail-activity__header-description .tag::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: width 0.3s;
  width: 0;
}
@media (min-width: 768px) {
  .detail-activity__header-description .tag::after {
    background-color: #fff;
  }
}
.detail-activity__header-description .tag:hover::after {
  width: 100%;
}
.detail-activity__header-description .note {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .detail-activity__header-description .note {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
  }
}
@media (max-width: 767px) {
  .detail-activity__header-description .note {
    border-top: 1px solid rgba(94, 120, 143, 0.15);
    border-bottom: 1px solid rgba(94, 120, 143, 0.15);
    color: #5e788f;
  }
}
.detail-activity__header-description .note .number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .detail-activity__header-description .note .number {
    border: 2px solid #fff;
  }
}
@media (max-width: 767px) {
  .detail-activity__header-description .note .number {
    border: 2px solid #5e788f;
  }
}
.detail-activity__header-description .note .text {
  font-size: 14px;
  flex: 1;
  line-height: 1.4;
}
.detail-activity__header-markers {
  margin-top: 30px;
}
.detail-activity__header-markers .marker-card {
  padding: 15px 20px 20px 20px;
  border-radius: 15px;
  height: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 768px) {
  .detail-activity__header-markers .marker-card:not(.is-today) {
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  .detail-activity__header-markers .marker-card:not(.is-today) {
    border: 1px solid rgba(122, 147, 169, 0.5);
  }
}
@media (min-width: 768px) {
  .detail-activity__header-markers .marker-card.is-today {
    border: 3px solid #fff;
  }
}
@media (max-width: 767px) {
  .detail-activity__header-markers .marker-card.is-today {
    border: 3px solid rgba(122, 147, 169, 0.5);
  }
}
.detail-activity__header-markers .marker-card.is-today &gt; .icon {
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #fff;
  width: 25px;
  height: 25px;
  color: #fe7e00;
  border-bottom-left-radius: 15px;
  font-size: 10px;
}
.detail-activity__header-markers .marker-header .heading {
  font-weight: 800;
  letter-spacing: -0.5px;
  font-size: 16px;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .detail-activity__header-markers .marker-header .heading {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .detail-activity__header-markers .marker-header .heading {
    color: #7a93a9;
  }
}
.detail-activity__header-markers .marker-infos {
  margin-top: 10px;
}
.detail-activity__header-markers .marker-infos .item {
  display: flex;
  align-items: center;
}
.detail-activity__header-markers .marker-infos .item:not(:last-child) {
  margin-bottom: 7px;
}
.detail-activity__header-markers .marker-infos .item .icon {
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 10px;
  margin-right: 7px;
}
@media (min-width: 768px) {
  .detail-activity__header-markers .marker-infos .item .icon {
    border: 2px solid #fff;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .detail-activity__header-markers .marker-infos .item .icon {
    border: 2px solid #7a93a9;
    color: #7a93a9;
  }
}
.detail-activity__header-markers .marker-infos .item .text {
  flex: 1;
  font-size: 13px;
}
@media (min-width: 768px) {
  .detail-activity__header-markers .marker-infos .item .text {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .detail-activity__header-markers .marker-infos .item .text {
    color: #7a93a9;
  }
}
.detail-activity__header-markers .marker-action {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .detail-activity__header-markers .marker-action {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  .detail-activity__header-markers .marker-action {
    background-color: rgba(122, 147, 169, 0.15);
  }
}
.detail-activity__header-markers .marker-action:hover {
  background-color: #fe7e00;
  color: #fff;
}
.detail-activity__header-markers .marker-action .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.3px;
}
@media (min-width: 768px) {
  .detail-activity__header-markers .marker-action .btn {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .detail-activity__header-markers .marker-action .btn {
    color: #7a93a9;
  }
}
.detail-video__header {
  background-color: #023844;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .detail-video__header &gt; .container &gt; .row &gt; div:not(:last-child) {
    margin-bottom: 20px;
  }
}
.detail-video__header &gt; div {
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .detail-video__header &gt; div {
    max-width: 1450px;
  }
}
@media (min-width: 1200px) {
  .detail-video__header &gt; div {
    padding-top: 100px;
  }
}
@media (max-width: 479px) {
  .detail-video__header &gt; div {
    padding-top: 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-video__header &gt; div {
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-video__header &gt; div {
    padding-top: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-video__header &gt; div {
    padding-top: 60px;
  }
}
.detail-video__heading {
  background-color: #022f39;
  padding: 10px 20px;
  border-radius: 11px;
  align-items: center;
  justify-content: space-between;
}
.detail-video__heading .title {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.detail-video__heading .link {
  font-size: 11px;
  font-weight: 700;
  color: #1c6e7f;
  text-transform: uppercase;
}
.detail-video__heading .link:hover {
  color: #4f8e9c;
}
.detail-video__play {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-color: #022f39;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  overflow: hidden;
}
.detail-video__play iframe,
.detail-video__play video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-video__description {
  padding: 20px 30px 25px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: rgba(28, 110, 127, 0.2);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.detail-video__description .tags a {
  display: inline-block;
  color: #357e8d;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s;
}
.detail-video__description .tags a:hover {
  color: #689eaa;
}
.detail-video__description .tags a:not(:last-child) {
  margin-right: 5px;
}
.detail-video__description .title {
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 5px;
}
@media (min-width: 1200px) {
  .detail-video__description .title {
    padding-right: 100px;
  }
}
@media (min-width: 480px) {
  .detail-video__description .title {
    font-size: 24px;
    letter-spacing: -1px;
  }
}
@media (max-width: 479px) {
  .detail-video__description .title {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
}
.detail-video__information ul li:not(:last-child) {
  margin-right: 20px;
}
.detail-video__information ul li a {
  display: inline-flex;
  align-items: center;
  color: #81afb8;
  font-size: 12px;
  font-weight: 600;
  transition: 0.3s;
}
.detail-video__information ul li a[href]:hover {
  color: #fff;
}
.detail-video__information ul li a .icon {
  font-size: 12px;
  opacity: 0.5;
  margin-right: 5px;
}
.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;
  }
}
.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-common {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .detail-common {
    max-height: calc(100vh - calc(70px + 80px));
    overflow-y: auto;
    scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.1);
    scrollbar-width: thin;
  }
  .detail-common::-webkit-scrollbar-track {
    background-color: rgba(254, 126, 0, 0.1);
  }
  .detail-common::-webkit-scrollbar {
    width: 5px;
  }
  .detail-common::-webkit-scrollbar-thumb {
    background-color: #fe7e00;
  }
}
.detail-common &gt; div {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.detail-common__left {
  position: sticky;
  top: 0;
}
.detail-common__card {
  position: relative;
}
.detail-common__card a {
  display: block;
  position: relative;
}
@media (max-width: 479px) {
  .detail-common__cover {
    height: 100vw;
    max-height: 390px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-common__cover {
    height: 80vw;
    max-height: 480px;
  }
}
.detail-common__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.detail-common__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .detail-common__body {
    padding: calc(60px - 20px) 75px;
  }
}
@media (max-width: 767px) {
  .detail-common__body {
    padding: 12vw 9vw 9vw 9vw;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-common__body {
    padding: 3vw;
  }
}
.detail-common__body::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(transparent, #02424f);
  opacity: 0.7;
}
.detail-common__body-header .tag {
  display: inline-flex;
  align-items: center;
}
.detail-common__body-header .tag .icon {
  font-size: 20px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.detail-common__body-header .tag .desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  text-transform: uppercase;
  text-shadow: 0 0 10px #011c22;
}
.detail-common__body-header .tag .desc [class*="text"] {
  color: #fff;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.detail-common__body-header .tag .desc [class*="text"]::after {
  content: "";
  display: inline-flex;
  border-left: 5px solid #fff;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  margin-left: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-5px);
  transition: 0.3s;
}
.detail-common__body-header .tag .desc [class*="text"]:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.detail-common__body-header .tag .desc .text {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.5px;
}
.detail-common__body-header .tag .desc .text-2 {
  font-size: 14px;
}
.detail-common__body-footer {
  justify-content: flex-end;
  display: flex;
}
.detail-common__body-footer .actions .item:not(:last-child) {
  margin-right: 10px;
}
.detail-common__body-footer .actions .item a,
.detail-common__body-footer .actions .item button {
  display: inline-flex;
  font-family: inherit;
  height: 40px;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  transition: 0.3s;
}
.detail-common__body-footer .actions .item a:hover,
.detail-common__body-footer .actions .item button:hover {
  color: #fe7e00;
  background-color: #fff;
}
.detail-common__body-footer .actions .item a:not([class*="ui-style-"]),
.detail-common__body-footer .actions .item button:not([class*="ui-style-"]) {
  width: 40px;
}
.detail-common__body-footer .actions .item a.ui-style-text,
.detail-common__body-footer .actions .item button.ui-style-text {
  padding-left: 15px;
  padding-right: 15px;
}
.detail-common__body-footer .actions .item a .text,
.detail-common__body-footer .actions .item button .text {
  font-weight: 900;
  letter-spacing: -1px;
  margin-left: 7px;
}
.detail-common__intro {
  background-color: #fff;
}
@media (min-width: 768px) {
  .detail-common__intro {
    padding: 60px 75px;
  }
}
@media (min-width: 992px) {
  .detail-common__intro {
    border-bottom-right-radius: 20px;
  }
}
@media (max-width: 767px) {
  .detail-common__intro {
    padding: 9vw;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-common__intro {
    padding: 3vw;
  }
}
.detail-common__intro .text {
  color: #5e788f;
  font-weight: 900;
  line-height: 1.6;
}
@media (min-width: 480px) {
  .detail-common__intro .text {
    font-size: 32px;
    letter-spacing: -1.3px;
  }
}
@media (max-width: 479px) {
  .detail-common__intro .text {
    font-size: 24px;
    letter-spacing: -0.5px;
  }
}
.detail-common__intro .text strong {
  font-weight: 900;
  color: #fe7e00;
}
.detail-common__description {
  position: sticky;
  top: -50px;
}
@media (min-width: 768px) {
  .detail-common__description {
    padding-top: 70px;
  }
}
@media (min-width: 992px) {
  .detail-common__description {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 479px) {
  .detail-common__description {
    max-width: 390px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .detail-common__description {
    max-width: 600px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-common__description {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .detail-common__description {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .detail-common__description {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-common__description {
    padding: 3vw;
  }
}
.detail-common__description .breadcrumb ul {
  overflow-x: auto;
  width: 90%;
}
.detail-common__iframe {
  overflow: hidden;
  border-radius: 15px;
  background-color: #fff;
  padding: 12px;
}
.detail-common__iframe iframe {
  filter: grayscale(0.7);
  width: 100%;
  height: 220px;
  border-radius: 15px;
  display: block;
}
.detail-common__list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.detail-common__list .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.detail-common__list .item::after {
  content: "";
  position: absolute;
  left: calc(50px - 10px);
  right: 0;
  bottom: 1px;
  background-color: #fff;
  height: 1px;
}
.detail-common__list .item .icon {
  width: 50px;
  height: 50px;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #fe7e00;
}
.detail-common__list .item .desc {
  flex: 1;
  padding-left: 20px;
  line-height: 1.4;
  padding-bottom: 5px;
}
.detail-common__list .item .desc .heading {
  color: #455f76;
  font-size: 13px;
  font-weight: 800;
}
.detail-common__list .item .desc .text {
  color: #7a93a9;
  font-size: 14px;
}
.detail-common__list .item .desc .text strong {
  font-weight: 900;
}
.detail-common__box {
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
  border-radius: 15px;
}
.detail-common__box .heading {
  color: #feb266;
  align-items: center;
  margin-bottom: 10px;
}
.detail-common__box .heading .icon {
  font-size: 16px;
  margin-right: 8px;
}
.detail-common__box .heading .text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.detail-common__tags ul {
  flex-wrap: wrap;
}
.detail-common__tags ul li {
  margin-bottom: 6px;
}
.detail-common__tags ul li:not(:last-child) {
  margin-right: 6px;
}
.detail-common__tags ul li a {
  display: inline-flex;
  background-color: rgba(219, 226, 231, 0.4);
  border-radius: 8px;
  padding: 7px 9px;
  color: #5e788f;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}
.detail-common__tags ul li a:hover {
  background-color: #689eaa;
  color: #fff;
}
.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: #5e788f;
}
.schema-list:not([class*="ui-item-bg"]) ul li a,
.schema-list:not([class*="ui-item-bg"]) ul li button {
  background-color: #fff;
  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: #fe7e00;
  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 &gt; ul &gt; li:hover &gt; a::before,
.schema-list.ui-item-bg &gt; ul &gt; li:hover &gt; 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: #035e71;
  opacity: 0.75;
  border-radius: 15px;
  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%;
  transform: translateX(-50%);
  background-color: #7a93a9;
  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.55;
}
.schema-list.ui-item-bg .schema-sub li a:hover::before {
  opacity: 0.75;
}
.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: flex;
  flex-wrap: wrap;
}
.schema-list ul li a,
.schema-list ul li button {
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: 100px;
  padding: 20px;
  border-radius: 15px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  width: 100%;
  font-family: inherit;
}
.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);
  transform: translateX(-50%);
  background-color: #7a93a9;
  width: 1px;
  z-index: -1;
}
.schema-header ul {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 768px) {
  .schema-header ul::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    transform: translateY(-50%);
    background-color: #7a93a9;
    height: 1px;
    z-index: -1;
  }
}
.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 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 767px) {
  .schema-header ul li {
    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);
}
.schema-content &gt; ul {
  margin-left: -5px;
  margin-right: -5px;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media (min-width: 768px) {
  .schema-content &gt; ul::before {
    content: "";
    position: absolute;
    top: calc(-1 * 30px);
    right: calc(16.6666666667% / 2);
    left: calc(16.6666666667% / 2);
    background-color: #7a93a9;
    height: 1px;
  }
}
.schema-content &gt; ul &gt; li {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
@media (min-width: 768px) {
  .schema-content &gt; ul &gt; li {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (max-width: 767px) {
  .schema-content &gt; ul &gt; li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.schema-content &gt; ul &gt; li:not(:last-child) {
  margin-bottom: 30px;
}
.schema-content &gt; ul &gt; li::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 30px;
  background-color: #7a93a9;
}
.oops {
  text-align: center;
  margin-top: 10vw;
  color: #035e71;
}
.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;
}
.ui-no-scroll {
  overflow: hidden;
}
.ui-no-scroll-y {
  overflow-y: hidden;
}
.ui-no-scroll-x {
  overflow-x: hidden;
}
.ui-pos-relative {
  position: relative;
}
.ui-pos-inherit {
  position: inherit;
}
.ui-pos-sticky {
  position: sticky;
  top: 20px;
}
.ui-text-center {
  text-align: center;
}
.ui-justify-center {
  justify-content: center;
}
.ui-justify-end {
  justify-content: flex-end;
}
.ui-justify-start {
  justify-content: flex-start;
}
.ui-justify-between {
  justify-content: space-between;
}
.ui-align-center {
  align-items: center;
}
.ui-align-end {
  align-items: flex-end;
}
.ui-align-start {
  align-items: flex-start;
}
.ui-align-between {
  align-items: space-between;
}
.ui-z-index {
  position: relative;
  z-index: 9;
}
.ui-hidden {
  display: none;
}
@media (max-width: 479px) {
  .ui-xs-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .ui-sm-hidden {
    display: none;
  }
}
@media (max-width: 991px) {
  .ui-md-hidden {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ui-flex-full-tablet {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ui-pv-5px {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ui-pv-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ui-pv-15px {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ui-pv-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ui-pv-25px {
  padding-top: 25px;
  padding-bottom: 25px;
}
.ui-pv-30px {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ui-pv-40px {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ui-pv-50px {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ui-pv-60px {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ui-pv-70px {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ui-pv-80px {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ui-pv-90px {
  padding-top: 90px;
  padding-bottom: 90px;
}
.ui-pv-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ui-pv-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.ui-pt-0 {
  padding-top: 0 !important;
}
.ui-pb-0 {
  padding-bottom: 0 !important;
}
.ui-pt-5px {
  padding-top: 5px;
}
.ui-pt-10px {
  padding-top: 10px;
}
.ui-pt-15px {
  padding-top: 15px;
}
.ui-pt-20px {
  padding-top: 20px;
}
.ui-pt-25px {
  padding-top: 25px;
}
.ui-pt-30px {
  padding-top: 30px;
}
.ui-pt-40px {
  padding-top: 40px;
}
.ui-pt-50px {
  padding-top: 50px;
}
.ui-pt-60px {
  padding-top: 60px;
}
.ui-pt-70px {
  padding-top: 70px;
}
.ui-pt-80px {
  padding-top: 80px;
}
.ui-pt-90px {
  padding-top: 90px;
}
.ui-pt-100px {
  padding-top: 100px;
}
.ui-pb-5px {
  padding-bottom: 5px;
}
.ui-pb-10px {
  padding-bottom: 10px;
}
.ui-pb-15px {
  padding-bottom: 15px;
}
.ui-pb-20px {
  padding-bottom: 20px;
}
.ui-pb-25px {
  padding-bottom: 25px;
}
.ui-pb-30px {
  padding-bottom: 30px;
}
.ui-pb-40px {
  padding-bottom: 40px;
}
.ui-pb-50px {
  padding-bottom: 50px;
}
.ui-pb-60px {
  padding-bottom: 60px;
}
.ui-pb-70px {
  padding-bottom: 70px;
}
.ui-pb-80px {
  padding-bottom: 80px;
}
.ui-pb-90px {
  padding-bottom: 90px;
}
.ui-pb-100px {
  padding-bottom: 100px;
}
.ui-mv-5px {
  margin-top: 5px;
  margin-bottom: 5px;
}
.ui-mv-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ui-mv-15px {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ui-mv-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ui-mv-25px {
  margin-top: 25px;
  margin-bottom: 25px;
}
.ui-mv-30px {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ui-mv-40px {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ui-mv-50px {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ui-mv-60px {
  margin-top: 60px;
  margin-bottom: 60px;
}
.ui-mv-70px {
  margin-top: 70px;
  margin-bottom: 70px;
}
.ui-mv-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ui-mv-90px {
  margin-top: 90px;
  margin-bottom: 90px;
}
.ui-mv-100px {
  margin-top: 100px;
  margin-bottom: 100px;
}
.ui-mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.ui-mt-0 {
  margin-top: 0 !important;
}
.ui-mb-0 {
  margin-bottom: 0 !important;
}
.ui-ml-0 {
  margin-left: 0 !important;
}
.ui-mr-0 {
  margin-right: 0 !important;
}
.ui-mt-5px {
  margin-top: 5px;
}
.ui-mt-10px {
  margin-top: 10px;
}
.ui-mt-15px {
  margin-top: 15px;
}
.ui-mt-20px {
  margin-top: 20px;
}
.ui-mt-25px {
  margin-top: 25px;
}
.ui-mt-30px {
  margin-top: 30px;
}
.ui-mt-40px {
  margin-top: 40px;
}
.ui-mt-50px {
  margin-top: 50px;
}
.ui-mt-60px {
  margin-top: 60px;
}
.ui-mt-70px {
  margin-top: 70px;
}
.ui-mt-80px {
  margin-top: 80px;
}
.ui-mt-90px {
  margin-top: 90px;
}
.ui-mt-100px {
  margin-top: 100px;
}
.ui-mb-5px {
  margin-bottom: 5px !important;
}
.ui-mb-10px {
  margin-bottom: 10px !important;
}
.ui-mb-15px {
  margin-bottom: 15px !important;
}
.ui-mb-20px {
  margin-bottom: 20px !important;
}
.ui-mb-25px {
  margin-bottom: 25px !important;
}
.ui-mb-30px {
  margin-bottom: 30px !important;
}
.ui-mb-40px {
  margin-bottom: 40px !important;
}
.ui-mb-50px {
  margin-bottom: 50px !important;
}
.ui-mb-60px {
  margin-bottom: 60px !important;
}
.ui-mb-70px {
  margin-bottom: 70px !important;
}
.ui-mb-80px {
  margin-bottom: 80px !important;
}
.ui-mb-90px {
  margin-bottom: 90px !important;
}
.ui-mb-100px {
  margin-bottom: 100px !important;
} /*# sourceMappingURL=app.css.map */

.footer-left-map {
  display: flex;
  flex-direction: column;
}
.left-map-row {
  width: 100%;
  display: flex;
  align-items: start;
}

.hero-new-categories {
  left: 0;
  bottom: 0;
  padding-left: 0;
}
.news-content-header {
  align-items: center;
}

@media (max-width: 1500px) {
  .hero-new-categories {
    bottom: -45px;
  }
  .special-hero-container {
    max-width: 97% !important;
  }
  .president-header .president-sub-title {
    text-align: center;
  }
  .hero-news-container
    .news-wrapper-col-8
    .slider-tab-content
    .slider-tab-content-item-title {
    max-width: 33ch;
  }
}
@media (max-width: 992px) {
  .hero-news-container {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .ata-logo {
    width: 100%;
    height: 100%;
    
    margin-left: 10px;
    margin-right: 20px;
  }
  .ata-logo .ata-logo-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ata-logo .ata-logo-wrapper img {
    width: 135px;
    position: absolute;
    right: 70px;
    bottom: 0;
  }
  .hero-news-container .owl-nav button {
    z-index: 9999;
  }
  .hero-news-container .news-wrapper-col-8 {
    width: 100%;
  }
  .article-president-col-4 {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .article-president-col-4 .president-img-wrapper-relative {
    height: 400px;
    width: 35%;
  }
  .article-president-col-4
    .president-img-wrapper-relative
    .absolute-president-img
    img {
    height: 400px;
  }
  .article-president-col-4
    .president-img-wrapper-relative
    .absolute-social-links {
    bottom: 100px;
    left: 200%;
  }
  .president-sub-img-text {
    margin-top: -70px;
  }
  .president-sub-img {
    width: 62%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
    /* background: #ff000012; */
    border-radius: 20px;
    box-shadow: 0 0 50px #0000000f;
    background-image: url("https://www.medyaweb.bel.tr/mayor-bg-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .hero-news-container .news-wrapper-col-8 .slider-tab-content {
    padding-right: 0;
  }

  .president-sub-img-text .baskan-msg-title {
    font-size: 19px;
  }
  .president-sub-img-text .baskan-text {
    font-size: 17px;
  }
  .president-sub-img-text .baskan-signature {
    font-size: 22px;
  }
  .article-president-col-4
    .president-img-wrapper-relative
    .absolute-social-links
    .absolute-social-links-item {
    width: 44px;
    height: 44px;
  }
  .article-president-col-4
    .president-img-wrapper-relative
    .absolute-social-links
    a {
    font-size: 20px;
  }
}
.slide-content-mobile {
  display: none;
  position: absolute;
  bottom: 70px;
  overflow: visible !important;
  left: 0;
  width: 100%;
  z-index: 9999 !important;
  justify-content: center;
}
.slide-content-mobile .slide-content-mobile-date {
  font-size: 9px;
  color: #1a5f726b;
  z-index: 500;
  font-weight: 600;
  z-index: 12000;
}
.slide-content-mobile .slide-content-mobile-title {
  font-weight: 700;
  z-index: 500;
  font-size: 14px;
  max-width: 50ch;
  color: #175e72;
  z-index: 12000;
}

@media (max-width: 768px) {

}

@media (max-width: 768px) {
  .new-slider-content-item-wrapper {
    display: none;
  }
  .hero-news-container .news-wrapper-col-8 .hero-news-slider {
    width: 100%;
    margin-bottom: 0px;
  }
  .hero-news-slider .item {
    position: relative;
    display: flex;
    width: 100%;
    height: 500px !important;
  }
  .hero-news-container .news-wrapper-col-8 .hero-news-slider img {
    height: 350px;
    border-radius: 25px;
  }

  .slide-content-mobile {
    display: flex !important;
    flex-direction: column !important;
    bottom: 40px;
    padding: 1rem 2rem;
    margin-top: 10px;
    border-radius: 20px;
    box-shadow: 0 0 50px #0000000f;
height: 100px;
    align-items: start !important;
  }
  .hero-news-container .owl-dots{
    display: none;
  }
  .hero-news-container .owl-stage {
    gap: 4px;
  }
  .hero-news-container .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
    position: absolute;
    top: 32%;
    transform: translateY(-50%);
  }
  /* .hero-news-container .owl-nav button {
  width: 40px;
  height: 40px;
  font-size: 30px !important;
  border-radius: 10px;
  color: #fff;
  border: none;
  background: #1a5f72;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
} */
  .slide-content-mobile .slide-content-mobile-title {
    max-width: 100%;
  }
  .footer-sub{
    margin-top: 20px;
  }
}

@media (max-width: 540px) {
  .article-president-col-4 {
    flex-direction: column;
  }
  .hero::after{
    height: 18%;
  }
  .ata-logo {
    width: 100%;
    height: 100%;
    
    margin-left: 10px;
    margin-right: 20px;
  }
  .ata-logo .ata-logo-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .ata-logo .ata-logo-wrapper img {
    width: 120px;
    position: absolute;
    right: -30px;
    bottom: 0;
  }
  .header-buttons.ui-mobile{
    justify-content: start!important;
    gap: 1rem;
  }
  .article-president-col-4 .president-img-wrapper-relative {
    width: 300px;
    height: 270px;
    align-self: center;
  }
  .article-president-col-4
    .president-img-wrapper-relative
    .absolute-president-img
    img {
    height: 370px;
  }
  .article-president-col-4
    .president-img-wrapper-relative
    .absolute-social-links {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 100%;
    justify-content: center;
    z-index: 500;
    gap: 5px;
    align-items: center;
  }
  .president-sub-img {
    width: 100%;
    height: 160px;
  }
  .article-president-col-4 {
    margin-top: 50px;
  }
  .president-sub-img-text {
    margin-top: 0;
  }
  .hero-news-container {
    margin-bottom: 3px;
  }
  .hero-news-container {
    margin-top: -36px;
  }
  .owl-news2 .card-v1-item {
    height: 130px !important;
  }
  .owl-nav-style .owl-theme .owl-nav {
    margin-top: -20px !important;
  }
  .medyaweb-summary {
    max-width: 100%;
    padding-bottom: 30px;
  }
  .hero-news-container .news-wrapper-col-8 .hero-news-slider img{
    height: 300px;
  }
  .hero-news-slider .item{
    height: 450px!important;
  }

 
}
@media(max-width:992px){
  .footer-left-map .footer-card:not(.with-btns) {
    width: 35%!important;
  }
  .footer-left-map .footer-card:nth-child(4){
    margin-left: 0!important;
  }
  .footer-heading::after{
    display: none!important;
  }
}

@media(max-width:450px){
  .hero-news-container .news-wrapper-col-8 .hero-news-slider img{
    height: 250px;
  }
  .hero-news-slider .item{
    height: 400px!important;
  }
  .footer-left-map {
  
    margin-top: 10px;
  }

}
.baskan-signature{
  font-weight: 600;
}
.baskan-signature  strong{
  font-weight:900!important;
}
@media(max-width:479px){
  .section-projects .container{
    padding-top: 0!important;
  }
}

#mobile-baskan{
  display: none!important;
}



@media(max-width:768px){
  #mobile-baskan{
    display: flex!important;
    margin-top: 25px;
  }
  #desktop-baskan{
    display: none!important;
  }
}

.header-buttons.ui-mobile .btn{
  z-index: 9999;
}
.app{
  display: flex !important;
      flex-direction: column;
      width: 100%;
      overflow-x: hidden;
      transform: none!important;
}

.nbreadcrumb {
  padding: 18px 23px;
  margin-bottom: 20px;
  background-color: rgba(219, 226, 231, 0.3);
  border-radius: 15px;
}
.w35
{
  width: 35px;
}
</pre></body></html>