:root {
  --cherry-red: #ed3237;
  --white: white;
  --black: black;
}

.div-block {
  width: 85%;
  height: 3vh;
}

.main-nav {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0);
}

.top-banner-div {
  justify-content: flex-end;
  align-items: center;
  width: 85%;
  height: 3.3vh;
  display: flex;
}

.bottom-main-div {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  height: 7vh;
  display: flex;
}

.top-main {
  background-color: red;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.3vh;
  padding-right: 22px;
  display: flex;
}

.bottom-main {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff0;
  background-image: linear-gradient(73deg, #ffffff6b 77%, #ffffff6b);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 5px;
  display: flex;
}

.right-main-details {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.trading-hours-div {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 29px;
  display: flex;
}

.contact-details-q {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 100%;
  display: flex;
}

.text-block {
  color: #fff;
  font-family: Firasanscondensed, sans-serif;
  font-weight: 700;
  display: none;
}

.text-span {
  font-weight: 400;
}

.text-block-2 {
  color: #fff;
  text-decoration: none;
}

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

.div-block-2 {
  width: 50%;
  height: 100%;
}

.logo-div {
  width: 22%;
  height: 100%;
}

.links-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center stretch;
  width: auto;
  height: 100%;
  display: flex;
}

.logo-bg {
  background-image: url('../images/Main-Logo-.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 77%;
  width: 100%;
  height: 7vh;
}

.link {
  color: #000;
  text-align: right;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 9px 22px;
  font-family: Firasanscondensed, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all 1.5s cubic-bezier(.215, .61, .355, 1), opacity .2s;
  display: flex;
}

.link:hover {
  background-color: var(--cherry-red);
  color: #fff;
}

.link.w--current {
  background-color: var(--cherry-red);
  color: #fff;
  border: 1px solid #0000;
  border-radius: 8px;
  font-weight: 500;
}

.div-block-3 {
  width: 100%;
  height: 7vh;
}

.div-block-3.w--current {
  width: 100%;
}

.div-block-4 {
  height: 60vh;
}

.div-block-5, .div-block-5-copy {
  height: 75vh;
}

.h1-slider {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0% 0% 0;
  overflow: hidden;
}

.slide {
  background-image: url('../images/Home-slide-A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider {
  width: 100%;
  height: 100%;
}

.slide-nav {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 23px;
  margin-left: 0;
  display: none;
  position: absolute;
}

.h1-glass-overlay-main-div {
  z-index: 1;
  background-color: #ffffff26;
  background-image: linear-gradient(21deg, var(--white), #bbb0);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  bottom: 0;
}

.services {
  position: relative;
}

.left-arrow {
  display: none;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-copy {
  background-image: url('../images/Home-slide-A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  height: auto;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-a {
  background-image: url('../images/Home-Static-IMage_1.jpg');
  background-position: 50% 44%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  inset: 0% 0% auto;
}

.slide-a.bb {
  background-image: url('../images/HI2-.jpg');
  overflow: visible;
}

.slide-a.cc {
  background-image: url('../images/HI3-.jpg');
}

.slide-a.dd {
  background-image: url('../images/HI6.jpg');
}

.slide-a.ee {
  background-image: url('../images/HI5.jpg');
}

.slide-a.ee.ff {
  background-image: url('../images/HI7.jpg');
}

.responsive-h1-info {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  height: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.h1-left {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.h1-right {
  border-left: 1px #fff;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 53px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.heading {
  color: #ff0004;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Firasanscondensed, sans-serif;
  font-size: 36px;
}

.button {
  color: #000;
  text-align: center;
  background-color: #3898ec00;
  border: 2px solid red;
  border-radius: 6px;
  width: 20%;
  min-width: 20%;
  margin-right: 22px;
  font-family: Firasanscondensed, sans-serif;
  font-size: 17px;
  display: inline-block;
}

.h1-righr-para {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 85%;
  height: auto;
  display: flex;
}

.paragraph {
  color: #fff;
  font-family: Firasanscondensed, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}

.div-block-7 {
  background-color: #ed1c24;
  border-radius: 20px;
  width: .1%;
  height: 17vh;
  padding-left: 0;
  padding-right: 0;
}

.icon, .icon-2 {
  display: none;
}

.paragraph-mobile {
  color: #fff;
  font-family: Firasanscondensed, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  display: none;
}

.de {
  color: #fff;
  font-family: Firasanscondensed, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}

.paragraph-desktop {
  color: #000;
  font-family: Firasanscondensed, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.home-services-main-div {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 69px;
  padding-bottom: 69px;
  display: flex;
  overflow: hidden;
}

.h1-contact-button {
  color: #000;
  text-align: center;
  background-color: #3898ec00;
  border: 2px solid #ff000a;
  border-radius: 6px;
  width: 20%;
  min-width: 20%;
  margin-right: 22px;
  font-family: Firasanscondensed, sans-serif;
  font-size: 17px;
  display: inline-block;
}

.text-span-2 {
  text-decoration: underline;
}

.services-responsive-div {
  width: 85%;
  height: 80%;
  display: flex;
}

.services-responsive-div._2258._155 {
  flex-flow: column;
}

.h1-services-header {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 17px;
  display: flex;
}

.heading-2 {
  color: #ff0007;
  text-align: center;
  font-family: Firasanscondensed, sans-serif;
}

.heading-3 {
  width: 100%;
  margin-top: 0;
  padding-bottom: 20px;
  font-family: Firasanscondensed, sans-serif;
  font-weight: 400;
}

.hservices-main {
  grid-column-gap: 41px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-bottom: 41px;
  display: grid;
}

.hs1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  background-color: #e6e6e6;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 9px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 17px;
  transition: all .274s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  overflow: hidden;
}

.hs1:hover {
  outline-offset: 0px;
  outline: 1.3px solid #840508;
}

.hs-icon-main {
  background-image: url('../images/Road-Accident-Funds-image.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 15vh;
  margin-top: 13px;
  position: relative;
}

.hs-icon-main.s22 {
  background-image: url('../images/Medical-Malpractice-Claims.png');
}

.hs-icon-main.s33 {
  background-image: url('../images/Public-Liablity-Claim.png');
}

.hs-icon-main.s44 {
  background-image: url('../images/Injury-On-Duty-Claims.png');
}

.hs-icon-main.s55 {
  background-image: url('../images/Assult-Icon.png');
}

.hs-icon-main.s66 {
  background-image: url('../images/Divorce-.png');
}

.responsive-h1-service {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 93%;
  height: auto;
  display: flex;
}

.text-block-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Firasanscondensed, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.heading-4 {
  color: #ed3237;
  -webkit-text-stroke-color: #ff0004;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Firasanscondensed, sans-serif;
}

.div-block-8 {
  z-index: 0;
  background-color: #818181;
  border-radius: 0;
  flex: none;
  width: 27%;
  height: 4vh;
  position: absolute;
  overflow: visible;
}

.unnecessary-services-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.button-services {
  color: #080f22;
  text-align: center;
  background-color: #080f2200;
  border: 1.5px solid #080f22;
  border-radius: 6px;
  width: 15%;
  min-width: 5%;
  margin-top: 34px;
  margin-right: 22px;
  font-family: Firasanscondensed, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
}

.button-services.map {
  margin-right: 0;
}

.wtchw-div {
  background-image: url('../images/Home-Brake-IMage.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: center;
  height: 25vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.wtchw-div.afsda.sas {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: relative;
  overflow: visible;
}

.responsive-services-div {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.the-only-right-div {
  justify-content: flex-end;
  align-items: center;
  width: 85%;
  height: auto;
  display: flex;
}

.the-only-right-div.sas {
  justify-content: flex-start;
  align-items: center;
}

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

.responsive-main-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  height: 100%;
  padding-left: 0;
  display: none;
}

.text-block-4 {
  font-size: 28px;
}

.text-block-5 {
  font-size: 24px;
}

.fake-h3 {
  color: #000;
  margin-top: 21px;
  margin-bottom: 21px;
  padding-bottom: 0;
  font-family: Firasanscondensed, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.para-point-div {
  background-image: url('../images/Bullet-point.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30%;
  width: 5%;
  height: 3.5vh;
}

.div-block-10 {
  width: 30%;
}

.bulli-me {
  width: 100%;
  display: flex;
}

.text-block-6 {
  color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Firasanscondensed, sans-serif;
  font-size: 16px;
  display: flex;
}

.bulling-pp-text {
  width: auto;
  height: auto;
  display: flex;
}

.glass-div {
  background-color: #fff;
  width: 40%;
  height: 55%;
  display: none;
  position: absolute;
  overflow: visible;
}

.glass-div._45 {
  z-index: 0;
  height: 100%;
  position: absolute;
}

.contact-andries-main-div {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
  overflow: hidden;
}

.div-block-11 {
  flex-flow: column;
  width: 85%;
  height: 100%;
  display: flex;
}

.contact-a-main-h1 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.left-c {
  width: 30%;
  height: 85%;
}

.right-d {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: block;
}

.heading-5 {
  outline-offset: 0px;
  color: #ed3237;
  outline: 3px #ff0004;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 13px;
  font-family: Firasanscondensed, sans-serif;
}

.div-block-12 {
  background-color: #e6e6e6;
  border-top: 18px solid #ff0007;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 30vh;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-top: 14px;
  display: flex;
}

.paragraph-2 {
  font-family: Firasanscondensed, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.heading-right {
  color: red;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Firasanscondensed, sans-serif;
  font-size: 38px;
  line-height: 35px;
}

.div-block-13 {
  width: 80%;
}

.contact-form {
  width: 100%;
}

.div-block-14 {
  flex-flow: column;
  width: 90%;
  height: 80%;
  display: flex;
}

.link-block-2 {
  color: #000;
  text-decoration: none;
}

.text-block-7 {
  color: #000;
  padding-bottom: 12px;
  font-family: Firasanscondensed, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.bold-text {
  font-weight: 400;
  text-decoration: none;
}

.link-block-3 {
  clear: none;
  color: #000;
  text-decoration: none;
}

.link-block-4 {
  color: #00000052;
  text-decoration: none;
}

.name-and-cellphone {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cc-div {
  flex: none;
  width: 45%;
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  color: #080f22;
  font-family: Firasanscondensed, sans-serif;
  font-weight: 400;
}

.message-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.cc-div-message {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-field {
  aspect-ratio: auto;
  object-fit: fill;
  border: 1.2px solid #000;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 21px;
  padding-bottom: 169px;
  display: block;
}

.submit-button {
  border: 1.5px solid var(--black);
  color: #080f22;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 14px;
  font-family: Firasanscondensed, sans-serif;
  font-weight: 500;
}

.text-field-2, .text-field-3, .text-field-4 {
  border: 1.2px solid #080f22;
  border-radius: 10px;
}

.select-field {
  color: #080f22;
  background-color: #fff;
  border: 1.2px solid #080f22;
  border-radius: 10px;
}

.footer {
  background-color: #161616;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.form {
  width: auto;
  overflow: visible;
}

.form-block {
  width: auto;
}

.footer-responsive {
  flex-flow: column;
  justify-content: space-around;
  width: 85%;
  height: 85%;
  display: flex;
}

.andries-logo-socials {
  width: 100%;
  height: 20%;
  display: flex;
}

.ac-logo {
  background-image: url('../images/Zwane-d.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
}

.ac-socials-logo {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.ac-socials-logo.subscribe {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
}

.ac-socials-logo.mobile {
  justify-content: flex-start;
  align-items: center;
  height: 5vh;
  display: none;
}

.ac-socials-logo.desktop {
  display: none;
}

.social-iocon-block {
  width: 5vw;
  height: 100%;
}

.social-iocon-block.instagram {
  background-image: url('../images/Instagram-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5%;
}

.social-iocon-block.linked-in {
  background-image: url('../images/Facebook-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5%;
  margin-left: 0;
  margin-right: 13px;
}

.social-iocon-block.facebook {
  background-image: url('../images/Facebook-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5%;
  margin-left: 13px;
  margin-right: 13px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-15 {
  width: 100%;
  height: 20vh;
}

.ac-footer-links {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.ac-footer-links.navs {
  display: none;
}

.text-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4vh;
  font-family: Firasanscondensed, sans-serif;
  font-size: 23px;
  font-weight: 200;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.text-block-8:hover {
  font-weight: 500;
}

.sub-main {
  flex-flow: row;
  flex: 1;
  width: auto;
  display: flex;
}

.text-field-5 {
  color: #fff;
  background-color: #ffffff0d;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-bottom: 0;
}

.field-label-5 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-bottom: 0;
  padding-bottom: 7px;
  font-family: Firasanscondensed, sans-serif;
  font-weight: 400;
  display: flex;
}

.form-block-2 {
  width: 50%;
  margin-bottom: 0;
}

.form-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  display: none;
}

.main-adress {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.submit-button-2 {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  height: 100%;
  margin-left: 19px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Firasanscondensed, sans-serif;
  font-weight: 500;
}

.brake-line {
  background-color: #fff;
  height: .23vh;
}

.footer-end-main {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.end-1 {
  text-align: left;
  width: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.end-2 {
  color: #fff;
  text-align: center;
  width: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.end-3 {
  text-align: right;
  width: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-block-5, .link-block-6, .link-block-7, .link-block-8 {
  text-decoration: none;
}

.mmmburger {
  display: none;
}

.burger-button-wrapper {
  cursor: pointer;
  padding: 10px;
}

.burger-line-top, .burger-line-middle {
  background-color: #fff;
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.burger-line-bottom {
  background-color: #fff;
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
}

.ghost-div {
  display: none;
}

.about-main-landing-div {
  z-index: 5;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
}

.div-block-16 {
  width: 85%;
  height: 100%;
}

.not-repsonive-background-image {
  background-color: #000;
  background-image: linear-gradient(#061130a3, #061130a3), url('../images/Home-slide-A.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 50%;
  height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.responsive-about-h1 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 100%;
  display: flex;
}

.left-h1-about-div {
  order: -1;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.meet-andries-main-div {
  z-index: 1;
  width: 80%;
  height: auto;
  position: relative;
}

.div-block-17 {
  background-image: url('../images/Profile-Picture.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 60%;
  height: 60%;
  margin-top: 115px;
}

.right-h1-about-div {
  order: -1;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.heading-6 {
  color: #fff;
  margin-bottom: 32px;
  font-family: Firasanscondensed, sans-serif;
}

.a-licensed-clinical-psychologist {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 6vh;
  display: flex;
}

.a-licensed-clinical-psychologist:hover {
  box-shadow: 7px 10px 7px -2px #010713;
}

.div {
  height: 20vh;
  display: flex;
}

._5-years-experianc {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  transition: all .5s;
  display: flex;
}

._5-years-experianc:hover {
  box-shadow: 4px 12px 7px -2px #030d25;
}

.afrikaans-english {
  width: 100%;
}

.responsive-h1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 85%;
  height: 100%;
  display: flex;
}

.text-block-9 {
  color: #061130;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50%;
  font-family: Firasanscondensed, sans-serif;
  font-size: 80px;
  font-weight: 500;
  display: flex;
}

.text-block-10 {
  color: #061130;
  font-family: Firasanscondensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-18 {
  background-image: url('../images/Blue-Language-.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 50%;
}

._5-years-experianc-copy {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  margin-right: 5px;
  display: flex;
}

._5-years-experianc-copy:hover {
  box-shadow: -7px 10px 12px #081431;
}

.blue-about-div {
  z-index: 1;
  background-color: #e0e0e0;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 39px;
  padding-bottom: 39px;
  display: flex;
  position: relative;
}

.responsive-about-me {
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 100%;
  display: flex;
}

.left-div-about {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 85%;
  padding-top: 25px;
  display: flex;
}

.right-div-about {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 85%;
  padding-top: 0;
  padding-left: 28px;
  display: flex;
}

.about-sub-text {
  color: #000;
  margin-bottom: 18px;
  font-family: Firasanscondensed, sans-serif;
  font-size: 18px;
}

.heading-7 {
  color: #ed1c24;
  font-family: Firasanscondensed, sans-serif;
}

.paragraph-about {
  color: #000;
  width: 65%;
  margin-bottom: 25px;
  padding-right: 68px;
  font-family: Firasanscondensed, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-about.ss {
  width: 50%;
  margin-bottom: 0;
}

.paragraph-about.ss._48848484 {
  color: #000;
  padding-left: 20px;
  padding-right: 63px;
  font-size: 19px;
  font-weight: 500;
}

.paragraph-about.ss._13131 {
  color: #000;
  padding-left: 20px;
  padding-right: 64px;
  font-size: 19px;
  font-weight: 500;
}

.paragraph-about.ss._131 {
  color: #000;
  padding-left: 20px;
  padding-right: 63px;
  font-size: 19px;
  font-weight: 500;
}

.check-check {
  mix-blend-mode: exclusion;
  background-image: url('../images/Web-check-mark-.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 5%;
  height: 33%;
  display: flex;
}

.link-para {
  width: 100%;
  margin-left: 0;
  font-size: 19px;
  font-weight: 400;
}

.link-main-paragraph {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.qualifiaions-main-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 28px;
  padding-bottom: 28px;
  display: none;
}

.div-block-19 {
  align-self: center;
  width: 85%;
  height: 85%;
}

.qualifications-main-div {
  color: #ed1c24;
  height: auto;
  font-family: Firasanscondensed, sans-serif;
}

.qualifications-main-div.heda {
  text-align: left;
  align-self: flex-end;
  width: 85%;
  font-family: Firasanscondensed, sans-serif;
}

.qualificatins-main-div {
  color: #000;
  width: 100%;
  height: auto;
  padding-bottom: 18px;
  font-family: Firasanscondensed, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

.qualificatins-main-div.pap {
  text-align: left;
  align-self: flex-end;
  width: 85%;
}

.certificate-mian-div {
  background-image: url('../images/Certgificat-B.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15%;
  height: 100%;
}

.responsive-certificat-e {
  justify-content: flex-start;
  align-items: center;
  height: 30vh;
  padding-bottom: 26px;
  display: flex;
}

.unnecessary-services-div-about {
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  display: flex;
}

.unnecessary-services-div-about.services {
  padding-top: 16px;
}

.div-block-20 {
  height: 75vh;
}

.contact-about-div {
  justify-content: center;
  align-items: center;
  width: 85%;
  height: auto;
  padding-top: 32px;
  padding-bottom: 62px;
  display: flex;
}

.div-block-21 {
  width: 85%;
  height: 85%;
}

.responsive-contact-div {
  flex-flow: column;
  width: 50%;
  height: 100%;
  display: flex;
}

.contact-main-div {
  width: 100%;
}

.contact-about-main-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 43px;
  padding-bottom: 78px;
  display: flex;
}

.faq-main {
  opacity: 1;
  outline-offset: 0px;
  cursor: pointer;
  border-radius: 9px;
  outline: 1.3px solid #333;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 14px 12px 14px 16px;
  display: flex;
  position: relative;
  right: 19px;
}

.awnswer-a {
  color: #000;
  font-family: Firasanscondensed, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  display: none;
}

.awnswer-a.b, .awnswer-a.faqc, .awnswer-a.faqdd, .awnswer-a.faqee {
  display: none;
}

.left-q-a {
  width: 80%;
}

.plus-and-minus {
  mix-blend-mode: luminosity;
  background-image: url('../images/Plus.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3%;
}

.minus-copy {
  background-image: url('../images/Plus.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10%;
}

.minus {
  background-image: url('../images/Minus.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3%;
  display: none;
}

.maps {
  justify-content: flex-end;
  align-items: center;
  height: 50vh;
  display: flex;
}

.html-embed {
  border-radius: 13px;
  flex-flow: column;
  width: 80%;
  height: 80%;
  margin-top: 29px;
  display: block;
  overflow: hidden;
}

.contact-button {
  justify-content: center;
  align-items: center;
  width: 85%;
  display: flex;
}

.heading-8 {
  color: #081431;
  font-family: Firasanscondensed, sans-serif;
}

.services-main-div {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-image: url('../images/Services-H1-Background-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 0 #000;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.services-main-div.cry {
  background-image: url('../images/Contact-Background-H1-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 0;
}

.left-div {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.heading-9 {
  color: red;
  margin-top: 0;
  font-family: Firasanscondensed, sans-serif;
  display: flex;
}

.arrow-down {
  z-index: 0;
  cursor: pointer;
  mix-blend-mode: luminosity;
  background-image: url('../images/Arrow-Downn.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 5%;
  height: 5vh;
  margin-top: 27px;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.arrow-down:hover {
  transform: translate(0, -3px);
}

.arrow-down._22546 {
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
}

.arrow-down._22546:hover {
  transform: translate(0, -3px);
}

.treatments {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  display: flex;
}

.responsive-treatments {
  flex: 1;
  justify-content: space-around;
  align-self: center;
  align-items: stretch;
  width: 94%;
  height: 85%;
  padding-left: 0;
  display: flex;
}

.services-h2-header-left-and-right {
  width: 90%;
  height: auto;
  margin-bottom: 25px;
  display: flex;
}

.left-div-h2 {
  align-self: center;
  width: 100%;
}

.right-div-h2 {
  width: 100%;
}

.about-treatments-short-d {
  color: #000;
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 185px;
  font-family: Firasanscondensed, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.div-block-22 {
  height: 80%;
}

.card-main-div {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  cursor: w-resize;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  overflow: scroll;
}

.div-block-23 {
  width: 30%;
  height: 100%;
}

.card-a {
  z-index: 10;
  cursor: grab;
  background-color: #e6e6e6;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 6px;
  flex-flow: column;
  flex: none;
  order: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 28vw;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 35px 22px 62px;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  position: static;
}

.card-a.bbs {
  background-image: url('../images/Psychology-Children.jpg');
}

.card-a.ccs {
  background-image: url('../images/Psy-Adults.jpg');
  justify-content: flex-start;
  align-items: stretch;
}

.card-a.dde {
  background-image: url('../images/Occupational-T.jpg');
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
}

.card-a.ees {
  background-image: url('../images/Healthy-e.jpg');
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
}

.card-a.nero {
  background-image: url('../images/Andries-Combrinck.jpg');
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
}

.card-a.psy6 {
  cursor: grab;
  background-image: none;
  height: 99.9999%;
  padding-bottom: 28px;
}

.card-a.psa6 {
  background-image: none;
  padding-bottom: 103px;
}

.card-a.os6 {
  background-image: none;
  padding-bottom: 53px;
}

.card-a.dietetics {
  background-image: none;
  padding-bottom: 118px;
}

.card-a.nps {
  background-image: none;
  padding-bottom: 92px;
}

.card-image-bg {
  height: 15vh;
  margin-top: 0;
}

.service-icon-image {
  background-image: url('../images/Road-Accident-Funds-image.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 11px;
  width: 100%;
  height: 15vh;
  margin-top: 26px;
  position: relative;
}

.service-icon-image.dd2 {
  background-image: url('../images/Psychology-Children.svg');
}

.service-icon-image.d44 {
  background-image: url('../images/Psychology-Adults-.svg');
}

.service-icon-image.dd4 {
  background-image: url('../images/Occupatioal-therapy.svg');
}

.service-icon-image.d55.diet {
  background-image: url('../images/Dietetics.svg');
}

.service-icon-image.d66 {
  background-image: url('../images/Nero-Icon.svg');
}

.service-icon-image.pc5 {
  background-image: url('../images/Medical-Malpractice-Claims.png');
}

.service-icon-image.psa5 {
  background-image: url('../images/Public-Liablity-Claim.png');
}

.service-icon-image.opt {
  background-image: url('../images/Injury-On-Duty-Claims.png');
}

.service-icon-image.dt5 {
  background-image: url('../images/Assult-Icon.png');
}

.service-icon-image.npy5 {
  background-image: url('../images/Divorce-.png');
}

.service-icon-image.civil-litigation {
  background-image: url('../images/Civil-Litigation-.png');
}

.service-icon-image.civil-litigation.debt {
  background-image: url('../images/Debt-Collection-S.png');
}

.service-icon-image.civil-litigation.cv {
  background-image: url('../images/Criminal-Litigation-Image.png');
}

.heading-10 {
  color: #080f22;
  text-transform: uppercase;
  background-color: #e6e6e6;
  flex-flow: row;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  margin-top: 56px;
  margin-bottom: 0;
  padding-bottom: 19px;
  font-family: Firasanscondensed, sans-serif;
  font-size: 36px;
  line-height: 38px;
  display: block;
  overflow: visible;
}

.paragraph-3 {
  background-color: #e6e6e6;
  font-family: Firasanscondensed, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.heading-11 {
  color: #000;
  -webkit-text-stroke-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Firasanscondensed, sans-serif;
}

.make-an-appointment {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-top: 44px;
  padding-bottom: 44px;
  display: flex;
}

.cta-services {
  height: 50vh;
}

.cta-services-copy {
  justify-content: center;
  align-items: center;
  height: 45vh;
  padding-bottom: 0;
  display: flex;
}

.responsive-cta {
  justify-content: space-around;
  align-items: center;
  width: 95%;
  height: 70%;
  transition: all .5s;
  display: flex;
}

.div-block-24 {
  width: 20%;
  height: 100%;
}

.eba {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 13px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 15%;
  height: 80%;
  transition: all .35s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.eba:hover {
  transform: translate(0, -3px);
  box-shadow: 1px 5px 20px 7px #75757533;
}

.icon-ccc {
  mix-blend-mode: luminosity;
  background-image: url('../images/EAP.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 50%;
}

.icon-ccc.con {
  mix-blend-mode: luminosity;
  background-image: url('../images/Confidality.svg');
}

.icon-ccc.pc {
  background-image: url('../images/Personalised-Care.svg');
}

.icon-ccc.pc.cap {
  background-image: url('../images/CSA.svg');
}

.div-block-25 {
  height: 50%;
}

.eddsc {
  height: auto;
}

.text-block-11 {
  color: #080f22;
  text-align: center;
  font-family: Firasanscondensed, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 26px;
}

.make-an-appointment {
  z-index: 10;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.make-an-appointment-responsive {
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  height: auto;
  display: flex;
}

.left-details-div {
  width: 50%;
  height: 100%;
}

.text-block-12 {
  padding-top: 11px;
  font-family: Firasanscondensed, sans-serif;
  font-size: 17px;
}

.text-block-13 {
  font-family: Firasanscondensed, sans-serif;
  font-size: 17px;
}

.heading-12 {
  color: red;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Firasanscondensed, sans-serif;
  font-size: 35px;
}

.maps-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  height: 40vh;
  display: flex;
}

.form-block-3 {
  width: 100%;
}

.bold-text-2 {
  color: red;
  -webkit-text-stroke-color: red;
}

.bold-text-3 {
  color: var(--cherry-red);
}

.bold-text-4 {
  color: red;
}

.html-embed-copy {
  border-radius: 13px;
  flex-flow: column;
  width: 85%;
  height: 100%;
  margin-top: 29px;
  display: block;
  overflow: hidden;
}

.paragraph-about-copy {
  color: #000;
  width: 80%;
  margin-bottom: 25px;
  font-family: Firasanscondensed, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 26px;
}

.body {
  outline-offset: 0px;
  outline: 3px #333;
}

.slider-snap-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 23em;
  grid-auto-columns: 23em;
  grid-auto-flow: column;
  padding-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: auto;
}

.slider-filter-text {
  color: #1a1c1e;
  border-bottom: 2px #74777f;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 400;
}

.slider-filter-text.active {
  border-bottom-style: solid;
}

.filter-toggle-button {
  cursor: pointer;
  margin-bottom: 0;
  padding: .25rem .5rem;
  display: none;
  position: relative;
}

.filter-toggle-button.w--current {
  text-decoration: underline;
}

.icon-3 {
  display: flex;
}

.filter-container {
  width: auto;
  padding-top: 0;
}

.filter-toggle-wrapper {
  display: flex;
}

.filter-toggle-wrapper.is-start {
  margin-left: -.5rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .1px;
  text-transform: none;
  white-space: nowrap;
  background-color: #005faf;
  border-radius: 100px;
  height: 2.86em;
  padding: .7em 1.7em;
  font-size: .875em;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .175s, background-color .175s;
}

.button-2:hover {
  background-color: #186bb5;
  box-shadow: 0 1px 3px 1px #00000026, 0 1px 2px #0000004d;
}

.button-2.outline {
  color: #005faf;
  background-color: #0000;
  border: 1px solid #c3c6cf;
  padding-top: .6em;
  display: none;
}

.button-2.outline:hover {
  box-shadow: none;
}

.slider-controls {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.padding-global {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.padding-section-medium {
  padding-top: 4em;
  padding-bottom: 4em;
}

.padding-section-medium.is--half-bottom {
  align-content: start;
  width: auto;
  padding-top: 0;
  padding-bottom: 1.75em;
}

.slider-card {
  background-color: #e6e6e6;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: auto;
  padding: 0;
  display: flex;
}

.flex-button-wrap {
  align-items: center;
  display: flex;
}

.flex-button-wrap.grow-end-hide-mobile {
  flex: 1;
  justify-content: flex-end;
}

.icon-button-inner {
  opacity: 1;
  cursor: pointer;
  border: 1px solid #43474e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2px;
  display: flex;
}

.icon-button-inner:hover {
  background-color: #49454f14;
}

.icon-button-inner.back {
  padding-left: 0;
  padding-right: 2px;
}

.container-large {
  background-color: #f5f5f500;
  flex: 1;
  order: 1;
  width: 85%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.padded-inset-wrap {
  padding-left: 0;
  padding-right: 0;
}

.icon-button-outline {
  width: 3em;
  height: 3em;
  padding: .25rem;
}

.icon-button-outline.is-disabled {
  opacity: .24;
}

.character-length-30 {
  max-width: 30ch;
}

.heading-13 {
  color: #080f22;
  font-family: Firasanscondensed, sans-serif;
}

.heading-14 {
  color: #080f22;
}

.heading-15, .heading-16, .heading-17 {
  color: #080f22;
  font-family: Firasanscondensed, sans-serif;
}

.whatsapp-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 2%;
  height: auto;
  margin-bottom: 12px;
  margin-right: 12px;
  padding: 0;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.bold-text-5 {
  font-weight: 400;
}

.text-span-3 {
  text-decoration: none;
}

.body-2 {
  overflow: visible;
}

.text-span-4 {
  color: #000;
}

.end-1-copy {
  text-align: left;
  text-align: left;
  width: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.right-d-copy {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: block;
}

.about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4vh;
  font-family: Firasanscondensed, sans-serif;
  font-size: 23px;
  font-weight: 200;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.about:hover {
  font-weight: 500;
}

.services-home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4vh;
  font-family: Firasanscondensed, sans-serif;
  font-size: 23px;
  font-weight: 200;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.services-home:hover {
  font-weight: 500;
}

.contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4vh;
  font-family: Firasanscondensed, sans-serif;
  font-size: 23px;
  font-weight: 200;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.contact:hover {
  font-weight: 500;
}

.contact-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4vh;
  font-family: Firasanscondensed, sans-serif;
  font-size: 23px;
  font-weight: 200;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.contact-copy:hover {
  font-weight: 500;
}

.arrow-down-copy {
  cursor: pointer;
  mix-blend-mode: difference;
  background-image: url('../images/Arrow-Downn.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5%;
  height: 5vh;
  margin-top: 27px;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
}

.arrow-down-copy:hover {
  transform: translate(0, -3px);
}

.arrow-down-copy._22546 {
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
}

.arrow-down-copy._22546:hover {
  transform: translate(0, -3px);
}

.text-about-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4vh;
  font-family: Firasanscondensed, sans-serif;
  font-size: 23px;
  font-weight: 200;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.text-about-1:hover {
  font-weight: 500;
}

.text-nav-about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4vh;
  font-family: Firasanscondensed, sans-serif;
  font-size: 23px;
  font-weight: 200;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.text-nav-about:hover {
  font-weight: 500;
}

.services-about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4vh;
  font-family: Firasanscondensed, sans-serif;
  font-size: 23px;
  font-weight: 200;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.services-about:hover {
  font-weight: 500;
}

.services-about-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4vh;
  font-family: Firasanscondensed, sans-serif;
  font-size: 23px;
  font-weight: 200;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.services-about-contact:hover {
  font-weight: 500;
}

.home-contract-s {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4vh;
  font-family: Firasanscondensed, sans-serif;
  font-size: 23px;
  font-weight: 200;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.home-contract-s:hover {
  font-weight: 500;
}

.about-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4vh;
  font-family: Firasanscondensed, sans-serif;
  font-size: 23px;
  font-weight: 200;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.about-contact:hover {
  font-weight: 500;
}

.services-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4vh;
  font-family: Firasanscondensed, sans-serif;
  font-size: 23px;
  font-weight: 200;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.services-contact:hover {
  font-weight: 500;
}

.contract-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4vh;
  font-family: Firasanscondensed, sans-serif;
  font-size: 23px;
  font-weight: 200;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.contract-contact:hover {
  font-weight: 500;
}

.home-cont {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4vh;
  font-family: Firasanscondensed, sans-serif;
  font-size: 23px;
  font-weight: 200;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.home-cont:hover {
  font-weight: 500;
}

.about-coint {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4vh;
  font-family: Firasanscondensed, sans-serif;
  font-size: 23px;
  font-weight: 200;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.about-coint:hover {
  font-weight: 500;
}

.services-cont {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4vh;
  font-family: Firasanscondensed, sans-serif;
  font-size: 23px;
  font-weight: 200;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.services-cont:hover {
  font-weight: 500;
}

.cont-cont {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4vh;
  font-family: Firasanscondensed, sans-serif;
  font-size: 23px;
  font-weight: 200;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.cont-cont:hover {
  font-weight: 500;
}

.arrow-down-copy-copy {
  cursor: pointer;
  mix-blend-mode: exclusion;
  background-image: url('../images/Arrow-Downn.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5%;
  height: 5vh;
  margin-top: 27px;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
}

.arrow-down-copy-copy:hover {
  transform: translate(0, -3px);
}

.arrow-down-copy-copy-copy {
  cursor: pointer;
  mix-blend-mode: exclusion;
  background-image: url('../images/Arrow-Downn.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5%;
  height: 5vh;
  margin-top: 27px;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
}

.arrow-down-copy-copy-copy:hover {
  transform: translate(0, -3px);
}

.text-block-14 {
  color: #000;
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 36px;
  font-weight: 700;
}

.text-block-15 {
  color: #000;
  font-size: 22px;
}

.div-block-26 {
  padding-top: 58px;
}

.div-block-27 {
  background-image: url('../images/Check-mark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 55%;
}

.go-back-home {
  background-color: red;
  border-radius: 13px;
  padding: 22px;
  text-decoration: none;
}

.text-block-16 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.success {
  background-color: #f4f4f4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 44vh;
  display: flex;
}

.div-block-28 {
  align-self: center;
  width: 85%;
  height: auto;
}

.sucess-mark {
  background-color: red;
  justify-content: center;
  align-items: center;
  height: 35vh;
  display: flex;
}

.form-sucessfull {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-image: linear-gradient(#000000e3, #000000e3), url('../images/Home-Static-IMage.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .whatsapp-icon {
    background-image: none;
    width: 3%;
  }
}

@media screen and (max-width: 991px) {
  .h1-slider {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .slider {
    justify-content: center;
    align-items: flex-end;
    display: block;
  }

  .slide-nav {
    margin-bottom: 488px;
  }

  .h1-glass-overlay-main-div {
    height: auto;
    position: absolute;
    bottom: 0;
  }

  .button, .h1-contact-button {
    width: 60%;
    margin-bottom: 21px;
  }

  .hs1 {
    width: 100%;
  }

  .div-block-8 {
    width: 26%;
  }

  .button-services {
    width: 60%;
    margin-bottom: 21px;
  }

  .wtchw-div {
    background-size: cover;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .responsive-main-div {
    padding-left: 10px;
  }

  .para-point-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .left-c {
    width: auto;
    padding-right: 44px;
  }

  .paragraph-2 {
    margin-top: 7px;
  }

  .footer {
    height: 55vh;
  }

  .footer-responsive {
    justify-content: space-around;
    align-items: stretch;
  }

  .social-iocon-block.instagram, .social-iocon-block.linked-in, .social-iocon-block.facebook {
    width: 10%;
  }

  .ac-footer-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-8, .field-label-5, .form-block-2 {
    width: 100%;
  }

  .main-adress {
    display: flex;
  }

  .end-2 {
    color: #fff;
  }

  .div-block-17 {
    width: 80%;
    height: 50%;
  }

  .right-h1-about-div {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
  }

  .blue-about-div {
    height: auto;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .paragraph-about {
    padding-right: 0;
  }

  .certificate-mian-div {
    margin-right: 11px;
  }

  .responsive-certificat-e {
    height: 30vh;
  }

  .contact-about-main-div {
    padding-top: 0;
  }

  .plus-and-minus {
    width: 5%;
  }

  .slider-snap-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 18rem;
    grid-auto-columns: 18rem;
  }

  .slider-filter-text {
    font-size: 1.25rem;
  }

  .padding-section-medium {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .padding-section-medium.is--half-bottom {
    padding-bottom: 1em;
  }

  .padded-inset-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .whatsapp-icon {
    width: 8%;
  }

  .arrow-down-copy {
    width: 10%;
  }

  .about, .services-home, .contact, .contact-copy, .text-about-1, .text-nav-about, .services-about, .services-about-contact, .home-contract-s, .about-contact, .services-contact, .contract-contact, .home-cont, .about-coint, .services-cont, .cont-cont {
    width: 100%;
  }

  .arrow-down-copy-copy, .arrow-down-copy-copy-copy {
    width: 10%;
  }
}

@media screen and (max-width: 767px) {
  .bottom-main-div {
    justify-content: space-between;
    align-self: center;
    align-items: center;
  }

  .bottom-main {
    align-self: center;
  }

  .logo-div {
    display: none;
  }

  .links-div {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-content: center;
    align-items: center;
  }

  .slide-nav {
    margin-bottom: 0;
  }

  .h1-glass-overlay-main-div {
    align-items: flex-end;
  }

  .responsive-h1-info {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 85%;
    height: 80%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h1-left {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
  }

  .div-block-6 {
    flex: none;
    justify-content: center;
    height: auto;
    padding-bottom: 0;
  }

  .button-h1 {
    display: flex;
  }

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

  .paragraph-mobile {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .paragraph-desktop {
    display: none;
  }

  .heading-3 {
    width: 90%;
  }

  .hservices-main {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-8 {
    width: 39.2%;
  }

  .glass-div {
    height: 56%;
  }

  .name-and-cellphone {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .cc-div {
    width: 100%;
  }

  .form {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .form-block {
    width: auto;
  }

  .paragraph-about {
    display: flex;
  }

  .check-check {
    width: 8%;
  }

  .link-para {
    text-align: left;
    height: 5vh;
    padding-bottom: 72px;
    font-size: 9px;
    display: flex;
  }

  .link-main-paragraph {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .qualificatins-main-div, .awnswer-a {
    display: none;
  }

  .about-treatments-short-d {
    display: flex;
  }

  .card-a {
    width: 100%;
  }

  .paragraph-about-copy {
    display: flex;
  }

  .slider-snap-list {
    grid-auto-columns: 18rem;
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider-controls {
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    margin-top: .5rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-medium {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .flex-button-wrap.grow-end-hide-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .main-nav {
    z-index: 20;
    height: auto;
  }

  .top-banner-div {
    width: 95%;
  }

  .bottom-main-div {
    width: 90%;
    height: 8vh;
    overflow: visible;
  }

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

  .bottom-main {
    background-color: #ffffff8c;
    background-image: linear-gradient(73deg, #ffffffa1 10%, #fff0);
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .right-main-details {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .trading-hours-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    padding-right: 0;
  }

  .contact-details-q {
    display: flex;
  }

  .text-block {
    flex: none;
  }

  .logo-div {
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 70%;
    display: flex;
  }

  .links-div {
    display: none;
  }

  .logo-bg {
    background-position: 100%;
    background-size: contain;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 8vh;
    display: flex;
    position: relative;
    right: 0;
    overflow: visible;
  }

  .div-block-3 {
    height: 8vh;
  }

  .div-block-3.w--current {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    height: auto;
    display: block;
  }

  .h1-slider {
    z-index: 4;
    justify-content: space-between;
    align-items: center;
    height: 90vh;
    position: relative;
    bottom: 0;
  }

  .mask {
    overflow: hidden;
  }

  .slide-nav {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 20px;
    display: none;
  }

  .h1-glass-overlay-main-div {
    background-color: #ffffff8a;
    background-image: linear-gradient(202deg, #fff0, #fff0);
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 57px;
    position: absolute;
    bottom: 0;
  }

  .slide-a.bb {
    background-position: 63%;
  }

  .slide-a.cc {
    background-position: 70%;
    background-size: cover;
  }

  .responsive-h1-info {
    flex-flow: column;
    justify-content: space-between;
    width: 85%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h1-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .h1-right {
    width: 100%;
    padding-left: 0;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .heading {
    color: red;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Firasanscondensed, sans-serif;
    font-size: 28px;
    line-height: 32px;
  }

  .button {
    color: #000;
    border-color: #fd1f1e;
    margin-bottom: 0;
    margin-right: 0;
  }

  .button-h1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .paragraph-mobile {
    color: #000;
    margin-bottom: 5px;
    padding-top: 7px;
    padding-bottom: 17px;
    font-weight: 400;
    display: block;
  }

  .paragraph-desktop {
    display: none;
  }

  .home-services-main-div {
    z-index: 2;
    padding-top: 8px;
    padding-bottom: 0;
    position: relative;
  }

  .h1-contact-button {
    color: #000;
    border-color: #fd1f1e;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 0;
  }

  .services-responsive-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 85%;
    height: 100%;
    margin-top: 1px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-responsive-div._2258 {
    flex-flow: column;
  }

  .services-responsive-div._2258._155 {
    width: 85%;
    padding-bottom: 56px;
  }

  .h1-services-header {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-family: Firasanscondensed, sans-serif;
    font-size: 28px;
  }

  .heading-3 {
    text-align: left;
    font-weight: 400;
    line-height: 23px;
  }

  .hservices-main {
    grid-column-gap: 0px;
    margin-bottom: 0;
    display: block;
  }

  .hs1 {
    margin-bottom: 20px;
  }

  .hs-icon-main {
    height: 12vh;
  }

  .responsive-h1-service {
    width: 93%;
  }

  .text-block-3 {
    font-weight: 400;
  }

  .div-block-8 {
    width: 93%;
  }

  .unnecessary-services-div {
    margin-top: 0;
  }

  .button-services {
    margin-top: 21px;
    margin-bottom: 21px;
    margin-right: 0;
  }

  .wtchw-div {
    z-index: 2;
    background-image: url('../images/Home-Brake-IMage.jpg');
    background-position: 50%;
    background-size: auto;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
  }

  .responsive-services-div {
    z-index: .5;
  }

  .the-only-right-div {
    width: 90%;
  }

  .responsive-main-div {
    width: 100%;
    padding-left: 0;
  }

  .fake-h3 {
    padding-right: 81px;
    font-size: 28px;
    line-height: 30px;
  }

  .para-point-div {
    background-position: 0%;
  }

  .glass-div {
    background-color: #ffffff7d;
    background-image: linear-gradient(0deg, #0000 1%, #fff 66%);
    width: 100%;
    height: 100%;
  }

  .contact-andries-main-div {
    z-index: 2;
    position: relative;
  }

  .div-block-11 {
    flex-flow: column;
    width: 85%;
  }

  .contact-a-main-h1 {
    flex-flow: column-reverse wrap-reverse;
  }

  .left-c {
    width: 100%;
    padding-right: 0;
  }

  .right-d {
    border: 1px #000;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .heading-5 {
    font-size: 28px;
    display: none;
  }

  .div-block-12 {
    border-top-width: 12px;
    width: auto;
    height: 25vh;
    margin-top: 15px;
  }

  .paragraph-2 {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 8px;
  }

  .heading-right {
    text-align: left;
    border-top: 1px #061233;
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    font-size: 28px;
    line-height: 30px;
  }

  .contact-form {
    width: 100%;
    margin-top: 5px;
  }

  .div-block-14 {
    height: auto;
  }

  .name-and-cellphone {
    flex-flow: column;
    width: auto;
  }

  .cc-div {
    width: auto;
  }

  .text-field {
    direction: ltr;
    flex: 0 auto;
    width: 100%;
    min-width: 100%;
    min-height: 30px;
  }

  .footer {
    z-index: 3;
    height: auto;
    padding-top: 39px;
    padding-bottom: 39px;
    position: relative;
  }

  .form, .form-block {
    width: auto;
  }

  .footer-responsive {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 85%;
  }

  .andries-logo-socials {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 50%;
  }

  .ac-logo {
    background-position: 50%;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10vh;
    margin-bottom: 22px;
    display: flex;
  }

  .ac-socials-logo {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 8vh;
  }

  .ac-socials-logo.subscribe {
    width: 100%;
    display: none;
  }

  .ac-socials-logo.mobile {
    margin-top: 22px;
    display: none;
  }

  .ac-socials-logo.desktop {
    display: none;
  }

  .social-iocon-block.instagram {
    width: 20%;
    height: 100%;
  }

  .social-iocon-block.linked-in {
    background-image: url('../images/Facebook-icon.svg');
    width: 20%;
    height: 100%;
  }

  .social-iocon-block.facebook {
    width: 20%;
    height: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .ac-footer-links {
    grid-column-gap: 18px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: minmax(115px, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    width: 100%;
    margin-bottom: 15px;
    padding: 16px 0;
    display: grid;
  }

  .ac-footer-links.navs {
    background-color: #fff;
    border: 1px solid red;
    border-radius: 9px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 80%;
    padding-left: 13px;
    padding-right: 13px;
    display: flex;
  }

  .text-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: red;
    border-radius: 8px;
    width: 100%;
    height: 5vh;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    text-decoration: none;
  }

  .brake-line {
    height: .2vh;
    margin-top: 16px;
    margin-bottom: 3px;
  }

  .footer-end-main {
    flex-flow: column;
  }

  .end-1 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .end-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .end-3 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block-5, .link-block-6, .link-block-7, .link-block-8 {
    width: 100%;
    text-decoration: none;
  }

  .mmmburger {
    display: block;
  }

  .burger-button-wrapper.original {
    background-color: red;
    border-radius: 8px;
  }

  .burger-button-wrapper.ghost-click, .burger-button-wrapper.ghost-click-2 {
    background-color: red;
    border-radius: 8px;
    display: none;
  }

  .burger-line-top, .burger-line-middle, .burger-line-bottom {
    border-radius: 20px;
    height: 2px;
  }

  .mobile-nav {
    z-index: 6;
    background-color: #0000;
    height: 100vh;
    position: fixed;
    inset: 0%;
    transform: translate(-850px);
  }

  .main-nav-m-responsive {
    z-index: 1;
    aspect-ratio: auto;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background-color: #ffffff8c;
    width: 77%;
    height: 100%;
    padding-bottom: 97px;
    position: relative;
    transform: translate(0);
  }

  .ghost-div {
    height: 13vh;
    display: none;
  }

  .responsive-white {
    color: #fff;
    background-color: #0000;
    justify-content: center;
    align-items: flex-end;
    height: 80%;
    display: flex;
    transform: translate(0);
  }

  .about-main-landing-div {
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 120px;
    display: none;
  }

  .not-repsonive-background-image {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .responsive-about-h1 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: row-reverse wrap-reverse;
    order: 0;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    height: auto;
    margin-top: 115px;
    padding-top: 0;
  }

  .left-h1-about-div {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .meet-andries-main-div {
    align-self: flex-start;
    width: 100%;
  }

  .div-block-17 {
    z-index: 2;
    width: 100%;
    height: 33vh;
    min-height: 33px;
    margin-top: 0;
    position: relative;
  }

  .right-h1-about-div {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: auto;
    position: relative;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 45px;
  }

  .a-licensed-clinical-psychologist {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 6px;
  }

  .div {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    height: 15vh;
  }

  ._5-years-experianc {
    justify-content: center;
    align-items: center;
  }

  .responsive-h1 {
    height: 80%;
  }

  .text-block-9 {
    height: 30%;
    font-size: 40px;
  }

  .div-block-18 {
    height: 30%;
  }

  .blue-about-div {
    z-index: 4;
    padding-top: 92px;
    padding-bottom: 60px;
  }

  .responsive-about-me {
    flex-flow: column;
    width: 85%;
  }

  .left-div-about {
    width: 100%;
  }

  .right-div-about {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .about-sub-text {
    font-size: 16px;
    font-weight: 600;
  }

  .heading-7 {
    margin-bottom: 0;
    font-size: 28px;
  }

  .paragraph-about {
    color: #000;
    background-color: #ffffffd6;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 21px 20px;
    font-size: 17px;
    display: flex;
  }

  .paragraph-about.ss {
    width: 90%;
  }

  .paragraph-about.ss._48848484, .paragraph-about.ss._13131, .paragraph-about.ss._131 {
    background-color: #fff0;
    padding-right: 0;
    font-size: 18px;
  }

  .check-check {
    background-position: 0 0;
    height: 5vh;
  }

  .link-para {
    height: auto;
    padding-bottom: 0;
  }

  .link-main-paragraph {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .qualifications-main-div.heda {
    width: 100%;
    margin-top: 47px;
  }

  .qualificatins-main-div {
    display: none;
  }

  .certificate-mian-div {
    flex: none;
    width: 80%;
  }

  .responsive-certificat-e {
    width: 100%;
    height: 40vh;
    overflow: auto;
  }

  .unnecessary-services-div-about {
    justify-content: center;
    align-items: center;
  }

  .unnecessary-services-div-about.services {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-about-div {
    flex-flow: column;
    width: 85%;
    padding-top: 0;
    padding-bottom: 31px;
  }

  .responsive-contact-div {
    width: 100%;
  }

  .contact-about-main-div {
    height: auto;
    padding-top: 38px;
    padding-bottom: 38px;
    position: relative;
  }

  .faq-main {
    right: 0;
  }

  .awnswer-a {
    display: none;
  }

  .plus-and-minus, .minus {
    width: 8%;
  }

  .maps {
    border-radius: 13px;
  }

  .html-embed {
    width: 100%;
    height: 100%;
    margin-top: 9px;
  }

  .heading-8 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .services-main-div {
    background-image: url('../images/Services-H1-Background-image.jpg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 85vh;
  }

  .services-main-div.cry {
    background-image: url('../images/Contact-Background-H1-Image.jpg');
    background-position: 75%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    justify-content: center;
    align-items: flex-start;
    height: 85vh;
  }

  .left-div {
    justify-content: center;
    align-items: flex-start;
    width: 95%;
    margin-bottom: 0;
  }

  .heading-9 {
    color: #fff;
    text-align: left;
    background-color: red;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 21px;
    font-size: 28px;
  }

  .arrow-down {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 13%;
    display: flex;
  }

  .arrow-down._22546 {
    width: 13%;
  }

  .treatments {
    height: auto;
    padding-top: 41px;
  }

  .responsive-treatments {
    padding-left: 0;
  }

  .services-h2-header-left-and-right {
    flex-flow: column;
  }

  .about-treatments-short-d {
    text-align: left;
    padding-left: 0;
    font-weight: 400;
    display: flex;
  }

  .card-main-div {
    height: auto;
    overflow: auto;
  }

  .card-a {
    z-index: 2;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 90px;
    position: relative;
  }

  .card-a.ccs {
    justify-content: flex-start;
  }

  .card-a.ees {
    justify-content: flex-start;
    align-items: stretch;
  }

  .card-a.psa6 {
    padding-bottom: 103px;
  }

  .card-a.os6 {
    padding-bottom: 29px;
  }

  .card-a.dietetics {
    padding-bottom: 91px;
  }

  .card-a.nps {
    padding-bottom: 68px;
  }

  .card-image-bg {
    height: auto;
    margin-top: 0;
  }

  .service-icon-image {
    background-size: contain;
    width: 80%;
  }

  .heading-10 {
    margin-top: 11px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 28px;
  }

  .paragraph-3 {
    font-size: 16px;
    font-weight: 400;
  }

  .heading-11 {
    color: red;
    text-transform: uppercase;
    font-size: 28px;
  }

  .make-an-appointment {
    margin-top: 24px;
    margin-bottom: 19px;
    padding-top: 0;
  }

  .cta-services-copy {
    height: auto;
  }

  .responsive-cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    height: 100%;
    margin-top: 0;
    padding-bottom: 60px;
    display: grid;
  }

  .eba {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 10vh;
    padding-left: 0;
  }

  .icon-ccc {
    background-position: 0%;
    background-size: contain;
    width: 50%;
    height: 100%;
  }

  .icon-ccc.con {
    height: 100%;
  }

  .icon-ccc.pc {
    mix-blend-mode: luminosity;
    background-size: contain;
  }

  .eddsc {
    text-align: left;
    align-self: center;
    width: 80%;
  }

  .text-block-11 {
    text-align: left;
    padding-left: 20px;
    font-size: 20px;
  }

  .make-an-appointment {
    z-index: auto;
    height: auto;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .make-an-appointment-responsive {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
  }

  .left-details-div {
    width: 100%;
    padding-top: 40px;
  }

  .text-block-12 {
    padding-top: 5px;
    padding-bottom: 11px;
  }

  .text-block-13 {
    margin-bottom: 11px;
  }

  .heading-12 {
    margin-bottom: 14px;
  }

  .maps-copy {
    justify-content: center;
    align-items: flex-end;
    height: 45vh;
    padding-bottom: 31px;
  }

  .html-embed-copy {
    width: 100%;
    height: 100%;
    margin-top: 9px;
  }

  .paragraph-about-copy {
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    display: flex;
  }

  .slider-snap-list {
    grid-template-columns: 16rem;
    grid-auto-columns: 16rem;
    padding-bottom: .3rem;
    padding-left: 0;
  }

  .slider-controls {
    grid-template-rows: auto auto auto;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .container-large {
    width: 90%;
  }

  .whatsapp-icon {
    z-index: auto;
    width: 13%;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .text-span-3 {
    color: red;
  }

  .text-span-4 {
    display: none;
  }

  .end-1-copy {
    text-align: center;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .right-d-copy {
    border: 1px #000;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
  }

  .about, .services-home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    background-color: #ad060600;
    border: 2px solid red;
    border-radius: 8px;
    width: 100%;
    height: 5vh;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
  }

  .contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #ad0606;
    border-radius: 8px;
    width: 100%;
    height: 5vh;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    text-decoration: none;
  }

  .contact-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    background-color: #ad060600;
    border: 2px solid red;
    border-radius: 8px;
    width: 100%;
    height: 5vh;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
  }

  .arrow-down-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 13%;
    display: flex;
  }

  .arrow-down-copy._22546 {
    width: 13%;
  }

  .text-about-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    background-color: #f000;
    border: 2px solid red;
    border-radius: 8px;
    width: 100%;
    height: 5vh;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
  }

  .text-nav-about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: red;
    border-radius: 8px;
    width: 100%;
    height: 5vh;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
  }

  .services-about, .services-about-contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    background-color: #f000;
    border: 2px solid red;
    border-radius: 8px;
    width: 100%;
    height: 5vh;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
  }

  .home-contract-s {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    outline-offset: 0px;
    color: #000;
    background-color: #f000;
    border: 2px solid red;
    border-radius: 8px;
    outline: 2px red;
    width: 100%;
    height: 5vh;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
  }

  .about-contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    background-color: #f000;
    border: 2px solid red;
    border-radius: 8px;
    width: 100%;
    height: 5vh;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
  }

  .services-contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    outline-offset: 0px;
    color: #fff;
    background-color: red;
    border: 2px solid red;
    border-radius: 8px;
    outline: 3px #000;
    width: 100%;
    height: 5vh;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Firasanscondensed, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
  }

  .contract-contact, .home-cont, .about-coint, .services-cont {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    background-color: #f000;
    border: 2px solid red;
    border-radius: 8px;
    width: 100%;
    height: 5vh;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
  }

  .cont-cont {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: red;
    border-radius: 8px;
    width: 100%;
    height: 5vh;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
  }

  .arrow-down-copy-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 10%;
    display: none;
  }

  .arrow-down-copy-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    mix-blend-mode: normal;
    background-image: url('../images/Arrow-Downn.svg');
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 10%;
    display: flex;
  }

  .arrow-down-copy-copy._22546 {
    width: 13%;
  }

  .arrow-down-copy-copy-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 10%;
    display: none;
  }

  .arrow-down-copy-copy-copy._22546 {
    width: 13%;
  }

  .text-block-14 {
    padding-bottom: 49px;
  }

  .text-block-15 {
    text-align: center;
    padding-left: 36px;
    padding-right: 36px;
    line-height: 26px;
  }

  .go-back-home {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .form-sucessfull {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
}

#w-node-_7680472a-e68e-a8c1-37b0-daefa73b64fe-4fd787c4, #w-node-_04ea7b93-e675-2206-8c8b-f198bd7eba07-4fd787c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80c5934a-d802-05df-035d-191ffc587558-4fd787c4 {
  align-self: auto;
}

#w-node-b3ff10f9-f407-3b4c-0a5d-8686a17d39e7-4fd787c6, #w-node-b3ff10f9-f407-3b4c-0a5d-8686a17d39ec-4fd787c6, #w-node-ddd7ed34-f743-5683-7e0c-5fc47a87713c-4fd787c6, #w-node-b3ff10f9-f407-3b4c-0a5d-8686a17d39f1-4fd787c6, #w-node-b3ff10f9-f407-3b4c-0a5d-8686a17d39f6-4fd787c6, #w-node-fe835e9c-0234-b3f5-aba8-85784ca955ab-4fd787c6, #w-node-b3ff10f9-f407-3b4c-0a5d-8686a17d39fb-4fd787c6, #w-node-b3ff10f9-f407-3b4c-0a5d-8686a17d3a00-4fd787c6, #w-node-_5c2d8e94-47ba-1b26-4186-9909c9bdc7ff-4fd787c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_7a58807f-480d-e103-96be-444413ae9af6-4fd787c4, #w-node-_5bc2ead5-dc05-b1c4-5ed4-97a7cabde8ce-cabde8c1, #w-node-_814653e9-cd3c-bef0-e11f-300384c0bd9b-4fd787c5, #w-node-dfbe5dc3-32ae-08c5-b802-5984fcc8b602-4fd787c6, #w-node-_34e5f11a-bf88-46ea-4d03-4d530d9c04a8-4fd787c7, #w-node-bc9be449-8b44-0449-9434-c70bf6017c47-4fd787c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7a58807f-480d-e103-96be-444413ae9af3-4fd787c4, #w-node-_7a58807f-480d-e103-96be-444413ae9af9-4fd787c4, #w-node-_5bc2ead5-dc05-b1c4-5ed4-97a7cabde8cb-cabde8c1, #w-node-_5bc2ead5-dc05-b1c4-5ed4-97a7cabde8d1-cabde8c1, #w-node-_814653e9-cd3c-bef0-e11f-300384c0bd98-4fd787c5, #w-node-_814653e9-cd3c-bef0-e11f-300384c0bd9e-4fd787c5, #w-node-dfbe5dc3-32ae-08c5-b802-5984fcc8b5ff-4fd787c6, #w-node-dfbe5dc3-32ae-08c5-b802-5984fcc8b605-4fd787c6, #w-node-_34e5f11a-bf88-46ea-4d03-4d530d9c04a5-4fd787c7, #w-node-_34e5f11a-bf88-46ea-4d03-4d530d9c04ab-4fd787c7, #w-node-bc9be449-8b44-0449-9434-c70bf6017c44-4fd787c7, #w-node-bc9be449-8b44-0449-9434-c70bf6017c4a-4fd787c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Firasanscondensed';
  src: url('../fonts/FiraSansCondensed-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasanscondensed';
  src: url('../fonts/FiraSansCondensed-Bold.ttf') format('truetype'), url('../fonts/FiraSansCondensed-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasanscondensed';
  src: url('../fonts/FiraSansCondensed-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Firasanscondensed';
  src: url('../fonts/FiraSansCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasanscondensed';
  src: url('../fonts/FiraSansCondensed-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Firasanscondensed';
  src: url('../fonts/FiraSansCondensed-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasanscondensed';
  src: url('../fonts/FiraSansCondensed-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Firasanscondensed';
  src: url('../fonts/FiraSansCondensed-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasanscondensed';
  src: url('../fonts/FiraSansCondensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Firasanscondensed';
  src: url('../fonts/FiraSansCondensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasanscondensed';
  src: url('../fonts/FiraSansCondensed-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Firasanscondensed';
  src: url('../fonts/FiraSansCondensed-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/FiraSansCondensed-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Firasanscondensed';
  src: url('../fonts/FiraSansCondensed-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Firasanscondensed';
  src: url('../fonts/FiraSansCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasanscondensed';
  src: url('../fonts/FiraSansCondensed-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Firasanscondensed';
  src: url('../fonts/FiraSansCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}