@font-face {
  font-family: 'NotoSans';
  src:
    url('../fonts/NotoSans-Bold.woff2') format('woff2'),
    url('../fonts/NotoSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotoSans';
  src:
    url('../fonts/NotoSans-Black.woff2') format('woff2'),
    url('../fonts/NotoSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotoSans';
  src:
    url('../fonts/NotoSans-ExtraBold.woff2') format('woff2'),
    url('../fonts/NotoSans-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotoSans';
  src:
    url('../fonts/NotoSans-Light.woff2') format('woff2'),
    url('../fonts/NotoSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotoSans';
  src:
    url('../fonts/NotoSans-ExtraLight.woff2') format('woff2'),
    url('../fonts/NotoSans-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotoSans';
  src:
    url('../fonts/NotoSans-Thin.woff2') format('woff2'),
    url('../fonts/NotoSans-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotoSans';
  src:
    url('../fonts/NotoSans-Medium.woff2') format('woff2'),
    url('../fonts/NotoSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotoSans';
  src:
    url('../fonts/NotoSans-Regular.woff2') format('woff2'),
    url('../fonts/NotoSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotoSans';
  src:
    url('../fonts/NotoSans-SemiBold.woff2') format('woff2'),
    url('../fonts/NotoSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter24pt-Bold.woff2') format('woff2'),
    url('../fonts/Inter24pt-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter24pt-Black.woff2') format('woff2'),
    url('../fonts/Inter24pt-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter24pt-ExtraBold.woff2') format('woff2'),
    url('../fonts/Inter24pt-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter24pt-Light.woff2') format('woff2'),
    url('../fonts/Inter24pt-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter24pt-ExtraLight.woff2') format('woff2'),
    url('../fonts/Inter24pt-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter24pt-Thin.woff2') format('woff2'),
    url('../fonts/Inter24pt-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter24pt-Medium.woff2') format('woff2'),
    url('../fonts/Inter24pt-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter24pt-Regular.woff2') format('woff2'),
    url('../fonts/Inter24pt-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src:
    url('../fonts/Inter24pt-SemiBold.woff2') format('woff2'),
    url('../fonts/Inter24pt-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Varta';
  src:
    url('../fonts/Varta-SemiBold.woff2') format('woff2'),
    url('../fonts/Varta-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Varta';
  src:
    url('../fonts/Varta-Bold.woff2') format('woff2'),
    url('../fonts/Varta-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-color: #333333;
  --secondary-color: #344e40;
  --light-bg: #f6f6f6;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: 'NotoSans';
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  color: var(--primary-color);
  background-color: var(--light-bg);
  letter-spacing: 0.5px;
  position: relative;
}

.page-width {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.js-choice select {
  outline: none !important;
  background-color: transparent !important;
  border: none !important;
  display: none !important;
}

@media only screen and (max-width: 1600px) {
  .page-width {
    max-width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .page-width {
    max-width: 90%;
  }
}

.window-header .page-width,
.step-wrap .page-width {
  max-width: 80%;
}
@media screen and (max-width: 991px) {
  .window-header .page-width,
  .step-wrap .page-width {
    max-width: 90%;
  }
}

.page-width-right {
  padding-right: calc(50% - 700px);
}
@media only screen and (max-width: 1600px) {
  .page-width-right {
    padding-right: 10%;
  }
}
@media screen and (max-width: 991px) {
  .page-width-right {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.page-padding {
  padding: 70px 0;
}
@media screen and (max-width: 575px) {
  .page-padding {
    padding: 50px 0;
  }
}

.page-padding-big {
  padding: 100px 0;
}
@media screen and (max-width: 1399px) {
  .page-padding-big {
    padding: 70px 0;
  }
}
@media screen and (max-width: 575px) {
  .page-padding-big {
    padding: 50px 0;
  }
}

.page-padding-small {
  padding: 50px 0;
}

.padding-bottom {
  padding-bottom: 70px;
}
@media screen and (max-width: 575px) {
  .padding-bottom {
    padding-bottom: 50px;
  }
}

.padding-bottom-big {
  padding-bottom: 100px;
}
@media screen and (max-width: 1399px) {
  .padding-bottom-big {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 575px) {
  .padding-bottom-big {
    padding-bottom: 50px;
  }
}

.border-bottom {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.border-top {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.overlay20 {
  opacity: 0.2;
}

.overlay10 {
  opacity: 0.1;
}

.overlay15 {
  opacity: 0.15;
}

.overlay35 {
  opacity: 0.35;
}

.overlay50 {
  opacity: 0.5;
}

.overlay-b {
  background-color: rgba(51, 51, 51, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

.d-none {
  display: none !important;
}

.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.mb {
  margin-bottom: 50px;
}

.mt {
  margin-top: 50px;
}

.mt2 {
  margin-top: 25px;
}

.mb2 {
  margin-bottom: 25px;
}

.mtb {
  margin: 50px 0;
}

.m0 {
  margin: 0 !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(51, 51, 51, 0.6);
}

.text p,
.text ul,
.text h3,
.text h4 {
  margin: 20px 0;
}
.text p:first-child,
.text ul:first-child,
.text h3:first-child,
.text h4:first-child {
  margin-top: 0 !important;
}
.text p:last-child,
.text ul:last-child,
.text h3:last-child,
.text h4:last-child {
  margin-bottom: 0 !important;
}

.center-text * {
  text-align: center;
}

.white-text * {
  color: #fff;
}
.white-text span {
  color: #fff !important;
}

.black-text * {
  color: #000;
}

p,
ul li {
  font-size: 16px;
  line-height: 175%;
}
@media screen and (max-width: 575px) {
  p,
  ul li {
    line-height: 150%;
  }
}

.title span {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2px;
  display: block;
  text-transform: uppercase;
  color: var(--secondary-color);
}
@media screen and (max-width: 575px) {
  .title span {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

h1,
h2,
h3,
h4 {
  line-height: 125%;
}
@media screen and (max-width: 575px) {
  h1,
  h2,
  h3,
  h4 {
    line-height: 130%;
  }
}

h1,
h2 {
  font-size: 45px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1399px) {
  h1,
  h2 {
    font-size: 38px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 575px) {
  h1,
  h2 {
    font-size: 28px;
    letter-spacing: 0.5px;
  }
}

h3 {
  font-size: 32px;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 1399px) {
  h3 {
    font-size: 28px;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 575px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1399px) {
  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}

.background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.white-bg {
  background-color: #fff;
}

.btn,
.btn-white,
.btn-green {
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.btn:hover,
.btn-white:hover,
.btn-green:hover {
  transform: translateY(-4px);
}

.btn,
.btn-white {
  font-family: 'Inter';
  font-size: 14px;
  letter-spacing: 1.4px;
  padding: 12px 35px 10px;
  border-radius: 14px;
  width: -moz-fit-content;
  width: fit-content;
}

.btn {
  color: #fff;
  box-shadow: 0px 0px 45.5px 0px rgba(245, 245, 245, 0.2784313725);
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: linear-gradient(93.91deg, rgba(217, 217, 217, 0.26) -0.68%, rgba(115, 115, 115, 0.26) 129.86%);
}

.btn:hover {
  box-shadow:
    0 10px 40px rgba(255, 255, 255, 0.35),
    0 0 60px rgba(255, 255, 255, 0.55),
    0 0 120px rgba(255, 255, 255, 0.35);
  border-color: #ffffff;
}

.btn-green {
  font-family: 'NotoSans';
  font-size: 14px;
  letter-spacing: 0px;
  box-shadow: 0px 0px 62.25px 0px rgba(245, 245, 245, 0.2784313725);
  background-color: #446654;
  color: #fff;
  border-radius: 14px;
  padding: 16px 45px 14px;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}

.blog-page-top .btn-green {
  font-size: 18px;
  width: 100%;
  max-width: 340px;
  padding: 22px 35px 20px;
  border-radius: 19px;
}
@media screen and (max-width: 575px) {
  .blog-page-top .btn-green {
    font-size: 14px;
  }
}

.btn-white {
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.btn-transparent {
  color: #999999;
  border-color: #999999;
  min-width: 215px;
  min-height: 45px;
}

.btn-transparent:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.tooltip {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.35px;
  background-color: #fff;
  border-radius: 14px;
  padding: 10px 15px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  position: absolute;
  transition: all 0.2s;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.page-top {
  position: relative;
  z-index: 10;
  padding-top: 30px;
  height: 65vh;
  max-height: 590px;
  display: flex;
  align-items: center;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  padding: 50px 0;
}
.page-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.page-top .page-width {
  position: relative;
  z-index: 2;
}
.page-top .page-width * {
  color: #fff;
}
.page-top .page-width span {
  font-size: 12px;
}
.page-top .page-width h1 {
  font-size: 64px;
  line-height: 70px;
  letter-spacing: 0;
}
.page-top .page-width span + h1 {
  margin-top: 5px;
}
.page-top .page-width h1 + span {
  margin-top: 10px;
}
.page-top .page-width p {
  margin-top: 10px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1600px) {
  .page-top .page-width h1 {
    font-size: 56px;
    line-height: 62px;
  }
}
@media screen and (max-width: 1399px) {
  .page-top .page-width h1 {
    font-size: 45px;
    line-height: 52px;
  }
}
@media screen and (max-width: 575px) {
  .page-top {
    height: 350px;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .page-top .page-width h1 {
    font-size: 35px;
    line-height: 42px;
  }
}

.center-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wish-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wish-buttons a + a {
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .wish-buttons {
    flex-direction: column;
  }
  .wish-buttons a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}

.blog-details-top .share-white {
  position: absolute;
  z-index: 3;
  right: calc(50% - 700px);
  bottom: 50px;
}
@media only screen and (max-width: 1600px) {
  .blog-details-top .share-white {
    right: 10%;
  }
}
@media screen and (max-width: 991px) {
  .blog-details-top .share-white {
    right: 5%;
  }
}
@media screen and (max-width: 575px) {
  .blog-details-top .share-white {
    bottom: 25px;
  }
  .blog-details-top .share-white svg {
    transform: scale(0.8);
  }
}

.after-page-top {
  padding-top: 30px;
  margin-top: -30px;
}

.before-footer {
  margin-bottom: -15px;
  padding-bottom: 15px;
}

.top-and-footer {
  padding-top: 30px;
  margin-top: -30px;
  margin-bottom: -15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  background-color: #fff;
  box-shadow: 0px 0px 9.71px 0px rgba(0, 0, 0, 0.0705882353);
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 7px;
}
.pagination li + li {
  margin-left: 10px;
}
.pagination span {
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 10px;
  height: 35px;
  min-width: 35px;
  color: var(--primary-color);
}
.pagination .active span {
  background-color: #446654;
  color: #fff;
}
.pagination .pag-arrow a {
  padding: 0 20px;
  position: relative;
}
.pagination .pag-arrow a::before {
  content: '';
  display: block;
  width: 1px;
  height: 18px;
  background-color: rgba(17, 17, 17, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pagination .first {
  margin-right: 20px;
}
.pagination .first a::before {
  right: 0;
}
.pagination .last {
  margin-left: 20px;
}
.pagination .last a::before {
  left: 0;
}
@media screen and (max-width: 575px) {
  .pagination li + li {
    margin-left: 5px;
  }
  .pagination .pag-arrow a {
    padding: 0 10px;
  }
  .pagination .first {
    margin-right: 10px;
  }
  .pagination .last {
    margin-left: 10px;
  }
}

.text-page h2 {
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 0.7px;
  margin: 50px 0 25px;
}
@media screen and (max-width: 1399px) {
  .text-page h2 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 575px) {
  .text-page h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.text-page h2:first-child {
  margin-top: 0;
}
.text-page h2:last-child {
  margin-bottom: 0;
}

p a {
  color: #446654;
  text-decoration: underline;
}

.p-500 p {
  font-weight: 500;
}

.small-h2 h2 {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.35px;
}
@media screen and (max-width: 1399px) {
  .small-h2 h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .small-h2 h2 {
    font-size: 24px;
  }
}

.mre-list ul {
  list-style: none;
}
.mre-list ul li {
  position: relative;
  padding-left: 25px;
}
.mre-list ul li::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 3px;
  width: 16px;
  height: 20px;
  background-image: url('../images/mre.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 575px) {
  .mre-list ul li::before {
    top: 1px;
  }
}
.mre-list ul li + li {
  margin-top: 15px;
}

.video-wrap {
  border-radius: 35px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 550px;
  margin-bottom: 35px;
}
.video-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.video-wrap .open-video-btn {
  position: relative;
  z-index: 2;
  width: 200px;
  height: 200px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.video-wrap .open-video-btn:hover {
  transform: scale(1.05);
  box-shadow:
    0 0 40px rgba(255, 255, 255, 0.35),
    0 0 80px rgba(255, 255, 255, 0.25);
}
@media only screen and (max-width: 1600px) {
  .video-wrap {
    height: 450px;
  }
}
@media screen and (max-width: 1399px) {
  .video-wrap {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .video-wrap {
    height: 320px;
    border-radius: 20px;
  }
  .video-wrap .open-video-btn {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 450px) {
  .video-wrap {
    height: 200px;
  }
  .video-wrap .open-video-btn {
    width: 70px;
    height: 70px;
  }
}

.small-video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px;
}
.small-video-grid .video-wrap {
  margin: 0;
  border-radius: 30px;
  height: 400px;
  flex-direction: column;
}
.small-video-grid .video-wrap p {
  font-size: 14px;
  color: #000;
  background-color: var(--light-bg);
  border-radius: 14px;
  padding: 6px 15px;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  max-width: 151px;
}
.small-video-grid .video-wrap:last-child {
  grid-column: span 3;
  height: 625px;
  max-height: 85vh;
}
@media screen and (max-width: 991px) {
  .small-video-grid .video-wrap:last-child {
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .small-video-grid .video-wrap:last-child {
    height: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .small-video-grid {
    grid-template-columns: 1fr 1fr;
  }
  .small-video-grid .video-wrap:last-child {
    grid-column: span 1;
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .small-video-grid {
    gap: 10px;
  }
  .small-video-grid .video-wrap,
  .small-video-grid .video-wrap:last-child {
    height: 250px;
  }
  .small-video-grid .video-wrap {
    border-radius: 20px;
  }
  .small-video-grid .video-wrap p {
    padding: 4px 10px;
  }
}

.video-wrap:last-child {
  margin-bottom: 0;
}

.video-popup-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -10;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.video-popup {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 30px;
}

.close-video {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #fff;
  background-color: var(--primary-color);
  right: 25px;
  bottom: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-popup-wrap.open-video {
  z-index: 105;
  opacity: 1;
}

@media screen and (max-width: 575px) {
  .video-popup {
    border-radius: 15px;
  }
  .close-video {
    width: 36px;
    height: 36px;
    bottom: 15px;
    right: 15px;
  }
  .close-video svg {
    transform: scale(0.6);
  }
}
.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 35px;
  grid-auto-rows: 450px;
  /* height: 935px; */
  overflow: hidden;
}
.gallery a {
  border-radius: 35px;
  overflow: hidden;
}
.gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.5s;
}
.gallery a:hover img {
  transform: scale(1.2);
}
@media only screen and (max-width: 1600px) {
  .gallery {
    grid-auto-rows: 400px;
    /* height: 835px; */
  }
}
@media screen and (max-width: 1399px) {
  .gallery {
    grid-auto-rows: 300px;
    row-gap: 20px;
    height: 620px;
  }
}
@media screen and (max-width: 1199px) {
  .gallery {
    grid-auto-rows: 280px;
    gap: 10px;
    height: 570px;
  }
}
@media screen and (max-width: 575px) {
  .gallery {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 120px;
    gap: 5px;
    height: 245px;
  }
  .gallery a {
    border-radius: 15px;
  }
}

.page1-template,
.partial-page {
  position: relative;
}
.page1-template::after,
.partial-page::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50% - 700px);
  background-color: var(--light-bg);
  height: calc(100% + 30px);
  content: '';
  display: block;
}
@media only screen and (max-width: 1600px) {
  .page1-template::after,
  .partial-page::after {
    width: 10%;
  }
}
@media screen and (max-width: 1199px) {
  .page1-template::after,
  .partial-page::after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .page1-template::after,
  .partial-page::after {
    width: 7%;
  }
}
.page1-template .page-width,
.partial-page .page-width {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 1199px) {
  .page1-template .page-width,
  .partial-page .page-width {
    grid-template-columns: 1fr;
  }
}
.page1-template .grey-partial,
.partial-page .grey-partial {
  background-color: var(--light-bg);
  padding-left: 50px;
}
.page1-template .left-partial,
.partial-page .left-partial {
  padding-right: 50px;
}
@media screen and (max-width: 1199px) {
  .page1-template .left-partial,
  .partial-page .left-partial {
    padding-right: 0;
    padding-bottom: 0;
  }
}

.page1-template::after {
  height: calc(100% + 60px);
  bottom: -30px;
}
.page1-template .grey-partial {
  border-top-left-radius: 35px;
}
.page1-template .page-width {
  grid-template-columns: 1fr 300px;
}
@media screen and (max-width: 1199px) {
  .page1-template .page-width {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1199px) {
  .page1-template .page-width {
    gap: 50px;
  }
  .page1-template .grey-partial {
    border-top-left-radius: 0;
    padding-left: 0;
  }
  .page1-template .grey-partial::before {
    position: absolute;
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background-color: var(--light-bg);
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}

.partial-page::after {
  border-bottom-right-radius: 35px;
}
.partial-page .grey-partial {
  border-bottom-left-radius: 35px;
}
@media screen and (max-width: 1199px) {
  .partial-page .grey-partial {
    display: none;
  }
}

body:has(.sticky-container),
.top-and-footer:has(.sticky-container),
.grey-partial.sticky-container {
  overflow-x: visible;
}

.sticky-container {
  position: relative;
}

.sticky-fixed {
  position: fixed;
  top: 120px;
  z-index: 9;
}

.page-navigation {
  width: 100%;
}

#stickyWrapper {
  position: relative;
}

.page-navigation {
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: right;
  list-style: none;
  position: relative;
  z-index: 10;
}
.page-navigation li,
.page-navigation a {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: right;
  color: var(--primary-color);
  transition: all 0.2s;
}
.page-navigation a {
  display: flex;
  align-items: center;
  justify-content: end;
}
.page-navigation a::after,
.page-navigation a::before {
  width: 0;
  height: 1px;
  background-color: #446654;
  transition: all 0.2s;
  content: '';
  margin-left: 0;
}
.page-navigation a svg {
  margin-left: 8px;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: auto;
  margin-top: 10px;
}
.page-navigation a.active,
.page-navigation a:hover {
  font-weight: 700;
  color: #446654;
}
.page-navigation a.active::after,
.page-navigation a:hover::after {
  width: 35px;
  margin-left: 5px;
}
.page-navigation a:has(svg)::after,
.page-navigation a:has(svg)::before {
  display: none;
}
.page-navigation li + li {
  margin-top: 25px;
}
.page-navigation details ul {
  list-style: none;
}
.page-navigation details ul li {
  margin-top: 15px;
}
.page-navigation summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
  margin-left: auto;
  text-align: right;
  font-weight: 800;
}
.page-navigation summary a,
.page-navigation summary a:hover {
  font-weight: 800;
}
.page-navigation summary svg {
  margin-left: 10px;
}
.page-navigation summary a.active::after,
.page-navigation summary a:hover::after {
  width: 0;
  margin-left: 0;
}
@media screen and (max-width: 1399px) {
  .page-navigation li,
  .page-navigation a {
    font-size: 20px;
  }
  .page-navigation li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .page-navigation {
    align-items: start;
    text-align: left;
  }
  .page-navigation li,
  .page-navigation a {
    text-align: left;
  }
  .page-navigation a::after {
    display: none;
  }
  .page-navigation a.active::before,
  .page-navigation a:hover::before {
    width: 35px;
    margin-right: 5px;
  }
  .page-navigation details ul {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .page-navigation summary {
    justify-content: start;
  }
  .page-navigation summary a.active::before,
  .page-navigation summary a:hover::before {
    width: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .page-navigation li,
  .page-navigation a {
    font-size: 16px;
    line-height: 28px;
  }
  .page-navigation li + li {
    margin-top: 10px;
  }
  .page-navigation details ul li {
    margin-top: 5px;
  }
}

.hub-transparent {
  position: relative;
}
.hub-transparent::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 225px;
  height: 500px;
  max-height: 80%;
  background-image: url('../images/hub-transparent.svg');
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  z-index: 0;
}

.doc {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--light-bg);
  border-radius: 5px;
  border: none;
  outline: none;
  padding: 20px;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 140%;
  min-width: 330px;
  margin: 20px 0;
}
.doc .doc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(34, 34, 34, 0.1019607843);
  padding-right: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 575px) {
  .doc {
    padding: 15px;
    min-width: unset;
    width: 100%;
  }
  .doc .doc-icon {
    padding-right: 10px;
    margin-right: 10px;
  }
  .doc .doc-icon svg {
    max-width: 30px;
    max-height: 40px;
  }
}

.doc:hover {
  text-decoration: underline;
}

.page2-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page2-top h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.75px;
  max-width: 430px;
}
.page2-top p {
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  max-width: 270px;
}
@media screen and (max-width: 1299px) {
  .page2-top {
    flex-direction: column;
    align-items: start;
  }
  .page2-top h2,
  .page2-top p {
    max-width: unset;
  }
}
@media screen and (max-width: 575px) {
  .page2-top h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.page2-bottom {
  padding-top: 70px;
}
.page2-bottom h2 {
  margin: 0 0 10px;
}
.page2-bottom .btn-white {
  margin-left: auto;
  margin-right: auto;
  min-width: 300px;
}
@media screen and (max-width: 575px) {
  .page2-bottom {
    padding-top: 50px;
  }
  .page2-bottom .btn-white {
    max-width: unset;
    width: 100%;
  }
}

.pdf2 {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.35px;
  color: var(--primary-color);
  text-align: right;
}
.pdf2 svg {
  width: 40px;
  height: 48px;
  margin-left: 10px;
}
@media screen and (max-width: 575px) {
  .pdf2 svg {
    width: 30px;
    height: 38px;
  }
}

.pdf2:hover {
  text-decoration: underline;
}

.mini-search {
  max-width: 260px;
}
@media screen and (max-width: 575px) {
  .mini-search {
    max-width: 100%;
  }
}
.mini-search form {
  display: flex;
  align-items: center;
  background-color: var(--light-bg);
  border-radius: 14px;
  overflow: hidden;
}
.mini-search form button,
.mini-search form input {
  width: 100%;
  background-color: transparent;
  height: 50px;
  border: none;
  outline: none;
  padding: 0 20px;
}
.mini-search form button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-right: 1px solid rgba(51, 51, 51, 0.1019607843);
}
.mini-search form input::-moz-placeholder {
  font-family: 'NotoSans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: var(--primary-color);
}
.mini-search form input,
.mini-search form input::placeholder {
  font-family: 'NotoSans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: var(--primary-color);
}

.load-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.load-more p {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
.load-more svg {
  transition: all 0.5s;
}
@media screen and (max-width: 575px) {
  .load-more p {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.load-more:hover svg {
  transform: translateY(20px);
}

.max-p p {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.radius-bottom {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.center-btn .btn-white,
.center-btn .btn {
  margin-left: auto;
  margin-right: auto;
}

.custom-check input[type='radio'],
.custom-check input[type='checkbox'] {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.custom-check input[type='radio']::before,
.custom-check input[type='checkbox']::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  background-image: url('../images/main-check.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 65%;
  transition: all 0.2s;
  transform: scale(0);
}
.custom-check input[type='radio']:checked,
.custom-check input[type='checkbox']:checked {
  border: none;
}
.custom-check input[type='radio']:checked::before,
.custom-check input[type='checkbox']:checked::before {
  transform: scale(1);
}

.attachments a {
  display: flex;
  align-items: center;
  background-color: var(--light-bg);
  padding: 20px;
  border-radius: 5px;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.attachments a .icon {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(34, 34, 34, 0.1019607843);
}
.attachments a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .attachments a .icon {
    margin-right: 10px;
    padding-right: 10px;
  }
  .attachments a .icon svg {
    max-width: 40px;
    max-height: 50px;
  }
}
@media screen and (max-width: 575px) {
  .attachments a {
    padding: 10px;
  }
}

.reveal {
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  opacity: 1;
}
@keyframes scale-in-bottom {
  0% {
    transform: scale(0);
    transform-origin: 50% 100%;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
    opacity: 1;
  }
}
.scale-in-bottom {
  animation: scale-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2026-2-17 13:42:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-left {
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.favourites-details-list .details-content-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
}

.top-header {
  background-color: #fff;
  height: 130px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0px 4px 19.7px 0px rgba(0, 0, 0, 0.0705882353);
  transition: all 0.5s;
}
.top-header .page-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .top-header {
    height: 100px;
  }
}
@media screen and (max-width: 575px) {
  .top-header {
    height: 70px;
  }
}

.small-header {
  height: 70px;
}

.margin-top {
  margin-top: 130px;
}
@media screen and (max-width: 1199px) {
  .margin-top {
    margin-top: 100px;
  }
}
@media screen and (max-width: 575px) {
  .margin-top {
    margin-top: 70px;
  }
}

.margin-top2 {
  margin-top: 100px;
}
@media screen and (max-width: 1199px) {
  .margin-top2 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 575px) {
  .margin-top2 {
    margin-top: 40px;
  }
}

.not-found {
  height: calc(100vh - 100px);
  height: calc(100dvh - 100px);
  min-height: -moz-fit-content;
  min-height: fit-content;
  display: flex;
  align-items: center;
  position: relative;
}
.not-found .page-width {
  position: relative;
  z-index: 2;
}
.not-found video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 0;
}
.not-found h1 {
  font-size: 150px;
  line-height: 100%;
}
.not-found p {
  max-width: 600px;
  margin: 10px auto 0;
}
@media screen and (max-width: 1199px) {
  .not-found {
    height: calc(100vh - 70px);
    height: calc(100dvh - 70px);
  }
}
@media screen and (max-width: 575px) {
  .not-found {
    height: calc(100vh - 40px);
    height: calc(100dvh - 40px);
  }
  .not-found h1 {
    font-size: 80px;
  }
}

.top-header-left,
.top-header-right {
  display: flex;
  align-items: center;
  min-width: 350px;
}
.top-header-left button,
.top-header-right button {
  background-color: transparent;
  border: none;
  outline: none;
}
@media screen and (max-width: 991px) {
  .top-header-left,
  .top-header-right {
    min-width: 90px;
  }
}

.top-header-right {
  justify-content: end;
}
.top-header-right button {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 3px;
}
@media screen and (max-width: 575px) {
  .top-header-right button {
    margin-left: 10px;
    padding-left: 0;
    border-left: none;
  }
}

.top-header-left button {
  display: flex;
  align-items: center;
}
.top-header-left button span {
  margin: 0 8px;
  font-family: 'Inter';
  font-size: 12px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 575px) {
  .top-header-left button svg {
    max-width: 20px;
    max-height: 20px;
  }
  .top-header-left button span {
    margin: 0 5px;
  }
}

.logo {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 60%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  transition: all 0.5s;
}
@media screen and (max-width: 575px) {
  .logo img {
    max-height: 40%;
  }
}
.logo .dark-logo {
  opacity: 1;
}
.logo .light-logo {
  opacity: 0;
}

.wish {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wish span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}

.languages-menu,
.hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(15px);
  overflow-y: auto;
  transition: all 0.2s;
  visibility: hidden;
  opacity: 0;
}

.hamburger-menu {
  z-index: 98;
  display: flex;
  flex-direction: column;
}

.languages-menu {
  display: flex;
  align-items: start;
  justify-content: center;
  z-index: 97;
}

.language-opened,
.hamburger-opened {
  visibility: visible;
  opacity: 1;
}

.languages-table-wrap {
  max-width: 520px;
  border: 1px solid #fff;
  margin-top: 135px;
  border-radius: 20px;
  padding: 50px 60px;
}
.languages-table-wrap p {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .languages-table-wrap {
    max-width: unset;
    padding: 0;
    border: none;
  }
}

.languages-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.languages-table a {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s;
}
.languages-table a span {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.75px;
  text-align: center;
  color: #fff;
  margin-top: 5px;
}
.languages-table a:hover {
  background-color: rgba(217, 217, 217, 0.35);
}
@media screen and (max-width: 575px) {
  .languages-table {
    gap: 5px;
  }
  .languages-table a {
    padding: 20px 5px 15px;
  }
  .languages-table a img {
    width: 35px;
    height: auto;
  }
  .languages-table a span {
    font-size: 12px;
  }
}

.lang-btn svg path,
.lang-btn span,
.wish svg path,
.wish span,
.hamb svg line {
  transition: all 0.5s;
}

.header-journey {
  margin-left: 30px;
  position: relative;
}
.header-journey::before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 23px;
  background-color: rgba(255, 255, 255, 0.2);
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .header-journey {
    display: none;
  }
}

.transparent-header:not(.small-header) {
  background-color: transparent;
  box-shadow: none;
}
.transparent-header:not(.small-header) .logo .dark-logo {
  opacity: 0;
}
.transparent-header:not(.small-header) .logo .light-logo {
  opacity: 1;
}
.transparent-header:not(.small-header) .top-header-left .lang-btn svg path {
  fill: #fff;
}
.transparent-header:not(.small-header) .top-header-left .lang-btn span {
  color: #fff;
}
.transparent-header:not(.small-header) .wish svg path {
  fill: rgba(255, 255, 255, 0.7);
}
.transparent-header:not(.small-header) .wish span {
  color: #003c57;
}
.transparent-header:not(.small-header) .hamb svg line {
  stroke: #fff;
}

.transparent-header.small-header .header-journey {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background: transparent;
}

.hamburger-menu-content {
  margin-top: 180px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1299px) {
  .hamburger-menu-content {
    gap: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .hamburger-menu-content {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
@media screen and (max-width: 575px) {
  .hamburger-menu-content {
    margin-top: 100px;
    gap: 10px;
    grid-template-columns: 1fr;
  }
}

.menu-partial p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  margin-bottom: 30px;
  min-height: 56px;
}
@media screen and (max-width: 1199px) {
  .menu-partial p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .menu-partial p {
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 22px;
    min-height: unset;
  }
}
@media screen and (max-width: 575px) {
  .menu-partial > ul {
    height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .menu-partial > ul.opened {
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 30px;
  }
  .menu-partial > p {
    padding-right: 25px;
    background-image: url('../images/chevron-down-white.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 18px;
  }
}
.menu-partial ul,
.menu-partial summary {
  list-style: none;
}
.menu-partial summary {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.menu-partial summary svg {
  margin: 10px;
}
.menu-partial ul li {
  margin-top: 10px;
}
.menu-partial a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  transition: all 0.2s;
}
@media screen and (max-width: 575px) {
  .menu-partial a {
    font-size: 14px;
  }
}
.menu-partial a:hover {
  font-weight: 700;
  text-decoration: underline;
}

.details-partial > ul > li > a,
.details-partial > ul > li summary a {
  font-weight: 700;
}

.hamburger-menu-contact {
  display: grid;
  grid-template-columns: 1fr 1fr 1.8fr;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: auto;
}
@media screen and (max-width: 1199px) {
  .hamburger-menu-contact {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.header-social-wrap {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .header-social-wrap {
    border: none;
  }
}

.social {
  display: flex;
  align-items: center;
}
.social a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social a svg {
  transition: all 0.5s;
}
.social a:hover svg {
  transform: scale(1.2);
}
.social a + a {
  margin-left: 30px;
}

.header-social a + a {
  margin-left: 25px;
}

.header-btn-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .header-btn-wrap {
    justify-content: center;
  }
}

.header-brochure-wrap {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-brochure-wrap p,
.header-brochure-wrap a {
  font-size: 14px;
  letter-spacing: 0.35px;
  color: #fff;
  line-height: normal;
}
.header-brochure-wrap a {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 290px;
  display: flex;
  align-items: center;
}
.header-brochure-wrap a svg {
  margin: 0 10px;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.header-brochure-wrap a:hover {
  text-decoration: underline;
}
.header-brochure-wrap p {
  font-weight: 700;
  text-align: end;
}
@media screen and (max-width: 1199px) {
  .header-brochure-wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .header-brochure-wrap {
    flex-direction: column;
  }
  .header-brochure-wrap p {
    text-align: center;
    margin-bottom: 10px;
  }
  .header-brochure-wrap a svg {
    margin-left: 0;
  }
}

footer {
  position: relative;
  z-index: 10;
}

footer * {
  color: #fff;
  position: relative;
  z-index: 10;
}

.foot1,
.foot3 {
  background-color: #222222;
  padding: 20px 0;
}
.foot1 .page-width,
.foot3 .page-width {
  display: flex;
  align-items: center;
}

.foot1 {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.foot1 .page-width {
  justify-content: center;
}
.foot1 .page-width p {
  letter-spacing: 1px;
  line-height: 100%;
}

.foot3 .page-width {
  justify-content: space-between;
}
.foot3 p,
.foot3 a {
  font-size: 14px;
  letter-spacing: 0.35px;
  color: #fff;
  text-decoration: none;
}
.foot3 .login-link {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.foot3 .login-link svg {
  margin-right: 5px;
}
@media screen and (max-width: 1199px) {
  .foot3 .page-width {
    flex-direction: column-reverse;
  }
  .foot3 .login-link {
    margin-bottom: 10px;
  }
  .foot3 p,
  .foot3 a {
    text-align: center;
  }
}

.footer-social a + a {
  margin-left: 32px;
}

.foot2 {
  background-color: #333333;
  padding: 100px 0;
}
.foot2 .page-width {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .foot2 .page-width {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .foot2 {
    padding: 70px 0;
  }
}

.foot-left {
  display: grid;
  gap: 35px;
  width: 100%;
  max-width: 285px;
}
@media screen and (max-width: 575px) {
  .foot-left {
    max-width: unset;
  }
}

.footer-contact {
  display: grid;
  gap: 20px;
}
.footer-contact a {
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  transition: all 0.2s;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-contact a:hover {
  border-color: #fff;
}

.footer-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1px;
}
@media screen and (max-width: 575px) {
  .footer-title {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
}

.btn2 {
  box-shadow: unset;
  background: transparent;
  padding: 12px 60px 10px;
}

.foot-right {
  width: 100%;
  max-width: 665px;
  margin-left: 50px;
}
@media screen and (max-width: 991px) {
  .foot-right {
    margin-left: 0;
    margin-top: 50px;
    max-width: 100%;
  }
}

.newsletter-wrap {
  position: relative;
}
.newsletter-wrap p {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1px;
}
.newsletter-wrap p span {
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .newsletter-wrap p {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
}
.newsletter-wrap .newsletter-tooltip {
  max-width: 325px;
  top: -110px;
  left: 210px;
}
.newsletter-wrap p:has(.newsletter-span:hover) + .newsletter-tooltip {
  opacity: 1;
  visibility: visible;
}
.newsletter-wrap label {
  font-size: 14px;
  letter-spacing: 0.35px;
}
.newsletter-wrap label input {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  cursor: pointer;
  transform: translateY(3px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  margin-right: 3px;
  width: 18px;
  height: 18px;
}
.newsletter-wrap label input::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-color: #fff;
  background-image: url('../images/check-dark.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  transform: scale(0);
  transition: all 0.2s;
}
.newsletter-wrap label input:checked::before {
  transform: scale(1);
}
.newsletter-wrap label a {
  color: #a8a8a8;
  font-weight: 700;
}

.newsletter-form {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.newsletter-form input,
.newsletter-form button {
  height: 55px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .newsletter-form input,
  .newsletter-form button {
    height: 45px;
  }
}
.newsletter-form button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.newsletter-form input::-moz-placeholder {
  font-family: 'NotoSans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.newsletter-form input,
.newsletter-form input::placeholder {
  font-family: 'NotoSans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.newsletter-form input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}
.newsletter-form input::placeholder {
  color: rgba(51, 51, 51, 0.7);
}
.newsletter-form input {
  border: none;
  outline: none;
  padding: 0 15px;
  border-bottom-left-radius: 14px;
  border-top-left-radius: 14px;
  color: var(--primary-color);
}

.footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-top: 50px;
}
.footer-nav .footer-title {
  margin-bottom: 30px;
}
.footer-nav ul {
  list-style: none;
}
.footer-nav ul li {
  margin-top: 10px;
}
.footer-nav ul li a {
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  transition: all 0.2s;
}
.footer-nav ul li a:hover {
  border-color: #fff;
}
@media screen and (max-width: 991px) {
  .footer-nav {
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  .footer-nav {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .footer-nav .footer-title {
    margin-bottom: 20px;
  }
}

.logo-footer {
  width: 240px;
  max-width: 100%;
}
.logo-footer img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
@media screen and (max-width: 575px) {
  .logo-footer {
    width: 140px;
  }
}

@media screen and (max-width: 575px) {
  .logo-footer,
  .logo-footer + .btn {
    margin: 0 auto;
  }
}
.blog-page-top .btn-green {
  margin: 20px auto 0;
}
.blog-page-top h2 {
  margin-bottom: 5px;
}

.blog-sort {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.blog-sort label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.35px;
  margin-right: 10px;
}
.blog-sort select {
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 50vh;
  background-color: transparent;
  padding: 7px 10px;
  font-size: 12px;
  color: var(--primary-color);
  cursor: pointer;
  outline: none;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 60px;
}
@media screen and (max-width: 1199px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .blog-grid {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.blog .blog-info *,
.similar-post * {
  color: var(--primary-color);
}
.blog .blog-info .writen,
.similar-post .writen {
  font-size: 14px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog .blog-info .writen::before,
.similar-post .writen::before {
  width: 100%;
  max-width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-color);
  content: '';
  margin-right: 5px;
}
.blog .blog-info .writen span,
.similar-post .writen span {
  font-weight: 700;
  margin-left: 5px;
}
.blog .blog-info .blog-title,
.similar-post .blog-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 1.5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 70px;
  margin: 5px 0 10px;
}
@media screen and (max-width: 575px) {
  .blog .blog-info .blog-title,
  .similar-post .blog-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.75px;
    min-height: unset;
    margin: 10px 0;
  }
}
.blog .blog-info .minutes,
.similar-post .minutes {
  font-size: 14px;
  font-weight: 700;
  opacity: 0.7;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.blog .blog-img {
  position: relative;
  height: 470px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1600px) {
  .blog .blog-img {
    height: 420px;
  }
}
@media screen and (max-width: 1399px) {
  .blog .blog-img {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .blog .blog-img {
    height: 300px;
  }
}
@media only screen and (max-width: 450px) {
  .blog .blog-img {
    height: 230px;
  }
}
.blog .blog-img img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog .blog-img .overlay-b {
  transition: all 0.5s;
  opacity: 0;
}
.blog .blog-img .blog-date {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  right: 15px;
  background: linear-gradient(93.67deg, rgba(217, 217, 217, 0.34) -0.66%, rgba(246, 246, 246, 0.34) 118.42%);
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  padding: 12px 32px;
  backdrop-filter: blur(13px);
}
.blog .blog-info .blog-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: rgba(51, 51, 51, 0.7);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 575px) {
  .blog .blog-info .blog-description {
    letter-spacing: 0;
    line-height: 24px;
    display: none;
  }
}

.blog:hover .blog-img .overlay-b {
  opacity: 1;
}

.blog-writer {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.blog-writer img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
  margin-right: 12px;
}
.blog-writer .blog-writer-text p {
  line-height: normal;
}
.blog-writer .blog-writer-text p span {
  font-weight: 700;
}
.blog-writer .blog-writer-text > span {
  font-size: 14px;
  letter-spacing: 0;
  color: rgba(51, 51, 51, 0.7);
}

.similar-posts-wrap p:first-child {
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #000;
  margin-bottom: 35px;
}

.similar-posts-wrap + .similar-posts-wrap {
  margin-top: 50px;
}

.similar-post {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.similar-post picture {
  margin-right: 15px;
}
.similar-post img {
  width: 100%;
  max-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 12px;
  margin-right: 15px;
  transition: all 0.5s;
}
.similar-post .writen {
  font-size: 12px;
}
.similar-post .writen::before {
  max-width: 4px;
  height: 4px;
  margin-right: 3px;
}
.similar-post .writen span {
  margin-left: 3px;
}
.similar-post .blog-title {
  font-size: 14px;
  line-height: 20px;
  min-height: unset;
  margin: 5px 0;
  transition: all 0.5s;
}
.similar-post .minutes {
  font-size: 12px;
  margin: 0;
  letter-spacing: 0;
}

.similar-post:hover img {
  transform: scale(1.1);
}
.similar-post:hover .blog-title {
  color: #81976f;
}

.blog-details-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-details-contact p,
.blog-details-contact p a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-details-contact p a {
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .blog-details-contact {
    flex-direction: column;
    align-items: start;
  }
  .blog-details-contact p,
  .blog-details-contact .mt2 {
    margin-top: 15px;
  }
}

.prev-next-blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  position: relative;
}
.prev-next-blog::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 70%;
  background-color: rgba(51, 51, 51, 0.2);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.prev-next-blog .prev-blog,
.prev-next-blog .next-blog {
  display: flex;
  align-items: center;
}
.prev-next-blog .prev-blog img,
.prev-next-blog .next-blog img {
  width: 100%;
  max-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 11px;
}
.prev-next-blog .prev-blog div,
.prev-next-blog .next-blog div {
  max-width: 300px;
  display: flex;
  flex-direction: column;
}
.prev-next-blog .prev-blog span,
.prev-next-blog .next-blog span {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #81976f;
  letter-spacing: 0.25px;
  line-height: 100%;
  font-weight: 700;
}
.prev-next-blog .prev-blog p,
.prev-next-blog .next-blog p {
  color: var(--primary-color);
  font-weight: 700;
  margin: 5px 0 10px;
}
.prev-next-blog .prev-blog {
  margin-right: auto;
}
.prev-next-blog .prev-blog img {
  margin-right: 15px;
}
.prev-next-blog .prev-blog span svg {
  margin-right: 10px;
}
.prev-next-blog .next-blog {
  margin-left: auto;
  justify-content: end;
}
.prev-next-blog .next-blog img {
  margin-left: 15px;
}
.prev-next-blog .next-blog div {
  align-items: end;
}
.prev-next-blog .next-blog p,
.prev-next-blog .next-blog span {
  text-align: right;
}
.prev-next-blog .next-blog span svg {
  margin-left: 10px;
}
@media screen and (max-width: 1199px) {
  .prev-next-blog .prev-blog div,
  .prev-next-blog .next-blog div {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .prev-next-blog .prev-blog img,
  .prev-next-blog .next-blog img {
    max-width: 80px;
    height: 80px;
  }
  .prev-next-blog .prev-blog p,
  .prev-next-blog .next-blog p {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.25px;
  }
  .prev-next-blog .prev-blog img {
    margin-right: 10px;
  }
  .prev-next-blog .next-blog img {
    margin-left: 10px;
  }
}
@media screen and (max-width: 575px) {
  .prev-next-blog {
    flex-direction: column;
  }
  .prev-next-blog::after {
    display: none;
  }
  .prev-next-blog .prev-blog + .next-blog {
    margin-top: 30px;
  }
  .prev-next-blog .prev-blog div,
  .prev-next-blog .next-blog div {
    max-width: unset;
  }
}

.similar-posts-mobile {
  display: none;
}
@media screen and (max-width: 1199px) {
  .similar-posts-mobile {
    display: grid;
    margin-top: 50px;
    padding: 40px 20px;
    background-color: var(--light-bg);
    border-radius: 35px;
  }
}

.contact-map {
  height: 60vh;
  max-height: 600px;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .contact-map {
    height: 40vh;
  }
}

.contact-page {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 50px;
}
.contact-page .contact-left h2 {
  line-height: 110%;
}
.contact-page .contact-left .contact-info {
  display: grid;
  gap: 50px;
  margin-top: 30px;
}
.contact-page .contact-left .contact-info div p {
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .contact-page .contact-left .contact-info div p {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.contact-page .contact-left .contact-info div a[href^='tel:'],
.contact-page .contact-left .contact-info div a[href^='mailto:'] {
  display: flex;
  align-items: center;
  color: var(--primary-color);
  font-weight: 700;
  letter-spacing: 0.6px;
  transition: all 0.5s;
}
.contact-page .contact-left .contact-info div a[href^='tel:'] svg,
.contact-page .contact-left .contact-info div a[href^='mailto:'] svg {
  margin-right: 15px;
}
@media screen and (max-width: 575px) {
  .contact-page .contact-left .contact-info div a[href^='tel:'] svg,
  .contact-page .contact-left .contact-info div a[href^='mailto:'] svg {
    max-width: 20px;
    margin-right: 5px;
  }
}
.contact-page .contact-left .contact-info div a svg path {
  transition: all 0.5s;
}
.contact-page .contact-left .contact-info div a:hover {
  color: #81976f;
}
.contact-page .contact-left .contact-info div a:hover svg path:not(.white) {
  fill: #81976f;
}
.contact-page .contact-right {
  background-color: var(--light-bg);
  border-radius: 20px;
  padding: 50px 60px;
}
.contact-page .contact-right form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 15px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
.contact-page .contact-right form label,
.contact-page .contact-right form input,
.contact-page .contact-right form select,
.contact-page .contact-right form textarea {
  letter-spacing: 0.35px;
  font-weight: 500;
  font-family: 'NotoSans';
  font-size: 12px;
  line-height: 100%;
  color: var(--primary-color);
}
.contact-page .contact-right form label {
  display: block;
  margin-bottom: 10px;
  margin-left: 10px;
}
.contact-page .contact-right form .two-col {
  grid-column: span 2;
}
.contact-page .contact-right form input,
.contact-page .contact-right form select,
.contact-page .contact-right form textarea {
  width: 100%;
  border: 1px solid rgba(51, 51, 51, 0.2);
  outline: none;
  border-radius: 14px;
}
.contact-page .contact-right form input,
.contact-page .contact-right form select {
  height: 45px;
  padding: 0 10px;
}
.contact-page .contact-right form textarea {
  padding: 10px;
  height: 180px;
  resize: none;
}
.contact-page .contact-right form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../images/chevron-down-black.svg');
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1399px) {
  .contact-page .contact-right {
    padding: 50px 40px;
  }
  .contact-page .contact-right form {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-page {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-right form {
    grid-template-columns: 1fr;
  }
  .contact-page .contact-right form .two-col {
    grid-column: span 1;
  }
}
@media screen and (max-width: 575px) {
  .contact-page .contact-right {
    padding: 40px 20px;
  }
}

.contact-social {
  flex-wrap: wrap;
}
.contact-social a {
  margin-left: 0 !important;
  margin-right: 35px;
  margin-top: 20px;
}
.contact-social a:last-child {
  margin-right: 0;
}
.contact-social a:hover svg {
  transform: none;
}

.accordion-wrap + .accordion-wrap {
  margin-top: 25px;
}

.accordion-wrap {
  background-color: var(--light-bg);
  padding: 30px;
  padding-bottom: 0;
  transition: all 0.5s;
  border-radius: 15px;
}

.accordion-wrap .accordion {
  cursor: pointer;
  padding-bottom: 30px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
  font-family: 'NotoSans';
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  background-color: transparent;
}

.accordion-wrap .accordion::before {
  content: '';
  background-image: url('../images/chevron-down-black.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.5s;
  width: 50vw;
  height: 50vh;
  max-width: 60px;
  max-height: 60px;
  border-radius: 12px;
  margin-right: 25px;
  border: 1px solid rgba(51, 51, 51, 0.2);
}

.accordion-wrap .accordion.active {
  border-color: rgba(51, 51, 51, 0.1019607843);
}

.accordion-wrap .accordion.active::before {
  transform: rotate(180deg);
  background-color: #446654;
  border-color: #446654;
  background-image: url('../images/chevron-down-white.svg');
}

.accordion-wrap .accordion:hover::before {
  background-color: #446654;
  background-image: url('../images/chevron-down-white.svg');
}

.accordion-wrap .panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.accordion-wrap .panel p {
  margin: 30px 0;
}

@media screen and (max-width: 1399px) {
  .accordion-wrap .accordion {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .accordion-wrap .accordion::before {
    width: 50vw;
    height: 50vh;
    max-width: 50px;
    max-height: 50px;
  }
  .accordion-wrap .panel p {
    margin: 20px 0;
  }
}
@media screen and (max-width: 575px) {
  .accordion-wrap {
    padding: 20px;
    padding-bottom: 0;
  }
  .accordion-wrap .accordion {
    font-size: 18px;
    line-height: 24px;
  }
  .accordion-wrap .accordion::before {
    max-width: 30px;
    max-height: 30px;
    border-radius: 6px;
    margin-right: 10px;
  }
}
.page2-top-testimonials {
  align-items: end;
}
@media screen and (max-width: 1299px) {
  .page2-top-testimonials {
    align-items: start;
  }
}

.testimonilas-sort {
  display: flex;
  align-items: center;
  justify-content: end;
}
.testimonilas-sort .blog-sort {
  margin-bottom: 0;
}
.testimonilas-sort .blog-sort label,
.testimonilas-sort .blog-sort select {
  font-size: 16px;
}
.testimonilas-sort .blog-sort select {
  border-radius: 8px;
}
.testimonilas-sort .blog-sort + .blog-sort {
  margin-left: 40px;
}
@media screen and (max-width: 575px) {
  .testimonilas-sort {
    flex-direction: column;
    align-items: start;
  }
  .testimonilas-sort .blog-sort + .blog-sort {
    margin-left: 0;
    margin-top: 10px;
  }
}

.review {
  background-color: var(--light-bg);
  border-radius: 20px;
  padding: 30px 20px;
  display: grid;
  grid-template-columns: 170px 1fr;
  min-height: 245px;
}
.review * {
  color: var(--primary-color);
}
.review .review-info {
  position: relative;
  display: grid;
  gap: 10px;
  height: -moz-fit-content;
  height: fit-content;
}
.review .review-info::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  opacity: 0.1;
}
.review .review-info .date {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.review .review-info .country {
  font-size: 14px;
  letter-spacing: 0.25px;
  display: flex;
  align-items: center;
}
.review .review-info .country img {
  width: 18px;
  height: 14px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-right: 5px;
}
.review .review-info .review-writer {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.5px;
}
.review .review-info .date + .review-writer {
  margin-top: 20px;
}
.review .review-info .stars {
  display: flex;
  align-items: center;
}
.review .review-info .stars svg + svg {
  margin-left: 8px;
}
.review .review-info .review-type,
.review .review-info .review-type .icon {
  display: flex;
  align-items: center;
}
.review .review-info .review-type .icon {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid rgba(51, 51, 51, 0.2);
}
.review .google-reviews-type::before {
  background-image: url('../images/google.svg');
}
.review .trustpilot-reviews-type::before {
  background-image: url('../images/trust-pilot.svg');
}
.review .review-text {
  margin: auto 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
  position: relative;
}
.review .review-text span {
  font-weight: 700;
  text-transform: uppercase;
}
.review .review-text::before,
.review .review-text::after {
  position: absolute;
  display: block;
  content: '';
  width: 17px;
  height: 12px;
  background-image: url('../images/quotes.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.review .review-text::before {
  left: 0;
  top: 0;
}
.review .review-text::after {
  right: 0;
  bottom: -15px;
}
@media screen and (max-width: 575px) {
  .review {
    grid-template-columns: 1fr;
  }
  .review .review-info .date + .review-writer {
    margin-top: 0;
  }
  .review .review-info .review-writer {
    font-size: 20px;
  }
  .review .review-text {
    padding-left: 0;
    padding-top: 20px;
  }
  .review .review-text::before {
    top: 8px;
  }
}

.review + .review {
  margin-top: 25px;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media screen and (max-width: 1199px) {
  .team-grid {
    gap: 70px;
  }
}
@media screen and (max-width: 767px) {
  .team-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.member {
  display: grid;
  gap: 10px;
}
.member * {
  color: var(--primary-color);
}
.member .member-img {
  height: 300px;
}
.member .member-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.member .member-name,
.member .memeber-title {
  font-weight: 700;
}
.member .member-name {
  font-size: 32px;
  letter-spacing: 0.7px;
}
.member .memeber-title {
  font-size: 24px;
}
.member .member-desc {
  font-size: 16px;
  line-height: 25px;
}
.member .member-desc span {
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1399px) {
  .member .member-img {
    height: 260px;
  }
  .member .member-name {
    font-size: 24px;
    letter-spacing: 0.5px;
  }
  .member .memeber-title {
    font-size: 20px;
  }
}

.cg-map {
  position: relative;
  max-width: 768px;
  width: 100%;
  aspect-ratio: 768/933;
}

.cg-map2 {
  max-width: 400px;
}

.cg-map img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.image-js,
.image-js-city {
  opacity: 0;
}

.cg-base {
  opacity: 1;
  z-index: 2;
}

.cg-base,
.image-js,
.image-js-city {
  transition: all 0.5s;
}

.region-top {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
}
@media screen and (max-width: 991px) {
  .region-top {
    grid-template-columns: 1fr;
  }
}

.montenegro-section {
  display: grid;
  gap: 100px;
}
.montenegro-section h2 {
  margin-bottom: 35px;
}
.montenegro-section img {
  margin-top: 35px;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 30px;
}
@media screen and (max-width: 1399px) {
  .montenegro-section {
    gap: 70px;
  }
  .montenegro-section img {
    height: 450px;
  }
}
@media screen and (max-width: 575px) {
  .montenegro-section {
    gap: 50px;
  }
  .montenegro-section img {
    height: 250px;
    border-radius: 20px;
  }
}

.montenegro-grey-section {
  height: 90vh;
  max-height: 700px;
  display: flex;
  align-items: center;
}
.montenegro-grey-section h2 {
  color: #446654;
}
.montenegro-grey-section p {
  margin: 35px 0;
}

.region-template::after {
  display: none;
}
.region-template .grey-partial {
  border-bottom-left-radius: 35px;
}
.region-template .grey-partial::before {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: calc(50vw - 700px);
  background-color: var(--light-bg);
  height: calc(100% + 30px);
  content: '';
  display: block;
}
@media only screen and (max-width: 1600px) {
  .region-template .grey-partial::before {
    width: 10vw;
  }
}
@media screen and (max-width: 1199px) {
  .region-template .grey-partial::before {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.region-template .region-gallery {
  grid-column: span 2;
}
@media screen and (max-width: 1199px) {
  .region-template .region-gallery {
    grid-column: span 1;
  }
}
@media screen and (max-width: 1199px) {
  .region-template .region-gallery {
    order: 2;
    padding: 0;
  }
  .region-template .grey-partial {
    order: 3;
  }
}

.white-form form {
  display: grid;
  gap: 20px;
}
.white-form .inputs2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 575px) {
  .white-form .inputs2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.white-form label {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.35px;
  margin-bottom: 5px;
  margin-left: 10px;
}
.white-form input::-moz-placeholder,
.white-form textarea::-moz-placeholder {
  font-family: 'NotoSans';
  font-size: 12px;
  font-weight: 500;
}
.white-form input,
.white-form textarea,
.white-form select,
.white-form input::placeholder,
.white-form textarea::placeholder {
  font-family: 'NotoSans';
  font-size: 12px;
  font-weight: 500;
}
.white-form input::-moz-placeholder,
.white-form textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.white-form input::placeholder,
.white-form textarea::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.white-form input,
.white-form textarea,
.white-form select {
  width: 100%;
  color: var(--primary-color);
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 14px;
  padding: 10px;
}
.white-form input,
.white-form select {
  height: 45px;
}
.white-form textarea {
  height: 250px;
  resize: none;
}
@media screen and (max-width: 575px) {
  .white-form textarea {
    height: 150px;
  }
}
.white-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../images/chevron-down-black.svg');
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  cursor: pointer;
}
.white-form .checkbox-agent {
  display: flex;
  align-items: center;
}
.white-form .checkbox-agent label {
  font-weight: 400;
  margin-bottom: 0;
}

.agent-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.agent-bottom .btn-green {
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 575px) {
  .agent-bottom {
    display: grid;
    justify-content: unset;
    gap: 20px;
  }
  .agent-bottom .btn-green {
    width: 100%;
  }
}

.custom-checkbox input {
  width: 21px;
  height: 21px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.custom-checkbox input::before {
  width: 21px;
  height: 21px;
  content: '';
  display: block;
  transition: all 0.2s ease;
  background-image: url('../images/check-green.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  transform: scale(0);
}
.custom-checkbox input:checked::before {
  transform: scale(1);
}

.join-section {
  position: relative;
  z-index: 2;
}
.join-section span {
  color: #fff;
}
.join-section h1 {
  font-size: 64px;
  line-height: 120%;
}
.join-section h2 {
  margin: 15px 0 35px;
}
@media screen and (max-width: 1399px) {
  .join-section h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 575px) {
  .join-section h1 {
    font-size: 32px;
  }
}

.join-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.join-links p {
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Inter';
  margin: 0 50px;
}
.join-links .btn {
  max-width: 330px;
  padding: 20px 50px;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6.3000001907px);
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .join-links {
    flex-direction: column;
  }
  .join-links p {
    margin: 35px 0;
  }
}

.window-header {
  width: calc(100% - 460px);
  margin-left: 460px;
}
.window-header .top-header {
  box-shadow: none;
}
@media screen and (max-width: 1299px) {
  .window-header {
    width: 100%;
    margin-left: 0;
  }
}

.step-wrap {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 460px 1fr;
}
.step-wrap .step-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 50px;
  position: relative;
}
.step-wrap .step-cover h1 {
  font-size: 64px;
  letter-spacing: 1.2px;
  text-align: center;
  color: #fff;
}
.step-wrap .step-cover .step-cover-content {
  position: relative;
  z-index: 2;
}
.step-wrap .step-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  z-index: 0;
}
.step-wrap .step-cover .overlay {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
.step-wrap .step-cover8 img {
  -o-object-position: center 10%;
  object-position: center 10%;
}
.step-wrap .step-cover-top {
  align-items: start;
}
.step-wrap .step-main {
  padding: 180px 0 80px;
}
.step-wrap .step-main .step-main-title h2 {
  margin-bottom: 10px;
}
.step-wrap .step-main .step-main-title h3 {
  font-size: 24px;
}
@media screen and (max-width: 575px) {
  .step-wrap .step-main .step-main-title h3 {
    font-size: 20px;
  }
}
.step-wrap .step-main .step-sort {
  justify-content: end;
  margin: 30px 0 15px;
}
.step-wrap .step-main .step-sort select {
  border-radius: 7.5px;
}
.step-wrap .step-main .attachments {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.step-wrap .step-main .attachments a {
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 1399px) {
  .step-wrap .step-cover h1 {
    font-size: 54px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 1299px) {
  .step-wrap {
    grid-template-columns: 1fr;
  }
  .step-wrap .step-cover {
    padding: 230px 10% 100px;
  }
  .step-wrap .step-cover img,
  .step-wrap .step-cover .overlay {
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
  }
  .step-wrap .step-main {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1199px) {
  .step-wrap .step-cover {
    padding: 200px 10% 100px;
  }
  .step-wrap .step-cover h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 991px) {
  .step-wrap .step-cover {
    padding: 200px 5% 100px;
  }
}
@media screen and (max-width: 575px) {
  .step-wrap .step-cover {
    padding: 140px 5% 70px;
  }
  .step-wrap .step-cover h1 {
    font-size: 38px;
    letter-spacing: 0.5px;
  }
  .step-wrap .step-main {
    padding: 50px 0;
  }
}

.agents-list-wrap {
  width: 100%;
  border-radius: 20px;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 400px;
  overflow: hidden;
}

.agents-list {
  height: -moz-fit-content;
  height: fit-content;
  max-height: 400px;
  overflow-y: auto;
}
.agents-list::-webkit-scrollbar {
  width: 17px;
  background-color: rgba(0, 0, 0, 0.0509803922);
}
.agents-list::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 4px solid rgba(0, 0, 0, 0.0509803922);
  border-radius: 8px;
}
.agents-list {
  /* Buttons */
}
.agents-list::-webkit-scrollbar-button:single-button {
  background-color: transparent;
  display: block;
  width: 9px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 5px 0;
}
.agents-list {
  /* Up */
}
.agents-list::-webkit-scrollbar-button:single-button:vertical:decrement {
  background-image: url('../images/up3.svg');
}
.agents-list {
  /* Down */
}
.agents-list::-webkit-scrollbar-button:single-button:vertical:increment {
  background-image: url('../images/down3.svg');
}
.agents-list label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
.agents-list label .hidden-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.agents-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  border-bottom: 1px solid #fff;
  background-color: var(--light-bg);
  transition: all 0.5s;
  cursor: pointer;
}
.agents-list li .flags,
.agents-list li .agent-avatar {
  display: flex;
  align-items: center;
}
.agents-list li .agent-avatar {
  font-size: 18px;
  line-height: 100%;
  transition: all 0.5s;
}
.agents-list li .agent-avatar img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 11px;
  margin-right: 10px;
}
.agents-list li .flags img + img {
  margin-left: 20px;
}
@media screen and (max-width: 575px) {
  .agents-list li {
    padding: 15px 10px;
  }
  .agents-list li .flags img {
    width: 25px;
    height: auto;
  }
  .agents-list li .flags img + img {
    margin-left: 10px;
  }
  .agents-list li .agent-avatar {
    font-size: 16px;
  }
}
.agents-list li:hover,
.agents-list li:has(.hidden-radio:checked) {
  background-color: #dfdfdf;
}
.agents-list li:hover .agent-avatar,
.agents-list li:has(.hidden-radio:checked) .agent-avatar {
  font-weight: 700;
}

.agent-page-bottom {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .agent-page-bottom {
    flex-direction: column-reverse;
  }
  .agent-page-bottom .btn-white {
    margin-top: 25px;
  }
}

.agent-help {
  font-size: 14px;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
}

.step-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  background-color: rgba(34, 34, 34, 0.5019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
}

.step-popup-wrap.opened {
  opacity: 1;
  visibility: visible;
}

.step-popup {
  width: 100%;
  max-width: 940px;
  background-color: #fff;
  border-radius: 20px;
  padding-top: 20px;
  padding-right: 5px;
  overflow: hidden;
}
.step-popup .step-popup-body {
  padding: 30px 50px 50px;
  height: 560px;
  max-height: 70vh;
  overflow-y: auto;
}
.step-popup .step-popup-body::-webkit-scrollbar {
  width: 12px;
}
.step-popup .step-popup-body::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border: 2px solid #fff;
  border-radius: 8px;
}
.step-popup .step-popup-body {
  /* Buttons */
}
.step-popup .step-popup-body::-webkit-scrollbar-button:single-button {
  background-color: transparent;
  display: block;
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.step-popup .step-popup-body {
  /* Up */
}
.step-popup .step-popup-body::-webkit-scrollbar-button:single-button:vertical:decrement {
  background-image: url('../images/up.svg');
}
.step-popup .step-popup-body {
  /* Down */
}
.step-popup .step-popup-body::-webkit-scrollbar-button:single-button:vertical:increment {
  background-image: url('../images/down.svg');
}
@media screen and (max-width: 575px) {
  .step-popup .step-popup-body {
    padding: 30px 20px 50px;
  }
  .step-popup .step-popup-body h2 {
    font-size: 20px;
  }
}
.step-popup .step-popup-bottom {
  background-color: var(--light-bg);
  padding: 26px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.step-popup .step-popup-bottom a,
.step-popup .step-popup-bottom div {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .step-popup .step-popup-bottom {
    flex-direction: column;
  }
  .step-popup .step-popup-bottom a,
  .step-popup .step-popup-bottom div {
    width: 100%;
  }
  .step-popup .step-popup-bottom *:last-child {
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .step-popup .step-popup-bottom {
    padding: 26px 20px;
  }
}

.help-text h2:first-of-type {
  padding-left: 30px;
  position: relative;
}
.help-text h2:first-of-type::before {
  position: absolute;
  content: '';
  display: block;
  width: 23px;
  height: 28px;
  left: 0;
  top: 5px;
  background-image: url('../images/mre.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1399px) {
  .help-text h2:first-of-type::before {
    top: 1px;
  }
}
@media screen and (max-width: 575px) {
  .help-text h2:first-of-type {
    padding-left: 25px;
  }
  .help-text h2:first-of-type::before {
    width: 18px;
    height: 23px;
    top: 0px;
  }
}

.agent-preview-text .agent-info-wrap {
  display: flex;
  align-items: start;
}
.agent-preview-text .agent-info-wrap > img {
  width: 240px;
  height: 270px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-right: 50px;
}
.agent-preview-text .agent-info-wrap .agent-info {
  display: grid;
  gap: 25px;
}
.agent-preview-text .agent-info-wrap .agent-info .agent-name {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
}
.agent-preview-text .agent-info-wrap .agent-info .agent-name img {
  margin-left: 20px;
}
.agent-preview-text .agent-info-wrap .agent-info .agent-type {
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  padding: 5px 25px;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
}
.agent-preview-text .agent-info-wrap .agent-info .type1 {
  background-color: #81976f;
}
.agent-preview-text .agent-info-wrap .agent-info .type2 {
  background-color: #6f8197;
}
.agent-preview-text .agent-info-wrap .agent-info .type3 {
  background-color: #97876f;
}
.agent-preview-text .agent-info-wrap .agent-info a[href^='tel'],
.agent-preview-text .agent-info-wrap .agent-info a[href^='mailto'] {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: var(--primary-color);
}
.agent-preview-text .agent-info-wrap .agent-info a[href^='tel'] svg,
.agent-preview-text .agent-info-wrap .agent-info a[href^='mailto'] svg {
  margin-right: 10px;
}
.agent-preview-text .agent-info-wrap .agent-info .agent-social {
  display: flex;
  align-items: center;
}
.agent-preview-text .agent-info-wrap .agent-info .agent-social a + a {
  margin-left: 27px;
}
.agent-preview-text .agent-info-wrap .agent-info .agent-social a svg path {
  transition: all 0.5s;
}
.agent-preview-text .agent-info-wrap .agent-info .agent-social a:hover svg path:not(.wh) {
  fill: #81976f;
}
@media screen and (max-width: 767px) {
  .agent-preview-text .agent-info-wrap {
    flex-direction: column;
  }
  .agent-preview-text .agent-info-wrap > img {
    margin-right: 0;
    margin-bottom: 25px;
    width: 180px;
    height: 210px;
  }
  .agent-preview-text .agent-info-wrap .agent-info {
    gap: 20px;
  }
  .agent-preview-text .agent-info-wrap .agent-info .agent-name {
    font-size: 28px;
  }
  .agent-preview-text .agent-info-wrap .agent-info .agent-name img {
    margin-left: 10px;
    max-width: 35px;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .agent-preview-text .agent-info-wrap > img {
    width: 150px;
    height: 150px;
  }
  .agent-preview-text .agent-info-wrap .agent-info .agent-name {
    font-size: 24px;
  }
}
.agent-preview-text .agent-description {
  margin-top: 50px;
}
.agent-preview-text .agent-description .read-more {
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.step-form input::-moz-placeholder,
.step-form textarea::-moz-placeholder {
  font-family: 'NotoSans';
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.35px;
}

.step-form label,
.step-form input,
.step-form input::placeholder,
.step-form summary,
.step-form textarea,
.step-form textarea::placeholder {
  font-family: 'NotoSans';
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.35px;
}
.step-form input::-moz-placeholder,
.step-form textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5019607843);
}
.step-form input::placeholder,
.step-form textarea::placeholder {
  color: rgba(51, 51, 51, 0.5019607843);
}
.step-form label,
.step-form input,
.step-form summary,
.step-form textarea {
  color: #333333;
}
.step-form input,
.step-form summary,
.step-form textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  padding: 10px;
}
.step-form input,
.step-form summary {
  height: 45px;
}
.step-form label {
  display: block;
  margin-left: 10px;
  margin-bottom: 8px;
}
.step-form textarea {
  height: 150px;
  resize: none;
}
.step-form summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  background-image: url('../images/chevron-down.svg');
  background-position: calc(100% - 10px) 55%;
  background-repeat: no-repeat;
}
.step-form details {
  position: relative;
}
.step-form details .step-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  box-shadow: 0px 0px 19.7px 0px rgba(0, 0, 0, 0.0705882353);
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  overflow: hidden;
  z-index: 4;
}
.step-form details .step-dropdown ul,
.step-form details .step-dropdown li {
  width: 100%;
}
.step-form details .step-dropdown li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  transition: all 0.5s;
  padding: 10px 20px 10px 10px;
}
.step-form details .step-dropdown li label {
  font-weight: 600;
  font-size: 14px;
  transition: all 0.5s;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.step-form details .step-dropdown li input {
  width: 20px;
  height: 20px;
  transition: all 0.5s;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  opacity: 0;
}
.step-form details .step-dropdown li input::before {
  width: 20px;
  height: 20px;
  display: block;
  content: '';
  background-image: url('../images/check-green2.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 65%;
  transform: scale(0);
  transition: all 0.5s;
}
.step-form details .step-dropdown li input:checked {
  opacity: 1;
}
.step-form details .step-dropdown li input:checked::before {
  transform: scale(1);
}
.step-form details .step-dropdown li:hover {
  background-color: #446654;
}
.step-form details .step-dropdown li:hover input {
  opacity: 1;
}
.step-form details .step-dropdown li:hover label {
  color: #fff;
}
.step-form details .price-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step-form details .price-group input {
  width: 45%;
  border: none;
  outline: none;
}
.step-form .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step-form .buttons .btn-white {
  min-width: 180px;
  letter-spacing: 0;
}
@media screen and (max-width: 575px) {
  .step-form .buttons {
    flex-direction: column;
  }
  .step-form .buttons .btn-white {
    width: 100%;
  }
  .step-form .buttons .btn-white + .btn-white {
    margin-top: 20px;
  }
}
.step-form .step8 {
  margin-top: 20px;
}
.step-form .step8 .forgot-pass {
  color: var(--primary-color);
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0;
}
.step-form .step8 .btn-white {
  width: 300px;
  max-width: 100%;
}
@media screen and (max-width: 575px) {
  .step-form .step8 .btn-white {
    margin-top: 20px;
  }
}
.step-form .form-top-margin {
  margin-top: 120px;
}
@media screen and (max-width: 1299px) {
  .step-form .form-top-margin {
    margin-top: 0;
  }
}

.bottom-txt {
  display: block;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .bottom-txt {
    text-align: center;
  }
}

.step-grid {
  display: grid;
  gap: 35px;
}
.step-grid .input2,
.step-grid .input3 {
  display: grid;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.step-grid .input3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.step-grid .input2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .step-grid {
    gap: 20px;
  }
  .step-grid .input3,
  .step-grid .input2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.phone-tooltip-wrap2 {
  position: relative;
}
.phone-tooltip-wrap2 .phone-tooltip2 {
  width: 150%;
  max-width: 330px;
  bottom: 3px;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .phone-tooltip-wrap2 .phone-tooltip2 {
    max-width: 100%;
    bottom: 100%;
    left: 0;
  }
}

.phone-tooltip-wrap2:hover .phone-tooltip2 {
  opacity: 1;
  visibility: visible;
}

.progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 50px;
  border-top: 4px solid rgba(51, 51, 51, 0.2);
  position: relative;
}
.progress::before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 66%;
  height: 4px;
  background-color: #446654;
  content: '';
  display: block;
  z-index: 2;
}
.progress .progress-num {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.progress .progress-num div,
.progress .progress-num p {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
}
.progress .progress-num p {
  margin-top: 5px;
  letter-spacing: 2px;
}
.progress .progress-num p span {
  color: #81976f;
}

.progress-agent {
  display: flex;
  align-items: center;
}
.progress-agent img {
  border-radius: 7px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-right: 10px;
}
.progress-agent p,
.progress-agent span {
  font-size: 12px;
  line-height: 100%;
}
.progress-agent p {
  margin: 5px 0;
}
.progress-agent span {
  font-weight: 600;
}

.progress-agent-top {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.progress-agent-top img {
  border-radius: 10px;
  margin-right: 0;
  margin-bottom: 5px;
}
.progress-agent-top p,
.progress-agent-top span {
  font-size: 14px;
}

.progress-all::before {
  width: 100%;
}

.create-new-list {
  background-color: #333333;
  border: none;
  outline: none;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  color: #fff;
  font-family: 'NotoSans';
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.5px;
  padding: 14px 25px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.create-new-list svg {
  margin-right: 5px;
}
.create-new-list:hover {
  background-color: #446654;
}
@media screen and (max-width: 575px) {
  .create-new-list {
    font-size: 14px;
    letter-spacing: 0.25px;
    padding: 10px 20px;
  }
}

.favourites-details-list {
  list-style: none;
}
.favourites-details-list li:nth-child(2n + 1) {
  background-color: #fff;
}
.favourites-details-list li:last-child:nth-child(even) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.favourites-details-list .details-top {
  min-height: 85px;
  display: flex;
  align-items: center;
}
.favourites-details-list .details-top .page-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.favourites-details-list .details-top .list-title {
  max-width: 50%;
}
.favourites-details-list .details-top .list-title input::-moz-placeholder {
  font-family: 'NotoSans';
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.35px;
}
.favourites-details-list .details-top .list-title,
.favourites-details-list .details-top .list-title input,
.favourites-details-list .details-top .list-title input::placeholder {
  font-family: 'NotoSans';
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.35px;
}
@media screen and (max-width: 1399px) {
  .favourites-details-list .details-top .list-title input::-moz-placeholder {
    font-size: 16px;
  }
  .favourites-details-list .details-top .list-title,
  .favourites-details-list .details-top .list-title input,
  .favourites-details-list .details-top .list-title input::placeholder {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .favourites-details-list .details-top .list-title input::-moz-placeholder {
    font-size: 14px;
    letter-spacing: 0;
  }
  .favourites-details-list .details-top .list-title,
  .favourites-details-list .details-top .list-title input,
  .favourites-details-list .details-top .list-title input::placeholder {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.favourites-details-list .details-top .list-title input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.6980392157);
}
.favourites-details-list .details-top .list-title input::placeholder {
  color: rgba(51, 51, 51, 0.6980392157);
}
.favourites-details-list .details-top .list-title input {
  color: #333333;
  background-color: #fff;
  padding: 0 15px;
  border-radius: 14px;
  border: none;
  outline: none;
  height: 45px;
  width: 100%;
  max-width: 200px;
  margin-left: -15px;
}
@media screen and (max-width: 575px) {
  .favourites-details-list .details-top .list-title input {
    margin-left: 0;
    padding: 0 8px;
  }
}
.favourites-details-list .details-top .list-title {
  cursor: pointer;
}
.favourites-details-list .details-top .list-options {
  display: flex;
  align-items: center;
}
.favourites-details-list .details-top .list-options div {
  height: 25px;
}
.favourites-details-list .details-top .list-options div,
.favourites-details-list .details-top .list-options div button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.favourites-details-list .details-top .list-options div + div {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid rgba(51, 51, 51, 0.2);
}
.favourites-details-list .details-top .list-options button {
  background-color: transparent;
  border: none;
  outline: none;
}
.favourites-details-list .details-top .list-options button svg path,
.favourites-details-list .details-top .list-options button svg circle {
  transition: all 0.5s;
}
.favourites-details-list .details-top .list-options button:hover svg path,
.favourites-details-list .details-top .list-options button:hover svg circle {
  stroke-opacity: 1;
  fill-opacity: 1;
}
@media screen and (max-width: 575px) {
  .favourites-details-list .details-top .list-options div + div {
    margin-left: 5px;
    padding-left: 5px;
  }
  .favourites-details-list .details-top .list-options div {
    height: 20px;
  }
  .favourites-details-list .details-top .list-options button svg {
    max-width: 18px;
    max-height: 18px;
  }
}
.favourites-details-list .details-content {
  padding: 50px 0;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 575px) {
  .favourites-details-list .details-content {
    padding: 25px 0 50px;
  }
}
.favourites-details-list .empty-custom-list {
  font-weight: 500;
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0.35px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1399px) {
  .favourites-details-list .empty-custom-list {
    font-size: 28px;
  }
}
@media screen and (max-width: 1199px) {
  .favourites-details-list .empty-custom-list {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .favourites-details-list .empty-custom-list {
    font-size: 18px;
  }
} /*# sourceMappingURL=main.css.map */

#home-search .choices__inner {
  background-color: transparent;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  background-image: url(../images/chevron-down-white.svg);
  background-position: calc(100% - 5px);
  background-repeat: no-repeat;
  background-size: 12px;
}

#home-search .choices__list--dropdown,
#home-search .choices__list[aria-expanded] {
  border-radius: 7px;
  background-color: rgba(145, 145, 145, 0.15);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  color: white !important;
  border: none !important;
  font-family: 'Varta';
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.35px;
  color: #fff;
}
#home-search .choices[data-type*='select-one'] .choices__input {
  border: none !important;
  background-color: transparent;
  color: white !important;
  padding: 10px 20px;
}
#home-search .choices__list--dropdown .choices__item--selectable.is-highlighted,
#home-search .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: rgba(145, 145, 145, 0.5019607843);
}
#home-search .choices__list--dropdown .choices__item,
#home-search .choices__list[aria-expanded] .choices__item {
  padding: 10px 20px;
}
/* ukloni strelicu */
#home-search .choices[data-type*='select-one']::after {
  content: none;
}

/* opcionalno: malo dotjeraj padding da ne ostane prazno mjesto */
#home-search .choices__inner {
  padding-right: 10px;
  padding-left: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 26px;
}

#home-search .choices__list--single {
  padding: 0;
}

#home-search .choices__list--dropdown,
#home-search .choices__list[aria-expanded] {
  top: 110%;
}

#home-search .choices__list--dropdown .choices__list,
#home-search .choices__list[aria-expanded] .choices__list {
  max-height: 180px; /* visina dropdown-a */
  overflow-y: auto !important; /* dodaje scroll kada je lista preduga */
}

/* Opcionalno: malo stajlinga za scrollbar */
#home-search .choices__list--dropdown .choices__list::-webkit-scrollbar {
  width: 6px;
}

#home-search .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb,
#home-search .choices__list[aria-expanded] .choices__list::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 3px;
}

#home-search .choices__list--dropdown .choices__list::-webkit-scrollbar-track,
#home-search .choices__list[aria-expanded] .choices__list::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 3px;
}
#home-search .choices__placeholder {
  opacity: 1;
}

.choices__list--multiple .choices__item {
  background-color: #446654;
  border: 1px solid #446654;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #446654;
  border: 1px solid #446654;
}

#filters .choices__inner {
  background-color: white;
  border-radius: 14px;
}
#filters .choices__input {
  background-color: white;
}

#filters .choices__input::placeholder {
  color: rgba(51, 51, 51, 0.5);
  font-family: 'NotoSans';
  font-weight: 500;
  font-size: 12px;
}

#filters .choices__list--multiple .choices__item {
  border-radius: 7px;
}

/* #filters .choices[data-type*='select-multiple'] .choices__input {
  display: none;
} */
