
:root {
  --font-size-title--3xl: 4.6rem;
  --font-size-title--xxl: 4.2rem;
  --font-size-title--xl: 3.8rem;
  --font-size-title--lg: 2.8rem;
  --font-size-title--md: 2.4rem;
  --font-size-title--sm: 2.2rem;
  --font-size-title--xsm: 1.8rem;
  --font-size-title--2xsm: 1.6rem;
  --font-size-toptitle: 2rem;
  --font-size-text: 1.8rem;
  --content-color: #373536;
  --header-height: 12.3rem;
  --container-pusher: calc((100vw - var(--container-width)) / 2);
  --container-gutter: 18px;
  --container-width: 140rem; }
  @media (min-width: 576px) {
    :root {
      --container-width: 540px; } }
  @media (min-width: 768px) {
    :root {
      --container-width: 720px; } }
  @media (min-width: 992px) {
    :root {
      --container-width: 960px; } }
  @media (min-width: 1200px) {
    :root {
      --container-width: 1150px; } }
  @media (min-width: 1350px) {
    :root {
      --container-width: 128rem; } }
  @media (min-width: 2201px) {
    :root {
      --container-width: 150rem; } }
  @media (max-width: 1529px) {
    :root {
      --container-xsmall-padding: 13.8rem;
      --container-medium-padding: 9rem;
      --container-small-width: 145rem;
      --container-medium-width: 150rem;
      --container-xsmall-width: 140rem; } }
  @media (max-width: 1200px) {
    :root {
      --font-size-title--xl: 3rem; } }
  @media (max-width: 991px) {
    :root {
      --font-size-title--lg: 3rem;
      --font-size-text: 1.6rem;
      --font-size-title--xxxl: 7.2rem;
      --font-size-title--md: 2.5rem;
      --header-height: 14rem;
      --font-size-title--3xl: 3.8rem; } }
  @media (max-width: 767px) {
    :root {
      --font-size-title--xxl: 3.5rem;
      --font-size-title--md: 2.5rem; } }
  @media (max-width: 576px) {
    :root {
      --container-pusher: 0px;
      --header-height: 7.4rem;
      --font-size-title--3xl: 1.8rem;
      --font-size-title--xxl: 2rem;
      --font-size-title--xl: 2rem;
      --font-size-title--3xl: 2rem;
      --font-size-title--xs: 1.2rem;
      --font-size-title--md: 1.6rem;
      --font-size-title--sm: 1.8rem;
      --font-size-title--lg: 1.8rem;
      --font-size-title--xsm: 1.5rem;
      --font-size-toptitle: 1.4rem;
      --font-size-text: 1.5rem; } }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 400; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  color: rgba(55, 53, 54, 0.4);
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

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 {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

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

a {
  text-decoration: none;
  -webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74); }

p {
  margin: 0; }

.icon-font {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0; }

.scroll-none {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .scroll-none::-webkit-scrollbar {
    display: none; }

button {
  border: 0;
  cursor: pointer; }
  button:focus {
    outline: 0;
}

@font-face {
    font-family: 'Paralucent Condensed Demi';
    src: url('ParalucentCondensed-DemiBold.woff2') format('woff2'),
        url('ParalucentCondensed-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent Condensed';
    src: url('ParalucentCondensed-Heavy.woff2') format('woff2'),
        url('ParalucentCondensed-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent';
    src: url('Paralucent-Bold.woff2') format('woff2'),
        url('Paralucent-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent Condensed';
    src: url('ParalucentCondensed-Medium.woff2') format('woff2'),
        url('ParalucentCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent Condensed';
    src: url('ParalucentCondensed-HeavyItalic.woff2') format('woff2'),
        url('ParalucentCondensed-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent Text Book';
    src: url('../fonts/ParalucentText-Book.woff2') format('woff2'),
        url('../fonts/ParalucentText-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent';
    src: url('../fonts/Paralucent-Medium.woff2') format('woff2'),
        url('../fonts/Paralucent-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent';
    src: url('../fonts/Paralucent-Heavy.woff2') format('woff2'),
        url('../fonts/Paralucent-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent Extra';
    src: url('../fonts/Paralucent-ExtraLight.woff2') format('woff2'),
        url('../fonts/Paralucent-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent Text';
    src: url('../fonts/ParalucentText-Bold.woff2') format('woff2'),
        url('../fonts/ParalucentText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent Condensed Ex';
    src: url('../fonts/ParalucentCondensed-ExtraLight.woff2') format('woff2'),
        url('../fonts/ParalucentCondensed-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent Demi';
    src: url('../fonts/Paralucent-DemiBold.woff2') format('woff2'),
        url('../fonts/Paralucent-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent';
    src: url('../fonts/Paralucent-Light.woff2') format('woff2'),
        url('../fonts/Paralucent-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent Condensed';
    src: url('../fonts/ParalucentCondensed-Bold.woff2') format('woff2'),
        url('../fonts/ParalucentCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent Condensed';
    src: url('../fonts/ParalucentCondensed-Light.woff2') format('woff2'),
        url('../fonts/ParalucentCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.proje-lokasyonlari {
	width: 90%;
    margin: 70px auto 0 auto;
}
.proje-katalog {
	display: flex;
    justify-content: center;
	padding-bottom: 150px;
}
.katalog-btn {
    margin-top: 50px;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    border-radius: 20px;
    border: 1px solid #000;
    text-decoration: none;
    padding: 17px 28px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    position: relative;
}

.katalog-btn img {
    width: 30px;
}

.swiper-container {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }

.swiper-nav {
  pointer-events: none; }
  .swiper-nav .btn {
    pointer-events: all;
    font-size: 1.9rem; }
    .swiper-nav .btn__icon {
      -webkit-transition: 0s;
      transition: 0s; }
  .swiper-nav__timeline {
    width: 100%;
    height: 2px;
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #D9D9D9;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #D9D9D9;
    background: rgba(217, 217, 217, 0.1); }
    @media (max-width: 576px) {
      .swiper-nav__timeline {
        width: 100%; } }
    .swiper-nav__timeline span {
      width: 0;
      height: 2px;
      position: absolute;
      left: 0;
      top: 0;
      background: #ffffff;
      opacity: 1; }
      .swiper-nav__timeline span.start {
        -webkit-animation-name: lineMoving;
                animation-name: lineMoving;
        -webkit-animation-duration: 6s;
                animation-duration: 6s;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
        -webkit-animation-direction: normal;
                animation-direction: normal;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear; }

.swiper-nav-wrapper .nav-counter {
  color: #f0efea;
  font-size: 2.4rem;
  margin-right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  mix-blend-mode: difference;
  font-weight: 500; }
  @media (max-width: 576px) {
    .swiper-nav-wrapper .nav-counter {
      font-size: 1.7rem; } }
  .swiper-nav-wrapper .nav-counter .total {
    color: rgba(55, 53, 54, 0.4); }
  .swiper-nav-wrapper .nav-counter .seperator {
    margin-right: 0.5rem;
    color: rgba(55, 53, 54, 0.4); }
  .swiper-nav-wrapper .nav-counter .current {
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    min-width: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .swiper-nav-wrapper .nav-counter .current.change {
      -webkit-transform: translateY(-1rem);
          -ms-transform: translateY(-1rem);
              transform: translateY(-1rem);
      opacity: 0; }

.swiper-pagination {
  width: auto !important;
  pointer-events: all; }
  .swiper-pagination-bullet {
    width: rem(25);
    height: rem(4);
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    pointer-events: all;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    margin: 0 rem(7) !important;
    border-radius: 0; }
    @media (max-width: 576px) {
      .swiper-pagination-bullet {
        height: rem(3);
        margin: 0 rem(4) !important; } }
    .swiper-pagination-bullet-active {
      background: #ffffff; }
  .swiper-pagination.red .swiper-pagination-bullet {
    background: rgba(39, 142, 255, 0.1); }
    .swiper-pagination.red .swiper-pagination-bullet-active {
      background: #e13551; }

.swiper-button:hover .btn {
  color: #fff !important; }

.swiper-button .btn {
  font-size: 1.5rem;
  color: rgba(55, 53, 54, 0.6); }
  @media (max-width: 576px) {
    .swiper-button .btn {
      width: 30px;
      height: 30px;
      font-size: 8px; } }

.swiper-button-disabled {
  border: 1px solid #e0e0e0 !important;
  background: transparent !important;
  color: #e0e0e0 !important;
  pointer-events: none !important; }
  .swiper-button-disabled .btn__icon {
    color: #e0e0e0; }
  .swiper-button-disabled:hover {
    color: #e0e0e0 !important; }

.swiper-button-next {
  width: unset;
  z-index: 4; }
  .swiper-button-next::after {
    content: unset; }

.swiper-button-prev {
  width: unset;
  z-index: 4; }
  .swiper-button-prev::after {
    content: unset; }

.swiper-container.visible-active {
  overflow: visible; }
  .swiper-container.visible-active .swiper-slide {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform; }
    @media (min-width: 2201px) {
      .swiper-container.visible-active .swiper-slide {
        opacity: 1; } }
    .swiper-container.visible-active .swiper-slide.is-visible {
      opacity: 1;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transform: translateZ(0) scale(1, 1);
              transform: translateZ(0) scale(1, 1);
      pointer-events: all; }

.swiper-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  z-index: 2;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 2rem; }
  @media (max-width: 576px) {
    .swiper-arrows {
      gap: 1rem; } }
  .swiper-arrows .swiper-button-prev {
    left: unset;
    border-radius: var(--button-br) 0 0 var(--button-br);
    margin-right: 1px; }
    .swiper-arrows .swiper-button-prev:not(.swiper-button-disabled):hover span, .swiper-arrows .swiper-button-prev:not(.swiper-button-disabled):focus span {
      -webkit-transform: translateX(-3px) scale(1, 1) translateZ(0);
              transform: translateX(-3px) scale(1, 1) translateZ(0); }
  .swiper-arrows .swiper-button-next {
    border-radius: 0 var(--button-br) var(--button-br) 0; }
    .swiper-arrows .swiper-button-next:not(.swiper-button-disabled):hover span, .swiper-arrows .swiper-button-next:not(.swiper-button-disabled):focus span {
      -webkit-transform: translateX(3px) scale(1, 1) translateZ(0);
              transform: translateX(3px) scale(1, 1) translateZ(0); }

.swiper-notification {
  display: none; }

.fade-slider {
  overflow: visible !important; }
  .fade-slider .swiper-slide {
    z-index: -1;
    opacity: 0 !important; }
    @media (max-width: 991px) {
      .fade-slider .swiper-slide {
        height: 0;
        overflow: hidden; } }
    .fade-slider .swiper-slide.is-visible {
      z-index: 1;
      opacity: 1 !important;
      pointer-events: all; }
      @media (max-width: 991px) {
        .fade-slider .swiper-slide.is-visible {
          height: auto;
          overflow: visible; } }

@-webkit-keyframes lineMoving {
  from {
    width: 0px; }
  to {
    width: 100%; } }

@keyframes lineMoving {
  from {
    width: 0px; }
  to {
    width: 100%; } }

html,
body {
  overflow-x: visible !important;
  overflow: visible !important;
  width: 100% !important;
  height: auto !important; }

html {
  font-size: 10px; }
  @media (min-width: 1921px) {
    html {
      font-size: 10px; } }
  @media (max-width: 1367px) {
    html {
      font-size: 9px; } }
  @media (max-width: 1349px) {
    html {
      font-size: 9px; } }
  @media (max-width: 1200px) {
    html {
      font-size: 7px; } }
  @media (max-width: 991px) {
    html {
      font-size: 8px; } }
  @media (max-width: 576px) {
    html {
      font-size: 10px; } }
  @media (max-width: 350px) {
    html {
      font-size: 8px; } }

body {
  font-family: "Paralucent", sans-serif;
  font-size: 1.6rem;
  background-color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  color: #373536;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important; }

.container {
  max-width: var(--container-width);
  padding: 0;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 576px) {
    .container {
      max-width: 100%;
      width: 100%;
      padding-left: var(--container-gutter);
      padding-right: var(--container-gutter); } }
  .container--small {
    max-width: 114rem; }
    @media (max-width: 991px) {
      .container--small {
        max-width: 100%;
        width: var(--container-width); } }
    @media (max-width: 576px) {
      .container--small {
        width: 100%; } }
  .container--xsmall {
    max-width: 100rem; }
    @media (max-width: 991px) {
      .container--xsmall {
        max-width: 100%;
        width: var(--container-width); } }
    @media (max-width: 576px) {
      .container--xsmall {
        width: 100%; } }
    @media (min-width: 2201px) {
      .container--xsmall {
        max-width: var(--container-width); } }

button {
  border: 0;
  cursor: pointer; }

.overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 101;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  opacity: 0;
  pointer-events: none; }
  .overlay.active {
    pointer-events: all;
    opacity: 0.7; }

.scroll-hidden::-webkit-scrollbar {
  display: none; }

.hidden {
  display: none !important; }

.swiper-container-fa .swiper-slide {
  pointer-events: all; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -50px;
  right: 0;
  background: #e13551;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  cursor: pointer;
  border-radius: 20px; }
  .modal-video-close-btn:hover, .modal-video-close-btn:focus {
    background-color: #c61d39;
    outline: 0; }
    .modal-video-close-btn:hover::after, .modal-video-close-btn:hover::before, .modal-video-close-btn:focus::after, .modal-video-close-btn:focus::before {
      background: #ffffff; }
    .modal-video-close-btn:hover::before, .modal-video-close-btn:focus::before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .modal-video-close-btn:hover::after, .modal-video-close-btn:focus::after {
      opacity: 0;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .modal-video-close-btn::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .modal-video-close-btn::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modal-video-close-btn::after, .modal-video-close-btn::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 10px;
    width: 20px;
    height: 3px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }

ul,
ol {
  font-size: 2rem;
  line-height: 1.5em;
  padding-left: 2.4rem;
  margin-bottom: 0; }
  ul li,
  ol li {
    position: relative;
    line-height: 1.7em; }
    ul li + ul li,
    ol li + ul li, ul li +
    ol li,
    ol li +
    ol li {
      margin-top: 1rem; }

*[data-fancybox]:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.nice-scroll::-webkit-scrollbar {
  width: 4px;
  margin-right: 2rem; }

.nice-scroll::-webkit-scrollbar-track {
  background: #f0efea;
  margin-right: 1rem;
  padding-right: 1rem; }

.nice-scroll::-webkit-scrollbar-thumb {
  background: #b9b9b9; }

.nice-scroll-big::-webkit-scrollbar {
  width: 7px; }

.nice-scroll-big::-webkit-scrollbar-track {
  background: #f0efea; }

.nice-scroll-big::-webkit-scrollbar-thumb {
  background: #b9b9b9; }

.info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11rem; }
  @media (max-width: 1200px) {
    .info-wrapper {
      gap: 6rem; } }
  @media (max-width: 576px) {
    .info-wrapper {
      gap: 3rem; } }

.button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem; }

@media (max-width: 991px) {
  .only-desktop {
    display: none !important; } }

@media (min-width: 992px) {
  .only-mobile {
    display: none !important; } }

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

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

.mb-0 {
  margin-bottom: 0rem; }

.mbi-0 {
  margin-bottom: 0rem !important; }

.mt-0 {
  margin-top: 0rem; }

.ml-0 {
  margin-left: 0rem; }

.mr-0 {
  margin-right: 0rem; }

.pb-0 {
  padding-bottom: 0rem; }

.pt-0 {
  padding-top: 0rem; }

.pi-0 {
  padding: 0rem !important; }

.pri-0 {
  padding-right: 0rem !important; }

.pbi-0 {
  padding-bottom: 0rem !important; }

.mb-1 {
  margin-bottom: 1rem; }

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

.mt-1 {
  margin-top: 1rem; }

.ml-1 {
  margin-left: 1rem; }

.mr-1 {
  margin-right: 1rem; }

.pb-1 {
  padding-bottom: 1rem; }

.pt-1 {
  padding-top: 1rem; }

.pi-1 {
  padding: 1rem !important; }

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

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

.mb-2 {
  margin-bottom: 2rem; }

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

.mt-2 {
  margin-top: 2rem; }

.ml-2 {
  margin-left: 2rem; }

.mr-2 {
  margin-right: 2rem; }

.pb-2 {
  padding-bottom: 2rem; }

.pt-2 {
  padding-top: 2rem; }

.pi-2 {
  padding: 2rem !important; }

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

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

.mb-3 {
  margin-bottom: 3rem; }

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

.mt-3 {
  margin-top: 3rem; }

.ml-3 {
  margin-left: 3rem; }

.mr-3 {
  margin-right: 3rem; }

.pb-3 {
  padding-bottom: 3rem; }

.pt-3 {
  padding-top: 3rem; }

.pi-3 {
  padding: 3rem !important; }

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

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

.mb-4 {
  margin-bottom: 4rem; }

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

.mt-4 {
  margin-top: 4rem; }

.ml-4 {
  margin-left: 4rem; }

.mr-4 {
  margin-right: 4rem; }

.pb-4 {
  padding-bottom: 4rem; }

.pt-4 {
  padding-top: 4rem; }

.pi-4 {
  padding: 4rem !important; }

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

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

.mb-5 {
  margin-bottom: 5rem; }

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

.mt-5 {
  margin-top: 5rem; }

.ml-5 {
  margin-left: 5rem; }

.mr-5 {
  margin-right: 5rem; }

.pb-5 {
  padding-bottom: 5rem; }

.pt-5 {
  padding-top: 5rem; }

.pi-5 {
  padding: 5rem !important; }

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

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

.mb-6 {
  margin-bottom: 6rem; }

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

.mt-6 {
  margin-top: 6rem; }

.ml-6 {
  margin-left: 6rem; }

.mr-6 {
  margin-right: 6rem; }

.pb-6 {
  padding-bottom: 6rem; }

.pt-6 {
  padding-top: 6rem; }

.pi-6 {
  padding: 6rem !important; }

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

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

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

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

.rotate-90 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.rotate-180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.rotate-270 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

.delay-1 {
  -webkit-transition-delay: 100ms !important;
          transition-delay: 100ms !important; }
  @media (max-width: 991px) {
    .delay-1 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-2 {
  -webkit-transition-delay: 200ms !important;
          transition-delay: 200ms !important; }
  @media (max-width: 991px) {
    .delay-2 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-3 {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }
  @media (max-width: 991px) {
    .delay-3 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-4 {
  -webkit-transition-delay: 400ms !important;
          transition-delay: 400ms !important; }
  @media (max-width: 991px) {
    .delay-4 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-5 {
  -webkit-transition-delay: 500ms !important;
          transition-delay: 500ms !important; }
  @media (max-width: 991px) {
    .delay-5 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-6 {
  -webkit-transition-delay: 600ms !important;
          transition-delay: 600ms !important; }
  @media (max-width: 991px) {
    .delay-6 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-7 {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }
  @media (max-width: 991px) {
    .delay-7 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-8 {
  -webkit-transition-delay: 800ms !important;
          transition-delay: 800ms !important; }
  @media (max-width: 991px) {
    .delay-8 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-9 {
  -webkit-transition-delay: 900ms !important;
          transition-delay: 900ms !important; }
  @media (max-width: 991px) {
    .delay-9 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-10 {
  -webkit-transition-delay: 1000ms !important;
          transition-delay: 1000ms !important; }
  @media (max-width: 991px) {
    .delay-10 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-11 {
  -webkit-transition-delay: 1100ms !important;
          transition-delay: 1100ms !important; }
  @media (max-width: 991px) {
    .delay-11 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-12 {
  -webkit-transition-delay: 1200ms !important;
          transition-delay: 1200ms !important; }
  @media (max-width: 991px) {
    .delay-12 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-13 {
  -webkit-transition-delay: 1300ms !important;
          transition-delay: 1300ms !important; }
  @media (max-width: 991px) {
    .delay-13 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-14 {
  -webkit-transition-delay: 1400ms !important;
          transition-delay: 1400ms !important; }
  @media (max-width: 991px) {
    .delay-14 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-15 {
  -webkit-transition-delay: 1500ms !important;
          transition-delay: 1500ms !important; }
  @media (max-width: 991px) {
    .delay-15 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-16 {
  -webkit-transition-delay: 1600ms !important;
          transition-delay: 1600ms !important; }
  @media (max-width: 991px) {
    .delay-16 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-17 {
  -webkit-transition-delay: 1700ms !important;
          transition-delay: 1700ms !important; }
  @media (max-width: 991px) {
    .delay-17 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-18 {
  -webkit-transition-delay: 1800ms !important;
          transition-delay: 1800ms !important; }
  @media (max-width: 991px) {
    .delay-18 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-19 {
  -webkit-transition-delay: 1900ms !important;
          transition-delay: 1900ms !important; }
  @media (max-width: 991px) {
    .delay-19 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-20 {
  -webkit-transition-delay: 2000ms !important;
          transition-delay: 2000ms !important; }
  @media (max-width: 991px) {
    .delay-20 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.rotate-270 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

.o-hidden {
  overflow: hidden; }

.divider {
  width: 100%;
  height: 1px;
  background: rgba(55, 53, 54, 0.1);
  position: relative;
  z-index: 1; }
  .divider.mb-0 {
    margin-bottom: 0 !important; }

.divider--1 {
  margin: 1rem 0; }

.divider--2 {
  margin: 2rem 0; }

.divider--3 {
  margin: 3rem 0; }

.divider--4 {
  margin: 4rem 0; }

.divider--5 {
  margin: 5rem 0; }

.divider--6 {
  margin: 6rem 0; }

.divider--7 {
  margin: 7rem 0; }

.divider--8 {
  margin: 8rem 0; }

.divider--9 {
  margin: 9rem 0; }

.divider--10 {
  margin: 10rem 0; }

.w-100 {
  width: 100%; }

@media (max-width: 576px) {
  .hidden-mobile {
    display: none !important; } }

@media (max-width: 576px) {
  .hidden-mobile-xl {
    display: none !important; } }

@media (max-width: 424px) {
  .hidden-mobile-lg {
    display: none !important; } }

@media (max-width: 374px) {
  .hidden-mobile-sm {
    display: none !important; } }

@media (max-width: 350px) {
  .hidden-mobile-xs {
    display: none !important; } }

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

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

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

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

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

.fw-800 {
  font-weight: 800 !important; }

.fw-900 {
  font-weight: 900 !important; }

.lh-1 {
  line-height: 1 !important; }

span.colored-blue {
  color: #278eff; }


.title {
  font-style: normal;
  line-height: 1.6;
  color: #373536;
  font-weight: 600; }
  .title--second {
    font-family: "Inter", sans-serif; }
  .title--underlined {
    text-decoration: underline; }
  .title span.colored-black {
    color: #373536; }
  .title span.colored-blue {
    color: #278eff; }
  .title span.colored-red {
    color: #e13551; }
  .title span.colored-red-dark {
    color: #df1445; }
  .title span.colored-purple {
    color: #bd8fbd; }
  .title span.colored-white {
    color: #ffffff !important; }
  .title span.gradient {
    background: transparent linear-gradient(228deg, #fff 0%, #9bedad 70%, #9bedad 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 15 linear infinite alternate;
            animation: shine 15 linear infinite alternate;
    background-size: 100%; }
  .title--black {
    color: #373536; }
  .title--light-black {
    color: rgba(55, 53, 54, 0.75); }
  .title--dark-blue {
    color: #007aff; }
  .title--green {
    color: #9bedad; }
  .title--white {
    color: #fff !important; }
  .title--light-white {
    color: #f0efea; }
  .title--blue {
    color: #278eff !important; }
  .title--red {
    color: #e13551 !important; }
  .title--red-dark {
    color: #df1445 !important; }
  .title--gray {
    color: #6a7190 !important; }
  .title--light {
    color: rgba(55, 53, 54, 0.6) !important; }
  .title--x-light {
    color: rgba(55, 53, 54, 0.4) !important; }
  .title--3xl {
    font-size: var(--font-size-title--3xl);
    line-height: 1.3; }
    @media (max-width: 576px) {
      .title--3xl {
        line-height: 1.5; } }
  .title--xxl {
    font-size: var(--font-size-title--xxl);
    line-height: 1.2em; }
    @media (max-width: 576px) {
      .title--xxl {
        line-height: 1.4; } }
  .title--xl {
    font-size: var(--font-size-title--xl);
    line-height: 1.6em; }
.media-title {
	font-size: 30px;
    line-height: 1.6em;
    font-weight: bold;
}
  .title--lg {
    font-size: var(--font-size-title--lg);
    line-height: 1.6em; }
  .title--xmd {
    font-size: var(--font-size-title--xmd); }
  .title--md {
    font-size: var(--font-size-title--md); }
  .title--sm {
    font-size: var(--font-size-title--sm); }
  .title--xsm {
    font-size: var(--font-size-title--xsm);
    line-height: 1.6em; }
  .title--2xsm {
    font-size: var(--font-size-title--2xsm);
    line-height: 1.6em; }
  .title--center {
    text-align: center; }
  .title--w-shape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem; }
    @media (max-width: 576px) {
      .title--w-shape {
        gap: 2rem; } }
    .title--w-shape img {
      height: 5.5rem; }
      @media (max-width: 991px) {
        .title--w-shape img {
          height: 4.5rem; } }
      @media (max-width: 576px) {
        .title--w-shape img {
          height: 3.6rem; } }
  .title--w-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .title--w-icon span {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
    .title--w-icon .title__icon {
      font-size: 2rem;
      margin-right: 2.5rem;
      color: #ff9d5f; }
  .title--w-divider {
    text-align: center;
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%; }
    @media (max-width: 576px) {
      .title--w-divider {
        font-size: 1.4rem; } }
    .title--w-divider::before {
      content: "";
      width: 48%;
      left: -4rem;
      height: 1px;
      position: absolute;
      background: rgba(55, 53, 54, 0.15);
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .title--w-divider::after {
      content: "";
      width: 48%;
      right: -4rem;
      height: 1px;
      position: absolute;
      background: rgba(55, 53, 54, 0.15);
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

@-webkit-keyframes shine {
  0% {
    background-position: top top; }
  30% {
    background-position: 70% top;
    background-size: 300%; }
  60% {
    background-position: top 100%;
    background-size: 500%; }
  100% {
    background-position: top bottom;
    background-size: 150%; } }

@keyframes shine {
  0% {
    background-position: top top; }
  30% {
    background-position: 70% top;
    background-size: 300%; }
  60% {
    background-position: top 100%;
    background-size: 500%; }
  100% {
    background-position: top bottom;
    background-size: 150%; } }

.text {
  font-size: var(--font-size-text);
  line-height: 1.5em;
  font-weight: 400;
  color: #373536;
  letter-spacing: 0.36px; }
  .text strong {
    font-weight: 500;
    color: #373536; }
  .text--black {
    color: #373536 !important; }
  .text--x-light {
    color: rgba(55, 53, 54, 0.4); }
  .text--light {
    color: rgba(55, 53, 54, 0.5); }
  .text--medium-light {
    color: rgba(55, 53, 54, 0.85); }
  .text--white {
    color: #fff; }
  .text--red {
    color: #e13551; }
  .text--light-white {
    color: rgba(255, 255, 255, 0.6); }
  .text--medium-white {
    color: rgba(255, 255, 255, 0.7); }
  .text--xxl {
    font-size: 2.4rem; }
    @media (max-width: 576px) {
      .text--xxl {
        font-size: 2rem; } }
  .text--xl {
    font-size: 2.2rem; }
    @media (max-width: 576px) {
      .text--xl {
        font-size: 1.9rem; } }
  .text--lg {
    font-size: 2rem; }
    @media (max-width: 576px) {
      .text--lg {
        font-size: 1.5rem; } }
  .text--md {
    font-size: 1.6rem; }
    @media (max-width: 991px) {
      .text--md {
        font-size: 1.4rem; } }
  .text--sm {
    font-size: 1.5rem; }
    @media (max-width: 576px) {
      .text--sm {
        font-size: 1.4rem; } }
  .text--xs {
    font-size: 1.4rem; }
  .text--dark-gray {
    color: #6a7190; }
  .text--gray {
    color: #efefef; }
  .text--light-gray {
    color: #f0efea; }
  .text--blue {
    color: #278eff; }
  .text--center {
    text-align: center; }

.toptitle {
  font-size: var(--font-size-toptitle);
  line-height: 1.45em;
  font-weight: 800;
  color: #df1445;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .toptitle--w-shape {
    line-height: 1;
    gap: 1.5rem; }
    @media (max-width: 576px) {
      .toptitle--w-shape {
        gap: 1rem; } }
    .toptitle--w-shape img {
      height: 2.5rem;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (max-width: 576px) {
        .toptitle--w-shape img {
          height: 1.6rem; } }
  .toptitle--red {
    color: #da4241; }
  .toptitle--black {
    color: #373536; }
  .toptitle--dark-red {
    color: #e13551; }
  .toptitle--light-gray {
    color: rgba(55, 53, 54, 0.6); }
  .toptitle--blue {
    color: #278eff; }
  .toptitle--dark-blue {
    color: #007aff; }
  .toptitle--white {
    color: #fff; }
    .toptitle--white img {
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1); }
  .toptitle--lg {
    font-size: 1.8rem; }
    @media (max-width: 576px) {
      .toptitle--lg {
        font-size: 1.6rem; } }
  .toptitle--sm {
    font-size: 1.6rem; }
    @media (max-width: 576px) {
      .toptitle--sm {
        font-size: 1.4rem; } }
  .toptitle--xsm {
    font-size: 1.4rem; }
    @media (max-width: 576px) {
      .toptitle--xsm {
        font-size: 1rem; } }
  .toptitle--xxsm {
    font-size: 1.3rem; }

.btn {
  width: auto;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  font-size: 1.5rem;
  font-weight: 800;
  padding: 0 3rem;
  letter-spacing: 0.29px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 7rem; }
  @media (max-width: 767px) {
    .btn {
      height: 4.2rem; } }
  @media (max-width: 576px) {
    .btn {
      padding: 0 2rem; } }
  .btn__text {
    line-height: 1;
color: #fff;}
  .btn--lg {
    height: 7rem;
    font-size: 1.6rem; }
    @media (max-width: 576px) {
      .btn--lg {
        height: 4.2rem;
        font-size: 1.4rem; } }
    .btn--lg .btn__icon {
      font-size: 2.8rem !important; }
  .btn--md {
    height: 5.2rem; }
    @media (max-width: 576px) {
      .btn--md {
        height: 3.6rem;
        font-size: 1.2rem; } }
  .btn--xsm {
    height: 4.8rem;
    font-size: 1.4rem; }
    @media (max-width: 576px) {
      .btn--xsm {
        height: 4.2rem; } }
  .btn--xxsm {
    height: 4.2rem;
    font-size: 1.4rem; }
    @media (max-width: 576px) {
      .btn--xxsm {
        height: 3.7rem;
        font-size: 1.3rem; } }
    .btn--xxsm .btn__icon {
      font-size: 1.8rem !important; }
      @media (max-width: 576px) {
        .btn--xxsm .btn__icon {
          font-size: 1.6rem !important; } }
  .btn--red {
    background: #e13551;
    border-color: #e13551;
    color: #ffffff; }
    .btn--red:hover, .btn--red:focus {
      background: #dc213f;
      border-color: #dc213f; }
  .btn--red-dark {
    background: #df1445;
    border-color: #df1445;
    color: #ffffff; }
    .btn--red-dark:hover, .btn--red-dark:focus {
      background: #c8123e;
      border-color: #c8123e; }
  .btn--gradient-red {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2))), #e13551;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%), #e13551;
    background-size: 100%;
    color: #ffffff; }
    .btn--gradient-red:hover, .btn--gradient-red:focus {
      background-size: 200%; }
  .btn--gradient-red-dark {
    border-radius: 70px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2))), #df1445;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%), #df1445;
    background-size: 100%;
    color: #ffffff; }
    .btn--gradient-red-dark:hover, .btn--gradient-red-dark:focus {
      background-size: 200%; }
  .btn--red-light {
    color: #da4241;
    background: rgba(218, 66, 65, 0.1); }
    .btn--red-light:hover, .btn--red-light:focus {
      background: #dc213f;
      border-color: #dc213f;
      color: #ffffff; }
  .btn--transparent-white {
    background: transparent;
    color: #ffffff;
    border: 1px solid #9bedad; }
    .btn--transparent-white:hover, .btn--transparent-white:focus {
      background: #9bedad;
      border-color: #9bedad;
      color: #373536; }
  .btn--transparent-red {
    background: transparent;
    color: #df1445;
    border: 1px solid #df1445; }
    .btn--transparent-red:hover, .btn--transparent-red:focus {
      background: #df1445;
      border-color: #df1445;
      color: #ffffff; }
  .btn--full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .btn--i {
    min-width: unset;
    width: 6.2rem;
    height: 6.2rem;
    padding: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.8rem; }
    @media (max-width: 767px) {
      .btn--i {
        width: 4rem;
        height: 4rem;
        font-size: 1.5rem; } }
    .btn--i .btn__icon {
      height: 1em; }
    .btn--i.btn--md {
      width: 5.2rem;
      height: 5.2rem;
      font-size: 1.5rem; }
      @media (max-width: 576px) {
        .btn--i.btn--md {
          height: 3.8rem;
          width: 3.8rem;
          font-size: 1.3rem; } }
    .btn--i.btn--xsm {
      height: 4.5rem;
      width: 4.5rem; }
    .btn--i.btn--xxsm {
      height: 4rem;
      width: 4rem;
      font-size: 1.2rem; }
  .btn--white {
    background: #fff;
    color: #373536; }
    .btn--white:hover, .btn--white:focus {
      background-color: #f2f2f2;
      color: #373536; }
    .btn--white.color-red {
      color: #e13551;
      -webkit-box-shadow: 0px 4.076px 10.26px -3.52px rgba(31, 5, 5, 0.1);
              box-shadow: 0px 4.076px 10.26px -3.52px rgba(31, 5, 5, 0.1); }
      .btn--white.color-red:hover, .btn--white.color-red:focus {
        background: #e13551;
        color: #ffffff; }
  .btn--black {
    background: #373536;
    color: #fff;
    border: 1px solid #373536; }
    .btn--black:hover, .btn--black:focus {
      background-color: #323031;
      color: #fff; }
  .btn-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .btn-row .btn + .btn {
      margin-left: 2rem; }
  .btn--i-left, .btn--i-right {
    min-width: unset;
    gap: 1.8rem; }
    .btn--i-left .btn__icon, .btn--i-right .btn__icon {
      font-size: 1.7rem; }
  .btn--i-left .btn__icon {
    margin-right: 2rem;
    left: 2.3rem; }
  .btn--i-right .btn__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.5rem; }
  .btn__icon {
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
  .btn.br-0 {
    border-radius: 0; }
  .btn.no-click {
    pointer-events: none; }

.loadmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10rem; }
  .loadmore .btn {
    font-size: 1.4rem; }
  @media (max-width: 576px) {
    .loadmore {
      margin-top: 5rem; } }

.badge {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  height: 3.8rem;
  padding: 0 1.9rem;
  border-radius: 7rem;
  font-size: 1.4rem;
  line-height: 1; }
  @media (max-width: 576px) {
    .badge {
      height: 2.7rem;
      font-size: 1.1rem;
      padding: 0 1.2rem;
      border-radius: 5rem; } }
  .badge-row {
    gap: 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 576px) {
      .badge-row {
        gap: 1.4rem; } }
  .badge--sm {
    height: 3.4rem;
    font-size: 1.3rem; }
    @media (max-width: 576px) {
      .badge--sm {
        height: 2.5rem; } }
  .badge--white {
    background-color: #ffffff;
    color: #373536; }
    .badge--white.color-red {
      background-color: #ffffff;
      color: #e13551; }
  .badge--green {
    background-color: #9bedad;
    color: #ffffff; }
  .badge--green-dark {
    background-color: #59b439;
    color: #ffffff; }

.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -48%);
      -ms-transform: translate(-50%, -48%);
          transform: translate(-50%, -48%);
  background: #FFF;
  z-index: 102;
  pointer-events: none;
  -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  min-height: 25rem;
  max-width: calc(100% - 3.6rem);
  height: 85vh;
  height: 65rem;
  border-radius: 2.2rem;
  -webkit-box-shadow: 0px 4.076px 8px -4px rgba(31, 5, 5, 0.08);
          box-shadow: 0px 4.076px 8px -4px rgba(31, 5, 5, 0.08);
  aspect-ratio: 9 / 16; }
  @media (max-width: 991px) {
    .modal {
      width: 100%;
      height: calc(100% - 10rem); } }
  .modal::-webkit-scrollbar {
    width: 4px;
    margin-right: 2rem; }
  .modal::-webkit-scrollbar-track {
    background: #f0efea;
    margin-right: 1rem;
    padding-right: 1rem; }
  .modal::-webkit-scrollbar-thumb {
    background: #b9b9b9; }
  .modal.active {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
    pointer-events: all;
    visibility: visible; }
  .modal-header {
    padding: 2.5rem 3rem;
    padding-bottom: 2rem;
    border-bottom: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .modal-header-title {
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.6;
      color: #373536; }
  .modal-close {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    color: #373536;
    position: absolute;
    right: -1rem;
    top: 0;
    height: 4rem;
    width: 4rem;
    background: #ffffff;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
    @media (max-width: 991px) {
      .modal-close {
        right: 0;
        top: -.5rem;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%); } }
    .modal-close:hover {
      color: #1d1c1d; }
  .modal-content {
    padding: 1rem;
    background: transparent;
    width: auto;
    border: 0;
    height: 100%; }
    @media (max-width: 576px) {
      .modal-content {
        padding: 3rem var(--container-gutter); } }
    .modal-content .submit-button {
      min-width: 26rem; }
  .modal-footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 2.4rem 3rem;
    border-top: 1px solid rgba(55, 53, 54, 0.15); }
    .modal-footer .or-text {
      position: absolute;
      top: 0;
      left: 50%;
      margin: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: #ffffff;
      padding: 0 2rem; }
  .modal iframe {
    display: block;
    margin: 0 auto;
    height: 100%;
    width: 100%; }

.js-open-modal {
  cursor: pointer; }

.link {
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  cursor: pointer;
  color: #373536; }
  @media (max-width: 576px) {
    .link {
      font-size: 1.5rem; } }
  .link:hover {
    color: #e13551; }
  .link--xl {
    font-size: 3.4rem; }
    @media (max-width: 576px) {
      .link--xl {
        font-size: 2rem; } }
    .link--xl .link__icon {
      font-size: 2rem;
      margin-right: 1.5rem !important; }
  .link--lg {
    font-size: 2.2rem; }
    @media (max-width: 576px) {
      .link--lg {
        font-size: 1.8rem; } }
  .link--mlg {
    font-size: 2rem; }
    @media (max-width: 576px) {
      .link--mlg {
        font-size: 1.6rem; } }
  .link--md {
    font-size: 1.6rem; }
  .link--xmd {
    font-size: 1.5rem; }
    @media (max-width: 576px) {
      .link--xmd {
        font-size: 1.2rem; } }
  .link--sm {
    font-size: 1.4rem; }
  .link--underline {
    text-decoration: underline; }
  .link--red {
    color: #e13551; }
    .link--red:hover {
      color: #c61d39; }
  .link--red-light {
    color: #da4241; }
    .link--red-light:hover {
      color: #c22726; }
  .link--blue {
    color: #278eff; }
    .link--blue:hover {
      color: #0074f3; }
  .link--white {
    color: #fff; }
  .link--light-gray {
    color: #f0efea; }
    .link--light-gray:hover {
      color: #dbd8cc; }
  .link--dark-gray {
    color: rgba(55, 53, 54, 0.8); }
    .link--dark-gray:hover {
      color: #373536; }
  .link--gray {
    color: rgba(55, 53, 54, 0.6); }
    .link--gray .link__icon {
      color: rgba(55, 53, 54, 0.6); }
    .link--gray:hover {
      color: #373536; }
  .link--black {
    color: #373536; }
    .link--black:hover {
      color: #e13551; }
  .link--light-black {
    color: rgba(55, 53, 54, 0.8); }
    .link--light-black:hover {
      color: #e13551; }
  .link__icon {
    font-size: 1.8rem;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    color: #e13551; }
    @media (max-width: 576px) {
      .link__icon {
        font-size: 1.5rem; } }
  .link--map {
    line-height: 1.5; }
    .link--map .link__icon {
      margin-top: .4rem; }
  .link--i-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .link--i-left:hover .link__icon {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
    .link--i-left:hover .link__text::after {
      width: 100%; }
    .link--i-left .link__icon {
      margin-right: 1rem; }
  .link--i-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .link--i-right .link__icon {
      margin-left: 1rem; }
    .link--i-right:hover .link__icon {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
    .link--i-right:hover .link__text::after {
      width: 100%; }
  .link--i-transformed .link__icon {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.section {
  padding-top: 8rem;
  position: relative; }
  @media (max-width: 576px) {
    .section {
      padding-top: 3rem; } }
  .section:last-child {
    padding-bottom: 8rem; }
    @media (max-width: 576px) {
      .section:last-child {
        padding-bottom: 6rem; } }
  .section-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4.4rem; }
    @media (max-width: 576px) {
      .section-head {
        margin-bottom: 2rem; } }
    .section-head-left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 70%;
              flex: 0 0 70%;
      max-width: 70%; }
      @media (max-width: 576px) {
        .section-head-left .title span {
          display: block; } }
  .section-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62%;
            flex: 0 0 62%;
    max-width: 62%; }
    @media (max-width: 991px) {
      .section-left {
        max-width: 100%;
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset; } }
  .section-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%; }
    @media (max-width: 991px) {
      .section-right {
        max-width: 100%;
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset; } }
  .section.with-top-border {
    margin-top: 8rem; }
    @media (max-width: 576px) {
      .section.with-top-border {
        margin-top: 3rem; } }
  @media (max-width: 576px) {
    .section.about-section-wrapper {
      padding-top: 6rem; } }
  .section.about-section-wrapper .title {
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 2;
    text-align: center; }
    .section.about-section-wrapper .title span {
      font-weight: 700; }
    .section.about-section-wrapper .title img {
      height: 6.2rem;
      border-radius: 1.4rem; }
  .section.about-section-wrapper .about-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .section.about-section-wrapper .container {
    max-width: 81rem; }
  @media (max-width: 576px) {
    .section.others-slider-wrapper .section-head-left .title span {
      display: unset; } }
  .section.bg-linear-shape::before {
    content: "";
    background: linear-gradient(316deg, rgba(255, 255, 255, 0) 20.33%, rgba(255, 255, 255, 0.07) 106.81%);
    width: 50%;
    height: 40rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }
  .section.bg-white::before {
    content: "";
    background: radial-gradient(42.01% 94.24% at 50% 0%, #fff 0%, rgba(255, 255, 255, 0) 100%);
    height: 64.2rem;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
  .section--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991px) {
      .section--row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 3rem; } }

.langs {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 2.7rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 991px) {
    .langs {
      padding-left: 2rem;
      border-left: 1px solid rgba(55, 53, 54, 0.15); } }
  @media (max-width: 576px) {
    .langs {
      margin-left: 2rem;
      padding-left: 1.7rem; } }
  .langs-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    height: 5.6rem;
    padding: 0 4rem;
    font-size: 1.4rem;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
    @media (min-width: 1441px) {
      .langs-menu {
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media (max-width: 991px) {
      .langs-menu {
        padding: 0 1rem; } }
    .langs-menu::after {
      position: absolute;
      top: 50%;
      right: 2.6rem;
      width: 1.2rem;
      height: .9rem;
      -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
              clip-path: polygon(50% 100%, 0 0, 100% 0);
      background: #373536;
      -webkit-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out;
      -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
              transform: translateY(-3px); }
    .langs-menu:hover, .langs-menu.active {
      color: #373536; }
      .langs-menu:hover .header-langs-menu::after, .langs-menu.active .header-langs-menu::after {
        border-top-color: #373536; }
      .langs-menu:hover .header-langs-menu__code, .langs-menu.active .header-langs-menu__code {
        opacity: 1; }
    .langs-menu.active .langs-menu-icon {
      -webkit-transform: scale(1, -1);
          -ms-transform: scale(1, -1);
              transform: scale(1, -1); }
    .langs-menu.active + .langs-menu-content {
      -webkit-transform: translateY(100%) translateX(-50%);
          -ms-transform: translateY(100%) translateX(-50%);
              transform: translateY(100%) translateX(-50%);
      opacity: 1;
      pointer-events: all; }
    .langs-menu__img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 1.6rem;
      width: 1.6rem;
      border-radius: 50%;
      overflow: hidden; }
      .langs-menu__img img {
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        width: 100%; }
    .langs-menu__code {
      color: #ffffff;
      font-weight: 500;
      font-size: 1.4rem;
      -webkit-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out;
      margin-left: 1rem;
      font-family: "Inter", sans-serif; }
      @media (max-width: 991px) {
        .langs-menu__code {
          color: rgba(55, 53, 54, 0.7);
          font-size: 1.8rem; } }
      @media (max-width: 576px) {
        .langs-menu__code {
          font-size: 1.4rem; } }
    .langs-menu-icon {
      color: #ffffff;
      font-size: .7rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 1rem;
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
      @media (max-width: 991px) {
        .langs-menu-icon {
          color: rgba(55, 53, 54, 0.7);
          font-size: 1.4rem; } }
      @media (max-width: 576px) {
        .langs-menu-icon {
          font-size: 1rem; } }
    .langs-menu-content {
      padding: 1rem;
      bottom: -1px;
      left: calc(50% - 1px);
      position: absolute;
      width: 100%;
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      opacity: 0;
      pointer-events: none;
      z-index: 3;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-top: 0;
      -webkit-transform: translateY(100%) translateX(-50%);
          -ms-transform: translateY(100%) translateX(-50%);
              transform: translateY(100%) translateX(-50%); }
      @media (max-width: 991px) {
        .langs-menu-content {
          background: #f0efea;
          -webkit-box-shadow: 0px 4.076px 8px -4px rgba(31, 5, 5, 0.08);
                  box-shadow: 0px 4.076px 8px -4px rgba(31, 5, 5, 0.08); } }
      .langs-menu-content__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 1rem .5rem;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.2); }
        .langs-menu-content__item:hover {
          background: rgba(240, 239, 234, 0.2); }
        .langs-menu-content__item + .langs-menu-content__item {
          margin-top: 1rem; }
        .langs-menu-content__item.active {
          border-color: #e13551;
          background-color: #e13551 !important; }
          .langs-menu-content__item.active .langs-menu__code {
            color: #FFF; }
        .langs-menu-content__item .langs-menu__img {
          -ms-flex-negative: 0;
              flex-shrink: 0; }

.subpage {
  overflow: hidden;
  position: relative; }
  .subpage__title {
    max-width: 65rem; }
    @media (max-width: 991px) {
      .subpage__title {
        max-width: 65rem; }
        .subpage__title br {
          display: none; } }
  .subpage .text-control {
    display: none;
    line-height: 1.5em;
    margin-top: 2rem;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    .subpage .text-control:hover {
      color: #e13551; }
    .subpage .text-control.hidden {
      display: none; }
    .subpage .text-control.visible {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
  .subpage .subpage__text-wrapper {
    max-height: 15.5rem;
    overflow: hidden; }
    @media (max-width: 991px) {
      .subpage .subpage__text-wrapper {
        max-height: unset;
        overflow: visible; } }
    .subpage .subpage__text-wrapper p {
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .subpage .subpage__text-wrapper.visible {
      overflow: visible;
      max-height: unset; }
      .subpage .subpage__text-wrapper.visible p {
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset; }
  .subpage-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media (max-width: 991px) {
      .subpage-hero {
        overflow: hidden;
        padding: 0 var(--container-gutter);
        gap: 3rem;
        min-height: 27rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 576px) {
      .subpage-hero {
        overflow: visible;
        min-height: 19rem; } }
    .subpage-hero-left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 34.5%;
              flex: 0 0 34.5%;
      max-width: 34.5%;
      padding-top: 7rem;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 2rem; }
      @media (min-width: 1530px) {
        .subpage-hero-left {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 38.5%;
                  flex: 0 0 38.5%;
          max-width: 38.5%; } }
      @media (max-width: 991px) {
        .subpage-hero-left {
          max-width: 100%;
          -webkit-box-flex: unset;
              -ms-flex: unset;
                  flex: unset;
          padding-top: 4rem;
          position: static;
          padding-left: 0; } }
      @media (max-width: 576px) {
        .subpage-hero-left {
          gap: 0; } }
      .subpage-hero-left-bg {
        position: absolute;
        left: calc(-1 * var(--container-pusher));
        left: 0;
        top: 0;
        z-index: -1;
        width: calc(100% + var(--container-pusher));
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .subpage-hero-left .toptitle {
        padding-left: var(--container-pusher); }
        @media (max-width: 991px) {
          .subpage-hero-left .toptitle {
            padding-left: 0; } }
    .subpage-hero-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 64.5%;
              flex: 0 0 64.5%;
      max-width: 64.5%;
      padding-top: 7rem;
      padding-left: 8rem;
      position: relative;
      padding-bottom: 10rem; }
      @media (min-width: 1530px) {
        .subpage-hero-right {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 61.5%;
                  flex: 0 0 61.5%;
          max-width: 61.5%; } }
      @media (max-width: 991px) {
        .subpage-hero-right {
          padding-top: 4rem;
          padding-left: 2rem;
          -webkit-box-flex: unset;
              -ms-flex: unset;
                  flex: unset;
          max-width: unset; }
          .subpage-hero-right .border--left-center {
            display: none; } }
      @media (max-width: 991px) {
        .subpage-hero-right {
          padding-left: 0;
          padding-top: 1.5rem;
          padding-bottom: 2rem; } }
    .subpage-hero .president {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin-top: 2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: center;
          align-self: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 1530px) {
        .subpage-hero .president {
          -ms-flex-item-align: end;
              align-self: flex-end;
          margin-right: 3rem; } }
      @media (min-width: 1921px) {
        .subpage-hero .president {
          -ms-flex-item-align: end;
              align-self: flex-end;
          margin-right: 6rem; } }
      @media (max-width: 991px) {
        .subpage-hero .president {
          position: absolute;
          right: var(--container-gutter);
          bottom: 0; } }
      @media (max-width: 576px) {
        .subpage-hero .president {
          -ms-flex-item-align: start;
              align-self: flex-start; } }
      .subpage-hero .president-image {
        height: 29rem;
        z-index: 100; }
        @media (max-width: 991px) {
          .subpage-hero .president-image {
            height: 24rem; } }
        @media (max-width: 576px) {
          .subpage-hero .president-image {
            height: 14rem; } }
      .subpage-hero .president-img {
        height: 30rem;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: bottom;
           object-position: bottom; }
        @media (max-width: 991px) {
          .subpage-hero .president-img {
            height: 24rem; } }
        @media (max-width: 576px) {
          .subpage-hero .president-img {
            height: 16rem; } }
    .subpage-hero-img {
      height: 46rem;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 2.6rem; }
      @media (max-width: 991px) {
        .subpage-hero-img {
          height: 38rem;
          width: 100%; } }
      @media (max-width: 576px) {
        .subpage-hero-img {
          height: 27.5rem;
          border-radius: 1.6rem; } }
    .subpage-hero .toptitle {
      text-transform: uppercase; }
  .subpage-intro {
    padding-top: var(--header-height);
    position: relative; }
    .subpage-intro .count-item-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10rem;
      margin-top: 6rem; }
      @media (max-width: 991px) {
        .subpage-intro .count-item-row {
          gap: 4rem;
          margin-top: 2rem;
          margin-bottom: 2rem;
          padding: 0 var(--container-pusher);
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media (max-width: 576px) {
        .subpage-intro .count-item-row {
          gap: 6rem;
          margin-bottom: 4.5rem;
          padding: 0 var(--container-gutter);
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .subpage-intro .count-item-row .count-item {
        padding: 0; }
        .subpage-intro .count-item-row .count-item::after {
          content: unset; }
    .subpage-intro-bg {
      height: 100%;
      width: 100%;
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover;
      left: 0;
      top: 0;
      z-index: -1; }
    .subpage-intro--w-bg {
      min-height: 50rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 576px) {
        .subpage-intro--w-bg {
          min-height: 35rem; } }
      .subpage-intro--w-bg::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: transparent -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0.2))) 0% 0% no-repeat padding-box;
        background: transparent linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.2) 100%) 0% 0% no-repeat padding-box;
        opacity: .6;
        pointer-events: none; }
  .subpage-content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991px) {
      .subpage-content-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 5rem; } }
    .subpage-content-row .subpage-content-left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 47%;
              flex: 0 0 47%;
      max-width: 47%; }
      @media (max-width: 991px) {
        .subpage-content-row .subpage-content-left {
          max-width: 100%;
          -webkit-box-flex: unset;
              -ms-flex: unset;
                  flex: unset; } }
    .subpage-content-row .subpage-content-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%;
      max-width: 48%; }
      @media (max-width: 991px) {
        .subpage-content-row .subpage-content-right {
          max-width: 100%;
          -webkit-box-flex: unset;
              -ms-flex: unset;
                  flex: unset; } }
    .subpage-content-row .info-card + .info-card {
      margin-top: 2rem; }
    .subpage-content-row .map {
      -webkit-transform: translateY(-33rem);
          -ms-transform: translateY(-33rem);
              transform: translateY(-33rem);
      margin-bottom: -33rem; }
      @media (max-width: 991px) {
        .subpage-content-row .map {
          -webkit-transform: unset;
              -ms-transform: unset;
                  transform: unset;
          margin-bottom: 0; } }
  @media (max-width: 991px) {
    .subpage-content .tab .ghost {
      display: none; } }
  @media (max-width: 991px) {
    .subpage-content .tab .tab-link-wrapper {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 576px) {
    .subpage .biography-tab .animated-tabs-item {
      width: auto; } }
  .subpage--center .subpage-intro {
    padding-top: calc(var(--header-height) + 5rem);
    padding-bottom: 2rem; }
    @media (max-width: 576px) {
      .subpage--center .subpage-intro {
        padding-top: calc(var(--header-height) + 4rem);
        padding-bottom: 2rem; } }
    .subpage--center .subpage-intro .subpage__title {
      font-size: 3.2rem; }
      @media (max-width: 576px) {
        .subpage--center .subpage-intro .subpage__title {
          font-size: 2rem; } }
  .subpage--center .subpage-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem; }
    @media (max-width: 991px) {
      .subpage--center .subpage-hero {
        min-height: unset; } }
    @media (max-width: 576px) {
      .subpage--center .subpage-hero {
        gap: 2rem; } }
    .subpage--center .subpage-hero .toptitle,
    .subpage--center .subpage-hero .title {
      text-align: center; }
  .subpage .project-card-grid .border.border--top {
    opacity: 1 !important; }

.box {
  background: #fff;
  padding: 4.5rem 5.5rem;
  border: 1px solid rgba(55, 53, 54, 0.15);
  position: relative;
  z-index: 1; }
  @media (max-width: 576px) {
    .box {
      padding: 2.5rem; } }
  .box-header {
    padding: 4rem 5rem;
    padding-bottom: 3.6rem;
    border-bottom: 1px solid rgba(55, 53, 54, 0.15); }
    @media (max-width: 576px) {
      .box-header {
        padding: 2.4rem 2rem; } }
    .box-header .toptitle {
      font-weight: 500; }
    .box-header .title {
      font-weight: 500; }
  .box-content {
    padding: 3.6rem 5rem; }
    @media (max-width: 576px) {
      .box-content {
        padding: 2.4rem 2rem; } }
  .box-title {
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 3rem; }
    @media (max-width: 576px) {
      .box-title {
        font-size: 1.8rem;
        margin-bottom: 2rem; } }
  .box--gray {
    background: #efefef;
    border: 0; }
    .box--gray .checkbox {
      padding-top: 2rem;
      border-top: 1px solid rgba(55, 53, 54, 0.15); }
  .box .content {
    margin-bottom: 0 !important;
    padding-right: 0 !important; }
    .box .content p {
      margin-bottom: 1rem;
      font-size: 1.4rem; }
  .box-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 576px) {
      .box-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .box--application {
    padding: 0; }
    .box--application .box-content .btn {
      margin-top: 4rem;
      width: 100%;
      height: 5.6rem;
      font-size: 1.4rem; }
      @media (max-width: 576px) {
        .box--application .box-content .btn {
          margin-top: 2rem;
          height: 4.8rem;
          font-size: 1.3rem; } }
    .box--application .box-footer {
      padding: 3.9rem;
      padding-top: 0;
      padding-bottom: 3rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2rem; }
      @media (max-width: 576px) {
        .box--application .box-footer {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media (max-width: 576px) {
        .box--application .box-footer .social {
          font-size: 1.6rem; } }
      @media (max-width: 576px) {
        .box--application .box-footer .social__item {
          height: 4rem;
          width: 4rem; } }
      .box--application .box-footer .social .social__item + .social__item {
        margin-left: 3rem; }
    .box--application .info + .info {
      margin-top: 3rem; }

.dropdown-wrapper {
  width: 100%; }
  .dropdown-wrapper.phonecode {
    max-width: 11rem; }
    .dropdown-wrapper.phonecode .dropdown_bar-item__icon {
      display: none; }
    .dropdown-wrapper.phonecode .dropdown_bar-item {
      border-right: 0; }

.dropdown-bar-title {
  color: rgba(55, 53, 54, 0.6);
  font-size: 1.8rem;
  margin-bottom: 2rem;
  white-space: nowrap; }
  @media (max-width: 576px) {
    .dropdown-bar-title {
      font-size: 1.4rem; } }

.dropdown_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0px 4.076px 8px -4px rgba(31, 5, 5, 0.08);
          box-shadow: 0px 4.076px 8px -4px rgba(31, 5, 5, 0.08);
  border-radius: 7rem; }
  @media (max-width: 991px) {
    .dropdown_bar {
      padding-right: 0; } }
  @media (max-width: 576px) {
    .dropdown_bar {
      border-radius: 4rem; } }
  .dropdown_bar-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 2.4rem;
    font-size: 1.8rem;
    letter-spacing: -0.001em;
    height: 5rem;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    position: relative;
    font-weight: 400;
    background: #ffffff;
    border-radius: 7rem; }
    @media (max-width: 576px) {
      .dropdown_bar-item {
        padding-left: 2rem;
        height: 3.8rem; } }
    .dropdown_bar-item.disabled {
      display: none; }
    .dropdown_bar-item.input-error {
      margin-bottom: 2.5rem; }
    .dropdown_bar-item__top-title {
      pointer-events: none;
      position: absolute;
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      color: rgba(55, 53, 54, 0.5);
      font-size: 1.6rem;
      font-weight: 600;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media (max-width: 576px) {
        .dropdown_bar-item__top-title {
          font-size: 1.4rem; } }
    .dropdown_bar-item.active .dropdown_bar-item__title, .dropdown_bar-item.selected .dropdown_bar-item__title {
      color: #373536; }
    .dropdown_bar-item.selected .dropdown_bar-item__title {
      opacity: 1; }
      @media (max-width: 991px) {
        .dropdown_bar-item.selected .dropdown_bar-item__title {
          opacity: 0; } }
    .dropdown_bar-item.selected .dropdown_bar-item__top-title {
      opacity: 0; }
    @media (max-width: 576px) {
      .dropdown_bar-item.selected select {
        opacity: 1;
        top: 0;
        padding-top: 0; } }
    .dropdown_bar-item select {
      background: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
    .dropdown_bar-item + .dropdown_bar-item {
      border-left: 1px solid rgba(55, 53, 54, 0.15); }
    .dropdown_bar-item select {
      position: absolute;
      opacity: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
      left: 0;
      top: 0;
      padding-left: 1.6rem;
      z-index: 2;
      border: 0;
      outline: 0;
      font-weight: 400;
      color: #373536;
      font-size: 1.5rem;
      pointer-events: none;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media (max-width: 991px) {
        .dropdown_bar-item select {
          padding-left: 1.6rem;
          pointer-events: all;
          opacity: 1; } }
      @media (max-width: 576px) {
        .dropdown_bar-item select {
          opacity: 0;
          padding-left: 2rem;
          font-size: 1.4rem; } }
    .dropdown_bar-item__icon {
      font-size: 1rem;
      color: #373536;
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      position: absolute;
      right: 2.2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .dropdown_bar-item__icon.red {
        color: #e13551; }
      @media (max-width: 576px) {
        .dropdown_bar-item__icon {
          right: 1.5rem;
          font-size: .8rem; } }
      .dropdown_bar-item__icon-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 2.2rem;
        color: #e13551;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 1.6rem; }
        @media (max-width: 576px) {
          .dropdown_bar-item__icon-left {
            display: none; } }
    .dropdown_bar-item__title {
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      opacity: 0;
      position: absolute;
      top: unset;
      color: #373536;
      font-weight: 600;
      font-size: 1.6rem;
      letter-spacing: -0.5px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .dropdown_bar-item.active .dropdown_bar-item-box-wrapper {
      opacity: 1;
      pointer-events: all; }
    .dropdown_bar-item.active .dropdown_bar-item__icon {
      -webkit-transform: scale(1, -1);
          -ms-transform: scale(1, -1);
              transform: scale(1, -1); }
    .dropdown_bar-item.no-icon {
      padding-left: 2rem; }
    .dropdown_bar-item-box {
      max-height: 45rem;
      overflow-y: auto; }
      .dropdown_bar-item-box::-webkit-scrollbar {
        background: #f0efea;
        width: .6rem;
        padding-right: 10px;
        margin-top: 10rem;
        max-height: 50%;
        height: 50%;
        display: block; }
      .dropdown_bar-item-box::-webkit-scrollbar-track {
        background: #f0efea; }
      .dropdown_bar-item-box::-webkit-scrollbar-thumb {
        background: rgba(55, 53, 54, 0.1);
        max-height: 50px;
        height: 50px;
        padding-right: 10rem; }
      .dropdown_bar-item-box::-webkit-scrollbar-track-piece:end {
        background: #f0efea; }
      .dropdown_bar-item-box::-webkit-scrollbar-track-piece:start {
        background: #f0efea; }
      .dropdown_bar-item-box__item {
        height: 5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        color: #373536;
        font-size: 1.4rem;
        line-height: 1;
        margin-bottom: 3px;
        -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        padding: 0 1rem;
        white-space: nowrap;
        width: 100%;
        border-radius: 1rem; }
        .dropdown_bar-item-box__item:last-child {
          margin-bottom: 0; }
        .dropdown_bar-item-box__item:not(.active):hover {
          background: #f0efea; }
        .dropdown_bar-item-box__item.active {
          background: #f0efea;
          color: #373536;
          border: 1px solid rgba(55, 53, 54, 0.15); }
      .dropdown_bar-item-box-wrapper {
        position: absolute;
        top: 7rem;
        left: -1px;
        background: #fff;
        min-width: 3rem;
        z-index: 4;
        width: calc(100% + 2px);
        height: auto;
        display: block;
        opacity: 0;
        -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        pointer-events: none;
        -webkit-box-shadow: 0px 4.076px 8px -4px rgba(31, 5, 5, 0.08);
                box-shadow: 0px 4.076px 8px -4px rgba(31, 5, 5, 0.08);
        border-radius: 2rem;
        padding: 1rem;
        padding-right: 1rem;
        border: 1px solid rgba(55, 53, 54, 0.15); }
  .dropdown_bar .filter-icon {
    font-size: 2.5rem; }
  .dropdown_bar__btn {
    min-width: unset;
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.tab-content {
  opacity: 1;
  -webkit-animation: filteredScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards;
          animation: filteredScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards; }
  .tab-content-wrapper {
    position: relative; }
    .tab-content-wrapper .section {
      padding-top: 4rem; }
      @media (max-width: 576px) {
        .tab-content-wrapper .section {
          padding-top: 4rem; } }
      .tab-content-wrapper .section.with-top-border {
        margin-top: 6rem; }
        @media (max-width: 576px) {
          .tab-content-wrapper .section.with-top-border {
            margin-top: 4rem; } }
      .tab-content-wrapper .section:last-child {
        padding-bottom: 0; }
  .tab-content.filtering {
    -webkit-animation: filteringScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards;
            animation: filteringScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards; }
  .tab-content.filtered {
    display: none; }

@-webkit-keyframes filteringScale {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes filteringScale {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes filteredScale {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes filteredScale {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .tab-content .project-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-top: 3.3rem; }
    @media (max-width: 991px) {
      .tab-content .project-card-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 3.5rem;
        grid-row-gap: 3.5rem; } }
    @media (max-width: 767px) {
      .tab-content .project-card-grid {
        grid-template-columns: repeat(1, 1fr); } }
    @media (max-width: 576px) {
      .tab-content .project-card-grid {
        grid-row-gap: 1.6rem;
        margin-top: 2rem; } }

.tab-section-title {
  margin-bottom: 4rem; }
  @media (max-width: 576px) {
    .tab-section-title {
      margin-bottom: 1.5rem; } }

.tab {
  position: relative; }
  .tab::before {
    content: "";
    background: radial-gradient(42.01% 94.24% at 50% 0%, #fff 0%, rgba(255, 255, 255, 0) 100%);
    height: 64.2rem;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
  .tab-link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.3rem;
    padding-left: var(--container-pusher);
    padding-right: var(--container-pusher);
    background: #f0efea;
    position: relative; }
    @media (max-width: 991px) {
      .tab-link-wrapper {
        margin-bottom: 3.4rem; } }
    @media (max-width: 991px) {
      .tab-link-wrapper {
        overflow-x: auto;
        overflow-y: hidden; } }
    @media (max-width: 576px) {
      .tab-link-wrapper {
        padding-left: var(--container-gutter);
        padding-right: var(--container-gutter); } }
    .tab-link-wrapper .animated-tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      width: 100%;
      gap: 12rem; }
      @media (max-width: 991px) {
        .tab-link-wrapper .animated-tabs {
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          gap: 6rem; } }
      @media (max-width: 576px) {
        .tab-link-wrapper .animated-tabs {
          gap: 3rem; } }
      .tab-link-wrapper .animated-tabs.tight-content .animated-tabs-item {
        color: #373536; }
        .tab-link-wrapper .animated-tabs.tight-content .animated-tabs-item span {
          max-width: 13rem; }
      .tab-link-wrapper .animated-tabs-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 2rem;
        padding: 3rem 0;
        font-size: 1.4rem;
        cursor: pointer;
        -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        font-weight: 800;
        line-height: 1.4em;
        z-index: 2;
        position: relative;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        color: #373536;
        letter-spacing: 0.28px; }
        @media (max-width: 576px) {
          .tab-link-wrapper .animated-tabs-item {
            font-size: 1.3rem;
            gap: 1rem;
            padding: 2rem 0; } }
        .tab-link-wrapper .animated-tabs-item-icon {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: #e13551;
          height: 4rem; }
          .tab-link-wrapper .animated-tabs-item-icon img {
            height: 100%;
            width: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
        .tab-link-wrapper .animated-tabs-item.active {
          color: #df1445 !important; }
        @media (max-width: 991px) {
          .tab-link-wrapper .animated-tabs-item {
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
        .tab-link-wrapper .animated-tabs-item:hover {
          color: rgba(223, 20, 69, 0.8); }
      .tab-link-wrapper .animated-tabs-line {
        background: #df1445;
        height: 0.2rem;
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }

.ghost {
  display: none; }
  @media (max-width: 991px) {
    .ghost {
      width: 12rem;
      min-width: 12rem;
      height: 3rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }

.filtered-item.hide {
  display: none !important; }

.banner {
  border-radius: 4.4rem;
  min-height: 38.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 10rem;
  position: relative;
  overflow: hidden;
  margin-top: 5rem;
  padding-left: 35rem; }
  @media (max-width: 991px) {
    .banner {
      min-height: 35.3rem;
      background-position: center;
      padding-left: 29rem; } }
  @media (max-width: 767px) {
    .banner {
      padding: 3.6rem 2.3rem;
      padding-bottom: 0;
      min-height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      border-radius: 1.6rem;
      margin-top: 3rem;
      gap: 2rem; } }
  .banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(104deg, rgba(255, 255, 255, 0) 28.95%, rgba(255, 255, 255, 0.1) 101.64%), #373536;
    z-index: -1; }
  .banner-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 576px) {
      .banner-bg.mobile-hidden {
        display: none; } }
    @media (min-width: 576px) {
      .banner-bg.desktop-hidden {
        display: none; } }
  .banner-title {
    position: relative;
    font-weight: 400;
    font-size: 3.2rem;
    z-index: 1; }
    @media (max-width: 991px) {
      .banner-title {
        font-size: 2.4rem; } }
    @media (max-width: 576px) {
      .banner-title {
        font-size: 1.8rem;
        text-align: center; } }
    .banner-title span {
      font-weight: 700; }
    .banner-title .nail {
      position: absolute; }
      @media (max-width: 991px) {
        .banner-title .nail {
          display: none; } }
      .banner-title .nail.first-nail {
        left: -1rem;
        top: 0;
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%); }
    .banner-title .last-nail {
      margin-top: 3rem;
      margin-left: 1rem; }
      @media (max-width: 991px) {
        .banner-title .last-nail {
          display: none; } }
  .banner .president {
    position: absolute;
    left: -3rem;
    bottom: 0;
    height: 34.4rem;
    -o-object-fit: contain;
       object-fit: contain;
    z-index: 1; }
    @media (max-width: 991px) {
      .banner .president {
        height: 31.4rem; } }
    @media (max-width: 767px) {
      .banner .president {
        height: 35.5rem;
        position: static; } }
    @media (max-width: 576px) {
      .banner .president {
        height: 20rem; } }

.border {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.1 !important; }
  @media (max-width: 991px) {
    .border {
      opacity: .3 !important; } }
  @media (max-width: 576px) {
    .border {
      bottom: 0;
      opacity: .6 !important; } }
  .border--bottom-lower {
    bottom: -1px; }
  .border--opacity-1 {
    opacity: 1 !important; }
  .border--opacity-l {
    opacity: 0.2 !important; }
  .border--opacity-xl {
    opacity: 1 !important; }
  @media (max-width: 1096px) {
    .border--top-zero {
      top: 0 !important; } }
  @media (max-width: 1081px) {
    .border--top-zero {
      top: 0 !important; } }
  @media (max-width: 991px) {
    .border--top-zero {
      top: 0 !important; } }
  @media (max-width: 767px) {
    .border--top-zero {
      top: 0 !important; } }
  @media (max-width: 576px) {
    .border--top-zero {
      top: 0 !important; } }
  @media (max-width: 512px) {
    .border--top-zero {
      top: 0 !important; } }
  @media (max-width: 1096px) {
    .border--bottom-zero {
      bottom: 0 !important; } }
  @media (max-width: 991px) {
    .border--bottom-zero {
      bottom: 0 !important; } }
  @media (max-width: 767px) {
    .border--bottom-zero {
      bottom: 0 !important; } }
  @media (max-width: 576px) {
    .border--bottom-zero {
      bottom: 0 !important; } }
  @media (max-width: 512px) {
    .border--bottom-zero {
      bottom: 0 !important; } }
  .border--top {
    bottom: unset;
    top: 0;
    top: -1px; }
    @media (max-width: 597px) {
      .border--top {
        top: 0;
        top: -1px; } }
  .border--left-center {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
    height: 100%; }
  .border--static {
    position: static; }

.social-card {
  border-radius: 1.6rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.08);
  padding: 2.4rem; }
  @media (max-width: 991px) {
    .social-card {
      padding: 0;
      width: 3.6rem;
      height: 3.6rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 50%;
      -webkit-box-shadow: unset;
              box-shadow: unset; } }
  .social-card:hover .social-card-arrow {
    color: #df1445;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .social-card:hover .social__item {
    color: #df1445; }
  .social-card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.9rem; }
    @media (max-width: 991px) {
      .social-card-top {
        margin-bottom: 0; } }
  .social-card-arrow {
    font-size: 1.6rem;
    color: rgba(55, 53, 54, 0.3);
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
    @media (max-width: 991px) {
      .social-card-arrow {
        display: none; } }
  .social-card-text {
    font-size: 1.6rem;
    color: #373536;
    font-weight: 500;
    letter-spacing: 0.32px; }
    @media (max-width: 991px) {
      .social-card-text {
        display: none; } }
  .social-card .social__item {
    color: #373536;
    font-size: 3rem; }
    @media (max-width: 991px) {
      .social-card .social__item {
        font-size: 2rem; } }

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80rem;
  gap: 4rem;
  padding: 0 calc(var(--container-pusher) + 5rem);
  padding-top: var(--header-height); }
  @media (min-width: 2100px) {
    .hero {
      height: 85rem; } }
  @media (min-width: 2250px) {
    .hero {
      height: 90rem; } }
  @media (min-width: 2450px) {
    .hero {
      height: 95rem; } }
  @media (min-width: 2650px) {
    .hero {
      height: 100rem; } }
  @media (min-width: 3000px) {
    .hero {
      height: 110rem; } }
  @media (max-width: 991px) {
    .hero {
      height: auto;
      padding: 0 15rem;
      padding-top: calc(var(--header-height) + 4rem); } }
  @media (max-width: 767px) {
    .hero {
      padding: 0 var(--container-gutter);
      padding-top: calc(var(--header-height) + 4rem);
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 1rem;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0.2))) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.2) 100%) 0% 0% no-repeat padding-box;
    opacity: .6;
    pointer-events: none; }
  .hero-bg {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -o-object-position: top;
       object-position: top; }
  .hero .president {
    z-index: 1;
    height: 55rem;
    -o-object-fit: contain;
       object-fit: contain; }
    @media (max-width: 1200px) {
      .hero .president {
        height: 44rem; } }
    @media (max-width: 991px) {
      .hero .president {
        height: 31rem; } }
    @media (max-width: 767px) {
      .hero .president {
        height: 22rem; } }
  .hero .slogan {
    height: 16.4rem;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .hero .slogan {
        height: 11rem; } }
    @media (max-width: 767px) {
      .hero .slogan {
        height: 6.5rem; } }
    .hero .slogan-wrapper {
      -ms-flex-item-align: center;
          align-self: center;
      padding-right: 17rem; }
      @media (max-width: 991px) {
        .hero .slogan-wrapper {
          padding-right: 0; } }
      @media (max-width: 767px) {
        .hero .slogan-wrapper {
          padding-bottom: 4rem; } }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem; padding: 0 25px !important;}
  .breadcrumb-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding: 2.9rem var(--container-pusher); }
    @media (max-width: 991px) {
      .breadcrumb-wrapper {
        display: none; } }
    .breadcrumb-wrapper .social-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 1rem; }
      .breadcrumb-wrapper .social-wrapper .social-title {
        margin-right: 1rem; }
  .breadcrumb-item__link {
    position: relative;
    font-size: 1.7rem;
    color: rgba(55, 53, 54, 0.6);
    font-weight: 500;
    letter-spacing: 0.34px;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
    .breadcrumb-item__link:hover {
      color: #373536; }
    .breadcrumb-item__link::after {
      content: "";
      background-image: url("../img/breadcrumb-arrow.svg");
      background-repeat: no-repeat;
      background-position-x: 50%;
      background-position-y: 50%;
      background-size: 0.7rem;
      right: -2rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 1rem;
      width: 1rem;
      position: absolute; }
    .breadcrumb-item__link.active {
      color: #373536; }
    .breadcrumb-item__link:last-child {
      color: #373536; }
      .breadcrumb-item__link:last-child::after {
        content: unset; }

.info-title {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.34px;
  color: rgba(55, 53, 54, 0.6); }
  @media (max-width: 576px) {
    .info-title {
      font-size: 1.3rem; } }

.info-text {
  font-size: 2.2rem;
  font-weight: 500;
  color: #373536; }
  @media (max-width: 576px) {
    .info-text {
      font-size: 1.8rem; } }

.info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  color: #e13551; }

.info--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem; }
  @media (max-width: 576px) {
    .info--center {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.info--link .info-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(55, 53, 54, 0.4); }
  @media (max-width: 576px) {
    .info--link .info-title {
      font-size: 1.4rem; } }

.info--link:hover .link {
  color: #e13551; }

@media (max-width: 576px) {
  .info--link .link {
    font-size: 1.5rem; } }

@media (max-width: 576px) {
  .info--link .info-icon {
    font-size: 1.6rem; } }

.info--big .info-title {
  font-size: 1.8rem; }
  @media (max-width: 576px) {
    .info--big .info-title {
      font-size: 1.4rem; } }

.info--light-gray .info-text {
  color: rgba(55, 53, 54, 0.85); }

.info--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem; }

.info--small {
  gap: 0.5rem; }
  .info--small .info-text {
    font-size: 1.6rem; }
    @media (max-width: 576px) {
      .info--small .info-text {
        font-size: 1.4rem; } }
  .info--small .info-icon {
    font-size: 1.6rem;
    margin-top: -0.2rem; }
    @media (max-width: 576px) {
      .info--small .info-icon {
        font-size: 1.4rem; } }

.info--white .info-title {
  color: #ffffff; }

.info--white .info-icon {
  color: #ffffff; }

.show-ghost .boiler-card, .show-ghost .title, .show-ghost .text, .show-ghost .badge, .show-ghost .job-content-footer, .show-ghost .post-status, .show-ghost .progress, .show-ghost .btn, .show-ghost .info {
  position: relative;
  overflow: hidden;
  border: 0; }
  .show-ghost .boiler-card::after, .show-ghost .title::after, .show-ghost .text::after, .show-ghost .badge::after, .show-ghost .job-content-footer::after, .show-ghost .post-status::after, .show-ghost .progress::after, .show-ghost .btn::after, .show-ghost .info::after {
    content: '';
    height: 100%;
    width: 100%;
    background: #f0efea;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0; }

.count-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  padding: 10rem 0;
  padding-top: 9rem; }
  @media (max-width: 991px) {
    .count-item {
      padding: 5rem 0; } }
  @media (max-width: 576px) {
    .count-item {
      gap: 1rem;
      padding: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%; } }
  @media (max-width: 576px) {
    .count-item-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 1rem; } }
  .count-item::after {
    content: "";
    background-image: url("../img/count-border.svg");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 100%;
    background-size: 1rem;
    right: 0;
    top: 0;
    height: 100%;
    width: 4px;
    position: absolute;
    opacity: 0.1; }
    @media (max-width: 991px) {
      .count-item::after {
        content: unset; } }
  .count-item:last-child::after {
    content: unset; }
  .count-item-text {
    font-size: 1.7rem;
    margin-top: 0.8rem;
    color: rgba(55, 53, 54, 0.6);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    text-align: left; }
    @media (max-width: 576px) {
      .count-item-text {
        font-size: 1.3rem;
        position: absolute;
        left: 0;
        bottom: -.8rem;
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%); } }
  .count-item-title {
    font-size: 4.2rem;
    color: #373536;
    font-weight: 500;
    line-height: 1; }
    @media (max-width: 576px) {
      .count-item-title {
        font-size: 2.4rem; } }
    .count-item-title .plus {
      color: #e13551; }
  .count-item-img {
    height: 4.5rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 3rem; }
    @media (max-width: 576px) {
      .count-item-img {
        height: 2.4rem;
        margin-bottom: 0; } }
  .count-item--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    gap: 1rem; }
    .count-item--row .count-item-img {
      height: 6.3rem;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .count-item--row .count-item-img {
          height: 5rem; } }
      @media (max-width: 576px) {
        .count-item--row .count-item-img {
          height: 2.4rem; } }
    .count-item--row .count-item-title {
      font-size: 3.6rem; }
      @media (max-width: 991px) {
        .count-item--row .count-item-title {
          font-size: 3rem; } }
      @media (max-width: 576px) {
        .count-item--row .count-item-title {
          font-size: 2.4rem; } }
    .count-item--row .count-item-text {
      line-height: 1.5;
      margin-top: 0; }
      @media (max-width: 576px) {
        .count-item--row .count-item-text {
          font-size: 1.3rem;
          bottom: -1.5rem; } }

.count-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0; }
  @media (max-width: 991px) {
    .count-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 576px) {
    .count-grid {
      padding: 4rem 2rem;
      padding-bottom: 6rem;
      grid-column-gap: 1rem;
      grid-row-gap: 4rem; } }

.detail-img {
  height: 46rem;
  position: relative;
  margin: 5rem 0;
  border-radius: 3.6rem;
  overflow: hidden; }
  @media (max-width: 991px) {
    .detail-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      overflow: visible; } }
  @media (max-width: 576px) {
    .detail-img {
      margin: 4rem 0;
      height: auto;
      border-radius: 1.6rem; } }
  .detail-img::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(217deg, rgba(0, 0, 0, 0) 14.65%, rgba(0, 0, 0, 0.1) 97.86%), rgba(0, 0, 0, 0.4);
    z-index: 1; }
    @media (max-width: 991px) {
      .detail-img::before {
        border-radius: 1.6rem; } }
    @media (max-width: 576px) {
      .detail-img::before {
        height: 27.5rem; } }
  @media (max-width: 991px) {
    .detail-img-title {
      color: #373536 !important; } }
  .detail-img-content {
    position: absolute;
    left: 2.9rem;
    bottom: 4rem;
    z-index: 2; }
    @media (max-width: 991px) {
      .detail-img-content {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 2rem; } }
    .detail-img-content-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 2.5rem;
      margin-bottom: 2rem; }
      @media (max-width: 991px) {
        .detail-img-content-top {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      @media (max-width: 991px) {
        .detail-img-content-top .badge {
          position: absolute;
          left: 2rem;
          bottom: 2rem; } }
      @media (max-width: 576px) {
        .detail-img-content-top .badge {
          left: 1.4rem;
          bottom: 1.4rem; } }
      .detail-img-content-top .social-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 1rem; }
  .detail-img .info-title {
    font-weight: 400; }
    @media (max-width: 991px) {
      .detail-img .info-title {
        color: rgba(55, 53, 54, 0.85); } }
  @media (max-width: 991px) {
    .detail-img .info-icon {
      display: none; } }
  .detail-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 991px) {
      .detail-img img {
        border-radius: 1.6rem; } }
    @media (max-width: 576px) {
      .detail-img img {
        height: 27.5rem; } }

.timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem; }
  @media (max-width: 991px) {
    .timeline-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2rem;
      padding-left: 4rem;
      position: relative; } }
  @media (max-width: 576px) {
    .timeline-item {
      gap: 1rem; } }
  .timeline-item:last-of-type .line {
    background: transparent; }
  .timeline-item:last-of-type .timeline-item-left {
    padding-bottom: 0; }
  .timeline-item:last-of-type .timeline-item-right {
    padding-bottom: 0; }
  .timeline-item-title {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.32px; }
  .timeline-item-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 71%;
            flex: 0 0 71%;
    max-width: 71%;
    padding-bottom: 7rem; }
    @media (max-width: 991px) {
      .timeline-item-right {
        padding-bottom: 4rem; } }
    @media (max-width: 576px) {
      .timeline-item-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  .timeline-item-text {
    margin-top: 1.5rem;
    line-height: 1.8; }
    @media (max-width: 576px) {
      .timeline-item-text {
        font-size: 1.5rem;
        margin-top: 1.2rem; } }
  .timeline-item-left {
    text-align: right;
    padding-bottom: 7rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.2%;
            flex: 0 0 19.2%;
    max-width: 19.2%; }
    @media (max-width: 991px) {
      .timeline-item-left {
        padding-bottom: 1rem;
        text-align: left;
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset;
        max-width: unset; } }
    .timeline-item-left-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      gap: 2rem; }
      @media (max-width: 991px) {
        .timeline-item-left-top {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 1rem; } }
      @media (max-width: 576px) {
        .timeline-item-left-top .timeline-item-title {
          font-size: 1.4rem; } }
    .timeline-item-left-bottom {
      margin-top: 1.5rem; }
  .timeline-item .line {
    position: relative;
    background: #df1445;
    width: 2px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    pointer-events: all; }
    .timeline-item .line::before {
      content: "";
      position: absolute;
      left: 50%;
      background: #df1445;
      top: 0;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      height: 1.5rem;
      width: 1.5rem;
      border-radius: 50%; }
    @media (max-width: 991px) {
      .timeline-item .line {
        position: absolute;
        left: 0.75rem;
        height: 100%;
        top: 0.4rem; } }
  .timeline-item-date {
    color: rgba(55, 53, 54, 0.6);
    letter-spacing: 0.32px; }
  .timeline-item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1.5rem; }
    @media (max-width: 576px) {
      .timeline-item--reverse {
        gap: 2.5rem; } }
    .timeline-item--reverse .timeline-item-left {
      text-align: left;
      margin-top: -0.2rem;
      padding-bottom: 4rem;
      -webkit-box-flex: unset;
          -ms-flex: unset;
              flex: unset;
      max-width: unset; }
    .timeline-item--reverse .timeline-item-left-top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0; }
      .timeline-item--reverse .timeline-item-left-top .timeline-item-title {
        font-weight: 500; }

.gallery-item {
  position: relative;
  width: 100%;
  height: 39rem;
  -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  overflow: hidden;
  border-radius: 1.6rem;
  cursor: pointer;
  z-index: 2; }
  @media (max-width: 576px) {
    .gallery-item {
      height: 12.8rem;
      border-radius: 1.2rem; } }
  .gallery-item:first-child {
    grid-area: 1 / 1 / 2 / 3; }
  .gallery-item:nth-child(2) {
    grid-area: 1 / 3 / 2 / 4; }
  .gallery-item:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2; }
  .gallery-item:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3; }
  .gallery-item:nth-child(5) {
    grid-area: 2 / 3 / 3 / 4; }
  .gallery-item:nth-child(6) {
    grid-area: 3 / 2 / 4 / 4; }
  .gallery-item:nth-child(7) {
    grid-area: 3 / 1 / 4 / 2; }
  .gallery-item:hover::after {
    opacity: .7; }
  .gallery-item:hover .gallery-item-icon {
    opacity: 1; }
  /*.gallery-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), lightgray;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), lightgray;
    opacity: .3;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    pointer-events: none; }*/
  .gallery-item-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top; }
  .gallery-item-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 4.5rem;
    opacity: 0;
    pointer-events: none;
    color: #ffffff;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    z-index: 1; }
    @media (max-width: 576px) {
      .gallery-item-icon {
        font-size: 3rem; } }
  @media (max-width: 576px) {
    .gallery-item-slider .gallery-card-title {
      min-height: 5rem; } }

.gallery-card {
  height: 46rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  border-radius: 3.6rem;
  overflow: hidden; }
  @media (max-width: 576px) {
    .gallery-card {
      height: 30rem;
      border-radius: 1.6rem; } }
  .gallery-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(217deg, rgba(0, 0, 0, 0) 14.65%, rgba(0, 0, 0, 0.4) 97.86%), rgba(0, 0, 0, 0.2); }
  .gallery-card:hover {
    -webkit-box-shadow: 0px 34px 34px -20px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 34px 34px -20px rgba(0, 0, 0, 0.2); }
    .gallery-card:hover .gallery-card-title {
      text-decoration: underline; }
  .gallery-card-content {
    position: relative;
    z-index: 1;
    padding: 0 3rem 3rem 3rem; }
    @media (max-width: 576px) {
      .gallery-card-content {
        padding: 0 2rem 2.4rem 2rem; } }
  .gallery-card-img {
    height: 100%;
    width: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0; }
  .gallery-card-title {
    margin-top: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 8rem; }
    @media (max-width: 991px) {
      .gallery-card-title {
        min-height: unset; } }
    @media (max-width: 576px) {
      .gallery-card-title {
        max-width: 26rem; } }
  .gallery-card .more-img {
    position: absolute;
    top: 2.6rem;
    right: 2.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.4rem;
    padding: 1.6rem 2.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    z-index: 1; }
    @media (max-width: 576px) {
      .gallery-card .more-img {
        padding: 1rem 1.4rem;
        border-radius: 1rem; } }
    .gallery-card .more-img img {
      height: 3rem;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (max-width: 576px) {
        .gallery-card .more-img img {
          height: 2.4rem; } }
    .gallery-card .more-img span {
      font-size: 2rem;
      font-weight: 500;
      color: #ffffff; }
      @media (max-width: 576px) {
        .gallery-card .more-img span {
          font-size: 1.4rem; } }
  .gallery-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem; }
    @media (max-width: 991px) {
      .gallery-card-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 576px) {
      .gallery-card-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 2rem; } }
  .gallery-card--video {
    height: auto;
    aspect-ratio: 9 / 16;
    width: 100%; }

.gallery-card-slider {
  position: relative; }
  @media (max-width: 576px) {
    .gallery-card-slider .swiper-slide-prev {
      opacity: 0;
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); } }
  .gallery-card-slider-wrapper .gallery-card-slider-nav {
    width: calc(var(--container-width) - 8rem);
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  @media (max-width: 576px) {
    .gallery-card-slider .gallery-card-title {
      min-height: 5rem; } }

.project-card {
  position: relative;
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
  .project-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 26rem;
    width: 100%;
    border-radius: 2.6rem;
    border-radius: 2rem 2rem 0 0;
    background: linear-gradient(217deg, rgba(0, 0, 0, 0) 14.65%, rgba(0, 0, 0, 0.4) 97.86%), rgba(0, 0, 0, 0.2); }
    @media (max-width: 576px) {
      .project-card::after {
        border-radius: 1.6rem 1.6rem 0 0; } }
  .project-card:hover {
    -webkit-box-shadow: 0px 34px 34px -20px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 34px 34px -20px rgba(0, 0, 0, 0.2); }
    .project-card:hover .project-card-icon {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      color: #373536; }
  .project-card .category-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.3rem; }
  .project-card .category {
    color: #e13551;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.24px;
    text-transform: uppercase; }
    @media (max-width: 576px) {
      .project-card .category {
        font-size: 1.1rem; } }
  .project-card .status {
    font-size: 1.2rem;
    color: rgba(55, 53, 54, 0.4);
    font-weight: 800;
    letter-spacing: 0.24px; }
    @media (max-width: 576px) {
      .project-card .status {
        font-size: 1.1rem; } }
  .project-card-img {
    height: 100%;
    height: 26rem;
    width: 100%;
    border-radius: 2rem 2rem 0 0;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 576px) {
      .project-card-img {
        border-radius: 1.6rem 1.6rem 0 0; } }
  .project-card-title {
    font-size: 1.9rem;
    line-height: 1.3;
    margin-top: 1rem;
    max-width: 27rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 5rem;
    position: relative; }
    .project-card-title::after {
      content: "";
      height: 5px;
      width: 100%;
      position: absolute;
      bottom: -2px;
      left: 0;
      background: #ffffff;
      pointer-events: none; }
    @media (max-width: 576px) {
      .project-card-title {
        max-width: 15rem;
        max-width: 24rem;
        font-size: 1.6rem;
        margin-top: .5rem;
        min-height: 4rem; } }
  .project-card-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 50rem;
    margin-top: 1.5rem;
    line-height: 1.7; }
    @media (max-width: 576px) {
      .project-card-text {
        display: none; } }
  .project-card .date {
    position: relative;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    font-weight: 500;
    line-height: 1; }
    @media (max-width: 576px) {
      .project-card .date {
        padding-top: 1rem;
        margin-top: 1rem;
        font-size: 1.3rem; } }
  .project-card .border {
    opacity: 1; }
  .project-card-icon {
    position: absolute;
    right: 2.5rem;
    top: 2.5rem;
    color: rgba(55, 53, 54, 0.3);
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
    @media (max-width: 576px) {
      .project-card-icon {
        right: 1.5rem;
        top: 1.5rem;
        font-size: 1.3rem; } }
  .project-card .badge-row {
    position: absolute;
    bottom: 18.5rem;
    left: 5.2rem;
    z-index: 1; }
    @media (max-width: 576px) {
      .project-card .badge-row {
        bottom: 7.5rem;
        left: 1.2rem; } }
  .project-card-content {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 0 0 2rem 2rem;
    padding: 2.4rem 2.2rem;
    padding-top: 2.6rem;
    width: 100%; }
    @media (max-width: 576px) {
      .project-card-content {
        padding: 1.2rem;
        border-radius: 0 0 1.2rem 1.2rem; } }
  .project-card--big {
    height: 52rem; }
    @media (max-width: 576px) {
      .project-card--big {
        height: 20rem; } }
    .project-card--big::after {
      background: linear-gradient(256deg, rgba(0, 0, 0, 0) 0.81%, rgba(0, 0, 0, 0.4) 63.01%), rgba(0, 0, 0, 0.2);
      border-radius: 4.4rem;
      height: 100%; }
      @media (max-width: 576px) {
        .project-card--big::after {
          border-radius: 1.6rem; } }
    .project-card--big .project-card-img {
      border-radius: 4.4rem;
      height: 100%; }
      @media (max-width: 576px) {
        .project-card--big .project-card-img {
          border-radius: 1.6rem; } }
    .project-card--big .date {
      margin-top: 2rem;
      padding-top: 2rem; }
      @media (max-width: 576px) {
        .project-card--big .date {
          margin-top: 1.4rem;
          padding-top: 1.4rem; } }
    .project-card--big .border {
      opacity: 0.3; }
    .project-card--big .project-card-content {
      position: absolute;
      padding: 4rem 5.2rem;
      left: 0;
      bottom: 0;
      border-radius: 0 3.4rem 3.4rem 3.4rem;
      -webkit-transform: translate(0, 50%);
          -ms-transform: translate(0, 50%);
              transform: translate(0, 50%);
      max-width: 80rem;
      height: 30rem; }
      @media (max-width: 576px) {
        .project-card--big .project-card-content {
          height: 11.8rem;
          border-radius: 0 1.6rem 1.6rem 1.6rem;
          max-width: 90%;
          padding: 1.8rem; } }
    .project-card--big .project-card-title {
      color: #e13551;
      font-weight: 500;
      font-size: 3rem;
      margin-top: 0;
      max-width: 47rem; }
      @media (max-width: 576px) {
        .project-card--big .project-card-title {
          font-size: 1.6rem;
          max-width: 24rem; } }
    .project-card--big .project-card-icon {
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      background: #f0efea;
      color: #373536;
      height: 6.9rem;
      width: 6.9rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 50%;
      top: 3.5rem;
      right: 4.1rem;
      font-size: 2.3rem; }
      @media (max-width: 576px) {
        .project-card--big .project-card-icon {
          height: 3.6rem;
          width: 3.6rem;
          font-size: 1.2rem;
          right: 2rem;
          top: 1.5rem; } }
      .project-card--big .project-card-icon:hover {
        background: #e5e4db; }

.copy-link {
  position: relative; }
  .copy-link.active .copy-link-content {
    opacity: 1;
    pointer-events: all; }
  .copy-link .share-btn {
    font-size: 1.8rem;
    background: #ffffff;
    -webkit-transition: 0s;
    transition: 0s; }
    @media (max-width: 576px) {
      .copy-link .share-btn {
        height: 3.2rem;
        width: 3.2rem;
        font-size: 1.3rem; } }
    .copy-link .share-btn:hover, .copy-link .share-btn:focus {
      color: #e13551; }
  .copy-link-content {
    font-size: 1.5rem;
    position: absolute;
    right: 0;
    bottom: -1rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    background: #ffffff;
    padding: 1rem;
    border-radius: 1rem;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }

.project-card-slider-complete {
  position: relative; }
  @media (max-width: 991px) {
    .project-card-slider-complete {
      position: static; } }
  .project-card-slider-complete-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4rem;
    position: absolute;
    bottom: -9rem;
    right: 0;
    width: 100%;
    max-width: 44rem; }
    @media (max-width: 991px) {
      .project-card-slider-complete-nav {
        max-width: unset;
        top: 0;
        bottom: unset;
        right: var(--container-pusher);
        -webkit-transform: translateY(75%);
            -ms-transform: translateY(75%);
                transform: translateY(75%);
        max-width: 21rem;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    @media (max-width: 576px) {
      .project-card-slider-complete-nav {
        -webkit-transform: translateY(-40%);
            -ms-transform: translateY(-40%);
                transform: translateY(-40%);
        right: var(--container-gutter); } }
    .project-card-slider-complete-nav-counter {
      z-index: 1; }
      @media (max-width: 991px) {
        .project-card-slider-complete-nav-counter {
          display: none !important; } }

.switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 0; }
  .switch-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .switch-wrapper .select-outer {
      width: auto;
      margin-left: 2rem;
      min-width: 26rem; }
      @media (max-width: 576px) {
        .switch-wrapper .select-outer {
          min-width: unset;
          width: 100%; } }
    .switch-wrapper .other-required {
      margin-left: auto; }
      .switch-wrapper .other-required .switch__title {
        color: #373536;
        font-weight: 700; }
  .switch--reverse .switch-content {
    margin-left: 0;
    margin-right: 1.2rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
    @media (max-width: 424px) {
      .switch--reverse .switch-content {
        margin-right: .7rem; } }
  .switch--reverse .switch__title {
    color: rgba(55, 53, 54, 0.75);
    font-size: 1.8rem; }
  .switch__toggle {
    outline: none;
    height: 2.4rem;
    width: 4.2rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border-radius: 2.1rem;
    background-color: #E6E9ED;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
    .switch__toggle::before {
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      content: '';
      width: 1.6rem;
      height: 1.6rem;
      position: absolute;
      left: .4rem;
      top: .4rem;
      background-color: #373536;
      border-radius: 50%; }
  .switch-content {
    margin-left: 3.4rem; }
    @media (max-width: 767px) {
      .switch-content {
        margin-left: 1.6rem; } }
  .switch__title {
    color: #373536;
    font-size: 2rem;
    line-height: 1em;
    font-weight: 500;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: 0; }
  .switch__text {
    margin-top: 1rem;
    color: rgba(55, 53, 54, 0.65); }
  .switch__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none; }
    .switch__input:checked + .switch__toggle {
      background-color: #278eff; }
      .switch__input:checked + .switch__toggle::before {
        -webkit-transform: translateX(1.8rem);
            -ms-transform: translateX(1.8rem);
                transform: translateX(1.8rem);
        background-color: #FFF; }

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-family: "FC BARCELONA", sans-serif;
  position: relative; }
  @media (max-width: 576px) {
    .checkbox {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .checkbox--border {
    padding: 2.7rem 0;
    border-top: 1px solid rgba(55, 53, 54, 0.15);
    border-bottom: 1px solid rgba(55, 53, 54, 0.15); }
  .checkbox.input-error .error {
    position: absolute; }
  .checkbox__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    visibility: hidden;
    width: 0; }
    .checkbox__input:checked ~ span {
      background-color: #e13551 !important;
      background-image: url("../img/tik.svg"); }
    .checkbox__input:checked ~ .tick-checkbox-content .tick-checkbox__title {
      color: #373536; }
    .checkbox__input:not(:checked):hover ~ .tick-checkbox-content .tick-checkbox__title {
      color: rgba(55, 53, 54, 0.8); }
  .checkbox--big .checkbox__toggle {
    border-radius: .2rem;
    margin-right: 2rem; }
  .checkbox--radio .checkbox__input ~ span {
    background: transparent;
    position: relative;
    border: 1px solid #278eff; }
    .checkbox--radio .checkbox__input ~ span::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-48%, -52%);
          -ms-transform: translate(-48%, -52%);
              transform: translate(-48%, -52%);
      width: 1em;
      height: 1em;
      border-radius: 50%;
      background: #278eff;
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      opacity: 0;
      font-size: 10px; }
  .checkbox--radio .checkbox__input:checked ~ span {
    -webkit-box-shadow: 0 0 0 2px red;
            box-shadow: 0 0 0 2px red;
    background: #f0efea; }
    .checkbox--radio .checkbox__input:checked ~ span::after {
      opacity: 1; }
  .checkbox--radio .checkbox__toggle {
    border-radius: 50%;
    font-size: 18px; }
  .checkbox__toggle {
    outline: none;
    height: 1em;
    width: 1em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    margin: 0;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #DDDEE1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 45%;
    background-size: .5em;
    font-size: 1.8rem;
    border-radius: 5px; }
    @media (max-width: 767px) {
      .checkbox__toggle {
        font-size: 20px; } }
  .checkbox-content {
    margin-left: 1rem;
    width: 100%; }
  .checkbox__title {
    color: #373536;
    font-weight: 300;
    font-size: 1.4rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 1.3em;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
    .checkbox__title a {
      color: #e13551;
      font-weight: 400; }
      .checkbox__title a:hover {
        color: #c61d39; }

.select-outer {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
  /*  &__title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 3rem;
    font-weight: 500;
    border-radius: 1rem 0 0 1rem;
    border: 1px solid #DCE6EA;
    border-right: 0;
    font-size: 1.5rem;
    color: $c-black;

    & + select {
      border-bottom-left-radius: 0 !important;
      border-top-left-radius: 0 !important;

    }
  }*/ }
  .select-outer select {
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: url("../img/icon-triangle-down.svg") no-repeat;
    background-position-x: calc(100% - 9px);
    background-position-y: 50%;
    background-size: 1.2rem;
    font-size: 2rem;
    padding-right: 2.6rem;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    height: 5rem;
    border: 0;
    border-bottom: 1px solid rgba(55, 53, 54, 0.15);
    border-radius: 0;
    font-weight: 500;
    color: #373536; }
    .select-outer select:disabled {
      opacity: .5; }
    .select-outer select:invalid {
      color: rgba(55, 53, 54, 0.4); }
    .select-outer select:focus {
      outline: 0;
      border-color: #FFA134; }
    .select-outer select option {
      padding: 5px; }
  .select-outer--white select {
    background-color: #FFF;
    border: 1px solid rgba(55, 53, 54, 0.1);
    padding-left: 2rem;
    height: 5rem; }
  .select-outer.input-error {
    border: none !important;
    margin-bottom: 1.5rem !important; }

.input {
  outline: none;
  width: 100%;
  color: #373536;
  font-size: 1.6rem;
  height: 5.1rem;
  padding: 0 1.6rem;
  border: 1px solid rgba(55, 53, 54, 0.15);
  -webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  background: #fff;
  font-weight: 400;
  -webkit-appearance: none;
  letter-spacing: -0.01em;
  position: relative;
  -webkit-box-shadow: 0px 4.076px 8px -4px rgba(31, 5, 5, 0.08);
          box-shadow: 0px 4.076px 8px -4px rgba(31, 5, 5, 0.08);
  border-radius: 1.2rem; }
  @media (max-width: 576px) {
    .input {
      font-size: 1.6rem;
      padding-left: 1.6rem;
      height: 4.8rem;
      border-radius: .8rem; } }
  .input.error {
    border: 1px solid #cc0000 !important; }
  .input::-webkit-input-placeholder {
    color: rgba(55, 53, 54, 0.6);
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    font-weight: 400; }
  .input::-moz-placeholder {
    color: rgba(55, 53, 54, 0.6);
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    font-weight: 400; }
  .input:-ms-input-placeholder {
    color: rgba(55, 53, 54, 0.6);
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    font-weight: 400; }
  .input::-ms-input-placeholder {
    color: rgba(55, 53, 54, 0.6);
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    font-weight: 400; }
  .input::placeholder {
    color: rgba(55, 53, 54, 0.6);
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    font-weight: 400; }
    @media (max-width: 576px) {
      .input::-webkit-input-placeholder {
        font-size: 1.5rem; }
      .input::-moz-placeholder {
        font-size: 1.5rem; }
      .input:-ms-input-placeholder {
        font-size: 1.5rem; }
      .input::-ms-input-placeholder {
        font-size: 1.5rem; }
      .input::placeholder {
        font-size: 1.5rem; } }
  .input::-webkit-outer-spin-button, .input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .input:focus {
    border: 1px solid #e13551; }
  .input__title {
    color: rgba(55, 53, 54, 0.85);
    letter-spacing: 0.28px;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: .8rem; }
  .input-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3rem;
    gap: 3.6rem; }
    .input-row:last-child {
      margin-bottom: 0; }
    @media (max-width: 576px) {
      .input-row.mobile-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (max-width: 576px) {
      .input-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: .7rem;
        margin-bottom: 1.3rem; } }
    .input-row .input-wrapper {
      width: 100%;
      position: relative; }
      .input-row .input-wrapper.input-error {
        overflow: initial; }
        .input-row .input-wrapper.input-error .input {
          border: 1px solid #e13551 !important;
          -webkit-box-shadow: unset;
                  box-shadow: unset; }
      .input-row .input-wrapper textarea {
        width: 100%;
        height: 21.5rem;
        max-height: 18rem;
        outline: none;
        padding: 1.6rem;
        font-weight: 400;
        resize: none; }
        @media (max-width: 576px) {
          .input-row .input-wrapper textarea {
            height: 11rem; } }
  .input-disabled {
    pointer-events: none;
    border-color: transparent; }

label.error {
  margin-bottom: 0;
  margin-top: 1rem;
  color: #e13551 !important;
  font-weight: 500;
  font-size: 1.3rem;
  bottom: -1.8rem;
  left: 0rem;
  line-height: 1em;
  white-space: nowrap; }
  @media (max-width: 576px) {
    label.error {
      bottom: -1.8rem; } }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0px 34px 34px 35px white inset !important;
  -webkit-background-clip: text; }

input::-webkit-contacts-auto-fill-button {
  display: none !important;
  visibility: hidden !important; }

input:-webkit-autofill {
  -webkit-text-fill-color: #373536 !important; }

textarea[data-autoheight="true"] {
  overflow: visible; }

.content hr {
  width: calc(100% + var(--page-padding-x) * 2);
  margin-left: calc(var(--page-padding-x) * -1);
  border-top: 1px solid rgba(55, 53, 54, 0.15);
  margin-bottom: 4rem; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 2.5rem;
  line-height: 1.8em;
  font-weight: 500;
  color: var(--content-color); }
  @media (max-width: 991px) {
    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6 {
      margin-top: 0; } }

.content b {
  font-weight: 700; }

.content h1 {
  font-size: 1.8rem;
  font-weight: 700; }
  @media (max-width: 576px) {
    .content h1 {
      font-size: 1.5rem; } }

.content h2 {
  font-size: 1.8rem;
  font-weight: 700; }
  @media (max-width: 576px) {
    .content h2 {
      font-size: 1.5rem; } }

.content h3 {
  font-size: 1.8rem; }
  @media (max-width: 576px) {
    .content h3 {
      font-size: 1.5rem; } }

.content h4 {
  font-size: 1.8rem; }
  @media (max-width: 576px) {
    .content h4 {
      font-size: 1.5rem; } }

.content h5 {
  font-size: 1.8rem; }
  @media (max-width: 576px) {
    .content h5 {
      font-size: 1.5rem; } }

.content h6 {
  font-size: 1.8rem; }
  @media (max-width: 576px) {
    .content h6 {
      font-size: 1.5rem; } }

.hakkimizda p {
    margin-bottom: 2rem;
    font-weight: 300;
    color: var(--content-color);
    line-height: 1.5em;
    font-size: var(--font-size-text);
    letter-spacing: 0.36px;
    font-size: 24px;
}
.iletisim {
	display: flex;
	flex-direction: column;
	padding: 0 40px;
}
.iletisim ul {
	
}
.iletisim ul li{
	list-style-type: none
	
}
.iletisim p {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	padding: 0 0 15px 0;
}
.iletisim p.address {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 15px 0;
	line-height: 22px;
}
.iletisimContent {
	margin-bottom: 30px;
}
.content p {
  margin-bottom: 2rem;
  font-weight: 400;
  color: var(--content-color);
  line-height: 1.8em;
  font-size: var(--font-size-text);
  letter-spacing: 0.36px; }
  .content p:last-child:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 576px) {
    .content p {
      margin-bottom: 3rem; } }
  .content p b {
    font-weight: 500;
    color: var(--content-color); }

.content a:not(.btn) {
  font-weight: 500;
  color: #373536;
  opacity: 1;
  line-height: 1.4; }
  .content a:not(.btn):hover, .content a:not(.btn).active {
    opacity: .9;
    text-decoration: underline; }

.content .row {
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem; }
  @media (max-width: 991px) {
    .content .row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 576px) {
    .content .row {
      gap: 1.2rem;
      margin-bottom: 3rem; } }
  .content .row .column {
    width: 100%; }
    @media (max-width: 991px) {
      .content .row .column {
        width: 48%; } }
    @media (max-width: 576px) {
      .content .row .column {
        width: 100%; } }

.content a img {
  height: 35rem;
  width: 100%;
  border-radius: 3rem;
  -o-object-fit: cover;
     object-fit: cover; }
  @media (max-width: 991px) {
    .content a img {
      border-radius: 1.6rem; } }
  @media (max-width: 576px) {
    .content a img {
      height: 21rem; } }

.content ul {
  margin-bottom: 4rem;
  padding-left: 2rem; }
  @media (max-width: 991px) {
    .content ul {
      font-size: 1.8rem; } }
  @media (max-width: 576px) {
    .content ul {
      margin-bottom: 3rem; } }
  .content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    position: relative;
    color: var(--content-color);
    text-align: left;
    font-weight: 300; }
    @media (max-width: 991px) {
      .content ul li {
        padding-left: 1rem; } }
    @media (max-width: 576px) {
      .content ul li {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
        padding-left: 0; } }
    .content ul li:last-child {
      margin-bottom: 0; }
    .content ul li::before {
      content: "";
      width: 1em;
      height: 1em;
      font-size: 5px;
      border-radius: 50%;
      position: absolute;
      left: -2rem;
      top: 1rem;
      border-radius: 50%;
      background: #373536; }
      @media (max-width: 576px) {
        .content ul li::before {
          font-size: 3px;
          left: -1.5rem; } }

.content iframe {
  width: 100%;
  height: 60rem; }

.content--white {
  --content-color: #fff; }

.content--custom h1,
.content--custom h2,
.content--custom h3,
.content--custom h4,
.content--custom h5,
.content--custom h6 {
  font-size: 3.6rem;
  line-height: 2;
  font-weight: 400; }
  @media (max-width: 576px) {
    .content--custom h1,
    .content--custom h2,
    .content--custom h3,
    .content--custom h4,
    .content--custom h5,
    .content--custom h6 {
      font-size: 2.1rem; } }

.content--custom img {
  border-radius: 1.4rem;
  height: 6.2rem; }
  @media (max-width: 576px) {
    .content--custom img {
      height: 4.6rem;
      border-radius: .9rem; } }

.content--small h1,
.content--small h2,
.content--small h3,
.content--small h4,
.content--small h5,
.content--small h6 {
  font-size: 1.8rem;
  margin-bottom: 1rem; }

.content--small p {
  font-size: 1.6rem; }
  @media (max-width: 576px) {
    .content--small p {
      font-size: 1.5rem; } }

.content--strech p {
  text-align: justify; }

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

.content--justify {
  text-align: justify; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2rem;
  gap: 2.4rem; }
  @media (max-width: 576px) {
    .social {
      font-size: 2.4rem; } }
  .social-title {
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 0.28px; }
    .social-title--white {
      color: #ffffff; }
  .social__item {
    cursor: pointer;
    color: #5d5b5b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
    .social__item:hover {
      color: #e13551; }
  .social--big {
    font-size: 2rem;
    gap: 1rem; }
    @media (max-width: 576px) {
      .social--big {
        font-size: 1.9rem; } }
    .social--big .social__item {
      height: 4.2rem;
      width: 4.2rem;
      background: #ffffff;
      border-radius: 50%; }
      @media (max-width: 576px) {
        .social--big .social__item {
          height: 3.2rem;
          width: 3.2rem; } }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--header-height);
  -webkit-transition: 0.6s cubic-bezier(0.21, 1.09, 1, 0.99);
  transition: 0.6s cubic-bezier(0.21, 1.09, 1, 0.99);
  --header-color: #373536;
  margin: 0 auto;
  padding-right: var(--container-pusher);
  background: #fff; }
  @media (max-width: 991px) {
    .header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (max-width: 991px) {
    .header {
      padding: 0 var(--container-gutter);
      padding-left: 0; } }
  @media (max-width: 991px) {
    .header + .border--bottom-lower {
      opacity: .2 !important; } }
  .header.active .header-right {
    opacity: 1;
    pointer-events: all; }
  @media (max-width: 991px) {
    .header.active .header-left .logo-wrapper {
      border-radius: 0 0 2.2rem 0; } }
  .header.header--white {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .header.header--white.active {
      background: #fff;
      border-bottom: 1px solid rgba(55, 53, 54, 0.15); }
      .header.header--white.active .header-menu-opener span {
        background: #373536; }
      .header.header--white.active .logo-wrapper .logo--white {
        display: none; }
      .header.header--white.active .logo-wrapper .logo--dark {
        display: block; }
.header.header--white.active > .btn__text {
	color: #000
}
    .header.header--white .header-menu-link {
      color: #ffffff; opacity: .85}
      @media (min-width: 992px) {
        .header.header--white .header-menu-link:hover {
           opacity: 1 } }
      @media (max-width: 991px) {
        .header.header--white .header-menu-link {
          color: #373536; } }
    .header.header--white .header-left {
      width: auto;
      -webkit-box-flex: unset;
          -ms-flex: unset;
              flex: unset;
      max-width: unset; }
    .header.header--white .logo-wrapper {
      background: transparent; }
      .header.header--white .logo-wrapper .logo--dark {
        display: none; }
      .header.header--white .logo-wrapper .logo--white {
        display: block; }
    .header.header--white .header-menu-opener span {
      background: #ffffff; }
  .header-left {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.5%;
            flex: 0 0 34.5%;
    max-width: 34.5%; }
    @media (min-width: 1530px) {
      .header-left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 38.5%;
                flex: 0 0 38.5%;
        max-width: 38.5%; } }
  .header-wrapper {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    z-index: 100; }
    @media (max-width: 576px) {
      .header-wrapper .border {
        bottom: 0; } }
  .header .logo {
    height: 7rem;
    -o-object-fit: contain;
       object-fit: contain; }
    @media (max-width: 576px) {
      .header .logo {
        height: 4.5rem; } }
    .header .logo-wrapper {
      background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
      padding-left: var(--container-pusher);
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      @media (max-width: 991px) {
        .header .logo-wrapper {
          width: auto; } }
      @media (max-width: 767px) {
        .header .logo-wrapper {
          padding-left: var(--container-gutter); } }
    .header .logo--dark {
      display: block; }
    .header .logo--white {
      display: none; }
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.4rem;
    height: 100%; }
    @media (max-width: 991px) {
      .header-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
        gap: 0;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 100%;
        padding-top: 2rem; } }
    .header-menu-link {
      font-size: 2rem;
      color: var(--header-color);
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: 500;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      letter-spacing: 0.29px; }
      .header-menu-link.active {
        color: #e13551; }
      @media (max-width: 991px) {
        .header-menu-link + .header-menu-link {
          margin-top: 1rem; } }
      @media (max-width: 576px) {
        .header-menu-link + .header-menu-link {
          margin-top: 1.2rem; } }
      @media (max-width: 991px) {
        .header-menu-link {
          height: 6rem;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          font-size: 2rem;
          color: #373536;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          border-bottom: 1px solid rgba(55, 53, 54, 0.15);
          } }
      @media (max-width: 576px) {
        .header-menu-link {
          font-size: 2rem;
          height: 4rem;
			padding-bottom: 10px; } }
      @media (min-width: 992px) {
        .header-menu-link:hover {
          color: #bb8c20; } }
      @media (min-width: 992px) {
        .header-menu-link.mobile-link {
          display: none; } }
  .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 9.8rem;
    gap: 4.5rem;
    height: 100%; }
    @media (max-width: 991px) {
      .header-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: absolute;
        left: 0;
        height: calc(100dvh - var(--header-height));
        top: var(--header-height);
        width: 100%;
        overflow-y: auto;
        z-index: 3;
        background: #fff;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 0 var(--container-pusher);
        opacity: 0;
        padding-bottom: 5rem;
        pointer-events: none;
        -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        gap: 3rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 576px) {
      .header-right {
        padding: 0 var(--container-gutter); } }
    @media (max-width: 991px) {
      .header-right .btn {
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    @media (max-width: 576px) {
      .header-right .btn {
        height: 4.2rem;
        font-size: 1.4rem; } }
    .header-right .social-media-section {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 1rem;
      margin-bottom: 2rem; }
      .header-right .social-media-section:last-child {
        margin-bottom: 0; }
      .header-right .social-media-section-wrapper {
        width: 100%;
        padding-top: 2rem;
        border-top: 1px solid rgba(55, 53, 54, 0.15); }
  .header .mobile-header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    @media (min-width: 992px) {
      .header .mobile-header-buttons {
        display: none; } }
    .header .mobile-header-buttons .btn {
      padding: 0 2rem; }
  .header .header-menu-opener {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 7px;
    height: 100%; }
    @media (min-width: 992px) {
      .header .header-menu-opener {
        display: none; } }
    @media (max-width: 576px) {
      .header .header-menu-opener {
        margin-left: .5rem; } }
    .header .header-menu-opener.active {
      border-color: rgba(55, 53, 54, 0.15); }
    .header .header-menu-opener span {
      display: block;
      height: 2px;
      background: #373536;
      width: 3rem;
      border-radius: 1rem;
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
      @media (max-width: 576px) {
        .header .header-menu-opener span {
          width: 3rem; } }
    .header .header-menu-opener.active span {
      background: #373536; }
      .header .header-menu-opener.active span:nth-child(2) {
        display: none; }
      .header .header-menu-opener.active span:nth-child(1) {
        -webkit-transform: translateY(5px) rotate(45deg);
            -ms-transform: translateY(5px) rotate(45deg);
                transform: translateY(5px) rotate(45deg); }
        @media (max-width: 576px) {
          .header .header-menu-opener.active span:nth-child(1) {
            -webkit-transform: translateY(5px) rotate(45deg);
                -ms-transform: translateY(5px) rotate(45deg);
                    transform: translateY(5px) rotate(45deg); } }
      .header .header-menu-opener.active span:nth-child(3) {
        -webkit-transform: translateY(-5px) rotate(-45deg);
            -ms-transform: translateY(-5px) rotate(-45deg);
                transform: translateY(-5px) rotate(-45deg); }
        @media (max-width: 576px) {
          .header .header-menu-opener.active span:nth-child(3) {
            -webkit-transform: translateY(-4px) rotate(-45deg);
                -ms-transform: translateY(-4px) rotate(-45deg);
                    transform: translateY(-4px) rotate(-45deg); } }

.footer {
  width: 100%;
  position: relative;
  padding-top: 7rem;
  background: radial-gradient(42.01% 94.24% at 50% 0%, #fff 0%, rgba(255, 255, 255, 0) 100%); }
  @media (max-width: 576px) {
    .footer {
      padding-top: 4rem; } }
  .footer-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	      flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5rem 0;
    margin-top: 3.6rem;
    position: relative;
    overflow: hidden; }
    @media (max-width: 991px) {
      .footer-middle {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 576px) {
      .footer-middle {
        padding: 5rem 0 0rem 0;
        margin-top: 0;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .footer-middle .border {
      width: auto;
      left: -10rem; }
      @media (max-width: 576px) {
        .footer-middle .border {
          display: none; } }
    .footer-middle-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer-middle-left a + a {
        margin-left: 2rem;
        padding-left: 2rem;
        border-left: 1px solid rgba(55, 53, 54, 0.15); }
    .footer-middle-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 5rem; }
      @media (max-width: 576px) {
        .footer-middle-right {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          gap: 3rem; } }
      .footer-middle-right-item .social-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 2.4rem; }
        .footer-middle-right-item .social-wrapper .social-path {
          font-size: 1.7rem;
          font-weight: 500; }
      .footer-middle-right-item .title {
        font-weight: 800;
        margin-bottom: 1.5rem; }
        .footer-middle-right-item .title span {
          font-weight: 600; }
      .footer-middle-right .border {
        position: static;
        opacity: 1;
        width: auto; }
  .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991px) {
      .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .footer-content .logo {
      height: 6rem;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (max-width: 576px) {
        .footer-content .logo {
          height: 4rem; } }
  .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	  flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    position: relative;
    gap: 11rem; }
    @media (max-width: 991px) {
      .footer-menu {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (max-width: 576px) {
      .footer-menu {
        gap: 1rem; } }
    .footer-menu__link {
      font-size: 1.6rem;
      color: #373536;
      font-weight: 800;
      letter-spacing: 0.32px; }
      @media (max-width: 991px) {
        .footer-menu__link {
          display: none; } }
      .footer-menu__link:hover {
        color: #e13551; }
    .footer-menu__title {
      font-size: 1.3rem;
      font-weight: 800;
      color: #373536;
      margin-bottom: 3rem;
      line-height: 1.5; }
      .footer-menu__title + .footer-menu__title {
        margin-top: 3.4rem; }
      .footer-menu__title.footer-menu__link {
        margin-bottom: 0; }
        .footer-menu__title.footer-menu__link:hover {
          text-decoration: underline; }
    @media (max-width: 576px) {
      .footer-menu .btn {
        height: 4rem; } }
    .footer-menu-logos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer-menu-logos a + a {
        margin-left: 1rem;
        padding-left: 1rem;
        border-left: 1px solid rgba(55, 53, 54, 0.15); }
  .footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4rem 0;
    position: relative;
    overflow: hidden; }
    @media (max-width: 991px) {
      .footer-copyright {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 2rem; } }
    @media (max-width: 576px) {
      .footer-copyright {
        padding-top: 3rem;
        padding-bottom: 3rem; } }
    .footer-copyright-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 3.6rem; }
      @media (max-width: 576px) {
        .footer-copyright-links {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 2rem; } }
    .footer-copyright__link {
      color: rgba(55, 53, 54, 0.4);
      font-weight: 500; }
      @media (max-width: 576px) {
        .footer-copyright__link {
          font-size: 1.3rem; } }
      .footer-copyright__link:hover {
        color: #373536; }
    .footer-copyright .border {
      width: auto;
      left: -10rem; }

.index {
  overflow: hidden; }
  .index-intro {
    position: relative; }
  .index .hero .hero-video-wrapper .hero-video {
    height: 82%; }
  @media (max-width: 991px) {
    .index-content .project-card-slider-complete-wrapper {
      padding-bottom: 25rem; }
      .index-content .project-card-slider-complete-wrapper .section-head-right .see-all-btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
  @media (max-width: 576px) {
    .index-content .project-card-slider-complete-wrapper {
      padding-bottom: 14rem; } }
  .index-content .project-card-slider-wrapper {
    margin-top: 0; }
  .index-content .gallery-card-slider-wrapper {
    padding-top: 12rem; }
    @media (max-width: 991px) {
      .index-content .gallery-card-slider-wrapper {
        padding-top: 7rem; } }
    .index-content .gallery-card-slider-wrapper .text-me-btn {
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
  .index-content .about-section-wrapper {
    margin-top: 12rem; }
    @media (max-width: 991px) {
      .index-content .about-section-wrapper {
        margin-top: 0; } }
  .index-content .count-section-wrapper {
    padding-top: 0; }
  .index .count-item-text {
    text-align: center; }
    @media (max-width: 576px) {
      .index .count-item-text {
        text-align: left; } }

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

.listing .filter-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .listing .filter-section .dropdown-wrapper {
    max-width: 24rem; }
    @media (max-width: 576px) {
      .listing .filter-section .dropdown-wrapper {
        max-width: 16rem; } }
    @media (max-width: 576px) {
      .listing .filter-section .dropdown-wrapper.year-dropdown {
        max-width: 9rem; } }
  .listing .filter-section-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 576px) {
      .listing .filter-section-left {
        gap: 0.8rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 63%;
                flex: 0 0 63%;
        max-width: 63%; } }
  .listing .filter-section-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%; }
    @media (max-width: 576px) {
      .listing .filter-section-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 32%;
                flex: 0 0 32%;
        max-width: 32%; } }

.listing .subpage-hero {
  padding-right: var(--container-pusher); }
  @media (max-width: 991px) {
    .listing .subpage-hero {
      overflow: hidden; } }
  @media (max-width: 576px) {
    .listing .subpage-hero {
      overflow: visible;
      padding: 0 var(--container-gutter); } }

@media (max-width: 991px) {
  .listing .tab .tab-link-wrapper .border.border--top {
    top: 0;
    opacity: .3 !important; } }

@media (max-width: 576px) {
  .listing .tab .tab-link-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media (max-width: 576px) {
  .listing .tab .animated-tabs {
    gap: 3rem; } }

@media (max-width: 991px) {
  .gallery .subpage-hero {
    border-bottom: 0; } }

.gallery .tab-link-wrapper {
  background: transparent; }

.gallery .tab-section-title {
  margin-bottom: 2.5rem; }

.gallery .loadmore .btn {
  font-size: 1.6rem; }

.news .filter-section-right .dropdown-wrapper {
  max-width: 23rem;
  margin-left: auto; }
  @media (max-width: 576px) {
    .news .filter-section-right .dropdown-wrapper {
      max-width: 15rem; } }

@media (max-width: 991px) {
  .news .subpage-hero {
    border-bottom: 0; } }

.news .tab-link-wrapper {
  background: transparent; }

.news .tab-content-wrapper {
  padding-top: 3rem; }
  @media (max-width: 576px) {
    .news .tab-content-wrapper {
      padding-top: 2rem; } }

.news .tab-section-title {
  margin-bottom: 2.5rem; }

.news .loadmore .btn {
  font-size: 1.6rem; }

.news .project-card-grid .project-card-img {
  -o-object-position: top;
     object-position: top; }

.contact .subpage__title {
  max-width: 60rem; }
  @media (max-width: 991px) {
    .contact .subpage__title {
      display: none; } }

.contact .social-card-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  margin-top: 5rem; }
  @media (max-width: 991px) {
    .contact .social-card-row {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin-top: 1.5rem; } }

.contact .subpage-hero {
  padding-right: var(--container-pusher); }
  @media (max-width: 576px) {
    .contact .subpage-hero {
      padding: 0 var(--container-gutter); } }
  .contact .subpage-hero-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 61.9%;
            flex: 0 0 61.9%;
    max-width: 61.9%;
    padding-bottom: 7rem; }
    @media (max-width: 991px) {
      .contact .subpage-hero-right {
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset;
        max-width: unset; } }
    @media (max-width: 576px) {
      .contact .subpage-hero-right {
        padding-bottom: 2.5rem;
        padding-top: 2rem; } }

.contact .contact-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 991px) {
    .contact .contact-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0; } }
  .contact .contact-section-wrapper {
    padding-top: 8rem; }
    @media (max-width: 576px) {
      .contact .contact-section-wrapper {
        padding-top: 3rem; } }
  .contact .contact-section-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57.8%;
            flex: 0 0 57.8%;
    max-width: 57.8%; }
    @media (max-width: 991px) {
      .contact .contact-section-left {
        max-width: 100%;
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset; } }
    .contact .contact-section-left .form-btn {
      height: 5.4rem; }
      @media (max-width: 576px) {
        .contact .contact-section-left .form-btn {
          height: 5rem; } }
  .contact .contact-section-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
    @media (max-width: 991px) {
      .contact .contact-section-right {
        max-width: 100%;
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset;
        padding-top: 5rem;
        margin-top: 5rem;
        border-top: 1px solid rgba(55, 53, 54, 0.05); } }
    @media (max-width: 576px) {
      .contact .contact-section-right {
        padding-top: 3rem;
        margin-top: 3.5rem; } }

.contact .contact-info + .contact-info {
  margin-top: 4rem; }

.contact .contact-info .text {
  line-height: 1.3; }

.contact .contact-info .link-wrapper {
  margin-top: 2rem; }
  .contact .contact-info .link-wrapper .info .link {
    margin-top: 0.8rem; }
  .contact .contact-info .link-wrapper .info + .info {
    margin-top: 1.5rem; }
  .contact .contact-info .link-wrapper .link + .link {
    margin-top: 1.5rem; }

.contact-form {
  position: relative; }
  .contact-form .checkbox {
    margin-bottom: 3rem; }

.contact .project-president-bg {
  bottom: 0 !important; }

.biography {
  overflow: visible; }
  .biography .subpage__title {
    font-size: 3.2rem;
    position: relative; }
    @media (max-width: 991px) {
      .biography .subpage__title {
        font-size: 2.4rem; } }
    @media (max-width: 576px) {
      .biography .subpage__title {
        font-size: 1.8rem;
        max-width: 32rem;
        padding-bottom: 2rem; } }
    .biography .subpage__title .nail {
      position: absolute;
      right: -14rem;
      top: 0;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
      @media (max-width: 991px) {
        .biography .subpage__title .nail {
          display: none; } }
  .biography .subpage-hero-right {
    padding-top: 14rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.5%;
            flex: 0 0 55.5%;
    max-width: 55.5%;
    padding-bottom: 5rem; }
    @media (max-width: 991px) {
      .biography .subpage-hero-right {
        padding-top: 4rem; } }
    @media (max-width: 576px) {
      .biography .subpage-hero-right {
        padding-top: 2.5rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 3rem; } }
  @media (max-width: 576px) {
    .biography .subpage-hero .president {
      right: unset;
      left: calc(-1 * var(--container-gutter));
      width: calc(100% + 1 * var(--container-gutter));
      width: 100%; } }
  @media (max-width: 991px) {
    .biography .subpage-hero .president-bg {
      display: none; } }
  .biography .subpage-hero .signature-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 576px) {
      .biography .subpage-hero .signature-wrapper {
        padding-left: 15rem; } }
    @media (max-width: 576px) {
      .biography .subpage-hero .signature-wrapper .title {
        font-size: 1.5rem; } }
    .biography .subpage-hero .signature-wrapper .signature {
      height: 4.9rem;
      -o-object-fit: contain;
         object-fit: contain;
      margin-bottom: 3rem; }
      @media (max-width: 576px) {
        .biography .subpage-hero .signature-wrapper .signature {
          height: 3.5rem;
          margin-bottom: 2rem; } }
  .biography .tab-link-wrapper {
    background: transparent;
    border-bottom: 1px solid rgba(55, 53, 54, 0.15);
    margin-bottom: 0;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #f0efea; }
  .biography .biography-about-section .timeline-item {
    padding-left: 0.7rem; }
    @media (max-width: 991px) {
      .biography .biography-about-section .timeline-item {
        padding-left: 3.5rem; } }
  .biography .gallery-card-slider-wrapper {
    overflow: hidden; }

@media (max-width: 991px) {
  .news-detail .subpage-intro {
    padding-top: 30rem; } }

@media (max-width: 576px) {
  .news-detail .subpage-intro {
    padding-top: var(--header-height); } }

.news-detail .subpage__text {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 56rem; }

.news-detail .content-section-wrapper {
  padding-top: 4rem; }
  @media (max-width: 991px) {
    .news-detail .content-section-wrapper .content {
      text-align: left; } }

.news-detail-slider {
  position: relative;
  margin-bottom: 2rem; }
  .news-detail-slider-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(100% + 5.2rem);
    left: -2.6rem; }
    @media (max-width: 991px) {
      .news-detail-slider-nav {
        display: none; } }

.news-detail .news-detail-slider {
  padding-top: 5rem;
  margin-top: 5rem; }
  @media (max-width: 576px) {
    .news-detail .news-detail-slider {
      padding-top: 3rem;
      margin-top: 3rem; } }
  .news-detail .news-detail-slider-nav {
    -webkit-transform: translateY(calc(-50% + 2.5rem));
        -ms-transform: translateY(calc(-50% + 2.5rem));
            transform: translateY(calc(-50% + 2.5rem)); }
    @media (max-width: 576px) {
      .news-detail .news-detail-slider-nav {
        -webkit-transform: translateY(calc(-50% + 1.5rem));
            -ms-transform: translateY(calc(-50% + 1.5rem));
                transform: translateY(calc(-50% + 1.5rem)); } }


.gallery-detail .subpage-intro {
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(55, 53, 54, 0.15); }
  @media (max-width: 576px) {
    .gallery-detail .subpage-intro {
      padding-bottom: 1rem; } }

.gallery-detail .subpage__text {
  max-width: 59rem; }
  @media (max-width: 991px) {
    .gallery-detail .subpage__text {
      margin-top: 2rem;
      text-align: center; } }

.gallery-detail .subpage__text-wrapper {
  max-height: 16rem;
  overflow: hidden; }
  @media (max-width: 991px) {
    .gallery-detail .subpage__text-wrapper {
      max-height: unset;
      overflow: visible; } }
  .gallery-detail .subpage__text-wrapper.visible {
    overflow: visible;
    max-height: unset; }

@media (max-width: 991px) {
  .gallery-detail .subpage-hero {
    border-bottom: 0; } }

.gallery-detail .subpage-hero-img {
  height: 39rem; }

.gallery-detail .subpage-hero-left {
  padding-top: 3rem;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  max-width: unset;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 991px) {
    .gallery-detail .subpage-hero-left {
      display: none; } }

.gallery-detail .subpage-hero-right {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  max-width: unset;
  padding-left: 5rem;
  padding-top: 5rem;
  width: 100%; }
  @media (max-width: 991px) {
    .gallery-detail .subpage-hero-right {
      padding-left: 0;
      padding-top: 4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .gallery-detail .subpage-hero-right .info-row {
    position: relative;
    padding-top: 2.5rem;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.4rem; }
    @media (max-width: 991px) {
      .gallery-detail .subpage-hero-right .info-row {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-top: 1.5rem;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 3rem;
        row-gap: 1.5rem; } }

.gallery-detail .content-section-wrapper {
  padding-top: 7rem; }

.gallery-detail .subpage__title {
  max-width: 48rem;
  margin-top: 2rem; }
  @media (max-width: 991px) {
    .gallery-detail .subpage__title {
      margin-top: 0;
      text-align: center;
      max-width: 90%; } }

.gallery-detail .gallery-section-wrapper {
  padding-top: 5rem; }
  @media (max-width: 576px) {
    .gallery-detail .gallery-section-wrapper {
      padding-top: 4rem; } }

.gallery-detail .gallery-item-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem; }
  @media (max-width: 991px) {
    .gallery-detail .gallery-item-wrapper {
      grid-row-gap: 0.5rem;
      grid-column-gap: 0.5rem; } }

.gallery-detail .gallery-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem; }
  @media (max-width: 991px) {
    .gallery-detail .gallery-section {
      gap: 0.5rem; } }
  .gallery-detail .gallery-section:nth-child(1) .gallery-item {
    height: 38.1rem; }
    @media (max-width: 576px) {
      .gallery-detail .gallery-section:nth-child(1) .gallery-item {
        height: 12.6rem; } }
  .gallery-detail .gallery-section:nth-child(3) .gallery-item:first-child {
    max-width: 36.4rem; }
  .gallery-detail .gallery-section-left .gallery-item {
    height: 85.3rem;
    max-width: 36.4rem; }
  .gallery-detail .gallery-section-right-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem; }
    @media (max-width: 991px) {
      .gallery-detail .gallery-section-right-top {
        gap: 0.5rem; } }
    .gallery-detail .gallery-section-right-top .gallery-item {
      height: 39rem; }
  .gallery-detail .gallery-section-right-bottom {
    margin-top: 2.4rem; }
    @media (max-width: 991px) {
      .gallery-detail .gallery-section-right-bottom {
        margin-top: 0.5rem; } }
    .gallery-detail .gallery-section-right-bottom .gallery-item {
      height: 43.9rem; }
      @media (max-width: 991px) {
        .gallery-detail .gallery-section-right-bottom .gallery-item {
          height: 45.9rem; } }

.gallery-detail .same-slider-wrapper {
  padding-bottom: 8rem; }
  .gallery-detail .same-slider-wrapper .section-head-left .title span {
    display: unset; }

.gallery-detail .gallery-section + .gallery-section {
  margin-top: 2.4rem; }
  @media (max-width: 991px) {
    .gallery-detail .gallery-section + .gallery-section {
      margin-top: 0.5rem; } }

.gallery-detail-slider {
  border-radius: 2.6rem;
  overflow: hidden !important; }
  @media (max-width: 576px) {
    .gallery-detail-slider {
      border-radius: 1.6rem; } }
  .gallery-detail-slider-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    z-index: 103; }
    @media (max-width: 576px) {
      .gallery-detail-slider-wrapper {
        width: 100%;
        margin: auto;
        max-width: calc(100% - (2 * var(--container-gutter))); } }
  @media (max-width: 576px) and (max-width: 576px) {
    .gallery-detail-slider-wrapper .container {
      padding: 0; } }
    .gallery-detail-slider-wrapper.active {
      opacity: 1;
      pointer-events: all; }
    .gallery-detail-slider-wrapper .social-wrapper {
      position: absolute;
      top: -1.6rem;
      right: 0;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%);
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 1rem; }
      @media (max-width: 576px) {
        .gallery-detail-slider-wrapper .social-wrapper {
          gap: 0.8rem; } }
      .gallery-detail-slider-wrapper .social-wrapper .social-title {
        color: #ffffff;
        margin-right: 1rem; }
        @media (max-width: 576px) {
          .gallery-detail-slider-wrapper .social-wrapper .social-title {
            margin-right: 0; } }
      .gallery-detail-slider-wrapper .social-wrapper .btn {
        font-size: 1.6rem;
        padding: 0 1.6rem;
        gap: 1rem; }
        @media (max-width: 576px) {
          .gallery-detail-slider-wrapper .social-wrapper .btn {
            font-size: 1.4rem;
            padding: 0 1.4rem;
            gap: 0.5rem;
            height: 3.2rem; } }
      @media (max-width: 576px) {
        .gallery-detail-slider-wrapper .social-wrapper .social {
          gap: 0.8rem; } }
    .gallery-detail-slider-wrapper .gallery-detail-slider-close {
      position: absolute;
      right: -5rem;
      top: -2.5rem;
      -webkit-transform: translate(100%, -100%);
          -ms-transform: translate(100%, -100%);
              transform: translate(100%, -100%);
      color: rgba(255, 255, 255, 0.8);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 2.5rem;
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      cursor: pointer; }
      @media (max-width: 991px) {
        .gallery-detail-slider-wrapper .gallery-detail-slider-close {
          right: 0;
          top: -7rem;
          -webkit-transform: translateY(-100%);
              -ms-transform: translateY(-100%);
                  transform: translateY(-100%); } }
      @media (max-width: 576px) {
        .gallery-detail-slider-wrapper .gallery-detail-slider-close {
          font-size: 2rem; } }
      .gallery-detail-slider-wrapper .gallery-detail-slider-close:hover {
        color: #ffffff; }
  .gallery-detail-slider-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(100% + 5.2rem);
    left: -2.6rem; }
    @media (max-width: 576px) {
      .gallery-detail-slider-nav {
        width: calc(100% + 3rem);
        left: -1.5rem; }
        .gallery-detail-slider-nav .btn {
          height: 3.2rem;
          width: 3.2rem; }
          .gallery-detail-slider-nav .btn__icon {
            font-size: 1.2rem; } }
  .gallery-detail-slider-img {
    height: 75vh;
    width: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    margin: auto;
    border-radius: 1.6rem; }
    @media (max-width: 991px) {
      .gallery-detail-slider-img {
        height: 55vh; } }
    @media (max-width: 576px) {
      .gallery-detail-slider-img {
        height: 48vh;
        height: 61vw; } }




.on-talep {
  padding: 0;
  margin: 35px 0;
}

.on-talep .on-talep-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  background: rgb(0,67,42);
background: -webkit-linear-gradient(left, rgba(0,67,42,1) 0%, rgba(0,126,75,1) 100%);
background: -o-linear-gradient(left, rgba(0,67,42,1) 0%, rgba(0,126,75,1) 100%);
background: linear-gradient(to right, rgba(0,67,42,1) 0%, rgba(0,126,75,1) 100%);
  padding: 40px 0;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.01);

   /*&::after {
    position: absolute;
    content: "";
    top: 34px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 80%;
    width: 100%;
    transform: scale(0.98) translateZ(0);
    filter: blur(10px);
    background: linear-gradient(
      to left,
      #ff5770,
      #e4428d,
      #c42da8,
      #9e16c3,
      #6501de,
      #9e16c3,
      #c42da8,
      #e4428d,
      #ff5770
    );
    background-size: 200% 200%;
    animation: animateGlow 1.25s linear infinite;
  }*/
}

@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

@keyframes showhide {
	  50% {
		  opacity: 0;
	}
}

.on-talep .on-talep-wrapper h2 {
  color: #fff;
  font-size: clamp(18px, 3vw, 40px);
  text-transform: capitalize;
  position: relative;
  text-align: center;
  display: grid;
  font-weight: 300;
  ine-height: normal;
}


 .on-talep .on-talep-wrapper h2 > span {
    font-weight: 600;
  }

.on-talep .on-talep-wrapper a {
  background: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  color: #00003a;
  border-radius: 100px;
  border: 1px solid #fff;
  padding: 15px 30px;
  text-decoration: none;
  transition: .3s;
  backdrop-filter: blur(42px);
  -webkit-backdrop-filter: blur(42px);
}

.on-talep .on-talep-wrapper a:hover {
  background: transparent;
  color: #fff !important;
}


.on-talep .on-talep-wrapper svg {
  fill-opacity: 0.8;
  width: 40px;
  height: 40px;
  position: absolute;
  width: 50px;
  height: 200px;
}

.on-talep .on-talep-wrapper h2 svg {
  top: 20%;
  transform: translate(-35px, -50%) rotate(15deg);
  right: 0;
}

.on-talep .on-talep-wrapper .on-talep-svg svg:first-child {
  fill-opacity: 0.8;
  position: absolute;
  top: -50px;
  left: 0px;
  width: 200px;
  height: 200px;
  transform: translateX(10%) rotate(-11deg);
}

.on-talep .on-talep-wrapper .on-talep-svg svg:nth-child(2) {
  fill-opacity: 0.8;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0;
  width: 200px;
  height: 200px;
  transform: translateX(-52%) rotate(15deg);
}

.on-talep .on-talep-wrapper svg:nth-child(3) {
  fill-opacity: 0.8;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  left: 0;
  width: 200px;
  height: 200px;
  transform: translateX(10%) rotate(-11deg);
}

.on-talep .on-talep-wrapper svg path {
  stroke-width: 0px;
}

.on-talep .on-talep-wrapper .on-talep-appointment {
  display: flex;
  align-items: center;
}

.on-talep .on-talep-wrapper .on-talep-appointment span {
  color: #fff;
  font-size: clamp(14px, 3vw, 20px);
  max-width: 100px;
  text-align: center;
}

.on-talep .on-talep-wrapper .on-talep-appointment img {
  max-height: 70px;
}

@media screen and (max-width:1440px) {
  .on-talep .on-talep-wrapper h2 {
    max-width: 410px;
  }
}

@media screen and (max-width:1199px) {

  .on-talep .on-talep-wrapper svg:nth-child(2) {
    display: block;
  }

  .on-talep .on-talep-wrapper h2 {
    max-width: 415px;
  }
}

@media screen and (max-width:991px) {
  .on-talep .on-talep-wrapper svg {
    display: none;
  }

  .on-talep .on-talep-wrapper h2 {
    max-width: 390px;
  }

  .on-talep .on-talep-wrapper .on-talep-svg svg:nth-child(2) {
    display: none;
    transform: translateX(-35%) rotate(15deg);
    width: 45px;
  }
}


@media screen and (max-width:767px) {
	.slider .slider-main .item {
	  height: 570px !important;
	  max-height: 600px !important;
	  display: flex;
	  justify-content: flex-start;
	  align-items: center;
	  background-size: cover;
	  background-position: top center;
	}
	
	.projeSlider .slider-main .item {
	  height: 230px !important;
	  max-height: 600px !important;
	  display: flex;
	  justify-content: flex-start;
	  align-items: center;
	  background-size: cover;
	  background-position: top center;
	}
	.on-talep {
    padding: 5vw 3vw 1vw 3vw;
    margin:0;
}
  .on-talep .on-talep-wrapper {
    flex-direction: inherit;
    gap: 1.5rem;
    padding: 15px 0;
  }

  .detail-hero iframe {
    width: 100%;
  }

  .on-talep .on-talep-wrapper a {
    padding: 10px;
    font-size: 11px;
    min-width: 85px;
  }

.on-talep .on-talep-wrapper .on-talep-appointment img {
  max-height: 25px;
 }
  .on-talep .on-talep-wrapper svg,
  .on-talep .on-talep-wrapper svg:nth-child(2) {
    display: none;
  }

  .on-talep .on-talep-wrapper h2 {
	display: grid;
    max-width: 100%;
    text-align: center;
	font-size: 15px;
	font-weight: 300;
  }
	
  .on-talep .on-talep-wrapper h2 > span {
    font-weight: 600;	  
	font-size: 13px;
  }
	span.animTitle {
	padding-top: 5px;
	font-size: 18px;
	font-weight: 300;
  	animation: showhide 1s infinite ease-out;
	}
	

	.forMobile {
		display: none !important;
	}
	
	 .proje-galeri {
	display: flex;
    margin: 0 auto 100px auto;
    justify-content: center;
	max-height: 500px;
}

.proje-galeri img {
	width: 100%;
	object-fit: cover;
}
	
@media only screen and (max-width: 1024px) {
    .proje-galeri {
        margin: 0 auto 50px auto !important;
        max-height: 200px !important;
    }
}
@media (max-width: 768px) {
	.header.header--white .header-menu-link {
    opacity: 1 !important;
}
	.ontalepFormu {
		position: fixed;
		width: 65px !important;
		height: 74px !important;
		display: block;
		z-index: 99999999 !important;
		inset: auto 15px 10px auto;
		background-position: center center;
		background-size: 100%;
		background-repeat: no-repeat;
		background-image: url("img/form.svg") !important;
		animation: kdscale .6s ease-in-out infinite alternate;
        -webkit-animation: kdscale .6s ease-in-out infinite alternate;
	}
	.header-menu-link {
		font-weight: 500 !important
	}
	.hakkimizda p {
    margin-bottom: 2rem;
    font-weight: 300;
    color: var(--content-color);
    line-height: 1.3em;
    font-size: var(--font-size-text);
    letter-spacing: 0.36px;
    font-size: 18px;
		padding: 0 30px;
}
	.forMobile {
		display: block !important;
	}
	.headerTel {
	color: #373536 !important;
		font-weight: bold
}
	
	.proje-galeri {
		margin: 0 auto 30px auto !important;
	}
  .phone-rotating p {
	font-size: 15px !important;
    font-weight: 400 !important;
  }
  .droneVideos {
	margin-top: 0 !important;
	display: block !important;
  }
  .proje-cekimleri {
	width: 70% !important;
	display:block;
	margin: 0 auto;
	padding: 10px 0;
	}
	.droneTitles {
	font-size: 15px !important;
	text-align: center !important;
	display: flex !important;
	flex-direction: column !important;
	padding-bottom: 10px !important;
	}
	
	span.animTitle {
	padding-top: 5px;
	font-size: 13px;
	}
	
  .projects-title{
    font-size: 22px !important;
    max-width: initial;
    margin: 0 12px;
	padding: 50px 0 30px 0 !important;
  }
}
.droneTitles span:nth-child(1) {
	padding-top: 5px;
	font-size: 12px;
	color: #999;
	font-weight: 300;
	letter-spacing: 0.5px;
}
.droneTitles span {
	padding-top: 0px !important;
	font-size: 15px;
	color: #999;
	font-weight: 300;
}
.droneTitles p {
	color: #995f9e;

}
}
	
.droneVideos {
	margin-top: 50px;
	display: flex;
	align-items: center;
}
	
	
.droneTitles {
	font-size: 18px;
	text-align: center;
	display: flex;
	flex-direction: column;
	padding-bottom: 10px;
}
.droneTitles span {
	padding-top: 5px;
	font-size: 18px;
	color: #999;
}
.droneTitles .videoContentTitle {
	gap: 10px;
    display: flex;
    margin: 5px auto;
}
.droneTitles .videoContentTitle span.animTitle {
	color: brown
}
span.animTitle {
	padding-top: 5px;
	font-size: 15px;
	font-weight: 300;
  	animation: showhide 1s infinite ease-out;
}

	.proje-cekimleri {
	width: 40%;
	display:block;
	margin: 0 auto;
	padding: 10px 0;
}
.projects-title {
    font-weight: 500;
	font-size: 40px;
	color: #000;
	max-width: 750px;
	text-align: center;
	margin: 0 auto;
	padding: 80px 0 30px 0;
}

.som-projects {
    display: flow-root;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width:960px) {
    .som-projects {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.som-projects>:last-child {
    margin-bottom: 0
}

.som-projects-xsmall {
    padding-top: 20px;
    padding-bottom: 20px
}

.som-projects-small {
    padding-top: 40px;
    padding-bottom: 40px
}

.som-projects-large {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (min-width:960px) {
    .som-projects-large {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.som-projects-xlarge {
    padding-top: 120px;
    padding-bottom: 120px
}

@media (min-width:960px) {
    .som-projects-xlarge {
        padding-top: 190px;
        padding-bottom: 190px
    }
}

.som-projects-default {
    background: #fff
}

.som-projects-muted {
    background: #f8f8f8
}

.som-projects-primary {
    background: #1e87f0
}

.som-projects-secondary {
    background: #222
}

.som-projects-container {
    display: flow-root;
	max-width: 90%;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:640px) {
    .som-projects-container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:960px) {
    .som-projects-container {
        padding-left: 40px;
        padding-right: 40px
    }
}

.som-projects-container>:last-child {
    margin-bottom: 0
}

.som-projects-container .som-projects-container {
    padding-left: 0;
    padding-right: 0
}

.som-projects-container-xsmall {
    max-width: 750px
}

.som-projects-container-small {
    max-width: 900px
}

.som-projects-container-large {
    max-width: 1400px
}

.som-projects-container-xlarge {
    max-width: 1600px
}

.som-projects-container-expand {
    max-width: none
}

.som-projects-container-expand-left {
    margin-left: 0
}

.som-projects-container-expand-right {
    margin-right: 0
}

@media (min-width:640px) {
    .som-projects-container-expand-left.som-projects-container-xsmall,
    .som-projects-container-expand-right.som-projects-container-xsmall {
        max-width: calc(50% + (750px / 2) - 30px)
    }
    .som-projects-container-expand-left.som-projects-container-small,
    .som-projects-container-expand-right.som-projects-container-small {
        max-width: calc(50% + (900px / 2) - 30px)
    }
}

@media (min-width:960px) {
    .som-projects-container-expand-left,
    .som-projects-container-expand-right {
        max-width: calc(50% + (1200px / 2) - 40px)
    }
    .som-projects-container-expand-left.som-projects-container-xsmall,
    .som-projects-container-expand-right.som-projects-container-xsmall {
        max-width: calc(50% + (750px / 2) - 40px)
    }
    .som-projects-container-expand-left.som-projects-container-small,
    .som-projects-container-expand-right.som-projects-container-small {
        max-width: calc(50% + (900px / 2) - 40px)
    }
    .som-projects-container-expand-left.som-projects-container-large,
    .som-projects-container-expand-right.som-projects-container-large {
        max-width: calc(50% + (1400px / 2) - 40px)
    }
    .som-projects-container-expand-left.som-projects-container-xlarge,
    .som-projects-container-expand-right.som-projects-container-xlarge {
        max-width: calc(50% + (1600px / 2) - 40px)
    }
}

.som-projects-container-item-padding-remove-left,
.som-projects-container-item-padding-remove-right {
    width: calc(100% + 15px)
}

.som-projects-container-item-padding-remove-left {
    margin-left: -15px
}

.som-projects-container-item-padding-remove-right {
    margin-right: -15px
}

@media (min-width:640px) {
    .som-projects-container-item-padding-remove-left,
    .som-projects-container-item-padding-remove-right {
        width: calc(100% + 30px)
    }
    .som-projects-container-item-padding-remove-left {
        margin-left: -30px
    }
    .som-projects-container-item-padding-remove-right {
        margin-right: -30px
    }
}

@media (min-width:960px) {
    .som-projects-container-item-padding-remove-left,
    .som-projects-container-item-padding-remove-right {
        width: calc(100% + 40px)
    }
    .som-projects-container-item-padding-remove-left {
        margin-left: -40px
    }
    .som-projects-container-item-padding-remove-right {
        margin-right: -40px
    }
}

@media (min-width:960px) {
    .uk-width-1-1-item-padding-remove-left,
    .som-projects-container-item-padding-remove-right {
        width: calc(100% + 40px)
    }
    .som-projects-container-item-padding-remove-left {
        margin-left: -40px
    }
    .som-projects-container-item-padding-remove-right {
        margin-right: -40px
    }
}

.projectListCards {
    padding-top: 0;
    padding-bottom: 0
}

.projectListCards .projectCards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.projectListCards .projectCards .projectCard {
    position: relative;
    width: calc((100% - 40px)/ 3);
    overflow: hidden
}

.projectListCards .projectCards .projectCard picture {
    width: 100%;
    margin: 0;
    aspect-ratio: 665/460
}

.projectListCards .projectCards .projectCard picture>* {
    width: 100%;
    height: 230px;
    object-fit: cover;
    filter: brightness(.8)
}

@media (min-width:960px) {
    .projectListCards .projectCards .projectCard picture>* {
        height: 360px
    }
}

.projectListCards .projectCards .projectCard picture img {
    transition: .35s ease
}

.projectListCards .projectCards .projectCard:hover picture img {
    transform: scale(1.05);
    opacity: .95
}

.projectListCards .projectCards .projectCard .upper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.projectListCards .projectCards .projectCard .upper .inner {
    position: absolute;
    width: 100%;
    height: 100%
}

.projectListCards .projectCards .projectCard .upper .inner img {
    max-width: 130px;
    height: auto;
    margin: 30px;
    border-radius: 0;
    object-fit: cover
}

.projectListCards .projectCards .projectCard .upper .inner>div {
    position: absolute;
    bottom: 30px;
    left: 30px;
    text-align: start
}


.projectListCards .projectCards .projectCard .upper .inner>span.projectStatus {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: start
}

.projectListCards .projectCards .projectCard .upper .inner>span.projectStatus .finished {
    background-color: #870000;
	padding: 8px 10px;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	font-weight: 400
}

.projectListCards .projectCards .projectCard .upper .inner>div>div {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    gap: 30px
}

.projectListCards .projectCards .projectCard .upper .inner>div h5 {
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    color: #fff;
    padding-right: 120px
}

.projectListCards .projectCards .projectCard .upper .inner>div p {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    padding: 0;
    margin: 0
}

.projectListCards .projectCards .projectCard .upper .inner>div .info {
    display: flex;
    position: relative;
    opacity: 1;
    padding-right: 120px;
    transition: all .4s ease;
    height: max-content;
    backface-visibility: hidden
}

.projectListCards .projectCards .projectCard .upper .inner>div .detail {
    display: flex;
    position: relative;
    height: 0;
    opacity: 0;
    padding-right: 120px;
    transition: all .4s ease;
    backface-visibility: hidden
}

.projectListCards .projectCards .projectCard .upper .inner:hover>div .info {
    display: flex;
    position: relative;
    opacity: 0;
    height: 0
}

.projectListCards .projectCards .projectCard .upper .inner:hover>div .detail {
    display: flex;
    position: relative;
    opacity: 1;
    height: max-content
}

.projectListCards .projectCards .projectCard .upper .inner .explore {
    position: absolute;
    bottom: 20px;
    right: 30px;
    text-align: right;
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #fff
}
	
@media screen and (max-width:959.98px) {
	h5 {
		margin: 0 0 18px 0;
		text-transform: none;
	}
	.projectListTabs .swiper-wrapper {
        justify-content: start
    }    
    .projectListCards .projectCards {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        flex-direction: column
    }
    .projectListCards .projectCards .projectCard {
        position: relative;
        width: 100%
    }
    .projectListCards .projectCards .projectCard .upper .inner img {
        width: 75px;
        height: auto;
        aspect-ratio: auto;
        margin: 15px;
        border-radius: 0;
        object-fit: contain
    }
    .projectListCards .projectCards .projectCard .upper .inner>div {
        position: absolute;
        bottom: 5px;
        left: 15px;
        text-align: start;
        padding-right: 0
    }
    .projectListCards .projectCards .projectCard .upper .inner a {
        position: absolute;
        bottom: 0;
        right: 0;
        text-align: start;
        font-family: inherit;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        color: transparent;
        width: 100%;
        height: 100%
    }
    .projectListCards .projectCards .projectCard picture {
        aspect-ratio: 335/230
    }
}


.uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: #fff;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: #fff;
    line-height: 0;
}

.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
    fill: #fff;
}
/* PROJECT CARDS */



.projectListTabs {
    padding-top: 24px;
    padding-bottom: 24px
}

.projectListTabs .swiper-wrapper {
    justify-content: center
}

.projectListTabs .tabContent {
    display: flex;
    gap: 11px
}

.projectListTabs .tabContent .tabSwiper {
    width: 100%
}

.projectListTabs .tabContent .tabSwiper .swiper-slide {
    width: max-content
}

.projectListTabs .tabContent .tabSwiper .tabLink {
    cursor: pointer;
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #1d1d1b;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 64px;
    background: #fff
}

.projectListTabs .tabContent .tabSwiper .tabLink.active {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    background: #b59a88;
    border: 1px solid #b59a88
}


@media screen and (min-width:1300px) {
    .container-som {
        max-width: 100% !important;
        padding-left: 135px !important;
        padding-right: 135px !important
    }
}

.uk-container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.uk-container>:last-child {
    margin-bottom: 0;
}

.projectListTabs .swiper-wrapper {
    justify-content: center;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.projectListTabs .tabContent .tabSwiper {
    width: 100%;
}

.swiper-horizontal {
    touch-action: pan-y;
}

.projectListTabs .tabContent .tabSwiper .swiper-slide {
    width: max-content;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

@media screen and (max-width: 959.98px) {
    .projectListTabs .swiper-wrapper {
        justify-content: start;
    }
}


.phone-rotating {
}
.phone-rotating p {
  display: inline-flex;
  margin: 0;
  vertical-align: top;
  font-size: 22px;
  font-weight: 300;
}
.phone-rotating p .word {
  position: absolute;
  display: flex;
  opacity: 0;
}
.phone-rotating p .word .letter {
  transform-origin: center center 25px;
}
.phone-rotating p .word .letter.out {
  transform: rotateX(90deg);
  transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2);
}
.phone-rotating p .word .letter.in {
  transition: 0.38s ease;
}
.phone-rotating p .word .letter.behind {
  transform: rotateX(-90deg);
}

.headerTelBtn {
	padding: .5rem 1rem;
	border-radius: 4px;
	color: #ffffff;
}
.headerTel {
	color: #fff;
}
.headerTel2 {
	color: #373536;
	font-size: 18px;
	padding-left: 30px;
    border-left: 1px solid #373536;
}

.s-container {
  padding: 0;
  margin: 0 auto;
}

/* Slider Start */

.slider {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.slider .slider-main {
  position: relative;
}

.slider .slider-main .item {
  height: 720px;
  max-height: 800px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-size: cover;
  background-position: top center;
}

.slider .slider-main .item .content {
  margin-left: 250px;
  width: calc(100% - (250px * 2));
}

.slider .slider-main .item .content h2.title {
  font-size: 65px;
  margin-bottom: 25px;
  color: #2d2d2d;
}

.slider .slider-main .item.white-content .content .title{
  color: white !important;
}

.slider .slider-main .item .content h2.title span {
  font-weight: bold;
  margin-bottom: 10px;
}

.slider .slider-main .item .content .cnt {
  color: rgb(45 45 45 / 50%);
  margin-bottom: 30px;
}

.slider .slider-main .item.white-content .content .cnt{
  color: rgb(255 255 255 / 50%) !important;
}

.slider .slider-main .item .content .slider-btn a {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 300;
  background-color: #fff;
  color: #404141;
  transition: 0.4s all ease;
}


/* Slider Start */

.projeSlider {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.projeSlider .slider-main {
  position: relative;
}

.projeSlider .slider-main .item {
  height: 720px;
  max-height: 800px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-size: cover;
  background-position: center center;
}

.projeSlider .slider-main .item .content {
  margin-left: 250px;
  width: calc(100% - (250px * 2));
}

.projeSlider .slider-main .item .content h2.title {
  font-size: 65px;
  margin-bottom: 25px;
  color: #2d2d2d;
}

.projeSlider .slider-main .item.white-content .content .title{
  color: white !important;
}

.projeSlider .slider-main .item .content h2.title span {
  font-weight: bold;
  margin-bottom: 10px;
}

.projeSlider .slider-main .item .content .cnt {
  color: rgb(45 45 45 / 50%);
  margin-bottom: 30px;
}

.projeSlider .slider-main .item.white-content .content .cnt{
  color: rgb(255 255 255 / 50%) !important;
}

.projeSlider .slider-main .item .content .slider-btn a {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 300;
  background-color: #fff;
  color: #404141;
  transition: 0.4s all ease;
}

#homeSlider .swiper-pagination-bullet {
  height: 2px;
  width: 40px;
  background: #414141;
  margin: 0 7px;
  opacity: 0.7;
  border-radius: 5px;
}

#homeSlider .swiper-pagination-bullet-active {
  background: #fff;
}

#homeSlider .swiper-container .arrows {
  position: absolute;
  z-index: 999999999;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}

#homeSlider .arrows span.arrow {
  position: absolute;
  cursor: pointer;
  transition: 0.4s;
  outline: none;
}

#homeSlider .arrows span.arrow.arrow-left {
  left: 0;
}

#homeSlider .arrows span.arrow.arrow-right {
  right: 0;
  border: 0;
}

#homeSlider .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  min-width: 250px;
  top: 5px;
}

#homeSlider .arrows span.arrow.arrow-left span {
  display: block;
}

#homeSlider .arrows span.arrow span.txt {
  font-size: 20px;
  color: rgb(255 255 255 / 80%);
  transition: 0.4s all ease;
}

#homeSlider .arrows span.arrow span.icon svg {
  transition: 0.4s all ease;
  fill: none;
  stroke: #fff;
}

#homeSlider .arrows span.arrow span.icon {
  margin-top: -23px;
}

#homeSlider .arrows span.arrow.arrow-left span.txt {
  padding-left: 15px;
}

#homeSlider .arrows span.arrow.arrow-right span.icon {
  display: block;
  margin-left: -15px;
}

#projeGallery .swiper-pagination-bullet {
  height: 2px;
  width: 40px;
  background: #414141;
  margin: 0 7px;
  opacity: 0.7;
  border-radius: 5px;
}

#projeGallery .swiper-pagination-bullet-active {
  background: #fff;
}

#projeGallery .swiper-container .arrows {
  position: absolute;
  z-index: 999999999;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}

#projeGallery .arrows span.arrow {
  position: absolute;
  cursor: pointer;
  transition: 0.4s;
  outline: none;
}

#projeGallery .arrows span.arrow.arrow-left {
  left: 0;
}

#projeGallery .arrows span.arrow.arrow-right {
  right: 0;
  border: 0;
}

#projeGallery .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  min-width: 250px;
  top: 5px;
}

#projeGallery .arrows span.arrow.arrow-left span {
  display: block;
}

#projeGallery .arrows span.arrow span.txt {
  font-size: 20px;
  color: rgb(255 255 255 / 80%);
  transition: 0.4s all ease;
}

#projeGallery .arrows span.arrow span.icon svg {
  transition: 0.4s all ease;
  fill: none;
  stroke: #fff;
}

#projeGallery .arrows span.arrow span.icon {
  margin-top: -23px;
}

#projeGallery .arrows span.arrow.arrow-left span.txt {
  padding-left: 15px;
}

#projeGallery .arrows span.arrow.arrow-right span.icon {
  display: block;
  margin-left: -15px;
}

@keyframes animate {
  0% {
    top: -3px;
    left: -3px;
    opacity: 0.4;
  }

  25% {
    top: 0px;
    left: 0px;
    opacity: 0.7;
  }
  100% {
    top: 5px;
    left: 5px;
    opacity: 1;
  }
}

/* Slider End */


	.breadcrumb {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0rem .75rem;
		margin-bottom: 1.75rem;
		list-style: none;
		background-color: transparent !important;
		border-radius: .25rem;
		justify-content: center;
	}
  ul.breadcrumb li.breadcrumb-item {
  }
  ul.breadcrumb li.breadcrumb-item a:first-child {
	  	display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 8px;
  }

  ul.breadcrumb li.breadcrumb-item a {
    color: rgb(0 0 0 / 50%);
  }

  ul.breadcrumb li.breadcrumb-item:last-child a {
    color: rgb(0 0 0 / 30%);
  }
.breadcrumb-item+.breadcrumb-item {
    padding-left: .4rem !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
	font-size: 18px;
}
.breadcrumb-item+.breadcrumb-item:nth-child(2)::before {
    display: none;
}


  section.page-title .title-first ul.tree li.breadcrumb-item {
  }

  section.page-title .title-first ul.tree li.breadcrumb-item a {
    color: rgb(0 0 0 / 50%);
  }

  section.page-title .title-first ul.tree li.breadcrumb-item.active a {
    color: #000;
  }
  ul.breadcrumb li.breadcrumb-item {
  }

  ul.breadcrumb li.breadcrumb-item a {
    color: rgb(0 0 0 / 50%);
	  font-size: 18px
  }
  ul.breadcrumb li.breadcrumb-item:first-child a{
    padding-top: 5px;
  }

  ul.breadcrumb li.breadcrumb-item.active a {
    color: #000;
  }

.proje-detayi
  .page-main
  .proje-detayi-relative
  .proje-detayi-absolute
  > div {
  margin-top: 80px;
  width: 100%;
}


@media screen and (max-width: 768px) {
    .proje-detayi-relative {
        width: calc(100% - 48px) !important;
    }
	.proje-detayi .page-main .proje-detayi-relative .proje-detayi-absolute > div {
		margin-top: 0px !important;
		width: 100%;
	}
}


.proje-detayi .page-main .explanation .content .img {
  height: 650px;
  border-radius: 30px;
  overflow: hidden;
}

.proje-detayi .proje-detayi-relative {
  position: relative;
  height: max-content !important;
  width: calc(100% - 190px);
  margin: 30px auto;
}

.proje-detayi .proje-detayi-relative .proje-detayi-absolute {
  /* position: absolute; */
  left: 50%;
  width: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  display: none;
  align-items: center;
  justify-content: center;
}

.proje-detayi .proje-detayi-relative .proje-detayi-absolute.active {
  opacity: 1;
  visibility: visible;
  width: 100%;
  display: flex;
}

.proje-detayi-absolute.active {
}

.proje-detayi
  .proje-detayi-relative
  .proje-detayi-absolute
  .drivers
  table {
  margin: 0 auto;
}

.proje-detayi
  .proje-detayi-relative
  .proje-detayi-absolute
  .drivers
  table
  tbody
  tr:nth-child(1) {
  color: #707070;
}

.proje-detayi
  .proje-detayi-relative
  .proje-detayi-absolute
  .drivers
  table
  tbody
  tr:nth-child(1)
  th {
  font-weight: normal;
}

.proje-detayi
  .proje-detayi-relative
  .proje-detayi-absolute
  .drivers
  table
  tbody
  tr
  + tr
  td:first-child {
  font-weight: bold;
}

.proje-detayi
  .proje-detayi-relative
  .proje-detayi-absolute
  .drivers
  table
  tbody
  tr
  th,
.proje-detayi
  .proje-detayi-relative
  .proje-detayi-absolute
  .drivers
  table
  tbody
  tr
  td {
  font-size: 15px;
  color: #707070;
}

.proje-detayi
  .proje-detayi-relative
  .proje-detayi-absolute
  .drivers
  table
  tbody
  tr
  th,
.proje-detayi
  .proje-detayi-relative
  .proje-detayi-absolute
  .drivers
  table
  tbody
  tr
  td {
  padding: 25px 0;
}

.proje-detayi
  .proje-detayi-relative
  .proje-detayi-absolute
  .drivers
  table
  tbody
  tr
  + tr {
  border-top: 1px solid #e2e2e2;
}

.proje-detayi
  .proje-detayi-relative
  .proje-detayi-absolute
  .drivers
  table
  tbody
  tr:nth-child(2) {
  border-top: 1px solid rgb(0 0 0 / 45%);
}

.proje-detayi
  .proje-detayi-relative
  .proje-detayi-absolute
  .drivers
  table
  tbody
  tr
  + tr
  td:first-child {
  padding-right: 120px;
}

.proje-detayi
  .proje-detayi-relative
  .proje-detayi-absolute
  .drivers
  table
  tbody
  tr
  + tr
  td:nth-child(2) {
  padding-right: 200px;
}

.proje-detayi
  .proje-detayi-relative
  .proje-detayi-absolute
  .drivers
  table
  tbody
  tr
  + tr
  td:nth-child(3) {
  padding-right: 200px;
}

.proje-detayi
  .proje-detayi-relative
  .proje-detayi-absolute
  .drivers
  table
  tbody
  tr
  + tr
  td:nth-child(4) {
  padding-right: 100px;
}

.proje-detayi
  .proje-detayi-relative
  .proje-detayi-absolute
  .drivers
  table
  tbody
  tr
  + tr
  td:nth-child(4)
  span.icon
  svg {
  stroke: #646464;
}

.proje-detayi
  .proje-detayi-relative
  .proje-detayi-absolute
  .drivers
  table
  tbody
  tr
  + tr
  td:nth-child(4)
  span.icon {
  margin-right: 15px;
}

.proje-detayi
  .proje-detayi-relative
  .proje-detayi-absolute
  .drivers
  table
  tbody
  tr
  + tr
  td:nth-child(4)
  a {
  text-decoration: none;
  color: #707070;
}
/* Product Detail Start */
.proje-detayi .page-main .proje-detay .proje-detay-liste {
	padding-bottom: 50px;
}

.proje-detayi .page-main .proje-detay .proje-detay-liste ul {
  max-width: 470px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
	padding-left: 0;
}

.proje-detayi .page-main .proje-detay .proje-detay-liste ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.proje-detayi
  .page-main
  .proje-detay
  .proje-detay-liste
  ul
  li
  .colors {
  margin-top: 0;
}

.proje-detay .proje-detay-liste ul li + li {
  border-top: 1px solid rgb(112 112 112 / 20%);
  margin-top: 25px;
  padding-top: 25px;
}

.proje-detay .proje-detay-liste ul li span {
  font-size: 20px;
}

.proje-detayi
  .page-main
  .proje-detay
  .proje-detay-liste
  ul
  li
  span.left {
  font-weight: 600;
  line-height: 25px;
  color: #181818;
}

.proje-detayi
  .page-main
  .proje-detay
  .proje-detay-liste
  ul
  li
  span.right {
  color: #707070;
  text-align: right;
}
.proje-detayi
  .page-main
  .proje-detay
  .proje-detay-liste
  ul
  li
  a span.right{
  color: #707070;
  text-align: right;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #707070;
}
.proje-detayi
  .page-main
  .proje-detay
  .proje-detay-liste
  ul
  li
  span.right span.adresMh {
  font-weight: 200;
}

.proje-detayi
  .page-main
  .proje-detay
  .proje-detay-liste
  ul
  li
  span {
  width: 50%;
}
@media (max-width: 768px) {
	.projectTitle {
		display: none !important;
	}
	ul.breadcrumb li.breadcrumb-item a {
		color: rgb(0 0 0 / 50%);
		font-size: 13px
	  }
	.breadcrumb-item+.breadcrumb-item::before {
		display: inline-block;
		padding-right: .5rem;
		color: #6c757d;
		content: "/";
		font-size: 13px;
	}
    .proje-detayi .page-main .proje-detay .proje-detay-liste {
        padding-bottom: 50px !important;
    }
    .proje-detay .proje-detay-liste ul li span {
        font-size: 13px;
    }
	.proje-detay .proje-detay-liste ul li + li {
        padding-top: 15px;
        margin-top: 15px;
    }
	.proje-logo {
		width: 40% !important;
		margin: 0 auto !important;
	}
	.proje-video {
		width: 100% !important;margin:0 auto 50px 0!important; display: block; padding: 0 25px;
	}
}

	.proje-logo {
		width: 20%;
		margin: 20px auto;
	}
.proje-video {
	width: 50%;display: block;margin: 0 auto;padding: 0 25px;
}


section.projects-list {
  margin-bottom: 200px;
}

.projects-list .tab {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  position: relative;
  z-index: 9;
}

.projects-list .tab-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 15vw 0px;
  border-radius: 38px;
  padding: 50px 0;
}

.projects-list .link-item {
  margin: 0 40px;
  font-size: 22px;
  cursor: pointer;
  color: #131415;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.3;
}

.projects-list .link-item.active {
  opacity: 1;
}

.projects-list .tab-contents {
  height: 185vh;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto;
}

.projects-list .content-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.projects-list .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*margin: 0 15vw;*/
}

.projects-list .content-item .content-data {
  height: 300px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 31%;
  flex: 0 1 31%;
  border-radius: 8px;
  background: no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  text-align: center;
  position: relative;
}

.projects-list .content-item .content-data svg {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
}
.projects-list .content-item .content-data .media-hover {
  position: absolute;
  height: 20%;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  background: #01432B;
  background: -webkit-linear-gradient(left, rgba(1, 67, 43, 1) 0%, rgba(3, 127, 76, 1) 100%);
  background: -o-linear-gradient(left, rgba(1, 67, 43, 1) 0%, rgba(3, 127, 76, 1) 100%);
  background: linear-gradient(to right, rgba(1, 67, 43, 1) 0%, rgba(3, 127, 76, 1) 100%);
  opacity: 1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.projects-list .content-item .content-data .media-hover p.img-title {
	font-weight: 500;
    font-size: 20px;
}
.projects-list .content-item .content-data .media-hover p.adres {
	font-weight: 300;
    font-size: 18px;
}

.projects-list .content-item.active {
  opacity: 1;
  visibility: visible;
}

.projects-list .content-item .first-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects-list .content-item .first-col .first-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 30px;
}

.projects-list .content-item .first-col .m2-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.projects-list .content-item .first-col .m2-row .m2-rowcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.projects-list .content-item .first-col .first-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

img.m2-col-item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1600px) {
  .projects-list .items {
    margin: 0 9vw;
  }
}

@media only screen and (max-width: 1536px) {
  .projects-list .tab-links {
    margin: 0 8vw 90px;
  }

  .projects-list .items {
    margin: 0 8vw;
  }
}

@media only screen and (max-width: 1366px) {
  .projects-list .tab-links {
    margin: 0 8vw 10px;
  }
}

@media only screen and (max-width: 1024px) {
    .proje-galeri {
        margin: 0 auto 50px auto !important;
        max-height: 200px !important;
    }
  .projects-list .content-item .content-data {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    font-size: 23px;
    text-align: center;
  }
}

@media only screen and (max-width: 900px) {
  .projects-list .content-item .content-data {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    font-size: 23px;
    text-align: center;
    height: 41vw;
  }

  .projects-list .items {
    margin: 0;
    gap: 20px;
  }

  .projects-list .tab-links {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  section.projects-list {
    margin-bottom: 80px;
  }

  .projects-list .content-item .content-data {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 calc(50% - 10px);
    font-size: 23px;
    text-align: center;
    height: 30vw;
	border-radius: 5px;
  }

  .projects-list .content-item .content-data svg {
    right: 10px;
    top: 10px;
    width: 40px;
    height: auto;
  }

  .projects-list .link-item {
    font-size: 4vw;
	font-weight: 400;
    margin: 10px 0px;
  }

  .projects-list .link-item+.link-item {
    margin-left: 4vw;
  }

  .projects-list .tab {
    transform: translate(0px, 0px);
  }

  .projects-list .tab-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0vw 30px 0vw;
    margin: 0;
    flex-direction: row;
    overflow-x: scroll;
    justify-content: center;
  }

  .projects-list .tab-links::-webkit-scrollbar {
    width: 0;
    height: 0;
    opacity: 0;
  }

  .projects-list .items svg {
    width: 100px;
  }
	.projects-list .content-item .content-data .media-hover {
  position: absolute;
  height: 25%;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  background: #01432B;
  background: -webkit-linear-gradient(left, rgba(1, 67, 43, 1) 0%, rgba(3, 127, 76, 1) 100%);
  background: -o-linear-gradient(left, rgba(1, 67, 43, 1) 0%, rgba(3, 127, 76, 1) 100%);
  background: linear-gradient(to right, rgba(1, 67, 43, 1) 0%, rgba(3, 127, 76, 1) 100%);
  opacity: 1;
}
	.projects-list .content-item .content-data .media-hover p.img-title {
    font-weight: 500;
    font-size: 11px !important;
}
}


.product-detail .page-main .tab .tab-wrapper ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.product-detail .page-main .tab .tab-wrapper ul li {
  padding: 10px 35px;
}

.product-detail .page-main .tab .tab-wrapper ul li a {
  font-size: 18px;
  line-height: 21px;
  color: #414141;
  white-space: nowrap;
}

.product-detail .page-main .tab .tab-wrapper ul li.active a:before,
.product-detail .page-main .tab .tab-wrapper ul li a:hover:before {
  opacity: 1;
  visibility: visible;
}

.product-detail .page-main .tab .tab-wrapper ul li a {
  position: relative;
}

.product-detail .page-main .tab .tab-wrapper ul li a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  border-radius: 5px;
  background-color: #414141;
  transition: 0.4s ease all;
  opacity: 0;
  visibility: hidden;
}

.subpageTitle {
	font-size: 30px
}

.es-forms-floating-button {
	  display: none;
	}
.ontalepFormu {
	position: fixed;
	width: 80px;
	height: 109px;
	display: block;;
	z-index: 99999999;
	inset: auto 20px 15px auto;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(img/form.svg);
}
.projectTitle {
	margin: 0 auto;
    font-size: 100px;
    text-align: center;
    color: transparent;
    -webkit-text-stroke-width: 0.5px;
    font-weight: 900;
    -webkit-text-stroke-color: black;
    z-index: -1;
    position: relative;
    width: 100%;
    margin-top: 0px;
    opacity: .5;
	overflow: hidden;
	white-space: nowrap;
}
#my-video {
	max-width: 90%;
    margin: 0 auto 60px auto;
    display: block;
}
@media (max-width: 768px) {
    video {
        aspect-ratio: 16 / 9;
        width: 100% !important;
    }
}

/* Belgeler */

.belgelerimiz {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.belgelerimiz a {
    text-decoration: none;
    position: relative;
}

.belgelerimiz a>svg {
    width: 100%;
    height: auto;
}

.belgelerimiz a svg path {
    transition: 0.4s;
}

.belgelerimiz a .belge-tag {
    position: absolute;
    top: 28px;
    left: 50px;
    color: #878688;
    font-size: 20px;
    transition: 0.4s;
}

.belgelerimiz a:hover svg path {
    stroke: #20477f;
    stroke-opacity: 1;
}

.belgelerimiz a:hover .belge-tag,
.belgelerimiz a:hover .file-title,
.belgelerimiz a:hover .file-btn {
    color: #20477f;
}

.belgelerimiz a .file-title {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    display: block;
    line-height: 1.3;
    position: absolute;
    right: 40px;
    left: 0;
    top: 50%;
    padding: 0 50px;
    transform: translate(0%, -50%);
    transition: 0.4s;
}

.belgelerimiz a .file-btn {
    position: absolute;
    bottom: 30px;
    left: 50px;
    display: flex;
    align-items: center;
    color: #676668;
    font-size: 20px;
    gap: 10px;
    transition: 0.4s;
}

@media (max-width: 1470px) {
    .belgelerimiz a .file-title {
        right: 0;
        padding: 0 30px;
    }

    .belgelerimiz a .file-btn {
        left: 30px;
    }

    .belgelerimiz a .belge-tag {
        left: 55px;
    }

    .belgelerimiz a .belge-img {
        right: 40px;
        top: 10px;
    }
}

@media (max-width: 1199px) {
    {
        margin: 0;
    }

    .belgelerimiz {
        grid-template-columns: repeat(3, 1fr);
    }

    .file-archive {
        margin: 150px 0;
    }
}

@media (max-width: 991px) {
    .belgelerimiz {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .belgelerimiz {
        gap: 20px;
    }

    .file-archive {
        margin: 70px 0;
    }

    .file-col-header {
        margin-bottom: 40px;
    }

    .file-col-header span:nth-child(1),
    .file-col-header span:nth-child(3) {
        font-size: 15px;
    }

    .file-col-header span:nth-child(3) {}

    .file-col-header span:nth-child(2) {
        margin: 0 12px;
    }

    .belgelerimiz a .file-title {
        font-size: 13px;
        padding: 0 20px;
    }

    .belgelerimiz a .file-btn {
        left: 20px;
        font-size: 13px;
        gap: 8px;
        bottom: 20px;
    }

    .belgelerimiz a .file-btn svg {
        height: auto;
        width: 15px;
    }

    .belgelerimiz a .belge-tag {
        left: 25px;
        font-size: 13px;
        top: 15px;
    }

    .belgelerimiz a .belge-img {
        right: 20px;
        width: 50px;
        top: 0;
    }

    .file-archive .container .file-col+.file-col {
        margin-top: 70px;
    }
}


.b-container {
  padding-left: 200px;
  padding-right: 200px;
}

.b-container-m {
  margin-left: 200px;
  margin-right: 200px;
}

@media (max-width: 1750px) {
  .b-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .b-container-m {
    margin-left: 100px;
    margin-right: 100px;
  }
}

@media (max-width: 1199px) {
  .b-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .b-container-m {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 767px) {
  .b-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-container-m {
    margin-left: 24px;
    margin-right: 24px;
  }
}


/* Banks */
.bank-accounts {
  margin: 70px 0;
}

.bank-accounts .bank-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bank-accounts .bank-item .bank-img {
  background: #fafafa;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 226px;
  height: 130px;
  padding: 50px;
  margin-left: 25px;
}

.bank-accounts .bank-item .bank-img img {}

.bank-accounts .bank-item+.bank-item {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid rgb(112 112 112 / 20%);
}

.bank-accounts .bank-item .bank-text {}

.bank-accounts .bank-item .bank-text h5 {
  font-weight: 500;
  font-size: 30px;
  color: #110f50;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.bank-accounts .bank-item .bank-info {}

.bank-accounts .bank-item .bank-info ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0
}

.bank-accounts .bank-item .bank-info ul li {}

.bank-accounts .bank-item .bank-info ul li>span:nth-child(1) {
  font-weight: 300;
  font-size: 15px;
  color: #110f50;
  opacity: 0.4;
  display: block;
  line-height: 5px;
}

.bank-accounts .bank-item .bank-info ul li>span:nth-child(2) {
  font-weight: 300;
  font-size: 20px;
  color: #110f50;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 0;
  cursor: pointer;
  text-decoration: none;
}

.bank-accounts .bank-item .bank-info ul li>span:nth-child(2) a {
  text-decoration: none;
  color: #110f50;
}

.bank-accounts .bank-item .bank-info ul li>span:nth-child(2) svg {
  min-width: 18px;
}

@media only screen and (max-width: 1470px) {
  .bank-accounts .bank-item .bank-info ul {
    gap: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .bank-accounts .bank-item {
    flex-direction: column-reverse;
    align-items: flex-start;
	padding: 0 20px;
  }

  .bank-accounts .bank-item .bank-img {
    margin-bottom: 40px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .bank-accounts {
    margin: 20px 0;
  }

  .bank-accounts .bank-item .bank-text h5 {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .bank-accounts .bank-item .bank-info ul {
    gap: 20px 25px;
    flex-direction: column;
  }

  .bank-accounts .bank-item .bank-info ul li>span:nth-child(2) {
    font-size: 15px;
  }

  .bank-accounts .bank-item .bank-img {
    margin-bottom: 30px;
  }

  .bank-accounts .bank-item+.bank-item {
    margin-top: 40px;
    padding-top: 40px;
  }
}