.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #050505;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #050505;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #050505;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #050505;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #050505;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #050505;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 1rem;
}

a {
  color: #da3e52;
  text-decoration: underline;
}

.body {
  background-color: #f5f5f5;
  line-height: 1.3;
}

.section {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  margin-top: 0;
  padding: 50px 0;
}

.section.tours-summary-block {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero {
  background-image: linear-gradient(265deg, rgba(255, 255, 255, 0) 4%, rgba(7, 0, 28, .67) 76%, rgba(7, 4, 31, .93)), url('../images/hero1_1.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 150px;
  padding-bottom: 130px;
  text-decoration: none;
  display: block;
}

.section.hero-inner {
  min-height: 70vh;
  background-image: linear-gradient(88deg, rgba(0, 0, 0, .77), rgba(0, 0, 0, 0)), url('../images/pexels-pok-rie-1655166.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.hero-inner.tours {
  background-image: linear-gradient(88deg, rgba(0, 0, 0, .77), rgba(0, 0, 0, 0)), url('../images/pexels-flo-maderebner-1466333.jpg');
}

.section.hero-inner.about {
  min-height: 50vh;
  background-image: linear-gradient(88deg, rgba(0, 0, 0, .77), rgba(0, 0, 0, 0)), url('../images/pexels-oliver-sjöström-1295036.jpg');
  background-position: 0 0, 50%;
  padding-top: 150px;
  padding-bottom: 50px;
}

.section.hero-inner.contact {
  background-image: linear-gradient(88deg, rgba(0, 0, 0, .77), rgba(0, 0, 0, 0)), url('../images/pexels-oliver-sjöström-1295036.jpg');
}

.section.hero-inner.sec-hero {
  min-height: 50vh;
  background-image: linear-gradient(88deg, rgba(0, 0, 0, .77), rgba(0, 0, 0, 0)), url('../images/Untitled-design-53.webp');
  background-position: 0 0, 50%;
  padding-top: 150px;
  padding-bottom: 50px;
}

.section.contact-form-section {
  padding-top: 4vw;
}

.section.dark {
  background-color: #022e3b;
}

.main-container {
  max-width: 1300px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-end;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
  overflow: visible;
}

.card-collection-wrapper {
  z-index: 1;
  max-width: 100%;
  margin-top: 0;
  position: static;
}

.card-collection-list {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-collection-item {
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.hero-heading {
  max-width: 90vw;
  color: #fff;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 70px;
}

.heading-left {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: stretch;
  display: flex;
}

.paragraph {
  color: #6e7191;
  font-size: 18px;
  line-height: 28px;
}

.paragraph.hero {
  max-width: 45vw;
  color: #fff;
  border-left: 2px solid #fff;
  margin-top: 40px;
  padding-left: 20px;
  font-size: 22px;
  line-height: 30px;
}

.paragraph.body {
  color: #050505;
  background-color: rgba(0, 0, 0, 0);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

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

.paragraph.dark {
  color: #04002b;
}

.nav-link {
  color: #fff;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(255, 255, 255, .55);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.nav-link.dropdown {
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #da3e52;
  border-radius: .2rem;
  flex: 0 auto;
  align-self: flex-start;
  padding: 12px 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.button-primary:hover {
  color: #fff;
  background-color: #050505;
  font-weight: 700;
}

.button-primary:active {
  background-color: #43464d;
}

.social-icons-grid {
  grid-template-columns: 1fr;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.social-icons-grid.footer {
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-button-wrapper {
  max-width: 50vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: start;
  justify-items: start;
  margin-top: 40px;
  display: flex;
}

.content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-split {
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-split.right {
  max-width: 45%;
  grid-row-gap: 10px;
}

.content-split.left {
  max-width: 50%;
}

.big-body-image {
  width: 100vw;
  height: 500px;
  min-width: 100%;
  object-fit: cover;
  border-radius: .2rem;
  box-shadow: 1px 9px 18px 4px rgba(150, 163, 181, .3);
}

.heading-3 {
  color: #050505;
  text-transform: capitalize;
  margin-top: 0;
  font-size: 2.8rem;
  line-height: 3rem;
}

.property-card {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 18px 18px 45px rgba(0, 0, 0, .1);
}

.card-image-wrap {
  height: 230px;
  border-radius: .3rem .3rem 0 0;
  position: relative;
  overflow: hidden;
}

.card-image-wrap.div {
  overflow: visible;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  position: relative;
  overflow: hidden;
}

.card-content {
  grid-row-gap: 10px;
  border: 1px #000;
  flex-direction: column;
  padding: 20px 24px 25px;
  display: flex;
}

.card-wrapper {
  background-color: #fff;
  border-radius: .3rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  display: block;
  overflow: hidden;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .16);
}

.tours-card.heading {
  color: #050505;
  font-size: 1.8rem;
  line-height: 1.2rem;
}

.card-summary {
  color: #050505;
  font-size: .9rem;
  line-height: 1.2;
}

.tours-buttons-grid {
  grid-column-gap: 15px;
  grid-template-rows: auto;
}

.location-icon {
  max-width: 1.8%;
  align-self: center;
  margin-bottom: 2px;
  margin-right: 2px;
}

.location-row {
  grid-column-gap: 4px;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.card-location {
  color: #022e3b;
  font-weight: 700;
}

.card-tiny-text {
  color: #050505;
  letter-spacing: .2px;
  font-size: 12px;
}

.tours-price-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  align-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 24px;
  right: auto;
}

.price-text {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .65);
  align-self: flex-end;
  font-size: 45px;
  font-weight: 700;
  line-height: 31px;
}

.price-text-from-per {
  color: #fff;
  letter-spacing: .2px;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, .65);
  align-self: flex-end;
  margin-right: 5px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 13px;
}

.price-text-from-per.margin {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .65);
  margin-left: 5px;
  line-height: 13px;
}

.text-block-5 {
  color: #050505;
}

.empty-state {
  background-color: #fff;
}

.navigation-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.menu-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-navigation {
  z-index: 1200;
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #04002b;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  padding-left: 0%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  width: 100%;
  justify-content: space-between;
  padding-left: 165px;
  display: flex;
}

.container-navigation {
  max-width: 1300px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
}

.menu-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sub-heading {
  color: #050505;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
}

.sub-heading.margin-right {
  margin-right: 7px;
}

.moving-gallery-top-grid {
  width: 120vw;
  height: 40vh;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  margin-bottom: 16px;
}

.moving-gallery-image {
  height: 100%;
  object-fit: cover;
  background-image: url('../images/selamet.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .2rem;
}

.moving-gallery-image.mg-image-2 {
  background-image: url('../images/river.png');
  background-position: 50%;
  background-size: cover;
}

.moving-gallery-image.mg-image-3 {
  background-image: url('../images/mega.png');
  background-position: 50%;
  background-size: cover;
}

.moving-gallery-image.mg-image-5 {
  background-image: url('../images/feretti.png');
  background-position: 50%;
  background-size: cover;
}

.moving-gallery-image.mg-image-4 {
  background-image: url('../images/pexels-oliver-sjöström-1295036.jpg');
  background-position: 50%;
  background-size: cover;
}

.moving-gallery-image.mg-image-6 {
  background-image: url('../images/yesilkoy.png');
  background-position: 50%;
  background-size: cover;
}

.moving-gallery-image.mg-image-7 {
  width: 100%;
  background-image: url('../images/nis3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.moving-gallery-image.mg-image-8 {
  background-image: url('../images/pexels-julie-aagaard-1368502.jpg');
  background-position: 50%;
  background-size: cover;
}

.moving-gallery-wrapper {
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.moving-gallery-bottom-grid {
  width: 120vw;
  height: 39vh;
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  margin-bottom: 0;
}

.section2 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section2.moving-gallery {
  padding-top: 60px;
  padding-bottom: 60px;
}

.button-wrapper {
  color: #000;
  background-image: url('../images/Black-Thing.png');
  background-position: 55% 250%;
  background-repeat: no-repeat;
  background-size: 110%;
  border: 2px solid #000;
  border-radius: .2rem;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-out;
  display: flex;
}

.button-wrapper:hover {
  color: #fff;
  background-position: 50% 0;
}

.button-wrapper.navy-filled-in {
  color: #fff;
  background-color: #07004f;
  border-style: none;
}

.button-wrapper.navy-filled-in:hover {
  border-color: #050505;
}

.button-wrapper.navy-filled-in.hero {
  min-width: 200px;
  color: #050505;
  background-color: #f5f5f5;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: #f5f5f5;
}

.button-wrapper.navy-filled-in.hero:hover {
  color: #fff;
  background-image: url('../images/Black-Thing.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 110%;
  border-color: #fff;
}

.button-wrapper.navy-filled-in.header {
  width: 250px;
  background-image: none;
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.button-wrapper.navy-filled-in.header:hover {
  color: #04002b;
  background-color: #fff;
  background-image: none;
}

.button-wrapper.outline.light {
  min-width: 200px;
  color: #fff;
  border-color: #fff;
}

.button-wrapper.outline.light:hover {
  border-color: #050505;
}

.button-text {
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  justify-content: center;
  line-height: 22px;
  display: block;
}

.button-text.hero.light {
  color: #fff;
}

.footer-center {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link-white {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-white:hover {
  opacity: .5;
}

.container-3 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.footer-link-wrap {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.footer {
  background-color: #022e3b;
  padding: 30px 3%;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.divider {
  width: 100%;
  border-bottom: 2px solid #fff;
}

.small-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

._404-message {
  color: #050505;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: #da3e52;
  border-radius: .2rem;
}

.field-label {
  color: #050505;
}

.lock-icon {
  align-self: center;
}

.tours-body {
  background-color: #f5f5f5;
}

.tours-item {
  flex: 0 auto;
  align-self: auto;
  display: flex;
}

.form-button {
  letter-spacing: .5px;
  background-color: #da3e52;
  border-radius: .2rem;
  font-weight: 700;
}

.body-contact {
  background-color: #f5f5f5;
}

.form-text-field {
  border-radius: .2rem;
}

.spacer {
  height: 5vw;
  min-height: 5vw;
}

.spacer._2vw {
  height: 2vw;
  min-height: 2vw;
}

.site-styles {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.styleguide-container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.styleguide-wrapper-2 {
  max-width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-nav-logo {
  width: 120px;
}

.tours-wrapper {
  flex-direction: row;
  display: block;
}

.tours-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rich-text-block {
  font-size: 16px;
}

.price-info {
  display: flex;
}

.info {
  color: #da3e52;
  font-size: 1rem;
  font-weight: 700;
}

.info.margin-left {
  margin-left: 5px;
}

.location-info, .duration-info {
  display: flex;
}

.info-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-bottom: 20px;
  padding-top: 20px;
  display: flex;
}

.tours-heading {
  margin-top: 0;
}

.image-cover {
  height: 100%;
  object-fit: cover;
  background-image: url('../images/pexels-pok-rie-1655166.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .2rem;
}

.multi-image-wrapper {
  flex-flow: row;
  display: block;
}

.multi-image-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.multi-image-item {
  height: 50vh;
  flex: 1;
}

.button-center-div-wrapper {
  justify-content: center;
  margin-top: 3rem;
  display: flex;
}

.button-secondary {
  color: #050505;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #000;
  border-bottom-style: solid;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.hero-image-wrapper {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: .2rem;
  flex: 0 auto;
  align-self: flex-end;
  overflow: hidden;
}

.line {
  height: 1px;
  background-color: rgba(0, 0, 0, .11);
}

.hero2-wrapper {
  grid-column-gap: 60px;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 3rem;
  display: flex;
}

.hero2-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cms-grid {
  grid-column-gap: 60px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.more-info-wrapper {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, .11);
  padding: 25px;
}

.text-link-wrapper {
  text-decoration: none;
}

.main-container-header {
  max-width: 1300px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-end;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
  overflow: visible;
}

.heading-h3-size {
  color: #04002b;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 34px;
}

.heading-h3-size.center {
  text-align: center;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---display-2 {
  color: #07004f;
  margin-left: -20px;
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

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

.brix---grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 50px;
}

.inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---icon-square-36px {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: center;
  justify-items: center;
}

.paragraph-default {
  margin-bottom: 0;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---display-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 52px;
}

.brix---heading-link-dark {
  color: #211f54;
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link-dark:hover {
  color: #4a3aff;
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---badge-secondary-small-bold {
  color: #211f54;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .06);
}

.brix---badge-wrapper-bottom-center {
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 33px;
  left: 0%;
  right: 0%;
}

.brix---avatar-image-link {
  width: 100%;
  max-width: none;
  min-height: 100%;
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---avatar-image-square {
  width: 300px;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-bottom-32px {
  justify-content: center;
  margin-bottom: 32px;
  display: flex;
}

.brix---grid-3-columns-gap-row-64px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-2 {
  color: #07004f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 40px;
}

.brix---heading-h2-size-2.white {
  color: #fff;
}

.brix---heading-h2-size-2.center {
  text-align: center;
}

.brix---color-neutral-801 {
  color: #211f54;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---link-wrapper {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: #4a3aff;
}

.brix---color-neutral-802 {
  color: #6e7191;
}

.brix---heading-h3-size {
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 34px;
}

.brix---content-inside-card {
  padding: 20px 28px 15px;
}

.brix---image-width-100 {
  width: 100%;
}

.brix---image-wrapper---br-top {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-link {
  color: #6e7191;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---card-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---color-neutral-803 {
  color: #6e7191;
}

.brix---heading-h3-size-2 {
  color: #07004f;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.process-img {
  margin-bottom: 32px;
}

.process-wrapper {
  width: 100%;
  height: 300px;
  text-align: center;
  background-image: url('../images/proces1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---subtitle {
  color: #4a3aff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.inner-650px {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---color-neutral-804 {
  color: #6e7191;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---heading-h4-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---avatar-circle-04 {
  width: 80px;
  height: 80px;
  max-height: 80px;
  max-width: 80px;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-testimonial-v2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 40px 64px;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---bg-image-full-width {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---cta-v17-half-image-right {
  z-index: 0;
  width: 46%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.brix---btn-secondary-white {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-white:hover {
  color: #211f54;
  background-color: #fff;
  border-color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  color: #4a3aff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---grid-cta-v16 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---cta-v4-floating-item-01 {
  opacity: .2;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.brix---cta-v17-card {
  min-height: 300px;
  background-color: #211f54;
  background-image: linear-gradient(128deg, rgba(0, 0, 0, .27), rgba(255, 255, 255, .2));
  border-radius: 30px;
  align-items: center;
  margin-bottom: 50px;
  padding: 110px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 35px 4px rgba(33, 31, 84, .2);
}

.brix---section-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---icon-menu-dropdown {
  margin-right: 8px;
}

.brix---dropdown-link {
  width: 100%;
  color: #6e7191;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: #4a3aff;
}

.brix---dropdown-grid-v1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.brix---dropdown-pd {
  padding: 30px 25px 30px 30px;
}

.brix---dropdown-card {
  min-width: 280px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---dropdown-card-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 16px;
  transform: translate(-42%);
}

.brix---dropdown-card-wrapper.w--open {
  margin-left: 80px;
}

.brix---dropdown-chevron {
  width: 14px;
  filter: brightness(200%) saturate(0%) brightness(200%) brightness(200%);
  margin-top: 2px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: #211f54;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: #4a3aff;
}

.brix---hidden-desktop {
  display: none;
}

.btn-slider-arrow-right {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.btn-slider-arrow-right:hover {
  transform: scale(.95)translate(0, -50%);
}

.btn-slider-arrow-left {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  left: -11px;
  transform: translate(0, -50%);
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.btn-slider-arrow-left:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---color-neutral-805 {
  color: #6e7191;
}

.brix---card-testimonial-v13 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px 56px;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---slider-mask-width-390px {
  height: 100%;
  max-width: 390px;
  overflow: visible;
}

.brix---slider-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.brix---btn-secondary {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---inner-container-490px {
  max-width: 490px;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.section-overflow-hidden {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.last-3-comment {
  width: 1300px;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

.brix---slide-item-mg-copy {
  margin-right: 28px;
  padding-left: 20px;
  padding-right: 20px;
}

.stars-img {
  filter: brightness(60%);
  margin-bottom: 24px;
}

.section-hero-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  line-height: 70px;
}

.brix---link-icon-right-2 {
  margin-left: 6px;
}

.brix---text-200-bold-2 {
  color: #07004f;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-2 {
  color: #4a3aff;
}

.brix---link-wrapper-2 {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-2:hover {
  color: #4a3aff;
}

.brix---paragraph-default {
  margin-bottom: 0;
  line-height: 30px;
}

.brix---color-neutral-806 {
  color: #6e7191;
}

.brix---mg-bottom-32px-3 {
  margin-bottom: 32px;
}

.brix---display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---color-neutral-807 {
  color: #211f54;
}

.brix---image-wrapper-br-24px-shadow {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(20, 20, 43, .14);
}

.brix--grid-2-columns-text-right {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---link-content {
  color: #6e7191;
  text-decoration: none;
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---grid-1-column-gap-row-64px {
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-1000px-center {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---subtitle-2 {
  color: #4a3aff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

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

.brix---inner-container-490px-center {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-4 {
  margin-bottom: 48px;
}

.brix---container-default-2 {
  max-width: 1300px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 70px;
}

.brix---icon-square-acent-36px {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #4a3aff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---icon-square-acent-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---color-neutral-808 {
  color: #6e7191;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h3-size-3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 34px;
}

.brix---color-neutral-809 {
  color: #211f54;
}

.brix---divider-64px {
  height: 1px;
  background-color: #dcddeb;
  margin-top: 40px;
  margin-bottom: 40px;
}

.brix---link {
  color: #4a3aff;
  font-size: 16px;
  text-decoration: none;
  transition: color .3s;
}

.brix---link:hover {
  color: #281ca5;
}

.brix---mg-top-16px {
  flex-direction: column;
  margin-top: 16px;
  display: flex;
}

.brix---contact-details-mg {
  margin-right: 32px;
}

.brix---contact-details-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---contact-form-right-side {
  background-color: #edf3ff;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 88px 56px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-810 {
  color: #fff;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---text-area {
  min-height: 144px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---text-area::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input-label {
  color: #211f54;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---input {
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---input::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---contact-form-left-side {
  padding: 88px 56px;
}

.brix---grid-contact-v3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.brix---card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-3 {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.brix---color-neutral-811 {
  color: #fff;
}

.brix---card-form {
  min-height: 576px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 56px 40px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---link-text {
  transition: color .3s;
  display: inline-block;
}

.brix---link-icon-left {
  margin-right: 6px;
}

.brix---grid-1-column-gap-row-16px {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---card-map-content {
  padding: 54px 48px;
}

.brix---image-border-radius-top-24px {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.brix---color-neutral-812 {
  color: #211f54;
}

.brix---grid-contact-v7 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---section-4 {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.paragraph-text {
  color: #1d1d1d;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

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

.referans-lighbox {
  width: 270px;
  height: 270px;
  filter: saturate(0%);
  border: 1px solid #909090;
  transition: all .3s;
  overflow: hidden;
}

.referans-lighbox:hover {
  filter: saturate();
  transform: translate(0, -2px);
  box-shadow: 0 6px 11px rgba(0, 0, 0, .2);
}

.referans-thumbnail-img {
  width: 100%;
  max-width: none;
  min-height: 100%;
}

.reference-section {
  color: #fff;
  padding-top: 76px;
  padding-bottom: 30px;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

._24pd-container-1218px {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.inner-container-600px {
  max-width: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-h2-32px-700-bold {
  color: #1d1d1d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.heading-h2-32px-700-bold.center {
  text-align: center;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #1d1d1d;
  border: .1px solid #000;
  justify-content: center;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.secondary {
  color: #000;
  background-color: #fff;
  border: .1px solid #000;
}

.ref-grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cat-button-wrapper {
  max-width: 660px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cat-button {
  width: 200px;
  color: #04002b;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #04002b;
  border-radius: 10px;
  padding: 12px 15px;
  font-weight: 500;
  transition: all .2s;
}

.cat-button:hover {
  color: #fff;
  background-color: #07004f;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.ref-text-wrapper {
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ref-baslik {
  color: #04002b;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 600;
}

.contact-heading-h1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
  line-height: 66px;
}

.grid-1-column-gap-row-16px {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-link-text {
  font-size: 16px;
  transition: color .3s;
  display: inline-block;
}

.contact-col-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fafdfc;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 30px 22px 0;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.map-embed {
  height: 100%;
}

.contact-card-wrapper {
  padding: 25px 48px 20px 0;
}

.link-icon-left-black {
  opacity: .75;
  filter: invert();
  margin-left: -3px;
  margin-right: 5px;
}

.contact-link-wrapper {
  color: #1d1d1d;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.contact-link-wrapper:hover {
  color: #000;
  font-weight: 500;
}

.contact-icon-left {
  filter: grayscale();
  margin-right: 6px;
}

.paragraph-text-2 {
  color: #1d1d1d;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-text-2.small {
  font-size: 14px;
  line-height: 22px;
}

.map-wrapper {
  width: 100%;
  height: 100%;
  outline-offset: 0px;
  border-radius: 10px;
  outline: 1px solid #909090;
}

.contact-card-div {
  height: 100%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.wp-button {
  color: #fff;
  background-color: #00950a;
  border-radius: 5px;
  margin-top: 21px;
  padding: 16px 27px;
  font-weight: 600;
}

.web-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.brix---btn-primary-small {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---link-text-2 {
  transition: color .3s;
  display: inline-block;
}

.brix---link-icon-left-2 {
  margin-right: 6px;
}

.brix---link-wrapper-3 {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-3:hover {
  color: #4a3aff;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  width: 52px;
  height: 4px;
  background-color: #211f54;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: #211f54;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: #4a3aff;
}

.brix---header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.brix---dropdown-link-2 {
  width: 100%;
  color: #6e7191;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: #4a3aff;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd-2 {
  padding: 40px;
}

.brix---dropdown-card-2 {
  min-width: 280px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle-2 {
  color: #211f54;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-2:hover {
  color: #4a3aff;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.spark-line-3 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  width: 12.75px;
  height: 3.3px;
  background-color: #5532fa;
  border-radius: 3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-2 {
  z-index: 1;
  width: 35px;
  height: 2px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  width: 24px;
  height: 3.3px;
  background-color: #5532fa;
  border-radius: 3px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  width: 24px;
  height: 3.3px;
  background-color: #5532fa;
  border-radius: 3px;
  top: 18px;
}

.spark-simple-menu-button {
  width: 60px;
  height: 60px;
  background-color: #fff;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: #f0ecfd;
  border-radius: 8px;
}

.spark-nav-link {
  color: #000;
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  opacity: 1;
  color: #5532fa;
  background-color: #f0ecfd;
}

.spark-nav-link.w--current {
  color: #5532fa;
}

.spark-nav-link.spark-square-button {
  color: #fff;
  text-align: center;
  background-color: #5532fa;
  border-style: none;
  border-radius: 8px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: color .15s, background-color .15s, opacity .15s;
}

.spark-nav-link.spark-square-button:hover {
  opacity: 1;
  background-color: #1e116e;
}

.spark-nav-link.spark-centered {
  margin-left: 4px;
  margin-right: 4px;
}

.spark-nav-link.spark-with-dropdown {
  grid-column-gap: 16px;
  padding-right: 16px;
  display: flex;
}

.spark-dropdown-link {
  width: 100%;
  border-radius: 8px;
  margin-left: 0;
  padding: 8px 16px;
  transition: color .15s, background-color .15s;
}

.spark-dropdown-link:hover {
  opacity: 1;
  color: #5532fa;
  background-color: #f0ecfd;
}

.spark-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 8px;
  padding: 8px;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-centered-nav-menu {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.spark-left-side-brand-logo {
  margin-right: auto;
  padding-left: 0;
}

.square-menu-with-centered-links-inner {
  width: 100%;
  max-width: 1440px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-with-centered-links {
  width: 100%;
  background-color: #fff;
  padding-left: 64px;
  padding-right: 64px;
}

.number {
  font-weight: 400;
}

.suggest-sec {
  padding-top: 30px;
  padding-bottom: 47px;
}

.flexboz {
  width: 1500px;
  height: 600px;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 34px;
  display: flex;
}

.red {
  width: 250px;
  background-color: #ff0707;
  margin-bottom: 20px;
  margin-right: 30px;
}

.brix---btn-secondary-2 {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-2:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-3 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---play-button-large {
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
  box-shadow: 0 24px 65px rgba(20, 20, 43, .16);
}

.brix---play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---bg-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---video-bg-image {
  width: 100%;
  max-width: none;
}

.brix---position-relative {
  position: relative;
}

.brix---image-wrapper-br-24px-shadow-2 {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 0 60px 2px rgba(0, 64, 255, .42);
}

.brix---mg-bottom-56px-2 {
  margin-bottom: 56px;
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-813 {
  color: #211f54;
}

.brix---subtitle-3 {
  color: #4a3aff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

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

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-1068px-center {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-5 {
  color: #fff;
  background-color: #f8f7ff;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 2vw;
    padding-bottom: 6vw;
    padding-right: 0;
    display: flex;
  }

  .section.tours-summary-block {
    justify-content: center;
    padding-right: 0;
  }

  .section.contact-form-section {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .main-container {
    flex-direction: column;
    flex: 1;
    align-items: center;
    display: block;
  }

  .card-collection-list {
    grid-column-gap: 20px;
  }

  .hero-heading {
    max-width: 100vw;
    font-size: 4.5rem;
    line-height: 4.5rem;
  }

  .heading-left {
    align-self: stretch;
  }

  .paragraph.hero {
    max-width: 80vw;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link.dropdown.w--open {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-button-wrapper {
    max-width: 80vw;
  }

  .content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }

  .content-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .content-split.right {
    grid-column-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .card-content {
    align-items: stretch;
  }

  .card-wrapper {
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .tours-card.heading {
    font-size: 1.3rem;
  }

  .tours-buttons-grid {
    max-width: 100%;
    flex-direction: column;
    display: flex;
  }

  .location-icon {
    max-width: 3%;
  }

  .udesly-lottie-animation {
    width: 26px;
    height: 26px;
    color: #050505;
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    flex: 0 auto;
  }

  .navigation-buttons {
    display: none;
  }

  .menu-links {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px #e6e6e6;
    border-radius: 6px;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: 7px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-navigation {
    position: fixed;
  }

  .nav-menu {
    background-color: #040028;
    flex: 0 auto;
    padding: 24px;
  }

  .container-navigation {
    justify-content: space-between;
  }

  .menu-buttons {
    justify-content: center;
    margin-top: 32px;
    display: flex;
  }

  .sub-heading {
    margin-bottom: 10px;
  }

  .section2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .styleguide-container {
    max-width: 728px;
  }

  .styleguide-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .styleguide-wrapper-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .tours-list {
    grid-column-gap: 30px;
  }

  .multi-image-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .hero-image-wrapper {
    width: 100%;
    height: 500px;
    flex: 0 auto;
    align-self: center;
  }

  .hero2-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 45px;
    flex-direction: column;
    margin-top: 5rem;
  }

  .hero2-image {
    display: inline-block;
  }

  .cms-grid {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .more-info-wrapper {
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, .11);
    padding: 20px;
  }

  .main-container-header {
    flex-direction: column;
    flex: 1;
    align-items: center;
    display: block;
  }

  .heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 48px;
  }

  .brix---social-media-grid-center {
    grid-column-gap: 10px;
  }

  .brix---display-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .process-img {
    margin-bottom: 24px;
  }

  .process-wrapper {
    height: 250px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---cta-v17-half-image-right {
    width: 100%;
    height: 52%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-cta-v16 {
    grid-template-columns: 1fr;
  }

  .brix---cta-v17-card {
    min-height: 600px;
    align-items: flex-start;
    padding: 60px 54px 228px;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---dropdown-link {
    text-align: center;
    justify-content: center;
  }

  .brix---dropdown-grid-v1 {
    justify-content: center;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-card-wrapper {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    padding-top: 0;
  }

  .brix---dropdown-card-wrapper.w--open {
    margin-left: 0;
    position: static;
    transform: none;
  }

  .brix---slider-mask-width-390px {
    position: static;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section-hero-heading {
    max-width: 100vw;
    font-size: 4.5rem;
    line-height: 4.5rem;
  }

  .brix---mg-bottom-32px-3 {
    margin-bottom: 24px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix--grid-2-columns-text-right, .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 40px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---divider-64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---contact-form-right-side {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
    padding: 64px 40px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---contact-form-left-side {
    padding: 64px 40px;
  }

  .brix---grid-contact-v3 {
    grid-template-columns: 1.2fr;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---grid-contact-v7 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .referans-lighbox {
    width: auto;
    height: auto;
  }

  .reference-section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .heading-h2-32px-700-bold {
    font-size: 30px;
    line-height: 46px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .ref-grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .contact-heading-h1 {
    font-size: 48px;
    line-height: 60px;
  }

  .map-embed {
    height: 300px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card-2 {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .spark-line-3.spark-simple-line {
    width: 12.75px;
    height: 3.33px;
    background-color: #5532fa;
    border-radius: 3px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    width: 24px;
    height: 3.33px;
    background-color: #5532fa;
    border-radius: 3px;
  }

  .spark-line-1.spark-simple-line {
    width: 24px;
    height: 3.33px;
    background-color: #5532fa;
    border-radius: 2px;
  }

  .spark-simple-menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-square-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-link.spark-with-dropdown {
    margin-bottom: 0;
  }

  .spark-dropdown-list.w--open {
    position: relative;
  }

  .spark-centered-nav-menu {
    z-index: 99;
    background-color: #fff;
    border-radius: 45px;
    margin-top: 1rem;
    padding: 2rem 1rem 1rem;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .1);
  }

  .spark-left-side-brand-logo {
    margin-right: auto;
  }

  .square-menu-with-centered-links-inner {
    justify-content: flex-end;
    padding: 0;
  }

  .spark-square-menu-with-centered-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 100px;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 48px;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 5vw 5%;
  }

  .section.tours-summary-block {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section.hero-inner {
    padding-bottom: 5vw;
  }

  .main-container {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .card-collection-list {
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .card-collection-item {
    margin-bottom: 25px;
  }

  .hero-heading {
    font-size: 4rem;
    line-height: 4rem;
  }

  .paragraph.body {
    max-width: 100%;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .hero-button-wrapper {
    max-width: 80vw;
  }

  .content-wrapper {
    flex-direction: column;
  }

  .content-split.right, .content-split.left {
    max-width: 100%;
  }

  .big-body-image {
    height: 400px;
  }

  .tours-card.heading {
    font-size: 2rem;
  }

  .udesly-lottie-animation {
    width: 20px;
    height: 20px;
  }

  .menu-links {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .menu-button {
    width: 36px;
    height: 36px;
  }

  .container-navigation {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .moving-gallery-top-grid, .moving-gallery-bottom-grid {
    height: 30vh;
  }

  .section2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer {
    padding-top: 8vw;
    padding-bottom: 6vw;
  }

  .small-text {
    max-width: 80%;
  }

  .tours-item {
    margin-bottom: 35px;
  }

  .spacer._2vw {
    height: 3vw;
    min-height: 3vw;
  }

  .site-styles {
    padding: 60px 15px;
  }

  .tours-list {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .image-cover {
    width: 100%;
  }

  .multi-image-wrapper {
    flex-direction: column;
    display: block;
  }

  .multi-image-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .multi-image-item {
    height: 60vh;
    align-self: stretch;
  }

  .button-center-div-wrapper {
    margin-top: 1rem;
  }

  .cms-grid {
    grid-row-gap: 45px;
    grid-template-columns: 1.25fr;
  }

  .main-container-header {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 40px;
  }

  .brix---social-media-grid-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-row-gap: 68px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---content-inside-card {
    padding: 32px 32px 40px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .process-wrapper {
    height: 200px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---avatar-circle-04 {
    width: 64px;
    height: 64px;
    max-height: 64px;
    max-width: 64px;
  }

  .brix---card-testimonial-v2 {
    padding: 44px 32px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---cta-v17-half-image-right {
    height: 50%;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---grid-cta-v16 {
    grid-template-columns: 1fr;
  }

  .brix---cta-v17-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .btn-slider-arrow-right {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    top: auto;
    bottom: -104px;
    left: auto;
    right: 36%;
  }

  .btn-slider-arrow-left {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    top: auto;
    bottom: -104px;
    left: 36%;
    right: auto;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .section-overflow-hidden {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-hero-heading {
    font-size: 4rem;
    line-height: 4rem;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 14px;
    box-shadow: 0 4px 22px rgba(20, 20, 43, .14);
  }

  .brix--grid-2-columns-text-right, .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---divider-64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---contact-details-mg {
    margin-right: 24px;
  }

  .brix---contact-form-right-side {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---contact-form-left-side {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---grid-contact-v3 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---card-map-content {
    padding: 32px;
  }

  .brix---grid-contact-v7 {
    grid-template-columns: 1fr;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .referans-lighbox {
    width: auto;
    height: auto;
  }

  .reference-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .heading-h2-32px-700-bold {
    font-size: 28px;
    line-height: 40px;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .contact-heading-h1 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .map-embed {
    height: 350px;
  }

  .contact-card-wrapper {
    padding: 32px;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-link.spark-square-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .square-menu-with-centered-links-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-centered-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 90px;
  }

  .brix---image-wrapper-br-24px-shadow-2 {
    border-radius: 14px;
    box-shadow: 0 4px 22px rgba(20, 20, 43, .14);
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle-3 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    margin-top: 10px;
    padding: 10vw 6%;
  }

  .section.tours-summary-block {
    margin-top: 0;
    padding-top: 10vw;
  }

  .section.hero {
    background-image: linear-gradient(265deg, rgba(255, 255, 255, 0) 4%, rgba(7, 0, 28, .67) 76%, rgba(7, 4, 31, .93)), url('../images/pexels-pok-rie-1655166.jpg');
    margin-top: 0;
    margin-bottom: 0;
    padding: 100px 0% 50px;
  }

  .section.hero-inner {
    min-height: 85vh;
    padding-bottom: 7vw;
  }

  .section.hero-inner.tours {
    min-height: 80vh;
    padding-top: 5vw;
  }

  .section.hero-inner.sec-hero {
    min-height: 40vh;
    padding: 0 0% 100px;
  }

  .section.contact-form-section {
    margin-top: 0;
  }

  .main-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-collection-list {
    flex-direction: column;
  }

  .card-collection-item {
    flex-direction: row;
    margin-bottom: 40px;
  }

  .hero-heading {
    max-width: 90vw;
    font-size: 40px;
    line-height: 3rem;
  }

  .paragraph {
    max-width: 100%;
  }

  .paragraph.hero {
    max-width: 100vw;
    font-size: 18px;
    line-height: 26px;
  }

  .button-primary {
    align-self: flex-start;
  }

  .hero-button-wrapper {
    max-width: 100vw;
    flex-direction: column;
  }

  .big-body-image {
    height: 300px;
  }

  .tours-card.heading {
    font-size: 1.6rem;
    line-height: 1.5rem;
  }

  .container-navigation {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .menu-buttons {
    flex-direction: column;
  }

  .moving-gallery-top-grid {
    height: 20vh;
    grid-template-columns: .7fr 1.2fr .8fr;
    margin-bottom: 16px;
  }

  .moving-gallery-image.mg-image-3 {
    display: block;
  }

  .moving-gallery-image.mg-image-4 {
    display: none;
  }

  .moving-gallery-bottom-grid {
    height: 14vh;
    grid-template-columns: .8fr 1.2fr .7fr 1fr;
  }

  .footer {
    padding-top: 10vw;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .small-text {
    max-width: 100%;
  }

  .styleguide-container {
    max-width: none;
  }

  .tours-list {
    grid-row-gap: 15px;
  }

  .multi-image-item {
    height: 40vh;
  }

  .hero-image-wrapper {
    height: 300px;
  }

  .main-container-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---grid-4-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .inner-container-600px---center {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 32px;
  }

  .brix---icon-square-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-center {
    flex: 1;
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---display-3 {
    font-size: 26px;
    line-height: 39px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---badge-secondary-small-bold {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---badge-wrapper-bottom-center {
    bottom: 20px;
  }

  .brix---avatar-image-link {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h2-size-2.white {
    text-align: center;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---content-inside-card {
    padding: 20px 22px 15px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .mg-bottom-8px {
    margin-bottom: 6px;
  }

  .process-wrapper {
    height: 650px;
    background-image: url('../images/proces2.png');
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---avatar-circle-04 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
    min-height: 56px;
    min-width: 56px;
  }

  .brix---card-testimonial-v2 {
    padding: 40px 24px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---cta-v17-half-image-right {
    height: 40%;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---cta-v17-card {
    padding: 30px 5px 270px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .btn-slider-arrow-right {
    right: 31%;
  }

  .btn-slider-arrow-left {
    left: 31%;
  }

  .brix---card-testimonial-v13 {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .stars-img {
    margin-bottom: 16px;
  }

  .section-hero-heading {
    max-width: none;
    font-size: 40px;
    line-height: 60px;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---icon-square-acent-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---divider-64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brix---link {
    font-size: 16px;
    line-height: 26px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---contact-details-mg {
    margin-bottom: 20px;
  }

  .brix---contact-details-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---contact-form-right-side {
    padding: 48px 24px;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---contact-form-left-side {
    padding: 48px 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---card-map-content {
    padding: 24px;
  }

  .paragraph-text {
    font-size: 17px;
    line-height: 28px;
  }

  .referans-lighbox {
    width: auto;
    height: auto;
    max-height: 200px;
    max-width: 200px;
    min-height: 150px;
    min-width: 150px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  ._24pd-container-1218px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h2-32px-700-bold {
    font-size: 24px;
    line-height: 34px;
  }

  .mg-bottom-16px {
    margin-bottom: 15px;
  }

  .buttons-row-center {
    flex-direction: column;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
    line-height: 19px;
  }

  .ref-grid-4-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .cat-button-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .cat-button {
    width: auto;
    max-width: 100%;
  }

  .ref-text-wrapper {
    height: 25px;
  }

  .ref-baslik {
    font-size: 13px;
  }

  .contact-heading-h1 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .contact-card-wrapper {
    padding: 24px;
  }

  .paragraph-text-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item-middle {
    width: 100%;
    text-align: left;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-link.spark-square-button {
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: .75rem;
  }

  .spark-nav-link.spark-square-button.spark-small-on-mobile {
    padding: 8px;
  }

  .spark-centered-nav-menu {
    border-radius: 20px;
    padding: 1rem .5rem 0;
  }

  .square-menu-with-centered-links-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-with-centered-links {
    padding-right: 0;
  }

  .brix---btn-secondary-2, .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 70px;
  }

  .brix---image-wrapper-br-24px-shadow-2 {
    border-radius: 16px;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-aae1127d-928c-ff9f-e885-cf647fdd912a-ea0e1c8b, #w-node-aae1127d-928c-ff9f-e885-cf647fdd912c-ea0e1c8b, #w-node-aae1127d-928c-ff9f-e885-cf647fdd912e-ea0e1c8b, #w-node-_1c013885-e1d2-949e-8e43-080edd4687c6-ea0e1c8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81253170-c124-be7e-fe2c-03e322ad5786-ea0e1c8b, #w-node-_81253170-c124-be7e-fe2c-03e322ad5788-ea0e1c8b, #w-node-_69fa2690-07ef-06e4-2e27-dbace92301fc-ea0e1c8b, #w-node-_81253170-c124-be7e-fe2c-03e322ad5789-ea0e1c8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_81253170-c124-be7e-fe2c-03e322ad578b-ea0e1c8b, #w-node-_81253170-c124-be7e-fe2c-03e322ad578c-ea0e1c8b, #w-node-b8080f4d-dea3-bb7c-0c67-13e176305cc7-ea0e1c8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_81253170-c124-be7e-fe2c-03e322ad578e-ea0e1c8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_1bebba96-84aa-ff64-6464-9c3c3e91b1a9-ea0e1c8b, #w-node-_1bebba96-84aa-ff64-6464-9c3c3e91b1ab-ea0e1c8b, #w-node-_2681a357-df96-3692-069d-0fc9cae591be-de629072, #w-node-_2681a357-df96-3692-069d-0fc9cae591c0-de629072, #w-node-_2681a357-df96-3692-069d-0fc9cae591c2-de629072, #w-node-_033309c0-01ee-f108-3af1-51c64f80a8d1-de629072, #w-node-_4b2e336f-ce65-b63c-b245-ce62d39b5f15-9b31591f, #w-node-_4b2e336f-ce65-b63c-b245-ce62d39b5f19-9b31591f, #w-node-_4b2e336f-ce65-b63c-b245-ce62d39b5f1d-9b31591f, #w-node-_4b2e336f-ce65-b63c-b245-ce62d39b5f21-9b31591f, #w-node-_4b2e336f-ce65-b63c-b245-ce62d39b5f25-9b31591f, #w-node-_4b2e336f-ce65-b63c-b245-ce62d39b5f29-9b31591f, #w-node-f82ff116-5d55-ad59-7373-28a5c374bc1f-ea0e1c8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97401ca3-dc61-ca11-9de5-8012aaf81e20-ea0e1c90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_97401ca3-dc61-ca11-9de5-8012aaf81e29-ea0e1c90, #w-node-f82ff116-5d55-ad59-7373-28a5c374bc1f-ea0e1c95, #w-node-_1474c579-c44c-b2b3-f33e-86816af8d9d4-ea0e1c95, #w-node-aaacc671-0e73-29da-3973-02ed1ec86381-ea0e1c95, #w-node-ac5dffea-23f4-1253-4627-51b5fe2acd00-ea0e1c95, #w-node-aeb923e2-91a1-1bdf-c228-e5bc715cab8b-ea0e1c95, #w-node-_3a7716b6-73ba-d939-eb6f-22cfc14a646e-ea0e1c95, #w-node-_80173110-883f-ea57-1ddf-f771127809e4-ea0e1c95, #w-node-f82ff116-5d55-ad59-7373-28a5c374bc1f-ea0e1c99, #w-node-_1474c579-c44c-b2b3-f33e-86816af8d9d4-ea0e1c99, #w-node-aaacc671-0e73-29da-3973-02ed1ec86381-ea0e1c99, #w-node-ac5dffea-23f4-1253-4627-51b5fe2acd00-ea0e1c99, #w-node-aeb923e2-91a1-1bdf-c228-e5bc715cab8b-ea0e1c99, #w-node-_3a7716b6-73ba-d939-eb6f-22cfc14a646e-ea0e1c99, #w-node-_80173110-883f-ea57-1ddf-f771127809e4-ea0e1c99, #w-node-ed46d058-0431-3623-8bae-7f21326398ed-ea0e1c99, #w-node-_3e106f0e-7ba1-0207-d68b-8e4dd61bdea5-ea0e1c99, #w-node-a82263c2-d676-3463-eadd-109ba2a07a04-ea0e1c99, #w-node-_643e607a-f706-09e9-d8c1-b3d93b6486e0-ea0e1c99, #w-node-_8ac14eea-cde8-c356-de38-60f9f084e9c7-ea0e1c99, #w-node-_0ca23fd2-12d5-c11e-82cf-b651e4184797-ea0e1c99, #w-node-_7daa1584-974c-585c-90a8-f1398b47526e-ea0e1c99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bf792e32-5aec-e010-5c54-82700c744814-ea0e1c94, #w-node-d2fddaa7-8585-8418-fbd9-f8d8ca5fd7f4-ea0e1c96 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_15fb6e39-2c0e-d1fc-e56b-855f932d045e-ea0e1c8b, #w-node-_15fb6e39-2c0e-d1fc-e56b-855f932d0467-ea0e1c8b, #w-node-_15fb6e39-2c0e-d1fc-e56b-855f932d0470-ea0e1c8b, #w-node-_15fb6e39-2c0e-d1fc-e56b-855f932d0479-ea0e1c8b, #w-node-_313360d1-065f-1e25-1f5f-cace69890270-ea0e1c94, #w-node-_313360d1-065f-1e25-1f5f-cace69890277-ea0e1c94, #w-node-_313360d1-065f-1e25-1f5f-cace6989027e-ea0e1c94, #w-node-_313360d1-065f-1e25-1f5f-cace69890285-ea0e1c94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


