:root {
  --main-color: #33578d;
  --main-color-dark: #ac7800;
  --white: white;
  --main-color-darker: #463100;
  --red: black;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: rgba(20, 20, 43, .08);
  --elements-webflow-library--neutral--700: #4a4566;
  --elements-webflow-library--neutral--600: #6e7191;
}

.navbar-logo-left {
  justify-content: center;
  align-items: center;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.nav-menu-two {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.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-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.section {
  color: #fff;
  background-color: #000;
  justify-content: space-around;
  min-height: 90px;
  display: flex;
}

.img-logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-bar {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  background-color: #fff;
  border-radius: 10px;
  width: 50px;
  height: 50px;
}

.list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-left: 0;
  display: flex;
}

.div-block-2, .list-items {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

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

.link-block.w--current {
  color: #fff;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5 {
  color: #fff;
  text-decoration: none;
}

.button-2 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  font-size: 12px;
  display: flex;
}

.div-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.unsplash-image {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: linear-gradient(#000, #fff);
  height: 500px;
  display: block;
}

.div-block-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.navbar-no-shadow {
  z-index: 10;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  background-color: var(--main-color);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  background-color: var(--main-color-dark);
  color: #fff;
}

.button-primary-2:active {
  background-color: var(--main-color-dark);
}

.hero-heading-left {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
  position: relative;
}

.margin-bottom-24px {
  color: var(--white);
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 32px;
}

.shadow-two {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  height: 500px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
}

.hero-heading-right {
  background-color: #f5f7fa;
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/wedding-couple.png');
  background-position: 0 0, 50% 0;
  background-size: auto, contain;
  border-bottom: 1px solid #e4ebf3;
  min-height: 100vh;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin: 5rem auto;
}

.margin-bottom-24px-2 {
  color: var(--main-color-darker);
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 24px;
}

.btn {
  background-color: var(--main-color);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.btn:hover {
  background-color: var(--main-color-dark);
  color: #fff;
}

.btn:active {
  background-color: var(--main-color-dark);
}

.image {
  border-right: 3px solid var(--white);
  border-bottom: 3px solid var(--white);
  width: 300px;
  position: absolute;
  top: -15%;
  bottom: auto;
  left: -30%;
  right: auto;
}

.div-block-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-right: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -10%;
}

.text-block {
  font-size: 50px;
}

.text-block-2 {
  color: var(--main-color-darker);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.image-2 {
  height: 80px;
}

.heading-2 {
  color: var(--main-color-darker);
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.hero-without-image {
  background-color: #f5f7fa;
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/wedding-couple-1.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  color: var(--white);
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.text-block-13 {
  font-family: Montserrat, sans-serif;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-secondary-paragraph {
  color: rgba(0, 0, 0, .76);
  margin-bottom: 64px;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading.spark-card-title {
  color: #894254;
  font-size: 1.2rem;
}

.text-block-16 {
  font-family: Montserrat, sans-serif;
}

.div-block-18 {
  flex: 1;
  min-height: 300px;
  position: relative;
}

.rtl-txt {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: right;
  font-size: 24px;
}

.spark-social-link {
  color: #ddadb9;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  opacity: 1;
  color: #fff;
  background-color: #ffd1dc;
}

.spark-square-image-card {
  object-fit: contain;
  border-radius: 12px;
  width: 100%;
  height: 16rem;
  transition: all .3s;
  display: block;
}

.spark-square-image-card:hover {
  transform: scale(1.3);
}

.spark-button-text {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.ikonik-se4d1 {
  color: #000;
}

.field-label {
  color: #fff;
}

.spark-social-icon-svg {
  width: 20px;
  height: 20px;
}

.spark-footer {
  border-radius: 18px;
  width: 100%;
  max-width: 70vw;
  position: relative;
  overflow: hidden;
}

.spark-centered-900 {
  text-align: center;
  background-color: #ffd1dc;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pas-bg-1-vec.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 15px;
  width: 900px;
  max-width: 100%;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}

.spark-footer-bottom {
  background-color: #f0ecfd;
  padding: 1rem 64px;
}

.spark-footer-bottom.spark-top-border {
  background-color: #ffd1dc;
  border-top: 1px solid rgba(0, 0, 0, .16);
}

.spark-pill-tab {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 0;
  padding: 8px 24px;
  transition: color .15s, background-color .15s;
}

.spark-pill-tab:hover {
  background-color: var(--main-color-dark);
  opacity: 1;
  color: #ffd1dc;
}

.spark-pill-tab.w--current {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 0;
}

.spark-container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block-8 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: right;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.pupp {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('../images/contact-splash.png');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

.spark-three-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 5rem 2rem 1rem;
  display: grid;
}

.div-block-16 {
  z-index: 2;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(213, 150, 188, .56);
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  border-radius: 20px;
  flex: 1;
  min-height: 300px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .8);
}

.spark-footer-text {
  margin-bottom: 0;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: left;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7));
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 1rem;
  transition: border-color .15s;
  overflow: visible;
  box-shadow: 2px 3px 12px -4px rgba(0, 0, 0, .8);
}

.link-block-6 {
  padding: 2rem;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.link-block-6.modal-action {
  z-index: 50;
}

.fspc {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.spark-tabs-menu {
  grid-column-gap: 16px;
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.spark-tabs-menu.spark-left-aligned {
  z-index: 5;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 2rem;
  position: static;
  top: 16rem;
  overflow: auto;
}

.section-2 {
  z-index: 10;
  background-color: rgba(255, 255, 255, .85);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section-2.modal-1 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: none;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.container-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.spark-card-details {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 590px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.link-block-7 {
  color: #fff;
  width: 100%;
}

.mbg {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7));
}

.spark-tabs-parent {
  width: 100%;
}

.div-block-6 {
  color: #fff;
  background-color: rgba(12, 84, 12, .73);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 5rem;
  max-width: 5rem;
  height: 5rem;
  display: flex;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.uui-form_input {
  color: #fff;
  background-color: rgba(68, 12, 46, .25);
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  width: 100%;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form_input::placeholder {
  color: #667085;
}

.uui-form_input.mhgt {
  min-height: 10rem;
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-20 {
  background-color: #fff;
  border-radius: 18px;
  width: 300px;
  height: 300px;
  box-shadow: 2px 4px 9px rgba(0, 0, 0, .8);
}

.spark-section-2 {
  background-image: linear-gradient(90deg, rgba(252, 186, 226, .53), #fee4f3), url('../images/pas-bg-1-vec-mid.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 18px;
  width: 100%;
  padding-bottom: 10rem;
  padding-left: 64px;
  padding-right: 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section-2.dd {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 20rem;
  padding-bottom: 0;
}

.spark-button-2 {
  color: #fff;
  background-color: #ddadb9;
  border: 1px solid #ffd1dc;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  opacity: 1;
  background-color: #ffd1dc;
  border-color: #ffd1dc;
}

.spark-button-2.spark-icon-left-button {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.spark-button-2.spark-icon-left-button.order-btn {
  justify-content: center;
  width: 100%;
}

.spark-small-sub-paragraph {
  color: rgba(0, 0, 0, .76);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.div-block-17 {
  background-color: #ffd1dc;
  background-image: linear-gradient(rgba(29, 3, 19, .56), rgba(29, 3, 19, .56)), url('../images/vert-bg.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 20px;
  flex: 1;
  min-height: 300px;
  padding: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .8);
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.image-6 {
  z-index: 1;
  max-width: 600px;
  position: absolute;
  top: -70px;
  left: -200px;
}

.div-block-21, .div-block-22 {
  background-color: var(--red);
  height: 400px;
}

.div-block-23 {
  background-color: var(--main-color);
  height: 400px;
}

.image-7 {
  object-fit: cover;
  width: 500px;
  height: 300px;
}

.div-block-24 {
  border: 1px solid var(--main-color-dark);
  background-color: var(--white);
  padding: 2rem;
}

.heading-3 {
  color: var(--main-color-darker);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

.text-block-17 {
  color: var(--main-color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.paragraph {
  color: var(--main-color-darker);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 32px;
  display: flex;
}

.fast-section {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/wedding-couple-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.heading-4 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.unsplash-image-2 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  transition: all .3s;
  display: block;
  position: relative;
}

.div-block-25 {
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/wedding-couple-1.png');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  justify-content: space-around;
  display: flex;
}

.div-block-26 {
  z-index: 2;
  min-width: 600px;
  position: relative;
}

.data-body {
  background-image: url('../images/pattern-x.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 5rem 20px 5rem 120px;
}

.data-body.tp-gd {
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0)), url('../images/pattern-x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.data-body.tp-gd.nbg {
  background-image: none;
  min-height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.html-embed {
  display: none;
}

.masonry-item {
  width: 100%;
  max-width: 300px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.image-11 {
  border-bottom: 1px solid #fff;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: auto;
  bottom: -1%;
  left: 0%;
  right: 0%;
}

.image-11.nznd {
  z-index: 1;
}

.masonry-container {
  flex: 0 auto;
  padding: 1rem;
  position: relative;
}

.div-block-27 {
  background-color: #000;
  border-radius: 9px;
  flex: 1;
  width: 100%;
  height: 3px;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5 {
  color: var(--main-color-darker);
  text-align: center;
  flex: 0 auto;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
  position: relative;
}

.team-slider {
  background-color: #f5f7fa;
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/wedding-couple-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  color: var(--main-color-darker);
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.centered-subheading {
  color: var(--main-color-darker);
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  object-fit: cover;
  height: 400px;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: var(--main-color-darker);
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.team-member-text {
  color: var(--main-color-darker);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  color: var(--main-color-dark);
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.ikonik-xwiglj, .ikonik-1mbqy, .ikonik-xmayw, .ikonik-06gp8 {
  color: #d89700;
}

.div-block-36 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.ikonik-lqly3f {
  color: #d89700;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 1rem;
  margin-right: 1.5rem;
}

.div-block-37 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-18 {
  color: #fff;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.text-block-18.size-m {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.paragraph-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-2.size-n {
  font-size: 24px;
}

.ikonik-edp4j {
  color: #d89700;
}

.ikonik-fxtf6 {
  color: #d89700;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1.6rem;
  display: flex;
}

.main-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.main-section.zm {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/rs-photos-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.wraper-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  display: flex;
}

.hero-heading-right-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.shadow-two-2 {
  box-shadow: none;
  object-fit: cover;
  height: 500px;
}

.margin-bottom-24px-4 {
  color: var(--main-color-darker);
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

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

.wp-content {
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/wedding-couple-3.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  padding: 80px 30px;
}

.div-block-38 {
  border-left: 3px solid var(--main-color);
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.text-block-19 {
  color: var(--main-color-darker);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.div-block-39 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.paragraph-3 {
  color: var(--main-color-darker);
  font-family: Montserrat, sans-serif;
}

.heading-7 {
  color: var(--main-color-darker);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-8, .heading-9 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.team-slider-2 {
  background-color: #f5f7fa;
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/wedding-couple-4.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2 {
  color: var(--main-color-darker);
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.centered-subheading-2 {
  color: var(--main-color-darker);
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.team-slider-wrapper-2 {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  border: 1px solid var(--main-color);
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  color: var(--main-color-darker);
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.team-member-text-2 {
  color: var(--main-color-darker);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.ikonik-z1qa2, .ikonik-umecyi {
  color: #d89700;
}

.div-block-40 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-20 {
  color: var(--main-color-darker);
  margin-bottom: 1rem;
}

.ikonik-rfo78 {
  color: #d89700;
}

.div-block-41 {
  justify-content: flex-end;
  align-items: center;
  margin-left: 5rem;
  display: flex;
}

.div-block-42 {
  justify-content: flex-start;
  align-items: flex-start;
}

.image-12 {
  object-fit: cover;
  border-radius: 999px;
  flex: 0 auto;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.mbg-image {
  display: flex;
}

.image-13 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.div-block-43, .div-block-44, .div-block-45, .div-block-46 {
  flex: 1;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.contact-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
}

.div-block-47 {
  width: 100%;
}

.div-block-48 {
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/wedding-couple-3.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: 100%;
}

.div-block-48.pdg {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.div-block-48.mg-top {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/wedding-couple-3.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  height: 590px;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.heading-10 {
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.heading-10.txt-marg {
  padding-right: 0;
}

.text-block-21 {
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}

.form-block {
  padding: 1rem;
}

.field-label-2, .field-label-3 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.textarea {
  min-height: 150px;
}

.ikonik-hfpwb {
  color: #d89700;
  height: 30px;
}

.div-block-49 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-22 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.ikonik-r0jlp {
  color: #d89700;
  height: 30px;
}

.link-block-8 {
  text-decoration: none;
}

.ikonik-mxag8g {
  color: #d89700;
  height: 30px;
}

.heading-11 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.div-block-50 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-52 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.heading-12 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image-14 {
  height: 50px;
}

.heading-13 {
  color: var(--main-color-darker);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-6.footer-form-button {
  padding: 8px 18px;
  font-family: Montserrat, sans-serif;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
  font-family: Montserrat, sans-serif;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
  font-family: Montserrat, sans-serif;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.ikonik-533jz {
  color: #fff;
}

.div-block-53 {
  z-index: 100;
  background-color: var(--main-color);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: .5rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  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 {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

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

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

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

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: var(--white);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  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: var(--white);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

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

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

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.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 {
  padding: 40px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.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 {
  color: var(--white);
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  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: var(--elements-webflow-library--accent--primary-1);
}

.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 {
  width: 100px;
  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 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: #000;
  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;
}

.text-block-23 {
  color: var(--white);
}

.brix---header-big-nav-link {
  color: var(--white);
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 42px;
  transition: color .3s;
}

.brix---header-big-nav-link:hover {
  color: var(--main-color);
}

.brix---header-nav-list-item-hamburger-desktop {
  margin-bottom: 24px;
  padding-left: 0;
}

.brix---dropdown-link-big {
  color: var(--elements-webflow-library--neutral--700);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 28px;
  line-height: 36px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-big:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

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

.brix---dropdown-card-desktop {
  background-color: rgba(0, 0, 0, 0);
  top: 32px;
  overflow: visible;
}

.brix---dropdown-column-wrapper-hamburger {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  display: none;
  position: static;
}

.brix---dropdown-chevron-big {
  width: 28px;
  margin-left: 10px;
}

.brix---dropdown-toggle-big-link {
  align-items: center;
  padding: 0;
  font-size: 40px;
  line-height: 42px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-big-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

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

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

.brix---header-hamburger-desktop-wrapper {
  background-color: #000;
  border-bottom: 1px solid #fff;
  padding: 44px 24px;
}

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

.brix---header-wrapper-2 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000;
  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;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-heading-left-2 {
  margin-top: 9rem;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.margin-bottom-24px-5 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-3 {
  object-fit: cover;
  border-radius: 5px;
  height: 400px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.image-15 {
  object-fit: cover;
  border-radius: 5px;
  width: 300px;
  height: 400px;
}

.heading-14 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-54 {
  position: relative;
}

.div-block-55 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .2);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin: 1rem;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-24 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.ikonik-r2t0a {
  color: #fff;
  width: 30px;
  height: 30px;
}

.hero-heading-left-3 {
  padding: 80px 30px;
  position: relative;
}

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

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

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

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

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-4 {
  border-radius: 5px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.image-16 {
  object-fit: cover;
  border-radius: 5px;
  width: 500px;
}

.div-block-56 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-top: 1rem;
  display: flex;
}

.text-block-25 {
  font-family: Montserrat, sans-serif;
}

.link-block-9 {
  color: var(--white);
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 1rem;
  text-decoration: none;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease;
}

.link-block-9:hover {
  color: #000;
  background-color: #fff;
}

.body {
  background-color: #000;
}

.text-block-26 {
  color: var(--main-color-dark);
  font-family: Montserrat, sans-serif;
}

.heading-15 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.text-block-27, .paragraph-4 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.div-block-57 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-57.dm-b {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.ikonik-inajj, .ikonik-vd1nx, .ikonik-5248 {
  color: #fff;
  width: 100px;
}

.hero-heading-right-3 {
  padding: 80px 30px;
  position: relative;
}

.container-14 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.shadow-two-5 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

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

.button-primary-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-wrapper-two-3 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  display: flex;
}

.spark-centered-901 {
  text-align: center;
  background-color: #ffd1dc;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pas-bg-1-vec.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 15px;
  width: 900px;
  max-width: 100%;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}

.div-block-60 {
  object-fit: cover;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/driving-lessons-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
}

.div-block-60.n-img {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/71784483_3648669548492271_2195721357709279232_n-1151x1536.jpg');
  border-radius: 6px;
}

.div-block-60.m-img {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/driving-lessons.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-60.dim-img {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.div-block-63 {
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 150px;
  padding: 1rem;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.prim-btn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.prim-btn.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #fff;
  transition-property: none;
}

.paragraph-5 {
  color: #002d40;
  text-align: left;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-16 {
  color: #002d40;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.text-block-30 {
  font-family: Montserrat, sans-serif;
}

.image-17 {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 500px;
  display: none;
}

.margin-bottom-24px-8 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.heading-17 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-31 {
  color: var(--white);
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.div-block-64 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 550px;
  display: flex;
}

.heading-18 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.container-15 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-65 {
  justify-content: space-between;
  display: flex;
}

.div-block-66 {
  justify-content: space-between;
}

.div-block-67 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-68 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 550px;
  margin-left: 2rem;
  display: flex;
}

.image-18 {
  object-fit: cover;
  border-radius: 5px;
  height: 600px;
  position: relative;
}

.team-slider-nav-3 {
  color: #ac7800;
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team-member-image-two-3 {
  object-fit: cover;
  border-radius: 5px;
  height: 400px;
  margin-bottom: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .8);
}

.div-block-69 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.centered-subheading-4 {
  color: #002d40;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.ikonik-xmayw-2 {
  color: var(--white);
}

.team-member-name-two-3 {
  color: var(--white);
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.team-block-3 {
  border-radius: 6px;
  height: 100%;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.ikonik-06gp8-2, .path, .ikonik-1mbqy-2 {
  color: var(--white);
}

.team-member-text-3 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.centered-heading-4 {
  color: var(--white);
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.section-3 {
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  display: flex;
}

.team-block-info-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.team-slide-wrapper-3 {
  width: 30%;
  height: 100%;
  margin-right: 5%;
}

.path-2, .path-3, .path-4 {
  color: var(--white);
}

.text-block-32 {
  color: var(--main-color-dark);
  font-family: Montserrat, sans-serif;
}

.team-block-4 {
  background-color: #fff;
  border-radius: 6px;
  height: 100%;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.section-4 {
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  display: flex;
}

.div-block-70 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.centered-subheading-5 {
  color: #fff;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.text-block-33 {
  color: #002d40;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
}

.mask {
  position: relative;
}

.team-member-text-4 {
  color: #002d40;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-71 {
  justify-content: flex-start;
  align-items: flex-start;
}

.team-member-name-two-4 {
  color: #002d40;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.centered-heading-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.team-block-info-4 {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 1rem 24px;
  display: flex;
}

.team-slider-nav-4 {
  color: #fff;
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.ikonik-0zvs6h {
  color: #002d40;
}

.footer-form-input-2 {
  color: #002d40;
  border: none;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.footer-form-input-2::placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-subscribe-2 {
  padding: 2rem 30px 40px;
  position: relative;
}

.footer-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-bottom-3, .footer-wrapper-three-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link {
  color: var(--white);
  text-decoration: underline;
}

.ikonik-tan2v {
  color: var(--white);
}

.footer-social-block-three-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.button-main {
  color: #fff;
  text-align: center;
  background-color: #002d40;
  border: 1px solid #002d40;
  border-radius: 6px;
  flex: 1;
  padding: 1rem;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .5s;
}

.button-main:hover {
  color: #fff;
  background-color: #73d5ff;
  border: 1px solid #73d5ff;
}

.footer-form-two-2 {
  background-color: #f5f7fa;
  border-radius: 6px;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-block-two-2 {
  background-color: #fff;
  border-radius: 6px;
  justify-content: flex-end;
  align-items: center;
  padding: .5rem;
  display: flex;
  position: relative;
}

.footer-link-three-2 {
  color: var(--white);
  margin-left: 20px;
  margin-right: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  text-decoration: none;
}

.footer-link-three-2:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-link-three-2.w--current, .footer-copyright-3 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.footer-legal-link-2 {
  color: var(--white);
  margin-left: 24px;
  font-family: Montserrat, sans-serif;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.footer-form-title-2 {
  color: #002d40;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.footer-form-container-two-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-social-link-three-2 {
  color: #3d5d6b;
}

.ikonik-6lzmu {
  color: var(--white);
}

.div-block-72 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-73 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.heading-19 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.field-label-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-34 {
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Montserrat, sans-serif;
}

.heading-20 {
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.heading-20.txt-marg {
  padding-right: 0;
}

.div-block-74 {
  height: 100%;
}

.div-block-74.mg-top {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.ikonik-xmayw-3 {
  color: #d89700;
}

.div-block-75 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-primary-10 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #d89700;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #ac7800;
}

.button-primary-10:active {
  background-color: #ac7800;
}

.text-block-35 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.div-block-76 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.path-5 {
  color: var(--white);
}

.image-19 {
  object-fit: cover;
  border-radius: 5px;
  width: 500px;
  height: 600px;
}

.text-block-36 {
  color: var(--white);
}

.hero-heading-right-4 {
  padding: 5rem 30px;
  position: relative;
}

.hero-heading-right-4.mgm {
  margin-top: 9rem;
}

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

.hero-wrapper-6 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.hero-split-6.rm-dim {
  max-width: 600px;
}

.shadow-two-6 {
  object-fit: cover;
  border-radius: 5px;
  height: 600px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

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

.button-primary-11 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-11:hover {
  color: #fff;
  background-color: #32343a;
}

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

.div-block-77 {
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  display: flex;
}

.heading-21 {
  color: var(--white);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-78 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.heading-22 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.body-2 {
  background-color: #000;
}

.heading-23 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-block-37, .text-block-38, .text-block-39, .text-block-40, .text-block-41 {
  color: var(--white);
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.hero-heading-right-5 {
  margin-top: 6rem;
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.hero-heading-right-5.mgm {
  margin-top: 0;
  padding-top: 1rem;
}

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

.hero-wrapper-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.hero-split-7.no-grid {
  width: 100%;
  height: 420px;
  display: flex;
}

.shadow-two-7 {
  object-fit: cover;
  border-radius: 5px;
  height: 420px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

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

.button-primary-12 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-12:hover {
  color: #fff;
  background-color: #32343a;
}

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

.div-block-79, .div-block-80, .div-block-81, .div-block-82 {
  width: 300px;
}

.hero-heading-right-6 {
  padding-top: 1rem;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

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

.hero-wrapper-8 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-8 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-8 {
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.image-20 {
  object-fit: cover;
  border-radius: 5px;
  width: 450px;
  height: 420px;
}

.image-21, .image-22, .image-23, .image-24 {
  border-radius: 5px;
  width: 300px;
}

.body-3 {
  background-color: #000;
}

.image-25, .image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32 {
  border-radius: 5px;
}

.heading-24 {
  color: var(--white);
}

.body-4 {
  background-color: #000;
}

.hero-heading-right-7 {
  margin-top: 9rem;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-right-7.m-mgm {
  margin-top: 9rem;
}

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

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

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

.div-block-84 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-top: 1rem;
  display: flex;
}

.image-33 {
  border-radius: 5px;
}

.text-block-42, .text-block-43 {
  color: var(--white);
}

.hero-heading-right-8 {
  margin-top: 9rem;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-right-8.max-ctn {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.hero-heading-right-8.max-ctn.mgm {
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.hero-wrapper-10 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.shadow-two-9 {
  object-fit: cover;
  border-radius: 5px;
  height: 500px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px-11 {
  color: var(--white);
  margin-bottom: 24px;
}

.button-primary-13 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-13:hover {
  color: #fff;
  background-color: #32343a;
}

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

.div-block-85 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  display: flex;
}

.heading-25, .text-block-44, .heading-26, .text-block-45, .heading-27, .text-block-46, .heading-28 {
  color: var(--white);
}

.body-5 {
  background-color: #000;
}

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

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

.shadow-two-10 {
  border-radius: 5px;
  width: 500px;
  height: 600px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px-12 {
  color: var(--white);
  margin-bottom: 24px;
}

.heading-29 {
  color: var(--white);
  font-size: 24px;
}

.text-block-47 {
  color: var(--white);
}

.div-block-89 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.ikonik-ubf4wh {
  color: #fff;
  width: 30px;
  height: 30px;
}

.text-block-48 {
  color: var(--white);
}

.div-block-90 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-91 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.ikonik-iy5wo {
  color: #fff;
  width: 30px;
  height: 30px;
}

.ikonik-uh6m6 {
  color: var(--white);
  width: 30px;
  height: 30px;
}

.link-block-11, .link-block-12 {
  text-decoration: none;
}

.heading-30 {
  color: var(--white);
  font-size: 24px;
}

.text-block-49 {
  color: var(--white);
}

.div-block-92 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.ikonik-vjcfw, .ikonik-bykx2, .ikonik-3kahg {
  color: #fff;
  width: 30px;
  height: 30px;
}

.div-block-93 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-page-padding-18 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-space-xsmall-9 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-11 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.uui-faq01_heading {
  color: var(--white);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.paragraph-11 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.uui-text-size-large-11 {
  color: var(--white);
  text-align: left;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-faq01_accordion {
  border-bottom: 1px solid #eaecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_component {
  margin-top: 7rem;
}

.uui-container-large-17 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.uui-space-medium-6 {
  width: 100%;
  min-height: 2rem;
}

.uui-faq01_icon-wrapper {
  color: #0085ff;
}

.accordion-icon_vertical-line-3 {
  background-color: #98a2b3;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.uui-section_faq01 {
  margin-top: 5rem;
}

.uui-max-width-large-13 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-13.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_horizontal-line-3 {
  background-color: #98a2b3;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-17 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  padding-top: 1rem;
  padding-bottom: 7rem;
  display: flex;
}

.image-34 {
  object-fit: cover;
  border-radius: 12px;
  width: 500px;
  height: 600px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.accordion-icon_component-3 {
  color: #98a2b3;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-text-align-center-9 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-94 {
  width: 500px;
  height: 600px;
}

.div-block-95 {
  justify-content: space-between;
  max-width: 600px;
  display: flex;
}

.heading-31 {
  color: var(--white);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-96 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-50 {
  color: var(--white);
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.heading-32 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.div-block-97 {
  display: flex;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 600;
}

@media screen and (min-width: 1440px) {
  .navbar-no-shadow {
    border-bottom-width: 0;
  }

  .spark-wrapped-card.spark-stacked {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7));
    overflow: visible;
  }

  .spark-tabs-menu.spark-left-aligned {
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-start;
    align-items: center;
    padding-left: 2rem;
    position: static;
  }

  .spark-tabs-parent {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .spark-section-2 {
    background-image: linear-gradient(90deg, rgba(252, 186, 226, .53), #fee4f3), url('../images/pas-bg-1-vec-mid.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .container-14 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tab-pane-upto-to-100-guest {
    max-width: 600px;
    margin-left: 0;
  }

  .div-block-64 {
    justify-content: space-between;
  }

  .div-block-68 {
    width: 550px;
  }

  .image-18 {
    border-radius: 5px;
    height: 500px;
  }

  .heading-31 {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
  }

  .text-block-50 {
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-heading-left {
    background-image: linear-gradient(90deg, var(--white) 28%, transparent), url('../images/wedding-couple-3.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

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

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

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

  .margin-bottom-24px {
    max-width: 400px;
  }

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

  .image {
    display: none;
  }

  .div-block-5 {
    bottom: -10%;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

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

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-container-3 {
    max-width: 100%;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-tabs-content {
    justify-content: center;
    align-items: center;
  }

  .spark-tabs-menu {
    margin-bottom: 64px;
  }

  .spark-section-2 {
    padding: 104px 32px 0;
  }

  .image-6 {
    max-width: 550px;
    top: -30px;
    left: -250px;
  }

  .fast-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/wedding-couple-2.jpg');
    background-attachment: scroll, scroll;
  }

  .div-block-26 {
    width: 100%;
    min-width: 100%;
  }

  .data-body {
    padding-left: 70px;
  }

  .data-body.tp-gd {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .data-body.tp-gd.nbg {
    padding-left: 0;
    padding-right: 0;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .wraper-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 1rem;
    padding-right: 1rem;
  }

  .wraper-2.wrappe {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
    position: static;
  }

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

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .mbg-image {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-form {
    flex-flow: column;
    margin-top: 2rem;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-48 {
    width: 100%;
  }

  .div-block-48.mg-top {
    width: 100%;
    height: auto;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .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 {
    padding: 20px 0 14px;
  }

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

  .brix---dropdown-card.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 {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

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

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

  .brix---header-big-nav-link {
    color: #000;
  }

  .brix---header-nav-list-item-hamburger-desktop {
    padding-left: 0;
  }

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

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

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

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

  .brix---header-hamburger-desktop-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

  .hero-split-3.hiden {
    display: none;
  }

  .image-15 {
    width: 100%;
  }

  .div-block-54.rvs {
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

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

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

  .container-14 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 728px;
  }

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

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

  .hero-wrapper-two-3 {
    max-width: 100%;
  }

  .text-block-30 {
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
  }

  .tab-pane-upto-to-100-guest {
    margin-left: 0;
  }

  .team-slide-wrapper-3 {
    width: 47%;
    margin-right: 6%;
  }

  .hiden {
    display: none;
  }

  .footer-form-input-2 {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer-social-block-three-2 {
    margin-top: 0;
    margin-left: 0;
  }

  .footer-form-two-2 {
    padding: 40px;
  }

  .footer-form-title-2 {
    text-align: center;
    margin-right: 15px;
  }

  .footer-form-container-two-2 {
    flex-flow: column;
  }

  .div-block-74 {
    width: 100%;
  }

  .div-block-74.mg-top {
    width: 100%;
    height: auto;
  }

  .div-block-74.mg-top.rvs {
    order: -1;
  }

  .image-19 {
    width: 100%;
  }

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

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    margin-bottom: 40px;
  }

  .hero-split-6.rvs {
    order: -1;
  }

  .div-block-78 {
    width: 500px;
  }

  .hero-heading-right-5.mgm {
    padding-top: 0;
  }

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

  .hero-wrapper-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-wrapper-7.r-mgm {
    margin-top: 1rem;
  }

  .hero-split-7 {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .hero-split-7.no-grid {
    margin-bottom: 0;
  }

  .hero-split-7.no-grid.rvs {
    order: -1;
  }

  .shadow-two-7, .div-block-79, .div-block-80, .div-block-81, .div-block-82 {
    width: 100%;
  }

  .hero-heading-right-6 {
    display: none;
  }

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

  .hero-wrapper-8 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

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

  .shadow-two-8 {
    width: 100%;
  }

  .image-20 {
    height: 300px;
  }

  .div-block-83 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-heading-right-7 {
    margin-top: 5rem;
  }

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

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

  .hero-split-9 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    display: none;
  }

  .hero-heading-right-8 {
    padding-bottom: 0;
  }

  .hero-heading-right-8.max-ctn {
    padding-top: 0;
  }

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

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

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

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

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

  .shadow-two-10 {
    width: 100%;
  }

  .uui-heading-medium-11, .uui-text-size-large-11 {
    text-align: center;
  }

  .uui-faq01_component {
    margin-top: 0;
  }

  .uui-section_faq01 {
    margin-top: 0;
  }

  .uui-max-width-large-13.align-center {
    justify-content: flex-start;
    align-items: center;
  }

  .uui-padding-vertical-xhuge-17 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1rem;
  }

  .image-34 {
    width: 100%;
    display: block;
  }

  .div-block-94 {
    height: 100%;
  }

  .heading-31 {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .hero-heading-left, .hero-heading-right, .hero-without-image {
    padding: 60px 15px;
  }

  .text-block-13 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

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

  .div-block-18 {
    display: none;
  }

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

  .spark-pill-tab {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

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

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-16 {
    width: 100%;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .spark-footer-text.spark-foreground-secondary {
    text-align: center;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-tabs-menu.spark-left-aligned {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
  }

  .container-5 {
    flex-flow: column;
    max-width: 90vw;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-section-2 {
    margin-top: 6rem;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .div-block-17 {
    width: 100%;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .team-slider {
    padding: 60px 15px;
  }

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

  .paragraph-2 {
    font-size: 12px;
  }

  .wraper-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-heading-right-2, .team-slider-2 {
    padding: 60px 15px;
  }

  .div-block-41 {
    margin-left: 3rem;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .features-table {
    padding: 60px 15px;
  }

  .contact-form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 2rem;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .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%;
  }

  .brix---header-big-nav-link {
    font-size: 32px;
    line-height: 34px;
  }

  .brix---dropdown-chevron-big {
    width: 25px;
  }

  .brix---dropdown-toggle-big-link {
    font-size: 32px;
    line-height: 34px;
  }

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

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .heading-14 {
    font-size: 24px;
    line-height: 28px;
  }

  .hero-heading-left-3, .hero-heading-right-3 {
    padding: 60px 15px;
  }

  .hero-split-5, .hero-wrapper-two-3 {
    max-width: 100%;
  }

  .text-block-30 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    display: flex;
  }

  .div-block-68 {
    margin-left: 0;
  }

  .footer-form-input-2 {
    width: 100%;
  }

  .footer-subscribe-2 {
    padding-bottom: 10rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block-three-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-wrapper-three-2 {
    flex-flow: column;
  }

  .footer-social-block-three-2 {
    margin-top: 10px;
  }

  .button-main {
    width: 100%;
  }

  .footer-form-block-two-2 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-link-three-2 {
    margin-bottom: 10px;
  }

  .footer-copyright-3, .footer-legal-link-2 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-container-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-heading-right-4 {
    padding: 60px 15px;
  }

  .hero-heading-right-5 {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-heading-right-5.mgm {
    padding-top: 0;
  }

  .hero-split-7.no-grid {
    margin-bottom: 0;
  }

  .hero-split-7.no-grid.rvs {
    order: -1;
    margin-bottom: 0;
  }

  .hero-heading-right-6, .hero-heading-right-7 {
    padding: 60px 15px;
  }

  .hero-heading-right-8 {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .uui-page-padding-18 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-space-xsmall-9 {
    min-height: .75rem;
  }

  .uui-heading-medium-11 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-text-size-large-11 {
    font-size: 1rem;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-space-medium-6 {
    min-height: 1.5rem;
  }

  .uui-padding-vertical-xhuge-17 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-95 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    max-width: 600px;
  }

  .text-block-50 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .list-items {
    display: none;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary-2 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .menu-button-2:hover {
    color: var(--main-color);
  }

  .menu-button-2.w--open {
    background-color: var(--main-color);
  }

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

  .hero-split {
    justify-content: center;
    align-items: flex-start;
  }

  .hero-heading-right {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .margin-bottom-24px-2 {
    text-align: left;
    display: flex;
  }

  .btn.btn-p2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-2 {
    height: 50px;
  }

  .heading-2 {
    text-align: center;
    font-size: 26px;
  }

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

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

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-pill-tab {
    text-align: center;
    width: 100%;
  }

  .spark-pill-tab.w--current, .spark-wrapped-card.spark-stacked {
    width: 100%;
  }

  .spark-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-tabs-menu.spark-left-aligned {
    z-index: 5;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    z-index: 5;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: static;
    top: 15rem;
    overflow: auto;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .spark-section-2 {
    margin-top: 10rem;
    padding: 0 20px;
  }

  .spark-section-2.dd {
    margin-top: 0;
  }

  .heading-3, .text-block-17 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .paragraph {
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 32px;
  }

  .div-block-25 {
    width: 100%;
    position: relative;
  }

  .data-body.tp-gd {
    padding-bottom: 0;
  }

  .masonry-container {
    width: 100%;
  }

  .heading-5 {
    font-size: 24px;
  }

  .div-block-35 {
    width: 100%;
    position: relative;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-image-two {
    object-position: 50% 0%;
    width: 100%;
  }

  .div-block-37 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .text-block-18 {
    font-size: 24px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .wraper-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: block;
  }

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

  .div-block-38 {
    border-bottom: 3px solid var(--main-color);
    border-left-width: 0;
  }

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

  .heading-6, .heading-7, .heading-8, .heading-9 {
    font-size: 24px;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .team-block-info-2 {
    padding-bottom: 1rem;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .image-13 {
    height: 100%;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-6.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .icon {
    color: #000;
  }

  .icon:focus {
    color: #fff;
  }

  .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 {
    text-align: left;
    width: 100%;
  }

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

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

  .brix---header-big-nav-link {
    font-size: 26px;
    line-height: 28px;
  }

  .brix---header-nav-list-item-hamburger-desktop {
    text-align: left;
    width: 100%;
    margin-bottom: 17px;
  }

  .brix---dropdown-link-big {
    font-size: 22px;
    line-height: 26px;
  }

  .brix---dropdown-chevron-big {
    width: 21px;
    margin-left: 8px;
  }

  .brix---dropdown-toggle-big-link {
    font-size: 26px;
    line-height: 28px;
  }

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

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

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

  .heading-14 {
    font-size: 24px;
    line-height: 28px;
  }

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

  .link-block-9 {
    width: 100%;
  }

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

  .spark-centered-901 {
    background-color: #002d40;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-bottom: 64px;
  }

  .div-block-63 {
    width: 200px;
    height: auto;
  }

  .prim-btn {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    display: flex;
  }

  .prim-btn.w--current {
    width: 100%;
  }

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

  .heading-17 {
    line-height: 24px;
  }

  .div-block-64 {
    width: 340px;
  }

  .div-block-64.max, .div-block-64.max.min {
    width: 450px;
  }

  .div-block-68 {
    width: 350px;
  }

  .div-block-68.max {
    width: 450px;
  }

  .div-block-68.max.min {
    width: 300px;
  }

  .team-member-image-two-3 {
    object-position: 50% 0%;
    width: 100%;
  }

  .team-member-name-two-3, .team-member-text-3 {
    text-align: center;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .team-block-info-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .team-slide-wrapper-3 {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-text-4 {
    text-align: center;
  }

  .div-block-71 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    display: flex;
  }

  .team-member-name-two-4 {
    text-align: center;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .team-block-info-4 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer-form-input-2 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-form-two-2 {
    padding: 20px;
  }

  .footer-form-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-primary-10 {
    justify-content: flex-start;
    align-items: flex-end;
  }

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

  .hero-split-6 {
    justify-content: center;
    align-items: center;
    max-width: 300px;
  }

  .shadow-two-6 {
    height: 400px;
  }

  .div-block-77 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-21 {
    line-height: 18px;
  }

  .div-block-78 {
    max-width: 400px;
  }

  .text-block-41 {
    line-height: 18px;
  }

  .hero-heading-right-5 {
    padding-bottom: 0;
  }

  .hero-heading-right-5.mgm {
    padding-top: 0;
  }

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

  .hero-wrapper-7, .hero-split-7 {
    margin-bottom: 0;
  }

  .container-18, .container-19, .container-20 {
    max-width: none;
  }

  .hero-split-10 {
    justify-content: center;
    align-items: center;
  }

  .margin-bottom-24px-11 {
    text-align: center;
  }

  .div-block-85 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .div-block-86, .div-block-87, .div-block-88 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .div-block-93 {
    margin-top: 1rem;
  }

  .uui-padding-vertical-xhuge-17 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image-34, .div-block-94 {
    width: auto;
  }

  .div-block-95 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .heading-31 {
    line-height: 28px;
  }
}
