:root {
  --deep-pink: #e42085;
  --firstcmsdeep-pink: steelblue;
  --white: white;
  --white-smoke: #ececec;
  --dark-grey: #afb2b2;
  --gainsboro: #dadada;
  --silver: #bfc2c3;
  --black: #333;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  text-align: center;
  font-family: Gillsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--deep-pink);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 3.8em;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  color: var(--deep-pink);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 300;
  line-height: 1em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--white);
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.nav-link-3 {
  color: #4f5e78;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
}

.nav-contain {
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-4 {
  color: #20193a;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.link-2 {
  color: #20193a;
  margin-left: 18px;
  font-size: 17px;
  text-decoration: none;
}

.nav-link-5 {
  color: #20193a;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  height: 100%;
  min-height: 85px;
  padding: 34px 29px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
}

.nav-link-5:hover {
  color: #fff;
  background-color: #5748c5;
}

.nav-link-5.w--current {
  color: #31414e;
  font-weight: 700;
}

.navbar-2 {
  background-color: #f0f0f0;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 35px;
}

.burger-wrapper {
  z-index: 201;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60px;
  height: 60px;
  padding: 15px;
  display: flex;
  position: relative;
}

.navbar-1 {
  background-color: #f0f0f0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-menu-4 {
  float: left;
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.logo-text {
  color: #20193a;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

.logo-text.l-t-w {
  color: #fff;
  font-size: 28px;
  text-decoration: none;
}

.navbar-6-2 {
  background-color: var(--deep-pink);
}

.contact-button {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 5px 20px;
  transition: border-color .4s, background-color .4s, color .4s;
}

.contact-button:hover {
  border-color: var(--white-smoke);
  color: var(--white-smoke);
  background-color: #fff3;
}

.logo-2 {
  float: left;
  width: 50px;
  margin-right: auto;
  display: block;
}

.nav-link-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  transition: color .2s;
}

.nav-link-6:hover {
  color: var(--dark-grey);
}

.nav-link-6.w--current {
  color: var(--gainsboro);
}

.nav-link-6.mobile-only, .nav-link-6.hide {
  display: none;
}

.navbar-6 {
  max-width: 1250px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brand-4 {
  height: 100%;
}

.navbar6-logo {
  text-decoration: none;
}

.navbar-3 {
  background-color: #fff;
  height: 85px;
}

.nav-btn {
  letter-spacing: 1px;
  background-color: #5748c5;
  border-radius: 4px;
  margin-left: 25px;
  font-size: 12px;
  font-weight: 500;
}

.navigation {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navmenu-6 {
  width: 100%;
  height: 80px;
}

.navbar6-contain {
  background-color: #f0f0f0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.split-line {
  background-color: #4f5e7826;
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 15px;
}

.info-text {
  float: left;
  color: #4f5e7866;
  text-decoration: none;
  display: block;
}

.info-wrap {
  margin-bottom: 120px;
  padding: 5px 5px 30px;
}

.line-2 {
  background-color: #20193a;
  width: 20px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.line-1 {
  background-color: #000;
  width: 27px;
  height: 2px;
}

.brand-3 {
  background-color: #5748c5;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 80px;
  display: flex;
}

.line-3 {
  background-color: #20193a;
  width: 27px;
  height: 2px;
}

.nav-bar-wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-menu-3 {
  align-items: center;
  height: 100%;
  min-height: 80px;
  margin-top: 0;
  display: flex;
}

.heading-5 {
  color: #5748c5;
  margin-top: 10px;
  font-size: 30px;
  line-height: 25px;
}

.logo-mid {
  margin-left: 35px;
  margin-right: 35px;
  font-family: Varela Round, sans-serif;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-4 {
  background-color: #5748c5;
  width: 100%;
  height: 3px;
}

.nav-link-contact-mobile {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  transition: color .2s;
  display: none;
}

.nav-link-contact-mobile:hover {
  color: #8a8a8a;
}

.nav-link-contact-mobile.w--current {
  color: #8b8b8b;
}

.container-vh {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  max-width: 1100px;
  height: 91vh;
  min-height: 450px;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.hero-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.div-block-5 {
  max-width: 400px;
  margin-top: 15px;
}

.div-block-6 {
  background-color: var(--deep-pink);
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  margin-top: 15px;
  padding: 15px;
  font-weight: 300;
  line-height: 16px;
  display: flex;
}

.grey-button-text {
  background-color: var(--silver);
  cursor: pointer;
  border-radius: 10px;
  margin: -6px -5px -10px 5px;
  padding: 10px 10px 6px;
  transition: background-color .4s;
  display: inline-block;
}

.grey-button-text:hover {
  background-color: #afb2b2;
}

.link-3 {
  color: var(--white);
  transition: color .2s;
}

.link-3:hover {
  color: var(--gainsboro);
}

.container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container.hide {
  display: none;
}

.card-cta-tag {
  background-color: #fff;
  border-radius: 2px;
  padding: 5px 10px;
  position: absolute;
  top: 1rem;
  left: 1.2rem;
}

.card-cta-tag.card-cta-tag-small {
  background-color: #5748c5;
  padding-left: 8px;
  padding-right: 8px;
  left: 1rem;
}

.card-cta-tag.card-cta-tag-small.card-cta-colour2 {
  background-color: #4bb14b;
}

.image-3 {
  border-radius: 100px;
}

.para-mid {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.box-title {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
}

.box-title.white {
  color: var(--white);
}

.card-cta-text {
  color: #20193a;
  font-weight: 500;
  text-decoration: none;
}

.card-cta-text.card-cta-text-sml {
  color: #fff;
  font-size: 12px;
}

.div-block-35 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block-9 {
  color: #20193a;
  margin-left: 8px;
  font-weight: 500;
}

.quote-card-2 {
  background-color: var(--silver);
  color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 33%;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  transition: all .4s;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 24px #00000038;
}

.quote-card-2:hover {
  box-shadow: 4px 4px 24px 5px #00000038;
}

.quote-card-2.pink {
  background-color: var(--deep-pink);
}

.quote-card-2.sub {
  background-color: var(--white-smoke);
  text-align: center;
  padding-top: 5px;
}

.quote-card-2.sub.light {
  background-color: #ececec;
}

.quote-card-2.sub.dark {
  background-color: var(--silver);
}

.quote-card-2.sub.hide {
  display: none;
}

.div-block-34 {
  flex-direction: column;
  display: flex;
}

.div-block-33 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.box-div {
  margin-bottom: auto;
  padding: 0 15px 30px;
  position: relative;
}

.box-div.dark {
  color: var(--black);
}

.text-name-under {
  color: #4f5e78;
  margin-left: 8px;
  font-size: 12px;
  line-height: 17px;
}

.box-img {
  background-image: url('../images/Mortgages-in-Carmarthenshire.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  min-height: 160px;
}

.box-img.mortgages {
  background-image: url('../images/Mortgages-in-Carmarthenshire.jpg');
}

.box-img.insurance-protection {
  background-image: url('../images/Insurance--protection-in-Carmarthenshire.jpg');
}

.box-img.other-services {
  background-image: url('../images/Wills--pensions-in-Carmarthenshire.jpg');
  background-position: 50% 0;
}

.main-boxes {
  justify-content: center;
  align-items: stretch;
  padding-top: 15px;
  padding-bottom: 30px;
  display: flex;
}

.box-btn {
  background-color: var(--silver);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 40px;
  transition: background-color .4s;
  display: flex;
  position: absolute;
  bottom: -15px;
  left: auto;
  right: auto;
  box-shadow: 0 8px 32px #0003;
}

.box-btn:hover {
  background-color: #afb2b2;
}

.box-btn.light {
  background-color: var(--white-smoke);
  color: var(--black);
}

.box-btn.light:hover {
  background-color: var(--gainsboro);
}

.box-btn.dark {
  color: var(--black);
}

.sub-boxes {
  justify-content: center;
  align-items: stretch;
  padding-bottom: 30px;
  display: flex;
}

.footer-3-links {
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-3-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-3 {
  background-color: var(--deep-pink);
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding: 60px 5% 10px;
}

.footer-3-col-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.row-5 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: block;
}

.footer-3-link {
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: color .2s;
}

.footer-3-link:hover {
  color: var(--silver);
}

.footer-3-link.no-link:hover {
  color: var(--white);
}

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

.footer-3-line {
  background-color: #fff3;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-3-button {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-3-copywrite {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.footer-3-para {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 23px;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-columns: .75fr 2fr 1.25fr 1.75fr;
  align-items: center;
}

.footer-logo {
  float: left;
  width: 50px;
  margin: 14px;
  padding-bottom: 0;
  display: block;
}

.social-media-img {
  width: 30px;
  margin-left: 10px;
}

.social-media-img.contact {
  width: 45px;
}

.social-media {
  justify-content: flex-end;
  padding-bottom: 15px;
  display: flex;
}

.footer-text {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.footer-text a {
  transition: color .2s;
}

.footer-text a:hover {
  color: var(--silver);
}

.f-link-span {
  text-transform: none;
}

.div-block-38 {
  justify-content: space-between;
  margin-top: 15px;
  display: flex;
}

.dropdown-list {
  background-color: var(--deep-pink);
}

.dropdown-list.w--open {
  box-shadow: 0 4px 8px #00000026;
}

.dropdown-link {
  background-color: var(--deep-pink);
  color: var(--white);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  transition: background-color .4s, color .4s;
}

.dropdown-link:hover {
  background-color: var(--white-smoke);
  color: var(--deep-pink);
}

.dropdown-link.w--current {
  color: var(--gainsboro);
}

.dropdown-link.w--current:hover {
  color: var(--deep-pink);
}

.dropdown {
  display: inline-block;
}

.hero-section.about {
  background-image: url('../images/About-Sasha-Grant.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.hero-section.mortgages {
  background-image: url('../images/Mortgages-in-Carmarthenshire.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.hero-section.insurance-protection {
  background-image: url('../images/Insurance--protection-in-Carmarthenshire.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-section.other-services {
  background-image: url('../images/Wills--pensions-in-Carmarthenshire.jpg');
  background-position: 50%;
  background-size: cover;
}

.container-hero {
  max-width: 1100px;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-hero.banner {
  flex-direction: column;
  justify-content: flex-end;
  max-width: none;
  height: 90vh;
  padding-bottom: 0;
  display: flex;
}

.div-block-41 {
  background-color: #bfc2c3b3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-41.pink {
  background-color: #e42085b3;
}

.heading-7 {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.heading-8 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.content-section {
  background-color: var(--deep-pink);
}

.content-section.grey {
  background-color: var(--silver);
}

.content-section.white {
  background-color: var(--white);
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr .75fr;
  align-items: stretch;
}

.heading-9 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}

.heading-9.grey {
  color: var(--dark-grey);
}

.heading-9.pink {
  color: var(--deep-pink);
}

.content-text {
  color: var(--white);
  text-align: left;
  font-weight: 300;
}

.content-text.black {
  color: var(--black);
}

.content-text.black h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.content-text.black h5 {
  color: var(--deep-pink);
  font-size: 16px;
  font-weight: 400;
}

.content-text.black.auto {
  margin-bottom: auto;
}

.content-text.black.privacy-policy strong {
  font-weight: 400;
}

.content-text.grey {
  color: var(--dark-grey);
}

.content-text.grey h5 {
  color: var(--deep-pink);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.content-text h3 {
  margin-top: 0;
  font-weight: 400;
}

.content-text a {
  color: var(--black);
  transition: color .2s;
}

.content-text a:hover {
  color: var(--deep-pink);
}

.para-imgs {
  background-image: url('../images/Excellent-service.jpg');
  background-position: 50%;
  background-size: cover;
}

.para-imgs.mortgages-1 {
  background-image: url('../images/Jargon-free-mortgage-advice.jpg');
}

.para-imgs.mortgages-2 {
  background-image: url('../images/Mortgages-for-your-dream-home.jpg');
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
}

.rich-text-block {
  text-align: left;
  font-weight: 400;
}

.image-4 {
  width: 220px;
}

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

.image-5 {
  width: 120px;
  padding-bottom: 15px;
}

.div-block-43 {
  flex-direction: column;
  padding: 10px;
  display: flex;
}

.contact-box {
  background-color: var(--silver);
  color: var(--white);
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  transition: all .4s;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 24px #00000038;
}

.contact-box:hover {
  box-shadow: 4px 4px 24px 5px #00000038;
}

.contact-box.pink {
  background-color: var(--deep-pink);
  color: var(--black);
}

.contact-box.sub {
  background-color: var(--white-smoke);
  text-align: center;
  padding-top: 5px;
}

.contact-box.sub.light {
  background-color: #ececec;
}

.contact-box.sub.dark {
  background-color: var(--silver);
}

.contact-box-l {
  width: 33%;
  padding: 20px;
}

.contact-box-r {
  background-color: var(--white);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 67%;
  padding: 20px;
}

.contact-social-media {
  margin-bottom: 15px;
  display: none;
}

.social-media-2 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: color .2s;
  display: flex;
}

.social-media-2:hover {
  color: var(--deep-pink);
}

.social-media-text {
  text-align: left;
  flex: 1;
  padding-left: 30px;
}

.form-block {
  margin-bottom: 0;
}

.newsletter-email {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 67%;
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--deep-pink);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 33%;
  font-weight: 400;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #cc1d77;
}

.submit-button.contact {
  border-radius: 10px;
  width: auto;
  margin-top: 6px;
  padding: 10px;
}

.form {
  display: flex;
}

.newsletter-success-message {
  background-color: var(--deep-pink);
  border-radius: 10px;
  padding: 10px;
  font-weight: 300;
}

.error-message {
  background-color: #e93d3d;
}

.form-block-2 {
  color: var(--black);
  text-align: left;
  font-weight: 300;
}

.field-label {
  font-weight: 300;
}

.text-field {
  border-radius: 10px;
  min-height: 50px;
}

.text-field.messagebox {
  min-height: 150px;
}

.div-block-44 {
  padding-top: 20px;
}

.checkbox-label {
  margin-bottom: 6px;
  font-weight: 300;
}

.link-4 {
  color: var(--black);
  font-family: Gillsans, sans-serif;
  font-weight: 400;
  transition: color .2s;
  display: block;
}

.link-4:hover {
  color: #333333bf;
}

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

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

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

@media screen and (max-width: 991px) {
  .icon-2 {
    color: #fff;
  }

  .nav-contain {
    justify-content: space-between;
  }

  .nav-menu-5 {
    background-color: #f5f5f5;
  }

  .nav-menu-4 {
    background-color: var(--deep-pink);
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu-2 {
    background-color: #fcfcfc;
  }

  .logo-2 {
    padding-left: 0;
  }

  .nav-link-6 {
    border-bottom: 1px solid #ffffff14;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .nav-link-6.mobile-only {
    display: block;
  }

  .menu-button-2 {
    margin-top: 10px;
  }

  .nav-menu-6 {
    background-color: #fff;
  }

  .menu-button {
    color: #8b8b8b;
  }

  .menu-button.w--open {
    background-color: #cc1d77;
    margin-top: 0;
  }

  .nav-container {
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
  }

  .nav-link-contact-mobile {
    text-align: center;
    border-bottom: 1px solid #ffffff14;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

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

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

  .para-mid {
    padding-bottom: 25px;
  }

  .box-div {
    padding-bottom: 5px;
  }

  .footer-3-links {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-3-wrap {
    width: 100%;
    margin-left: 0;
  }

  .row-5 {
    display: block;
  }

  .footer-3-link {
    padding: 5px 20px;
  }

  .grid {
    grid-row-gap: 0px;
    grid-template-columns: 2fr;
  }

  .social-media-img {
    width: 40px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .social-media {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 15px;
  }

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

  .dropdown {
    display: none;
  }

  .div-block-39 {
    margin-bottom: 15px;
  }

  .div-block-40 {
    padding-top: 14px;
  }

  .content-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    grid-row-gap: 15px;
    grid-template-columns: 1.75fr;
  }

  .para-imgs {
    min-height: 250px;
  }

  .contact-box-l {
    width: 40%;
  }

  .contact-box-r {
    width: 60%;
  }

  .social-media-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .logo-text {
    text-align: center;
  }

  .logo-2 {
    margin-left: 10px;
  }

  .logo-2.footer {
    margin-left: 0;
  }

  .container-vh {
    max-height: none;
    padding-top: 0;
  }

  .grey-button-text {
    margin-top: 10px;
  }

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

  .quote-card-2 {
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
  }

  .box-img {
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .main-boxes {
    flex-direction: column;
    padding-bottom: 0;
  }

  .box-btn {
    justify-content: center;
    top: auto;
    bottom: -15px;
  }

  .sub-boxes {
    flex-direction: column;
  }

  .footer-3-col-2 {
    display: none;
  }

  .row-5 {
    flex-direction: column;
    display: flex;
  }

  .footer-3-link {
    width: 100%;
  }

  .footer-3-col {
    justify-content: center;
    align-items: center;
  }

  .footer-3-copywrite {
    text-align: center;
  }

  .div-block-38 {
    flex-direction: column;
    align-items: center;
  }

  .container-hero {
    min-height: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-hero.banner {
    height: 60vh;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7 {
    margin-bottom: 5px;
    font-size: 3em;
  }

  .heading-8 {
    font-size: 20px;
  }

  .content-section {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-9 {
    font-size: 22px;
  }

  .para-imgs.mortgages-1, .para-imgs.mortgages-2 {
    min-height: 180px;
  }

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

  .contact-box {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-box-l {
    border-radius: 10px 10px 0 0;
    width: 100%;
  }

  .contact-box-r {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    width: 100%;
  }

  .submit-button.contact {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.6em;
  }

  .container-vh {
    height: auto;
    max-height: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-6 {
    font-size: 2em;
  }

  .image-3 {
    margin-bottom: 5px;
  }

  .box-title {
    line-height: 25px;
  }

  .div-block-33 {
    flex-direction: column;
    align-items: flex-start;
  }

  .box-div {
    padding-bottom: 20px;
  }

  .main-boxes {
    padding-top: 0;
  }

  .footer-3-copywrite {
    text-align: center;
  }

  .container-hero.banner {
    height: 40vh;
  }

  .para-imgs.mortgages-1, .para-imgs.mortgages-2 {
    min-height: 150px;
  }

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

  .image-4 {
    width: 100%;
  }

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

  .newsletter-email {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
  }

  .submit-button {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
  }

  .form {
    flex-direction: column;
  }
}

#w-node-eefa56d8-9852-8501-b897-2f56d587fa38-d587fa34 {
  align-self: stretch;
}

#w-node-eefa56d8-9852-8501-b897-2f56d587fa3b-d587fa34 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-eefa56d8-9852-8501-b897-2f56d587fa64-d587fa34 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-eefa56d8-9852-8501-b897-2f56d587fa38-d587fa34 {
    justify-self: center;
  }

  #w-node-eefa56d8-9852-8501-b897-2f56d587fa3b-d587fa34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-eefa56d8-9852-8501-b897-2f56d587fa64-d587fa34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }
}


@font-face {
  font-family: 'Gillsans';
  src: url('../fonts/GillSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gillsans';
  src: url('../fonts/gillsans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}