@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-dark: #160828;
  --paragraph-green: #425f66;
  --light-green\<deleted\|variable-720418ab\>: #f4fbf3;
  --primary: #e0ecde;
  --haze: #f7f7f7;
  --white: white;
  --pr-orange: #ff7f00;
  --woc-silver: #e0e1e2;
  --black: black;
  --yellow: #fcff70;
  --dark-grey: #777;
  --dark-gray-50\<deleted\|variable-816eb261\>: #afafaf80;
  --dark-gray\<deleted\|variable-e2382e90\>: #afafaf;
  --sdc-light-blue: #a6e5f4;
  --woc-soft-mint: #a8d5cc;
  --sdc-medium-blue: #00b5e2;
  --gray\<deleted\|variable-7d932a2c\>: #e9e9e9;
  --woc-lighter-blue: #c7dff4;
  --medium-grey: #aaa;
  --search\<deleted\|variable-76383522\>: #292929;
  --light-grey: #ddd;
  --pr-orange-light: #fbba86;
  --bronze: #e5c48e;
  --silver: #ccc;
  --gold: #d9bf6e;
  --woc-deep-teal: #00747e;
  --woc-medium-blue: #4377bc;
  --woc-light-blue: #94cdde;
  --sdc-dark-blue: #003b78;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--primary-dark);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

h1 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans Bengali, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans Bengali, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1em;
}

h3 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 10px;
  font-family: Noto Sans Bengali, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1em;
}

h4 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans Bengali, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans Bengali, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans Bengali, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

p {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--paragraph-green);
  text-transform: capitalize;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .5s;
}

a:hover {
  color: var(--primary-dark);
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

ol {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/bxs_quote-left_1bxs_quote-left.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-background {
  background-color: var(--light-green\<deleted\|variable-720418ab\>);
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.blue-background {
  background-color: var(--paragraph-green);
}

.section.landing-banner {
  background-color: var(--primary);
  background-image: linear-gradient(0deg, #0000001a 43%, #0000);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 190px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.section.banner-contacts-3 {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  padding-top: 110px;
  padding-bottom: 140px;
  display: flex;
  overflow: hidden;
}

.section.margin-top, .section.space-top {
  margin-top: 110px;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.call-to-action {
  padding-left: 15px;
  padding-right: 15px;
}

.section._120 {
  text-transform: none;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section._120.no-bottom-space {
  padding-bottom: 0;
}

.section._120.reduced-bottom-space {
  padding-bottom: 20px;
}

.section._120.reduced-bottom-space.reduced-top-space {
  padding-top: 100px;
}

.section._120.reduced-bottom-space.less {
  padding-bottom: 60px;
}

.section._120.reduced-bottom-space.extra-top-space-mobile {
  padding-bottom: 40px;
}

.section._120.haze {
  background-color: var(--haze);
}

.section.logo {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.testimonials {
  background-color: var(--primary);
}

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

.section._100.haze {
  background-color: var(--haze);
}

.section._100.reduced-bottom-space {
  padding-bottom: 20px;
}

.base-container {
  text-transform: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.relative-position {
  z-index: 60;
  position: relative;
}

.base-container.full-width {
  max-width: none;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--paragraph-green);
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--paragraph-green);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  text-align: center;
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.primary-dark-style-guide {
  background-color: var(--primary-dark);
  width: 75px;
  height: 75px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 10px #00000012;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 55px;
}

.h1-mobile {
  font-size: 45px;
}

.h2-mobile {
  font-size: 35px;
}

.h3-mobile {
  font-size: 30px;
}

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  margin-right: 40px;
  display: flex;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--white);
  background-color: var(--pr-orange);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  border-radius: 10px;
  flex: none;
  padding: 11px 40px;
  font-weight: 400;
  transition: all .5s;
  display: inline-block;
}

.primary-button:hover {
  border-color: var(--white);
  background-color: var(--woc-silver);
  color: var(--black);
}

.primary-button.search-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.primary-button.search-button:hover {
  border-color: var(--primary-dark);
  background-color: var(--primary-dark);
  color: var(--white);
}

.primary-button.full-width-support {
  width: 100%;
}

.primary-button.full-width-support:hover {
  border-color: var(--primary-dark);
  background-color: var(--primary-dark);
  color: var(--white);
}

.primary-button.transparent {
  background-color: var(--white);
}

.primary-button.transparent:hover {
  background-color: var(--yellow);
}

.primary-button.dark-blue {
  background-color: var(--paragraph-green);
}

.primary-button.dark-blue:hover {
  background-color: var(--woc-silver);
}

.primary-button.dark-blue.alternate {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.primary-button.dark-blue.alternate:hover {
  border-color: var(--woc-silver);
  background-color: var(--woc-silver);
  color: var(--black);
}

.primary-button.secondary {
  border-color: var(--dark-grey);
  background-color: var(--white);
  color: var(--black);
}

.primary-button.secondary:hover {
  border-color: var(--white);
  background-color: var(--dark-grey);
  color: var(--white);
}

.primary-button.secondary.smaller {
  width: auto;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.pages-banner {
  background-color: var(--paragraph-green);
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-top: 111px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  width: 100%;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--paragraph-green);
  margin-right: 50px;
}

.license-link:hover {
  color: var(--primary-dark);
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 65px;
}

.banner-title.bolder {
  font-weight: 400;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--paragraph-green);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  text-transform: uppercase;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  color: var(--primary-dark);
  border: 1px solid #0d0d0d80;
  border-radius: 50px;
  min-width: 280px;
  min-height: 51px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--primary-dark);
}

.password-input::placeholder {
  color: #0d0d0d80;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  z-index: 100;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
  position: relative;
}

.changelog-heading {
  margin-bottom: 20px;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer-rights-wrapper {
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-rights-wrapper.centered {
  justify-content: center;
  align-items: flex-end;
}

.footer-rights {
  grid-column-gap: 5px;
  color: var(--white);
  display: flex;
}

.footer-rights.dark {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.footer-copyright {
  color: var(--white);
  margin-bottom: 0;
}

.footer-copyright.dark {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.footer-copyright-link {
  color: var(--yellow);
  text-decoration: none;
  display: inline;
}

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

.footer-copyright-link.dark {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  transition-property: opacity;
}

.footer-copyright-link.dark:hover {
  opacity: .6;
}

.body-with-background {
  background-color: var(--light-green\<deleted\|variable-720418ab\>);
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  background-color: var(--light-green\<deleted\|variable-720418ab\>);
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding: 40px;
  display: flex;
}

.style-guide-button-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

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

.text-white.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.text-white.no-margin.smaller {
  font-size: 36px;
  font-weight: 400;
}

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.light-background {
  background-color: var(--light-green\<deleted\|variable-720418ab\>);
}

.contacts-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  width: 100%;
  padding-right: 60px;
}

.contacts-form-wrapper {
  background-color: var(--light-green\<deleted\|variable-720418ab\>);
  width: 50%;
  margin-left: 40px;
  padding: 40px;
}

.contacts-divider {
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.contacts-divider.smaller-top-space {
  margin-top: 10px;
}

.contacts-detail {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-detail.completely-hidden {
  display: none;
}

.contacts-detail.no-bottom-space {
  padding-bottom: 0;
}

.contacts-icon {
  color: var(--paragraph-green);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-right-arrow {
  color: var(--dark-gray-50\<deleted\|variable-816eb261\>);
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.contacts-slider-arrow-icon {
  color: var(--paragraph-green);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-arrows-divider {
  background-color: #6f6f6f66;
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-textarea {
  color: var(--primary-dark);
  border: 1px solid #6f6f6f66;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 18px;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
}

.contacts-textarea::placeholder {
  color: var(--paragraph-green);
  font-size: 18px;
}

.contacts-input {
  background-color: var(--white);
  color: var(--primary-dark);
  border: 1px solid #6f6f6f66;
  height: auto;
  min-height: 58px;
  padding: 20px;
  font-size: 18px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid var(--primary);
}

.contacts-input::placeholder {
  color: var(--primary-dark);
  font-size: 18px;
}

.contacts-form-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.contacts-title {
  width: 100%;
}

.contact-3-inputs-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts-3-form {
  text-align: center;
}

.white-text {
  color: #fff;
}

.search-wrap-input {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #0000;
  height: 50px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--white);
}

.search-desktop {
  z-index: 1000;
  background-color: #0d0d0d99;
  background-image: linear-gradient(#000 8%, #0000), url('../images/Banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  filter: invert();
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  border-radius: 10px;
  width: 100%;
  height: 3px;
  margin-bottom: 30px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  color: var(--paragraph-green);
  font-size: 22px;
  transition: all .3s;
}

.search-link:hover {
  color: var(--primary-dark);
}

.search-input {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--primary);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 51px;
  margin-bottom: 0;
  padding: 10px 20px 10px 25px;
  font-size: 18px;
}

.search-input:focus {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--primary);
}

.search-input::placeholder {
  color: var(--paragraph-green);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  padding-top: 190px;
  padding-bottom: 80px;
}

.list-item-circle {
  background-color: var(--primary);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  inset: 7px auto auto 0;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray\<deleted\|variable-e2382e90\>);
  width: 75px;
  height: 75px;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
}

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.landing-banner-image {
  object-fit: cover;
  width: auto;
  max-width: 85%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  background-color: #eef4f8;
  border-radius: 10px;
  width: 100%;
  height: 15px;
}

.landing-progress-bar-95 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 95%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 35px auto;
}

.landing-progress-bar-92 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 92%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-100 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 100%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-88 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 88%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.landing-feature-icon {
  color: var(--white);
  background-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-inner-page-item {
  background-color: var(--primary);
  text-align: center;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  box-shadow: 0 0 30px #eef4f8;
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  color: var(--primary-dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.landing-inner-page-title {
  font-size: 20px;
}

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 960px;
  margin-bottom: 40px;
  display: flex;
}

.landing-performance-item-title {
  color: var(--primary-dark);
  font-weight: 600;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-download-block-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--primary);
  background-image: url('../images/Frame-47_1Frame 47.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.home-banner-section {
  background-image: url('../images/PR-Home-33.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  height: auto;
  min-height: 780px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-form-block {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  height: 68px;
  display: flex;
  inset: auto 292px 0% auto;
}

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

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.testimonials-slide {
  height: auto;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.news-image {
  object-fit: cover;
  background-image: url('../images/Image-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45%;
  position: relative;
  overflow: hidden;
}

.subscribe-input-wrapper {
  text-align: left;
  width: 250px;
  margin-top: 0;
  margin-bottom: 0;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.subtitle.pipeline {
  border-bottom-width: .5px;
  border-bottom-color: var(--dark-grey);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.search {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rich-text-style h2, .rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ol {
  margin-bottom: 25px;
  font-weight: 400;
}

.rich-text-style ul {
  margin-bottom: 20px;
  font-weight: 400;
}

.rich-text-style img {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

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

.form {
  flex-direction: column;
  display: flex;
}

.paragraph-gray-style-guide {
  background-color: var(--paragraph-green);
  width: 75px;
  height: 75px;
}

.paragraph-small {
  font-size: 16px;
  line-height: 1.5em;
}

.link-wrapper-with-icon {
  grid-column-gap: 10px;
  justify-content: space-between;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.link-black {
  color: var(--primary-dark);
  transition: all .3s;
  display: flex;
}

.link-black:hover {
  opacity: .7;
}

.primary-white-button {
  background-color: var(--white);
  color: var(--primary-dark);
  text-align: center;
  text-transform: capitalize;
  border-radius: 50px;
  padding: 11px 40px;
  transition: all .5s;
  display: inline-block;
}

.primary-white-button:hover {
  background-color: var(--primary);
  color: var(--paragraph-green);
}

.primary-white-button.hover-with-white-border {
  border: 1px solid var(--white);
}

.primary-white-button.hover-with-white-border:hover {
  border-color: var(--white);
  background-color: #0000;
}

.primary-white-button.comming-soon {
  border-color: var(--primary-dark);
  background-color: var(--primary-dark);
  color: var(--yellow);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.primary-white-button.comming-soon:hover {
  border-color: var(--yellow);
  background-color: var(--yellow);
  color: var(--primary-dark);
}

.footer-bottom {
  background-color: var(--sdc-light-blue);
  text-align: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
}

.footer-bottom.small-top-space {
  background-color: var(--haze);
  padding-top: 0;
}

.footer-top {
  background-color: var(--primary-dark);
  text-align: center;
  align-items: flex-start;
  padding-top: 130px;
  padding-bottom: 50px;
}

.footer-top.smaller {
  background-color: var(--haze);
  padding-top: 50px;
  padding-bottom: 50px;
}

.subscribe {
  text-align: center;
  align-items: flex-start;
  margin-bottom: -50px;
}

.footer-links-wrap {
  grid-column-gap: 40px;
  display: flex;
}

.footer-bottom-container {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-bottom-container.smaller-gap {
  grid-row-gap: 40px;
  flex-flow: row;
  align-items: flex-start;
}

.rights-wrapper {
  grid-column-gap: 5px;
  display: flex;
}

.footer-link-copyright {
  color: var(--white);
  margin-bottom: 10px;
}

.footer-link-copyright:hover {
  color: var(--yellow);
}

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

.link-white:hover {
  color: var(--woc-soft-mint);
}

.link-white.small {
  color: var(--black);
  -webkit-text-stroke-width: .5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  transition: all .5s;
}

.link-white.small:hover {
  opacity: .7;
  -webkit-text-stroke-width: 1px;
}

.link-red {
  color: var(--yellow);
}

.link-red:hover {
  color: var(--white);
}

.get-in-touch-container {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.get-in-touch-container.gap-reduced {
  grid-row-gap: 0px;
}

.logo-brand.w--current {
  flex: none;
}

.footer-contacts-container {
  grid-column-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.contacts-item-wrapper {
  grid-column-gap: 20px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contacts-item-wrapper.first-item {
  width: 30%;
}

.contacts-item-wrapper.centre {
  align-items: center;
}

.contacts-item-wrapper.centre.small {
  grid-column-gap: 10px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.contacts-item-wrapper.centre.small.hidden {
  display: none;
}

.footer-address {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.footer-address.dark {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.primary-button-with-icon {
  grid-column-gap: 10px;
  background-color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-with-icon.footer-button {
  flex: none;
  display: none;
}

.primary-button-with-icon.top-footer {
  background-color: var(--white);
}

.primary-button-with-icon.light-box {
  grid-column-gap: 0px;
  background-color: #0000;
  padding: 0;
}

.button-white-text {
  z-index: 50;
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.button-white-text.dark {
  color: var(--primary-dark);
}

.link-icon-white {
  z-index: 10;
  opacity: 1;
  object-fit: cover;
  flex: none;
  width: 24px;
  height: 25px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: absolute;
  inset: auto;
}

.icons-wrapper {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 25px;
  display: flex;
  position: relative;
}

.link-icon-red {
  z-index: 100;
  width: 24px;
  height: 25px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: none;
  position: absolute;
  inset: auto;
}

.white-btn-ov {
  background-color: var(--primary);
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto auto -5% -5%;
}

.white-btn-ov.yellow {
  background-color: var(--yellow);
}

.our-contacts-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-contact-link {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.footer-contact-link:hover {
  color: var(--yellow);
}

.footer-contact-link.dark {
  color: var(--black);
  -webkit-text-stroke-width: .5px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  transition-property: opacity;
}

.footer-contact-link.dark:hover {
  opacity: .7;
}

.phone-container {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.logo-top-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.our-news-container {
  background-color: var(--primary);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.news-info-content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  padding: 50px 100px;
  display: flex;
}

.latest-news-form {
  margin-bottom: 0;
}

.our-news-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.field-form {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white) var(--white) var(--primary-dark);
  color: var(--primary-dark);
  background-color: #0000;
  width: 300px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 12px 20px;
}

.field-form:focus {
  border-bottom-color: var(--paragraph-green);
  color: var(--primary-dark);
}

.field-form::placeholder {
  color: var(--primary-dark);
  font-size: 18px;
}

.subscribe-title {
  color: var(--primary-dark);
  text-align: left;
  text-transform: none;
  width: 100%;
  margin-bottom: 30px;
}

.e-mail-image {
  filter: invert();
}

.footer-line {
  background-color: var(--sdc-medium-blue);
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.main-project-footer {
  width: 100%;
}

.succes-message-transparent {
  background-color: #0000;
  border-radius: 50px;
  padding: 20px;
}

.error-message {
  color: #be1a1a;
  text-align: center;
  background-color: #ffdede00;
  margin-top: 20px;
  padding: 0;
  font-size: 16px;
}

.error-message.center-text {
  text-align: center;
}

.error-text {
  color: var(--primary-dark);
  font-size: 16px;
}

.nav-dropdowm-link-line-2 {
  background-color: var(--paragraph-green);
  opacity: .7;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.main-menu-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.megamenu-dropdown-wrap {
  width: 50%;
}

.dropdown-item {
  background-color: #0000;
  padding: 20px 10px;
  font-weight: 400;
  transition: opacity .5s;
  display: flex;
}

.dropdown-item:hover {
  opacity: .7;
}

.dropdown-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.nav-fixed-white-menu {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-dropdown-white {
  font-size: 16px;
  line-height: 1.3em;
  transition: opacity .5s;
}

.nav-dropdown-white.completely-hidden {
  display: none;
}

.nav-menu-wrap {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-header-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-mobile-3 {
  padding-left: 0;
  display: none;
}

.nav-dropdown-intro-link {
  color: var(--black);
  width: 100%;
  margin-left: -20px;
  padding: 5px 8px 5px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-intro-link:hover {
  opacity: .7;
  color: var(--black);
  margin-left: 0;
}

.nav-dropdown-intro-link.w--current, .nav-dropdown-intro-link.w--current:hover {
  color: var(--paragraph-green);
}

.border-wrap-2 {
  display: flex;
}

.tablet-menu-3 {
  display: none;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-3.w--open {
  border-style: solid;
  border-color: var(--gray\<deleted\|variable-7d932a2c\>);
  background-color: var(--haze);
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-dropdown-list-3.portfolio-details.w--open {
  width: 300px;
}

.nav-dropdown-list-3.megamenu {
  width: 370px;
  right: 0;
}

.nav-dropdown-list-3.megamenu.w--open {
  width: 700px;
}

.brand-logo {
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.brand-logo:hover {
  opacity: 1;
}

.brand-logo.w--current {
  transition-property: opacity;
}

.brand-logo.w--current:hover {
  opacity: 1;
}

.brand-logo.padding, .brand-logo.padding.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.nav-line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.nav-item-link {
  color: #fff;
  flex: none;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  transition-property: opacity;
  display: flex;
}

.nav-item-link:hover {
  opacity: .7;
  color: var(--white);
}

.nav-item-link.w--current {
  font-weight: 400;
}

.login-tablet-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-left: 30px;
  display: none;
}

.line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.nav-dropdown-link-wrapper-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.megamenu-dropdown-wrapper-2 {
  justify-content: center;
  display: flex;
}

.dropdown-menu-2 {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-item-white {
  color: #fff;
  font-weight: 400;
}

.nav-menu-shadow-overlay-3 {
  align-items: center;
  display: flex;
}

.search-wrap {
  z-index: 100;
  background-color: var(--paragraph-green);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.navbar-search {
  cursor: pointer;
  object-fit: cover;
  height: auto;
  font-family: "Fa solid 900", sans-serif;
}

.image-main-logo {
  object-fit: cover;
  width: auto;
}

.image-main-logo.logo-animation {
  opacity: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.phone-tablet-wrap {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-intro-content {
  z-index: 100;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.white-banner-title {
  color: var(--white);
  font-weight: 500;
}

.white-banner-title.home-3-size {
  max-width: 500px;
}

.white-banner-title.medium {
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.white-description {
  color: var(--white);
}

.white-description.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.white-description.maxw {
  max-width: 300px;
  margin-top: 0;
  margin-bottom: 0;
}

.white-description.width {
  max-width: 400px;
}

.white-description.light {
  font-weight: 300;
  line-height: 28px;
}

.white-description.light.hero-section {
  margin-top: 0;
  margin-bottom: 0;
}

.button-hero-wrapper {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.description-banner-spacing {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.description-banner-spacing.space {
  margin-bottom: 0;
}

.next-section-link {
  border: 1px solid var(--primary);
  border-radius: 100%;
  justify-content: center;
  width: 51px;
  height: 51px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.button-icons-wrapper {
  z-index: 50;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.section-benefits {
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.benefits-line {
  background-color: #0d0d0d4d;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.benefits-line.licensing {
  inset: 0% 0% auto;
}

.benefit-item-wrapper {
  flex-direction: column;
  align-items: center;
  width: 18%;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.benefit-title {
  color: var(--paragraph-green);
  margin-top: 0;
  font-size: 55px;
}

.benefit-text {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
}

.benefit-line {
  background-color: var(--primary-dark);
  width: 100%;
  height: 4px;
  position: absolute;
  inset: auto 0% 0%;
}

.benefit-item-container {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

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

.content-info.centered {
  align-items: center;
}

.subtitle-wrapper {
  flex-direction: row;
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

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

.subtitle-wrapper.display-flex.home {
  text-transform: none;
  align-items: center;
}

.subtitle-wrapper.display-flex.home.services {
  margin-bottom: 40px;
}

.subtitle-wrapper.display-flex.home.software {
  margin-bottom: 10px;
}

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

.news-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.subtitle-left {
  width: 55%;
}

.subtitle-left.gallery {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.subtitle-left.wider {
  width: 70%;
}

.subtitle-left.wider.services {
  width: 60%;
}

.subtitle-left.wider.services.more {
  width: 70%;
}

.news-description {
  max-width: 550px;
  margin-bottom: 0;
}

.secondary-button-wrap {
  border: 1px solid var(--primary);
  border-radius: 50px;
  padding: 12px 40px;
  position: relative;
  overflow: hidden;
}

.red-btn-ov {
  background-color: var(--primary);
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto auto -5% -5%;
}

.button-black-text {
  z-index: 50;
  color: var(--primary-dark);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.our-blog-wrapper {
  width: 100%;
}

.blog-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item {
  border: 1px solid #6f6f6f66;
  min-height: 450px;
  overflow: hidden;
}

.white-blog-container {
  z-index: 50;
  background-color: var(--white);
  width: 110%;
  margin-bottom: -5px;
  margin-left: -5px;
  margin-right: -5px;
  padding: 20px 25px 25px;
  position: relative;
}

.blog-post-description {
  margin-bottom: 20px;
  font-size: 16px;
}

.blog-data {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.blog-data.white {
  color: var(--white);
}

.bottom-blog-post-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.black-link-with-icon {
  grid-column-gap: 10px;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.blog-title {
  margin-top: 0;
  transition: opacity .35s;
}

.blog-title:hover {
  opacity: .7;
}

.our-blog-hero-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.blog-main-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.red-absolute-bg {
  background-color: var(--woc-lighter-blue);
  width: 100%;
  height: 534px;
  position: absolute;
  inset: auto 0% 0%;
}

.left-relative-container {
  z-index: 50;
  grid-row-gap: 80px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 45%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.white-circle {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

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

.circle-number {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.row-item {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.row-dark-text {
  color: var(--primary-dark);
  width: 100%;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.video-section {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper, .collection-list, .collection-item {
  height: 100%;
}

.rows-container {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container {
  grid-column-gap: 80px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.right-image-container {
  z-index: 1;
  background-image: url('../images/4-1-1-1-1-1_14 (1) (1) (1) (1) (1).webp');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  width: 1065px;
  margin-right: -5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.phone-icon {
  width: 24px;
}

.phone-wrapper {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contacts-info-wrapper {
  z-index: 4;
  padding-bottom: 50px;
  padding-left: 50px;
  position: relative;
}

.top-content-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 380px;
  margin-bottom: 40px;
  display: flex;
}

.top-content-wrap.width-home-2 {
  width: 100%;
  max-width: 450px;
}

.white-button-wrap {
  background-color: var(--white);
  color: var(--black);
  border-radius: 50px;
  padding: 12px 40px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

.white-button-wrap.with-borders {
  border: 1px solid var(--white);
  padding-top: 11px;
  padding-bottom: 11px;
}

.red-buuton-text {
  z-index: 50;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.we-are-always {
  font-weight: 300;
}

.section-get-in-touch {
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.title-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 400px;
  margin-right: auto;
  display: flex;
}

.title-wrap.wider {
  max-width: 500px;
}

.title-wrap.wider.more {
  width: 50%;
  max-width: 600px;
}

.video-content {
  z-index: 100;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.lightbox-link {
  z-index: 60;
  color: #0000;
  width: 100%;
  height: 51px;
  position: absolute;
}

.bg-image {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.video-content-wrapper {
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.white-preloader {
  z-index: 100;
  background-color: var(--white);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.green-preloader {
  background-color: var(--primary);
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.customer-reviews-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

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

.right-review-arrow {
  background-color: #6f6f6f1a;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.right-review-arrow:hover {
  background-color: var(--woc-lighter-blue);
}

.review-icon.transform {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.right-review-arrow.left-arrow {
  margin-right: 0;
  right: 81px;
}

.right-review-arrow.left-arrow:hover {
  background-color: var(--woc-lighter-blue);
}

.customer-reviews-container {
  grid-column-gap: 85px;
  justify-content: space-between;
  display: flex;
}

.customer-reviews-left {
  background-image: url('../images/WOC-Home-23.webp');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 480px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.customer-reviews-left.autor-2 {
  background-image: url('../images/WOC-Home-24.webp');
}

.customer-reviews-left.autor-3 {
  background-image: url('../images/Photo3_1Photo3.webp');
  width: 400px;
}

.customer-reviews-left.autor-3.hidden-mobile {
  background-image: url('../images/WOC-Home-22.webp');
}

.reviews-text {
  color: var(--black);
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
}

.reviews-mask {
  height: auto;
}

.testimonials-main-title {
  color: var(--paragraph-green);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.star-icon.mini {
  object-fit: cover;
  width: auto;
  height: 18px;
}

.star-icon-wrapper {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star-icon-wrapper.mini-gap {
  grid-column-gap: 3px;
}

.autor-name {
  color: var(--primary-dark);
}

.name-container {
  margin-top: 40px;
}

.address-icon-footer {
  z-index: 100;
  opacity: 1;
  width: 32px;
  height: 32px;
  position: relative;
}

.address-icon-footer.small {
  width: 20px;
  height: 20px;
}

.testimonial-slide {
  z-index: 20;
  position: relative;
}

.hover-slider-arrow {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  max-width: 120px;
  height: 10vw;
  max-height: 120px;
  display: flex;
}

.projects-arrow {
  z-index: 15;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.white-left-preloader {
  background-color: var(--white);
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.white-left-preloader.red-color {
  background-color: var(--primary);
}

.hero-bg-image {
  z-index: 1;
  background-image: url('../images/Banner-Home.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  position: absolute;
  inset: 0%;
}

.hero-bg-image.contact-us-3 {
  height: 750px;
}

.home-banner-main-container {
  align-items: flex-end;
  width: 100vw;
  height: auto;
  display: flex;
}

.nav-white-static {
  border-bottom: .5px solid var(--medium-grey);
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.nav-item-black {
  color: var(--primary-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.nav-item-link-dark {
  color: var(--black);
  flex: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  transition: opacity .5s;
  display: flex;
}

.nav-item-link-dark:hover {
  opacity: .7;
  color: var(--black);
}

.nav-item-link-dark.w--current {
  color: var(--black);
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.search-wrap-light-red {
  z-index: 100;
  cursor: pointer;
  background-color: #e0ecde80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.dropdown-item-red-hover {
  background-color: #0000;
  padding: 20px 8px;
  transition: opacity .5s;
  display: flex;
}

.dropdown-item-red-hover:hover {
  opacity: .7;
}

.dropdown-item-red-hover.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.nav-line-black, .line-black {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.style-guide-list-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.section-banner-home-2 {
  width: 100%;
  height: 100vh;
}

.background-video {
  object-fit: cover;
  background-image: linear-gradient(103deg, #0009, #fff0), linear-gradient(0deg, #000c, #425f664d);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-banner {
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 111px;
  display: flex;
  position: relative;
}

.red-section-benefits {
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.benefit-text-dark {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.benefit-text-dark.margin {
  color: var(--black);
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 300;
}

.benefit-title-dark {
  color: var(--primary-dark);
  margin-top: 0;
  font-size: 55px;
}

.white-benefit-item-wrapper {
  flex-direction: column;
  align-items: center;
  width: 20%;
  display: flex;
  position: relative;
}

.white-banner-title-home-2 {
  color: var(--white);
  font-size: 70px;
}

.banner-intro-content-home-2 {
  z-index: 100;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.description-banner-home-2 {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.feature-item {
  border: 1px solid #6f6f6f66;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -50px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subtitle-center {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.team-collection-list-wrapper {
  min-height: 650px;
}

.team-wrapper {
  z-index: 20;
  grid-column-gap: 60px;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-our-team {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.firefighter-name {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 35px;
}

.background-shade {
  z-index: 5;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.background-shade.third-height {
  background-color: var(--primary);
  height: 40%;
  inset: auto 0% 0%;
}

.team-item {
  color: #fff;
  width: 33.33%;
  min-width: 33.33vw;
  height: 100%;
  text-decoration: none;
}

.slide-image {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.firefighter {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
}

.team-member-info {
  z-index: 100;
  background-color: var(--primary);
  color: var(--primary);
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto auto -8px;
}

.team-collection-list-wrap {
  width: 100%;
  overflow: hidden;
}

.social-block {
  background-color: var(--search\<deleted\|variable-76383522\>);
  color: #fff;
  border: 1px #ffffff17;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-block:hover {
  z-index: 10;
}

.firefighter-job {
  color: var(--primary-dark);
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
}

.team-social-icon-white {
  color: var(--paragraph-green);
  font-family: "Fa Brands 400", sans-serif;
  font-size: 23px;
}

.team-socials {
  grid-column-gap: 30px;
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.get-in-touch-container-home-2 {
  z-index: 1;
  align-items: flex-end;
  width: 100%;
  height: 550px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-margin-bottom {
  margin-bottom: -275px;
  padding-top: 80px;
  position: relative;
}

.reviews-green-background {
  background-color: var(--primary);
  padding-top: 355px;
  padding-bottom: 80px;
}

.lightbox-hairy {
  position: relative;
}

.base-container-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.hover-link {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.services-container-home-1 {
  grid-column-gap: 60px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.service-image {
  width: 80px;
}

.service-image.nhs {
  width: 125px;
}

.service-image.bda {
  width: auto;
}

.short-info-wrap-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.short-info-content-2 {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.collection-ruc-services-item {
  width: 31.5%;
  overflow: hidden;
}

.subscribe-input-2 {
  border: 1px solid var(--primary);
  color: var(--primary-dark);
  background-color: #0000;
  border-radius: 50px;
  height: 51px;
  margin-bottom: 0;
  padding: 18px 20px;
  font-size: 18px;
  display: block;
}

.subscribe-input-2:focus {
  border-color: var(--primary-dark);
}

.subscribe-input-2::placeholder {
  color: var(--paragraph-green);
}

.subscribe-form-2 {
  grid-column-gap: 15px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-service-image {
  background-image: url('../images/PR-Home-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  justify-content: space-between;
  width: 40%;
  display: flex;
}

.hero-service-image.veneers {
  background-image: url('../images/SDC-Home-21.webp');
  background-position: 50%;
  width: 35%;
}

.hero-service-image.piglab {
  background-image: url('../images/PR-Home-21.webp');
  background-position: 50%;
}

.hero-service-image.piglab.software {
  background-image: url('../images/PR-Home-28.svg');
}

.hero-service-image.whitening {
  background-image: url('../images/WOC-Home-29.webp');
  background-position: 50%;
}

.hero-service-image.crowns {
  background-image: url('../images/SDC-Home-32.webp');
  background-position: 50%;
}

.hero-service-image.bridges {
  background-image: url('../images/SDC-Home-34.webp');
  background-position: 50% 100%;
}

.hero-service-image.smilelign {
  background-image: url('../images/SDC-Home-36.webp');
  background-position: 50% 75%;
}

.hero-service-image.white-fillings {
  background-image: url('../images/SDC-Home-38.webp');
  background-position: 50% 0;
}

.hero-service-image.profhilo {
  background-image: url('../images/SDC-Home-43.webp');
  background-position: 50%;
}

.hero-service-image.win-lingual {
  background-image: url('../images/WOC-Home-33.webp');
  background-position: 50%;
  box-shadow: 0 0 5px 1px #0003;
}

.hero-service-image.incognito {
  background-image: url('../images/WOC-Home-37.webp');
  background-position: 50%;
}

.hero-service-image.radiance {
  background-image: url('../images/WOC-Home-38.webp');
  background-position: 50%;
}

.hero-item {
  grid-row-gap: 5px;
  border: .5px solid var(--dark-grey);
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  padding: 15px;
  display: flex;
}

.our-services-title-home-1 {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans Bengali, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
  transition: all .3s;
}

.our-services-title-home-1.hover {
  color: var(--black);
}

.our-services-title-home-1.hover:hover {
  color: var(--dark-grey);
}

.right-services {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.right-services.home {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.right-services.services {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
}

.services-description {
  margin-bottom: 0;
  font-size: 16px;
}

.services-description.tighter {
  letter-spacing: -.4px;
}

.contacts-item-wrap-home-1 {
  grid-column-gap: 20px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.address {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
}

.grid-item {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 340px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-services {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 60px;
  display: grid;
}

.grid-services.no-bottom-space {
  margin-bottom: 0;
}

.serv-image {
  width: 100%;
  height: 260px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.serv-image.big-size-2 {
  background-image: url('../images/7_17.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.content-info-wrap {
  background-color: var(--white);
  width: 100%;
  padding: 20px 20px 20px 24px;
  position: relative;
  overflow: hidden;
}

.benefit-line-vertical {
  background-color: var(--pr-orange-light);
  width: 4px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.benefit-line-vertical.middle-line {
  left: auto;
}

.description-our-services {
  max-width: 550px;
  margin-bottom: 0;
  font-weight: 300;
}

.description-our-services.wider {
  color: var(--black);
  max-width: none;
  font-size: 17px;
  line-height: 27px;
}

.description-our-services.wider.smaller {
  font-size: 16px;
  line-height: 26px;
}

.description-our-services.wider.smaller.bottom-space {
  margin-bottom: 20px;
}

.description-our-services.wider.smaller.bottom-space.more {
  margin-bottom: 30px;
}

.description-our-services.wider.smaller.top-space {
  margin-top: 30px;
}

.contact-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-wrap.home {
  text-transform: none;
  flex-flow: column;
  align-items: flex-start;
}

.content-item-home-1 {
  flex-direction: column;
  justify-content: center;
  width: auto;
  display: flex;
}

.content-item-home-1.address {
  width: 270px;
}

.arrow-white {
  background-color: #fff3;
  border: 1px solid #fff0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonials-slide-white {
  height: auto;
}

.succes-red-text {
  color: var(--primary-dark);
}

.center-description {
  max-width: 550px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.home-2-services {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.hero-item-home-2 {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.background-fill {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.centered-call-to-action {
  z-index: 50;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.background-red-fill {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 90%;
  background-size: cover;
  min-width: 100vw;
  height: 101%;
}

.call-to-action-heading {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 70%;
  margin-right: auto;
  display: flex;
}

.join {
  color: var(--white);
  margin-bottom: 20px;
}

.collection-list-wrapper-2 {
  position: absolute;
  inset: 0%;
}

.collection-list-2, .collection-item-2 {
  height: 100%;
}

.white-join-us-text {
  color: var(--white);
  width: 100%;
  max-width: 550px;
}

.home-blog-collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.template-empty-state-2 {
  color: #d56b5b;
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.section-no-paddings {
  position: relative;
}

.link-wrapper-with-line {
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.link-wrapper-with-line:hover {
  grid-column-gap: 20px;
}

.line-link {
  color: var(--primary-dark);
}

.line-link:hover {
  color: var(--paragraph-green);
}

.bg-green {
  background-color: var(--primary);
  width: 100%;
  height: 400px;
  position: absolute;
  inset: 0% 0% auto;
}

.gallery-title {
  color: var(--primary-dark);
  width: 60%;
}

.title-no-margin-top {
  margin-top: 0;
}

.gallery-lightbox {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 250px;
  display: flex;
}

.gall-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gall-ov {
  background-color: #0d0d0d80;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.eye-wrap {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.eye-icon {
  color: var(--primary-dark);
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.our-gallery-con {
  width: 100%;
}

.large-photo-con {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photo-white-overlay {
  background-color: #e0ecdee6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: auto 40px 40px auto;
}

.paragraph-gall {
  margin-top: 20px;
  margin-bottom: 20px;
}

.gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 25px;
}

.photo-item {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}

.mini-list {
  grid-column-gap: 0px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-3, .collection-item-3 {
  height: 100%;
}

.top-grid-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.gall-text {
  color: var(--primary-dark);
  width: 36%;
}

.view-gall-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.gall-text-big {
  color: var(--primary-dark);
  width: 40%;
  display: none;
}

.services-description-home-2 {
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
}

.content-wrapper-home-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-content {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.right-description.maxw-543px {
  width: 50%;
}

.right-description.maxw-543px.wider {
  width: 75%;
}

.content-block-absolute {
  padding-left: 30px;
  padding-right: 30px;
}

.content-block-absolute.border {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.left-heading {
  width: 50%;
}

.block-absolute {
  background-color: var(--primary);
  justify-content: space-between;
  min-width: 725px;
  margin-bottom: -20px;
  padding: 44px 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.block-absolute.dental-page {
  background-color: var(--haze);
  border-bottom-right-radius: 30px;
  flex-flow: column;
  min-width: auto;
  max-width: 750px;
  margin-bottom: 40px;
  padding: 40px;
  box-shadow: 0 0 20px 5px #0003;
}

.image-block-left {
  background-image: url('../images/SDC-Home-45.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 620px;
  position: relative;
  overflow: hidden;
}

.image-block-left.bigger {
  background-image: url('../images/PR-Home-16.webp');
  border-top-right-radius: 50px;
  width: 50%;
}

.display-horizontal {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-20px {
  font-size: 20px;
  font-weight: 600;
}

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

.text-16px.maxw {
  max-width: 370px;
}

.content-bottom {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.content-bottom.dental {
  margin-bottom: 0;
}

.text-content-right {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-left: 74px;
  display: flex;
}

.text-content-right.smaller {
  justify-content: flex-start;
  width: 70%;
}

.red-text {
  color: #ef4444;
}

.number-bold {
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
}

.image-row {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.row-text {
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
}

.banner-section-home-3 {
  background-color: var(--paragraph-green);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 190px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-intro-content-home-3 {
  z-index: 100;
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-home-3 {
  object-fit: cover;
  height: 40px;
}

.home-3-logo-wrapper {
  grid-column-gap: 30px;
  justify-content: flex-start;
  display: flex;
}

.home-3-content {
  grid-row-gap: 80px;
  flex-direction: column;
  margin-right: auto;
  display: flex;
}

.image-banner-home-3 {
  object-fit: cover;
  background-image: url('../images/Image-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  max-width: 980px;
  height: 90vh;
  min-height: 100vh;
  max-height: 110vh;
  position: absolute;
  inset: 100px 0% 0% auto;
  overflow: hidden;
}

.next-section-link-white {
  border: 1px solid var(--white);
  border-radius: 100%;
  justify-content: center;
  width: 51px;
  height: 51px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-label {
  background-color: #fff3;
  border-radius: 80px;
  margin-bottom: 20px;
  padding: 8px 30px;
}

.white-label-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.white-label-text.centre {
  text-align: center;
}

.hover-text-wrap {
  height: auto;
  max-height: 27px;
  overflow: hidden;
}

.white-label-text-bottom {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.section-video {
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-video {
  color: var(--paragraph-green);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.play-video:hover {
  opacity: 1;
}

.play-button-2 {
  z-index: 5;
  background-color: #fff;
  border-radius: 50%;
  flex-flow: column;
  width: 80px;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.play-button-hover-2 {
  z-index: 10;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover-2:hover {
  width: 110px;
  height: 110px;
  transform: scale(1);
}

.section-bottom-gall {
  margin-top: -100px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.gallery-list-home-3 {
  width: 100%;
}

.gallery-home-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 40% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-lightbox-home-3 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 350px;
  display: flex;
}

.secondary-footer-top {
  background-color: var(--primary-dark);
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
}

.mini-project-footer {
  width: 100%;
}

.number-services-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.popup-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
}

.home-2-service-item {
  grid-column-gap: 25px;
  grid-row-gap: 30px;
  background-color: #fff;
  border: 1px solid #6f6f6f66;
  align-items: center;
  padding: 20px;
  display: flex;
}

.section-red {
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-red.without-top-spacing {
  padding-top: 0;
  overflow: hidden;
}

.white-description-home-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.inner-banner-con {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.inner-banner-con.contact-us {
  height: 750px;
}

.banner-inner-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
}

.banner-item, .banner-list {
  height: 100%;
}

.inner-ov {
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.password-con {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.lottie-conainer {
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  height: 300px;
  display: flex;
  position: relative;
}

.lottie {
  object-fit: cover;
  width: 100%;
  height: 300px;
  position: absolute;
  inset: auto auto -5%;
}

.h2-red-span {
  color: var(--paragraph-green);
}

.error-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-wrapper-2 {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.loop-intro-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.coming-soon-heading-2 {
  width: 95%;
  margin-top: 60px;
  font-size: 54px;
}

.coming-soon-paragraph-2 {
  width: 90%;
  max-width: 350px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-form-2 {
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.coming-soon-page-wrap-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-overlay {
  z-index: 1;
  background-color: #0003;
  background-image: linear-gradient(45deg, #425e67b3, #0d0d0d26);
  position: absolute;
  inset: 0%;
}

.loop-section {
  width: 100%;
}

.image-content-right {
  grid-column-gap: 1rem;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.h1-color-span {
  color: var(--paragraph-green);
}

.loop-image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.images-layout {
  grid-column-gap: 1rem;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.coming-soon-input-2 {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--primary) var(--white) var(--primary) var(--primary);
  color: var(--primary-dark);
  background-color: #0000;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100%;
  min-width: 300px;
  height: 51px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 18px;
}

.coming-soon-input-2:focus {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--primary) var(--white) var(--primary) var(--primary);
}

.coming-soon-input-2::placeholder {
  color: var(--paragraph-green);
  font-size: 18px;
}

.loop-image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.loop-image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -60%;
  display: grid;
}

.coming-soon-form-container {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.loop-image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.loop-container {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.body-dark {
  background-color: var(--white);
}

.succes-message-white-bg {
  background-color: var(--white);
  border-radius: 50px;
  padding: 20px;
}

.section-about-us {
  padding-top: 190px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.about-us-bg {
  z-index: 1;
  background-color: var(--paragraph-green);
  max-width: 1700px;
  position: absolute;
  inset: 0%;
}

.about-us-bg-image {
  z-index: 2;
  background-image: url('../images/covid-recovery.webp');
  background-position: 63%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  max-width: 975px;
  height: 510px;
  position: absolute;
  inset: auto -3% 70px auto;
  overflow: hidden;
}

.about-us-bg-image.bg-image-2 {
  background-image: url('../images/WOC-Home-6.webp');
  background-position: 50%;
}

.about-us-bg-image.bg-image-2.lower {
  background-image: url('../images/PR-Home-7.webp');
  bottom: 50px;
}

.about-us-content-wrapper {
  z-index: 50;
  grid-row-gap: 90px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.companions-logo {
  object-fit: cover;
  max-width: none;
  height: 40px;
  display: inline;
}

.companions-logo-wrapper {
  width: 100%;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.about-us-description {
  color: var(--white);
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.banner-content-about-us {
  z-index: 100;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.companions-logo-loop {
  grid-column-gap: 90px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.logo-loop-wrapper {
  grid-column-gap: 90px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.grid-services-about-us {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
  / 1fr 1fr 1fr;
  width: 100%;
}

.grid-item-about-us {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 340px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.desktop-btn-wrap {
  flex: none;
  align-items: center;
  display: flex;
}

.tablet-btn-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: none;
}

.content-about-us-wrap {
  background-color: var(--white);
  width: 100%;
  padding: 20px 20px 20px 24px;
  position: relative;
  overflow: hidden;
}

.grid-item-middle {
  grid-row-gap: 50px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 340px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.our-statistics-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.our-statistics-left {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.our-statistics-right {
  background-image: url('../images/Call-to-action.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45%;
  max-width: 690px;
  position: relative;
  overflow: hidden;
}

.statistics-content {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.statistics-red-row {
  z-index: 10;
  background-color: var(--primary);
  justify-content: space-between;
  align-items: center;
  width: 700px;
  height: 165px;
  padding: 30px 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.benefit-item-con {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.statistics-item {
  flex-direction: column;
  width: auto;
  display: flex;
}

.statistics-wrapper {
  align-items: flex-start;
  height: 215px;
  position: relative;
}

.our-statistics-tablet {
  background-image: url('../images/10_110.webp');
  background-position: 0%;
  background-size: cover;
  width: 45%;
  max-width: 690px;
  display: none;
}

.about-us-line-vert {
  background-color: var(--primary);
  width: 4px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.description-about-us {
  color: var(--white);
  text-align: center;
  width: 50%;
  margin-bottom: 0;
  font-weight: 300;
}

.description-about-us.smaller {
  font-size: 16px;
  line-height: 26px;
}

.section-inner-banner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-inner-banner.about-us-banner {
  background-color: var(--primary);
  background-color: var(--white);
  background-image: url('../images/PR-Home-13.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
  overflow: hidden;
}

.section-inner-banner.about-us-banner.about {
  background-image: url('../images/PR-Home-14.webp');
  background-position: 50%;
}

.section-inner-banner.about-us-banner.nhs {
  background-image: url('../images/WOC-Home-14.webp');
  background-position: 100%;
}

.section-inner-banner.about-us-banner.team {
  background-image: url('../images/SDC-Home-53.webp');
  background-position: 50%;
}

.section-inner-banner.about-us-banner.projects {
  background-image: url('../images/PR-Home-3.webp');
}

.section-inner-banner.about-us-banner.publications {
  background-image: url('../images/PR-Home-31.webp');
  background-position: 50%;
}

.banner-dark-ov {
  z-index: 10;
  background-image: linear-gradient(#0009, #0009);
  position: absolute;
  inset: 0%;
}

.banner-dark-ov.our-services {
  background-image: linear-gradient(315deg, #0d0d0d4d, #0000 51%, #0d0d0d4d), linear-gradient(#000000b3, #000000b3);
}

.banner-dark-ov.policy {
  background-image: linear-gradient(0deg, var(--paragraph-green) 10%, transparent 80%);
}

.banner-dark-ov.policy.nhs {
  background-image: linear-gradient(#0003, #0003);
}

.banner-dark-ov.policy.darker {
  background-image: linear-gradient(#0000004d, #0000004d);
}

.banner-dark-ov.policy.referral {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/SDC-Home-54.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-dark-ov.policy.bda {
  background-image: linear-gradient(#00000059, #00000059);
}

.inner-content-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.inner-content-wrapper.contact-us-3 {
  padding-bottom: 40px;
}

.counter-about-us {
  grid-row-gap: 50px;
  background-color: var(--haze);
  flex-direction: column;
  width: 270px;
  padding-top: 0;
  padding-bottom: 35px;
  display: flex;
  position: absolute;
  inset: auto auto -150px 100px;
  box-shadow: 0 0 15px 5px #0003;
}

.image-banner-bottom {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.banner-bottom {
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.banner-bottom.auto {
  flex-flow: column;
  display: flex;
}

.banner-bottom.veneers {
  background-image: url('../images/SDC-Home-20.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-bottom.services {
  background-image: url('../images/PR-Home-39.webp');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-bottom.spark {
  background-image: url('../images/WOC-Home-28.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-bottom.crowns {
  background-image: url('../images/SDC-Home-31.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-bottom.bridges {
  background-image: url('../images/SDC-Home-33.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-bottom.smilelign {
  background-image: url('../images/SDC-Home-35.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-bottom.white-fillings {
  background-image: url('../images/SDC-Home-40.webp');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-bottom.facial {
  background-image: url('../images/SDC-Home-41.webp');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-bottom.win-lingual {
  background-image: url('../images/WOC-Home-32.webp');
  background-position: 50%;
  background-size: cover;
}

.banner-bottom.incognito {
  background-image: url('../images/WOC-Home-36.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-bottom.radiance {
  background-image: url('../images/WOC-Home-39.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-bottom.software {
  background-image: url('../images/PR-Home-35.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.description-banner-top-block {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.white-description-about {
  width: 90%;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.white-description-about.wider {
  color: var(--black);
  width: 100%;
}

.banner-block-right {
  z-index: 1;
  width: 45%;
  margin-left: auto;
  position: relative;
}

.banner-content-about-us-3 {
  flex-direction: column;
  height: 100%;
  padding-top: 170px;
  overflow: hidden;
}

.benefits-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 33%;
  display: flex;
}

.background-video-about-us {
  object-fit: cover;
  object-position: 50% 0%;
  background-image: linear-gradient(225deg, #00000073, #0000 40%), linear-gradient(#0d0d0d33, #0d0d0d33);
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.benefits-about-us-3 {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  display: flex;
}

.statistics-item-full-width {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.benefits-about-us-3-tablet {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-tablet-red {
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: relative;
}

.benefit-title-about-us-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 55px;
}

.benefit-title-about-us-3.smaller {
  font-size: 40px;
  line-height: 50px;
}

.benefit-title-about-us-3.tighter {
  letter-spacing: -1.5px;
}

.benefit-title-about-us-3 {
  font-size: 45px;
}

.about-us-3-con {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-right: auto;
  display: flex;
}

.team-intro-wrap {
  position: relative;
  overflow: hidden;
}

.home-1-our-team-author {
  text-align: left;
  padding-top: 10px;
}

.social-links-wrap {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.team-social-icon-black {
  color: var(--primary-dark);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.team-social-icon-black:hover {
  color: var(--paragraph-green);
}

.our-team-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.team-hero-wrap {
  width: 100%;
}

.team-social-wrapper {
  z-index: 2;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-social-con {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.our-team-image {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 350px;
  display: block;
  position: relative;
  overflow: hidden;
}

.vertical-faq-line {
  background-color: #111;
  width: 2px;
  height: 16px;
  position: absolute;
}

.tab-faq-title {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tab-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.tab-faq {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.subtitle-faq {
  font-size: 20px;
}

.close-wrapp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hover-cover {
  background-color: #8ea5b60d;
  display: none;
  position: absolute;
  inset: 0%;
}

.horizontal-faq-line {
  background-color: #111;
  width: 16px;
  height: 2px;
}

.skills-item {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  display: flex;
}

.skills-item.left-top-last-one, .skills-item.left-top-last-one-left {
  border-top: 1px solid #afafaf80;
  border-bottom-style: solid;
  border-bottom-color: #afafaf80;
}

.skills-item.left-top {
  border-top: 1px solid #6f6f6f4d;
  border-bottom-style: none;
}

.tab-bottom {
  background-color: #8ea5b60d;
  border-top: 1px #afafaf80;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.faq-list {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.tab-bottom-content {
  border-top: 1px #ffffff1a;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 36px 48px;
}

.banner-content-wrap {
  flex-direction: column;
  align-items: center;
  width: 70%;
  display: flex;
}

.description-faq {
  color: var(--white);
  text-align: center;
  width: 80%;
  margin-bottom: 0;
}

.faq-banner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.faq-banner.about-us-banner {
  background-color: var(--primary);
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
  overflow: hidden;
}

.testimonial-card {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.testimonial-card.middle-card {
  justify-content: flex-end;
}

.testimonial-info {
  width: 60%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.testimonial-info.middle-card-info {
  left: 0;
  right: auto;
}

.testimonial-image {
  z-index: 1;
  background-image: url('../images/Call-to-action.webp');
  background-position: 50%;
  background-size: cover;
  width: 55%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.testimonial-image.testimonial-1 {
  background-image: url('../images/covid-recovery.webp');
}

.testimonial-image.testimonial-2 {
  background-image: url('../images/Services-Banner.webp');
}

.grid-testimonials {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template: "."
  / 1fr;
  width: 100%;
}

.author-s-review {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.customer-name {
  margin-top: 0;
  font-size: 18px;
}

.author-s-photo {
  background-image: url('../images/Photo2_1Photo2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.author-s-photo.author-s-2 {
  background-image: url('../images/Photo1_1Photo1.webp');
}

.author-s-photo.author-s-3 {
  background-image: url('../images/Photo3_1Photo3.webp');
}

.reviews-text-dark {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3em;
}

.testimonials-wrap {
  z-index: 2;
  background-color: var(--white);
  border: 1px solid #6f6f6f4d;
  border-left-style: none;
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.testimonials-wrap.middle-testimonials {
  border-left-style: solid;
  border-right-style: none;
}

.info-content {
  height: 100%;
}

.info-review-container {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.author-s-item {
  grid-column-gap: 20px;
  justify-content: flex-start;
  display: flex;
}

.h2-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.h2-title.centre-mobile {
  margin-top: 0;
  line-height: 50px;
}

.h2-title.lighter {
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
}

.h2-title.lighter.no-bottom-space {
  margin-bottom: 0;
}

.h2-title.lighter.reduced-bottom-space {
  margin-bottom: 12px;
}

.h2-title.lighter.reduced-bottom-space.top-space {
  margin-top: 60px;
}

.support-link {
  color: var(--primary-dark);
  text-transform: lowercase;
  font-weight: 300;
}

.support-link:hover {
  color: var(--paragraph-green);
}

.support-link.nhs-24 {
  text-transform: none;
}

.support-text {
  width: 100%;
  font-weight: 300;
}

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

.icons-wrap {
  z-index: 10;
  background-image: linear-gradient(315deg, #00000073, #0000 51%, #27000159), linear-gradient(#425f664d, #425f664d);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-contact-us {
  color: var(--primary-dark);
  font-size: 16px;
}

.link-contact-us:hover {
  color: var(--paragraph-green);
}

.main-subtitle {
  color: #ca9c5e;
}

.contacts-textarea--3 {
  border: 1px solid var(--primary);
  color: var(--primary-dark);
  background-color: #0000;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 18px;
}

.contacts-textarea--3:focus {
  border: 1px solid var(--primary);
}

.contacts-textarea--3::placeholder {
  color: var(--paragraph-green);
  font-size: 18px;
}

.contacts-detail-2 {
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  display: flex;
}

.contacts-3-wrapper {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
}

.contacts-3-form-wrapper-2 {
  width: 100%;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.contacts-3-form-wrapper-2.cover-image {
  background-image: url('../images/SDC-Home-51.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
}

.icon-map-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 13%;
  left: 2%;
}

.testimonials-card-item-3 {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
}

.icon-map-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 21% 28% auto auto;
}

.location-map-wrapper-2 {
  justify-content: center;
  align-items: center;
  position: relative;
}

.locations-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.map-icon-2 {
  color: var(--primary);
  padding: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
}

.map-icon-2.icon-3 {
  font-size: 20px;
}

.map-icon-2.icon-1 {
  font-size: 22px;
}

.base-container-14 {
  z-index: 100;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.address-item {
  font-size: 16px;
}

.locations-item {
  text-align: center;
  background-color: #fff;
  border: 1px solid #6f6f6f66;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
}

.locations {
  z-index: 10;
  margin-top: -130px;
  padding-bottom: 80px;
  position: relative;
}

.icon-map-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 6%;
  left: -28%;
}

.map {
  height: 400px;
}

.numbers-list-item-2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 32px;
  font-size: 18px;
  line-height: 1.6em;
}

.map-section {
  position: relative;
  overflow: hidden;
}

.contact-us-3-container {
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px 20px 20px;
  display: flex;
}

.map-image {
  z-index: 1;
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: auto 0%;
}

.banner-dark-overlay {
  z-index: 10;
  background-image: linear-gradient(225deg, #0000004d, #0000 53%, #0d0d0d4d), linear-gradient(#000000b3, #000000b3);
  position: absolute;
  inset: 0%;
}

.link-con-with-icon {
  grid-column-gap: 10px;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.collection-list-wrapper-3 {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.collection-list-4, .collection-item-4 {
  height: 100%;
}

.contacts-us-3-input {
  border: 1px solid var(--primary);
  color: var(--primary-dark);
  background-color: #0000;
  height: auto;
  min-height: 51px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 20px;
  font-size: 18px;
  transition: all .2s;
}

.contacts-us-3-input:focus {
  border: 1px solid var(--primary);
}

.contacts-us-3-input::placeholder {
  color: var(--paragraph-green);
  font-size: 18px;
}

.contacts-us-3-input.select-input {
  color: #111;
  background-color: #0000;
  margin-right: 0;
}

.contact-us-2-wrapper {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-form-wrap {
  background-color: var(--light-green\<deleted\|variable-720418ab\>);
  width: 50%;
  padding: 40px;
}

.contacts-content {
  width: 50%;
}

.hero-top-content {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 140px;
}

.hero-top-content.home-3-banner {
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 80px;
}

.circle-link-portfolio-details {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 6px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-link-portfolio-details:hover {
  opacity: 1;
}

.meta-card {
  text-align: center;
  border-right: 1px solid #afafaf80;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 100%;
  display: flex;
}

.meta-card.last-card {
  border-right-style: none;
}

.grid-wrap {
  z-index: 20;
  grid-template-rows: 1fr;
  grid-template-columns: 15px 100% 15px;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.home-3-main-title {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.background-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-image {
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.portfolio-hero-banner {
  border-bottom: 1px solid #ffffff1a;
  flex: 1;
  justify-content: center;
  min-height: 725px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.link-wrap {
  align-self: center;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 41px;
  display: none;
  position: absolute;
}

.portfolio-main-section {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.overlay-blog {
  background-color: #1113;
  position: absolute;
  inset: 0%;
}

.number-item {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
}

.button-link-text {
  z-index: 25;
  letter-spacing: .22em;
  font-size: 12px;
  position: relative;
}

.portfolio-meta {
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.outline {
  border: 1px solid #afafaf80;
  border-right-color: #e9e9e9;
  border-radius: 100%;
  margin: 9px;
  position: absolute;
  inset: 0%;
}

.notaro-banner-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.circle-link-hover-2 {
  background-color: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.centered-intro {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.contact-form {
  z-index: 100;
  background-color: var(--white);
  border: 1px solid #6f6f6f66;
  width: 45%;
  max-width: 500px;
  padding: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.contact-form.sticky {
  flex: none;
  max-width: 400px;
  position: sticky;
  top: 110px;
}

.background-video-join-us {
  object-fit: cover;
  object-position: 50% 0%;
  background-image: linear-gradient(to top, #00000080 4%, #0000 60%), linear-gradient(#0003, #0003);
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.banner-title-join-us {
  width: 100%;
  margin-bottom: 20px;
  font-size: 52px;
}

.logo-invert {
  filter: invert();
  object-fit: cover;
  height: 35px;
}

.logo-wrap {
  grid-column-gap: 40px;
  justify-content: flex-start;
  display: flex;
}

.paragraph-join-us {
  width: 100%;
  margin-bottom: 40px;
}

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

.grid-item-carrer {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 500px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.job-content {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.job-content.button {
  margin-top: 20px;
}

.job-info {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.country {
  margin-top: 0;
  margin-bottom: 0;
}

.country-of-work {
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

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

.join-us-content {
  width: 100%;
}

.home-2-gallery-image-block {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 280px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-2-gallery-image-block.big {
  height: 580px;
}

.home-2-gallery {
  z-index: 999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.banner-title-2 {
  color: #f9f9fa;
  text-align: center;
}

.gallery-list {
  width: 100%;
  height: 100%;
}

.gallery-item-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 40% 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
}

.gallery-page-lightbox {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.about-team {
  width: 93%;
  line-height: 1.5em;
}

.span-avatar {
  text-align: left;
  white-space: nowrap;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid #0000;
  border-radius: .5rem;
  width: 3rem;
  height: 3rem;
  margin-left: .5rem;
  margin-right: .5rem;
  text-decoration: none;
  transition: border-radius .4s cubic-bezier(.25, .46, .45, .94), border-color .4s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  bottom: -.5em;
}

.span-avatar:hover {
  border-color: #3f8ef1;
  border-radius: 2rem;
}

.span-avatar.three {
  background-image: url('../images/covid-recovery.webp');
  background-size: cover;
}

.span-avatar.three:hover {
  border-color: var(--primary);
  border-bottom-left-radius: .5rem;
}

.span-avatar.two {
  background-image: url('../images/Banner-Team.webp');
  background-size: cover;
}

.span-avatar.two:hover {
  border-color: var(--primary);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.span-avatar.one {
  white-space: nowrap;
  background-image: url('../images/Image-01.webp');
  background-size: cover;
}

.span-avatar.one:hover {
  border-color: var(--primary);
}

.span-name {
  background-color: var(--primary);
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
  border-radius: 1rem;
  margin-top: -1.25rem;
  margin-left: -1rem;
  padding: .2rem .875rem;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  position: absolute;
}

.span-name.three {
  background-color: var(--primary);
}

.span-name.two {
  background-color: var(--primary);
  color: #fff;
}

.span-text-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-paragraph {
  width: 85%;
}

.section-blog {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.content-blog-details-wrap {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.overlay-blog-2 {
  background-color: #0d0d0d80;
  position: absolute;
  inset: 0%;
}

.blog-details-background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.data-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.blog-template-wrapper-2 {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-wrapper-2.banner {
  max-width: 100%;
}

.blog-template-wrapper-2.padding {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-intro-content {
  grid-column-gap: 180px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  width: 71%;
  min-height: 500px;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
}

.blog-template-pagination-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.border-wrap-reviews {
  border-right: 1px solid #ca9c5e;
  margin-right: 20px;
  padding-right: 20px;
}

.previ-post-arrow {
  color: #afafaf;
  width: 18px;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.scroll-blog-link {
  z-index: 5;
  background-color: var(--light-green\<deleted\|variable-720418ab\>);
  border: 1px #8c9fac33;
  border-radius: 100%;
  margin-bottom: -70px;
  padding: 6px;
  position: absolute;
  inset: auto 0 0% auto;
  overflow: hidden;
}

.slider-blog-arrow {
  border-right: 1px solid #6f6f6f66;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
  top: auto;
  bottom: 0;
}

.slider-blog-arrow.right {
  border-right-style: none;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 0;
  left: auto;
}

.review-blog-details {
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: 50px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.review-blog-details.width {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 0;
}

.blog-arrow {
  z-index: 100;
  filter: invert();
  height: 30px;
  position: relative;
  transform: rotate(45deg);
}

.section-blog-details {
  justify-content: center;
  align-items: stretch;
  height: 500px;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-blog-circle {
  border: 1px solid #6f6f6f66;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: relative;
}

.scroll-blog-circle:hover {
  opacity: 1;
}

.data-line-container {
  width: 40px;
  position: relative;
  overflow: hidden;
}

.title-blog-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blog-details-link-title-2 {
  margin-bottom: 0;
}

.next-post-arrow-2 {
  color: #afafaf;
  width: 18px;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.data-line {
  background-color: var(--primary-dark);
  width: 40px;
  height: 1px;
}

.circle-link-wrapper {
  margin: -48px;
  padding: 48px;
}

.link-hover-fill {
  background-color: var(--primary);
  border-radius: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.background-blog-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-details-title {
  margin-top: 30px;
  margin-bottom: 20px;
  transition: opacity .35s;
}

.licensing-description {
  width: 70%;
}

.landing-title {
  color: var(--primary-dark);
  font-size: 60px;
}

.section-lp-title-description {
  text-align: center;
  width: 70%;
  margin-top: 20px;
}

.section-title-wrapper-lp {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-lp-title-description.long-text {
  width: 95%;
}

.landing-feature-title {
  color: var(--white);
  font-weight: 600;
}

.landing-feature-text {
  color: var(--white);
  font-size: 16px;
}

.landing-page-link {
  color: var(--yellow);
}

.landing-page-link:hover {
  color: var(--white);
}

.image-banner-absolute {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shadows {
  z-index: 2;
  background-image: linear-gradient(0deg, #000000b3 7%, #0003 40%, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services-list-wrapper {
  width: 100%;
}

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

.image-cover.position {
  object-position: 50% 0%;
}

.image-cover.hover {
  transition: transform .5s;
}

.image-cover.hover:hover {
  transform: scale(1.05);
}

.image-cover.alternate {
  display: none;
}

.image-bgr-absolute {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-absolute {
  position: absolute;
  inset: 0%;
}

.without-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.collection-list-wrapper-4 {
  width: 100%;
}

.link {
  color: var(--primary-dark);
  font-family: Noto Sans Bengali, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.link:hover, .link-dark-green {
  color: var(--paragraph-green);
}

.link-dark-green:hover {
  color: var(--primary-dark);
}

.small-text {
  font-size: 16px;
}

.position {
  color: var(--paragraph-green);
  font-size: 20px;
  font-weight: 500;
}

.contact-team-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.contact-link {
  color: var(--primary-dark);
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
}

.contact-link:hover {
  color: var(--paragraph-green);
}

.details-team-wrapper {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  width: 100%;
  margin-bottom: 50px;
}

.margin-top-20 {
  margin-top: 20px;
  display: inline-block;
}

.contact {
  color: var(--paragraph-green);
  font-weight: 500;
}

.team-image-wrap {
  height: 450px;
}

.top-block-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.pricing-plan-item-title {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

.top-block-price {
  background-color: var(--primary);
  margin-bottom: 30px;
  padding: 20px 10px;
}

.top-block-price.bronze {
  background-color: var(--bronze);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.top-block-price.silver {
  background-color: var(--silver);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.top-block-price.gold {
  background-color: var(--gold);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricing-plans-wrapper.bottom-space {
  margin-bottom: 60px;
}

.pricing-plan-item {
  border: 1px solid var(--dark-gray\<deleted\|variable-e2382e90\>);
  background-color: var(--white);
  flex-direction: column;
  width: 100%;
  padding: 30px;
  transition: border-color .3s;
  display: flex;
  position: relative;
}

.pricing-plan-item.second-cart {
  padding: 30px;
}

.pricing-plan-price {
  font-size: 56px;
  font-weight: 500;
}

.pricing-plan-list {
  margin-top: 0;
  margin-bottom: 50px;
}

.section-title-wrapper-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 740px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.pricing-plan-price-wrapper {
  border-top: 1px none var(--dark-gray\<deleted\|variable-e2382e90\>);
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.career-list-wrapper {
  width: 100%;
}

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

.job-position-wrapper {
  grid-column-gap: 50px;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.career-form {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.job-position-sidebar-wrap {
  align-items: center;
  display: flex;
}

.without-spacing {
  margin-top: 0;
  margin-bottom: 0;
}

.job-position-sidebar-wrapper {
  border: 1px solid var(--dark-gray\<deleted\|variable-e2382e90\>);
  flex: none;
  width: 35%;
  padding: 30px;
  position: sticky;
  top: 40px;
}

.job-position-content-wrapper {
  width: 67%;
}

.job-position-icon {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
}

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

.wrap-block {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--dark-gray\<deleted\|variable-e2382e90\>);
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.form-2 {
  flex-flow: column;
  display: flex;
}

.dark-button {
  background-color: var(--primary-dark);
  color: var(--yellow);
  text-align: center;
  border-radius: 50px;
  padding: 11px 40px;
  transition: all .5s;
}

.dark-button:hover {
  background-color: var(--yellow);
  color: var(--primary-dark);
}

.process-image-wrapper {
  flex: none;
  width: 100%;
  max-width: 450px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.process-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 49%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.process-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.departments-list-wrapper {
  width: 100%;
}

.departments-item {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.departments-item:nth-child(odd) {
  flex-flow: row-reverse;
  display: flex;
}

.departments-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.hover-green {
  transition: color .35s;
}

.hover-green:hover {
  color: var(--paragraph-green);
}

.without-transition {
  transition-property: none;
}

.content-working {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 50px;
  display: grid;
}

.bold {
  font-weight: 700;
}

.row-benefit {
  grid-column-gap: 40px;
  display: flex;
}

.working-house {
  grid-row-gap: 20px;
  border: 1px solid var(--dark-gray\<deleted\|variable-e2382e90\>);
  flex-direction: column;
  flex: none;
  width: 45%;
  padding: 30px 20px;
  display: flex;
  position: sticky;
  top: 30px;
}

.title-shedule {
  border: 1px solid #0010474d;
  width: 100%;
  display: flex;
}

.block-time-classes {
  background-color: var(--primary);
  opacity: .7;
  color: var(--paragraph-green);
  text-align: center;
  border-bottom: 1px solid #0010474d;
  border-right: 1px solid #0010474d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding: 10px;
  font-weight: 500;
  transition: opacity .35s;
  display: flex;
}

.block-time-classes:hover {
  opacity: 1;
}

.block-time-classes.white-bgr {
  opacity: 1;
  background-color: #fff;
}

.block-time-classes.time {
  opacity: 1;
  color: var(--primary-dark);
  background-color: #fff;
  border-left: 1px solid #0010474d;
  min-height: 80px;
  font-size: 14px;
  font-weight: 600;
}

.shedule-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                 ". Area-3 Area-3 . . . . . ." minmax(80px, 1fr)
                 ". Area-3 Area-3 . . . . . ." minmax(80px, 1fr)
                 ". Area-3 Area-3 . . . . . ." minmax(80px, 1fr)
                 ". . . . . . . . ." minmax(80px, 1fr)
                 ". . . . . . . . ." minmax(80px, 1fr)
                 ". . . . . . . . ." minmax(80px, 1fr)
                 ". . . . . . . . ." minmax(80px, 1fr)
                 ". . . . . . . . ." minmax(80px, 1fr)
                 ". . . . . . . . ." minmax(80px, 1fr)
                 ". . . . . . . . ." minmax(80px, 1fr)
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  overflow: hidden;
}

.time-schedule-block {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.small-text-time {
  opacity: .8;
  font-size: 14px;
}

.bold-blue {
  color: var(--primary-dark);
  font-weight: 700;
}

.block-title {
  color: #001047;
  border-left: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  font-weight: 600;
  display: flex;
}

.block-title.first {
  border-left-style: none;
  border-right-style: none;
  width: 47%;
}

.div-block {
  height: 500px;
  overflow: hidden;
}

.title-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 60%;
  margin-right: auto;
  display: flex;
}

.maxw-text {
  max-width: 500px;
}

.icon-navbar {
  color: var(--primary-dark);
  margin-left: 10px;
  margin-right: 0;
  position: static;
}

.icon-navbar.white {
  color: var(--white);
  font-size: 16px;
}

.full-block {
  width: 100%;
}

.license-link-2 {
  color: #0e0e0e;
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link-2.last-child {
  margin-right: 0;
}

.yellow-color {
  background-color: var(--yellow);
  width: 75px;
  height: 75px;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-image {
  width: 12px;
  height: 12px;
}

.promotion-icon {
  margin-right: 8px;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-left {
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
}

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

.contacts-v1-social-link {
  color: #161a25;
  align-items: center;
  margin-bottom: 8px;
  padding-right: 8px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.contacts-v1-social-link:hover {
  color: #7c8499;
}

.contacts-v1-social-link.bigger {
  color: #161a25;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 20px;
  transition: color .3s;
}

.contacts-v1-social-link.bigger:hover {
  color: #7c8499;
  text-decoration: none;
}

.link-text {
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-v1-heading {
  margin-bottom: 10px;
  font-family: Noto Sans Bengali, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.contacts-v1-heading.no-top-space {
  margin-top: 0;
  margin-bottom: 0;
}

.contacts-v1-heading.no-top-space.centre, .contacts-v1-heading.centre {
  text-align: center;
}

.contacts-v1-heading.centre.publications {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.contacts-v1-social-icon {
  width: 16px;
  margin-bottom: 2px;
  margin-right: 8px;
}

.contacts-v1-social-icon.no-bottom-space {
  margin-bottom: 0;
}

.contacts-v1-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  padding-left: 15px;
  padding-right: 24px;
  display: flex;
}

.divider {
  z-index: 1;
  background-color: #161a25;
  width: 60px;
  height: .5px;
  margin-top: 20px;
  margin-bottom: 24px;
  position: relative;
}

.divider.contact-page {
  width: 80px;
  margin-top: 0;
  margin-bottom: 12px;
}

.heading {
  color: var(--sdc-medium-blue);
  font-weight: 500;
}

.h5-heading {
  color: var(--black);
  font-weight: 500;
}

.h5-heading.footer {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph {
  color: var(--black);
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

.paragraph.no-space-top-bottom {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph.no-space-top-bottom.caption {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.bottom-space {
  margin-bottom: 30px;
}

.paragraph.bottom-space.reduced {
  margin-bottom: 20px;
}

.paragraph.wider {
  width: 100%;
}

.paragraph.top-space {
  margin-top: 50px;
  margin-bottom: 0;
}

.paragraph.no-top-space {
  margin-top: 0;
}

.paragraph.no-bottom-space {
  margin-bottom: 0;
}

.paragraph.two-column {
  column-count: 2;
  column-rule-style: none;
  column-rule-width: 0px;
  column-gap: 30px;
}

.paragraph.smaller {
  font-size: 16px;
  line-height: 26px;
}

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

.paragraph.smaller.centre.tight {
  letter-spacing: -.35px;
  font-size: 15.5px;
}

.link-dark-icon {
  color: var(--black);
  font-weight: 300;
  transition: all .5s;
  display: flex;
}

.link-dark-icon:hover {
  transform: translate(7px);
}

.link-dark-icon.w--current {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  transition: opacity .4s;
  display: flex;
}

.link-dark-icon.w--current:hover {
  opacity: .6;
}

.logotypes-v1 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0 8px;
  display: flex;
}

.logo-link {
  margin: 0 25px;
  padding: 8px 12px;
  transition: filter .5s;
}

.logo-link:hover {
  filter: grayscale();
}

.logo-2 {
  height: auto;
}

.orange {
  color: #fa533a;
}

.orange.light-blue {
  color: #4da7c9;
}

.contacts-divider-2 {
  background-color: #afafaf80;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-icon-2 {
  color: #2a368e;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
}

.contacts-left-arrow-2 {
  color: #fa533a;
  max-width: 40px;
  padding: 10px 15px;
  transition: color .3s;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-left-arrow-2:hover {
  color: #1f1534;
}

.paragraph-no-margin-2 {
  color: #193175;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.contacts-arrows-divider-2 {
  background-color: #afafaf80;
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.text-grey {
  color: #7e7e7e;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.text-grey.bigger {
  font-size: 20px;
  line-height: 32px;
}

.text-grey.top-space {
  color: #7e7e7e;
  margin-top: 12px;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.html-embed-2 {
  margin-bottom: 0;
}

.contacts-form-wrapper-2 {
  background-color: #f5f5f5;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.contacts-form-wrapper-2.white {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.map-block {
  width: 100%;
  height: 400px;
}

.contacts-detail-3 {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-slider-arrow-icon-2 {
  color: #4da7c9;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-content-wrapper-2 {
  width: 50%;
  padding-right: 40px;
}

.contacts-right-arrow-2 {
  color: #fa533a;
  max-width: 40px;
  padding: 10px 15px;
  transition: color .3s;
  inset: 0% 19px auto auto;
}

.contacts-right-arrow-2:hover {
  color: #2a368e;
}

.contacts-wrapper-2 {
  align-items: center;
  width: 100%;
  display: flex;
}

.section-subtitle {
  color: #fff;
  margin-bottom: 10px;
}

.section-subtitle.text-orange.smaller {
  color: #5d5d5d;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.contacts-title-2 {
  flex-direction: column;
  display: flex;
}

.h3-title {
  color: var(--black);
  font-weight: 300;
  line-height: 40px;
}

.h3-title.subheading-nhs {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 34px;
}

.h3-title.subheading-nhs.bolder {
  font-weight: 400;
}

.h3-title.reduced-bottom-space {
  margin-bottom: 0;
}

.h3-title.extra-top-space {
  margin-top: 20px;
}

.h3-title.extra-top-space.centre {
  text-align: center;
}

.link-dark {
  color: var(--black);
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  transition-property: opacity;
}

.link-dark:hover {
  opacity: .6;
}

.link-dark.sla {
  color: var(--sdc-medium-blue);
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.h1-title {
  color: var(--black);
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.h1-title.lighter {
  font-weight: 500;
}

.text-span-2 {
  font-weight: 300;
}

.hygienist {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  padding: 0;
}

.cell {
  justify-content: center;
}

.hygienist-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
}

.hygienist-block.bigger-gap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.hygienist-left, .hygienist-left.smaller, .hygienist-right {
  width: 100%;
}

.nhs-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
}

.nhs-block.bottom-space {
  margin-bottom: 60px;
}

.nhs-left {
  justify-content: center;
  width: 100%;
}

.nhs-right {
  width: 43%;
}

.nhs-shade-box {
  background-color: var(--haze);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 30px;
}

.home-numbers {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.home-numbers.bottom-space {
  margin-bottom: 30px;
}

.home-numbers.no-bottom-space {
  margin-top: 10px;
  margin-bottom: 0;
}

.home-number-item {
  background-color: var(--haze);
  border-radius: 10px;
  flex-flow: column wrap;
  align-items: flex-start;
  width: 31.3%;
  padding: 20px;
  display: flex;
}

.number-item-block {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.nhs-info-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
}

.nhs-info-left, .nhs-info-right {
  width: 100%;
}

.heading-2 {
  font-weight: 400;
}

.team-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
}

.team-block.bottom-space {
  margin-bottom: 40px;
}

.team-image {
  width: 30%;
}

.team-description {
  width: 100%;
}

.h4-subheading {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.dentist-referral-form {
  object-fit: contain;
  background-color: #fff;
  width: 100%;
  margin-bottom: 0;
}

.footerf-flex-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer-block.vertical {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: center;
  width: 25%;
  display: flex;
}

.footer-block.address {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.footer-block.map-footer {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: center;
  width: 25%;
  display: flex;
}

.address-box {
  text-align: left;
  align-self: flex-start;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.map-block-footer {
  width: 100%;
  height: 100%;
}

.map-code-embed {
  width: 100%;
  height: 220px;
}

.win-bottom-image {
  margin-top: 60px;
}

.image {
  margin-top: 20px;
}

.image-2 {
  margin-bottom: 10px;
}

.information-leaflets {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  width: 100%;
  margin-top: 0;
}

.leaflet-box {
  border: .5px solid #000;
  padding: 10px;
}

.h4-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.h4-title.centre {
  text-align: center;
}

.leaflet-columns {
  align-items: center;
  display: flex;
}

.leaflet-box-text {
  background-color: var(--haze);
  text-align: center;
  border: .5px solid #000;
  border-radius: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.html-embed-form {
  margin-bottom: 0;
}

.bolder {
  font-weight: 500;
}

.haze-block {
  background-color: var(--haze);
  margin-top: 50px;
  padding: 40px;
  display: none;
}

.services-stack {
  width: 100%;
  padding: 0;
}

.services-stack.bottom-space {
  margin-bottom: 60px;
}

.bold-header {
  font-weight: 500;
}

.cell-2 {
  justify-content: center;
}

.video-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  padding: 0;
}

.video-stack.bottom-space {
  margin-bottom: 60px;
}

.video-block {
  width: 100%;
  height: 100%;
}

.background-video-2 {
  width: 100%;
  height: 225px;
}

.small-subheading {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.cell-3 {
  align-items: center;
}

.secondary {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.software-stack {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 100%;
  padding: 0;
}

.image-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tighter {
  letter-spacing: -1px;
}

.project-stack {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 100%;
  padding: 0;
}

.project-stack.top-space {
  margin-top: 80px;
}

.project-box {
  border: 1px solid var(--medium-grey);
  border-radius: 10px;
  padding: 20px;
}

.image-4 {
  border: .5px solid var(--dark-grey);
  border-radius: 10px;
}

.publications-stack {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  padding: 25px;
}

.publications-stack.no-bottom-space {
  padding-bottom: 0;
}

.link-block {
  border: .5px solid var(--dark-grey);
  transition: all .5s;
}

.link-block:hover {
  box-shadow: 0 2px 10px 4px #0003;
}

.bottom-word-box {
  background-color: var(--white);
  text-align: center;
  padding-top: 12px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 28px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.call-to-action {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .spacing-system-column {
    padding-right: 30px;
  }

  .h2-tablet {
    font-size: 40px;
  }

  .h3-tablet {
    font-size: 30px;
  }

  .h4-tablet, .h4-mobile {
    font-size: 25px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .banner-title {
    font-size: 55px;
  }

  .footer-copyright-link.dark.wee-beastie {
    color: var(--black);
  }

  .footer-copyright-link.dark.wee-beastie:hover {
    opacity: .6;
    color: var(--black);
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .contacts-content-wrapper {
    padding-right: 60px;
  }

  .contacts-title {
    width: 95%;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .home-banner-section {
    background-position: 50%;
    min-height: 100vh;
    padding-bottom: 100px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .news-image {
    width: 49%;
  }

  .subscribe-input-wrapper {
    width: 350px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .footer-bottom {
    padding-bottom: 80px;
  }

  .footer-links-wrap {
    grid-column-gap: 20px;
  }

  .footer-bottom-container.smaller-gap {
    flex-flow: row;
    align-items: flex-start;
  }

  .footer-contacts-container {
    justify-content: space-between;
  }

  .contacts-item-wrapper {
    width: auto;
  }

  .contacts-item-wrapper.first-item {
    width: 275px;
  }

  .primary-button-with-icon.footer-button {
    flex: none;
  }

  .news-info-content {
    width: 51%;
  }

  .dropdown-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-intro-link {
    font-weight: 400;
  }

  .nav-dropdown-list-3.w--open {
    left: auto;
  }

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

  .white-banner-title.home-3-size {
    max-width: none;
  }

  .description-banner-spacing {
    width: 85%;
  }

  .benefit-title {
    font-size: 62px;
  }

  .subtitle-left.gallery {
    grid-column-gap: 80px;
    justify-content: space-between;
  }

  .red-absolute-bg {
    height: 584px;
  }

  .left-relative-container {
    width: 40%;
  }

  .video-section {
    height: 550px;
  }

  .container {
    grid-column-gap: 130px;
  }

  .right-image-container {
    margin-right: -10%;
  }

  .contacts-info-wrapper {
    padding-bottom: 60px;
    padding-left: 60px;
  }

  .top-content-wrap {
    width: 400px;
  }

  .section-get-in-touch {
    padding-bottom: 130px;
  }

  .title-wrap {
    max-width: 415px;
  }

  .customer-reviews-container {
    grid-column-gap: 100px;
  }

  .customer-reviews-left {
    height: 480px;
  }

  .reviews-text {
    font-size: 32px;
  }

  .nav-white-static {
    border-bottom-width: .5px;
    border-bottom-color: var(--medium-grey);
  }

  .nav-item-link-dark, .dropdown-item-red-hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .style-guide-list-wrapper {
    margin-right: 60px;
  }

  .benefit-title-dark {
    font-size: 62px;
  }

  .white-banner-title-home-2 {
    font-size: 80px;
  }

  .description-banner-home-2 {
    width: 80%;
  }

  .feature-item {
    padding: 45px;
  }

  .subtitle-center {
    width: 50%;
  }

  .section-our-team {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .background-shade {
    padding-left: 25px;
    padding-right: 15px;
  }

  .firefighter {
    height: 600px;
  }

  .section-margin-bottom {
    padding-top: 130px;
  }

  .reviews-green-background {
    padding-top: 405px;
    padding-bottom: 130px;
  }

  .collection-ruc-services-item {
    width: 31.8%;
  }

  .hero-service-image {
    background-position: 50%;
    width: 45%;
  }

  .hero-service-image.win-lingual {
    background-position: 50%;
  }

  .hero-service-image.incognito {
    background-position: 50% 0;
  }

  .hero-service-image.radiance {
    background-position: 50%;
  }

  .right-services {
    width: 55%;
  }

  .contacts-item-wrap-home-1 {
    width: auto;
  }

  .grid-item {
    height: 380px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-services {
    margin-bottom: 80px;
  }

  .serv-image {
    height: 300px;
  }

  .serv-image.big-size-2 {
    height: 350px;
  }

  .home-2-services {
    grid-column-gap: 60px;
  }

  .call-to-action-heading {
    width: 60%;
  }

  .photo-white-overlay {
    width: 50%;
  }

  .gall-text {
    width: 30%;
    display: none;
  }

  .gall-text-big {
    width: 45%;
    display: block;
  }

  .block-absolute {
    margin-bottom: -50px;
  }

  .image-block-left {
    min-width: 580px;
    height: 600px;
  }

  .display-horizontal {
    grid-column-gap: 100px;
  }

  .banner-section-home-3 {
    min-height: auto;
    padding-top: 240px;
    padding-bottom: 130px;
  }

  .image-banner-home-3 {
    width: 43%;
    height: 100vh;
  }

  .section-bottom-gall {
    padding-bottom: 130px;
  }

  .gallery-home-3 {
    grid-column-gap: 30px;
  }

  .gallery-lightbox-home-3 {
    height: 400px;
  }

  .secondary-footer-top {
    padding-top: 120px;
  }

  .section-red {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .coming-soon-wrapper-2 {
    max-width: 550px;
  }

  .coming-soon-heading-2 {
    width: 100%;
    font-size: 61px;
  }

  .loop-container {
    grid-column-gap: 60px;
  }

  .section-about-us {
    padding-top: 240px;
  }

  .about-us-bg-image {
    background-position: 78%;
    width: 65%;
    height: 570px;
    right: -10%;
  }

  .about-us-content-wrapper {
    grid-row-gap: 100px;
  }

  .grid-services-about-us {
    margin-bottom: 80px;
  }

  .grid-item-about-us {
    height: 400px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-item-middle {
    height: 400px;
  }

  .our-statistics-right {
    width: 50%;
  }

  .statistics-red-row {
    width: 810px;
    padding-left: 90px;
    padding-right: 90px;
  }

  .our-statistics-tablet {
    width: 50%;
  }

  .section-inner-banner {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-inner-banner.about-us-banner {
    background-position: 50% 0;
  }

  .inner-content-wrapper.contact-us-3 {
    padding-bottom: 60px;
  }

  .counter-about-us {
    left: 50px;
  }

  .image-banner-bottom {
    height: 600px;
    margin-left: 4%;
  }

  .image-banner-bottom.margin-right {
    margin-left: 0%;
  }

  .banner-bottom.auto {
    justify-content: flex-end;
    align-items: center;
  }

  .banner-bottom.white-fillings {
    background-position: 50%;
  }

  .banner-bottom.radiance {
    background-position: 0 0;
  }

  .description-banner-top-block {
    grid-column-gap: 80px;
  }

  .white-description-about {
    width: 75%;
  }

  .banner-block-right {
    width: 40%;
  }

  .benefit-title-about-us-3 {
    font-size: 50px;
  }

  .tab-faq {
    grid-column-gap: 72px;
  }

  .description-faq {
    width: 70%;
  }

  .faq-banner {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .testimonial-card {
    width: 85%;
  }

  .testimonial-card.middle-card {
    margin-left: auto;
  }

  .testimonial-card.full-width {
    width: 100%;
  }

  .testimonial-image {
    height: 500px;
  }

  .grid-testimonials {
    grid-row-gap: 100px;
  }

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

  .address-item {
    padding-right: 40px;
  }

  .locations {
    padding-bottom: 130px;
  }

  .contact-us-2-wrapper {
    grid-column-gap: 100px;
  }

  .home-3-main-title {
    width: 50%;
  }

  .contact-form.sticky {
    max-width: 500px;
  }

  .banner-title-join-us {
    font-size: 61px;
  }

  .logo-invert {
    height: 40px;
  }

  .logo-wrap {
    grid-column-gap: 60px;
  }

  .grid-item-carrer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-2-gallery-image-block.big {
    height: 590px;
  }

  .home-2-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gallery-item-wrapper {
    grid-column-gap: 30px;
  }

  .span-text-wrap {
    width: 80%;
  }

  .banner-paragraph {
    width: 70%;
  }

  .section-blog {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-intro-content {
    width: 70%;
    min-height: 550px;
  }

  .slider-blog-arrow {
    padding-right: 80px;
  }

  .slider-blog-arrow.right {
    padding-left: 80px;
  }

  .review-blog-details {
    grid-column-gap: 60px;
  }

  .section-blog-details {
    height: 650px;
  }

  .licensing-description {
    width: 60%;
  }

  .landing-title {
    font-size: 65px;
  }

  .details-team-wrapper {
    grid-column-gap: 80px;
  }

  .top-block-price {
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-position-wrapper {
    grid-column-gap: 100px;
  }

  .job-position-sidebar-wrapper {
    width: 33%;
  }

  .wrap-block {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    justify-content: flex-start;
  }

  .process-image-wrapper {
    max-width: 580px;
    height: 400px;
  }

  .process-content {
    width: 45%;
  }

  .departments-list {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .content-working {
    grid-column-gap: 15px;
  }

  .working-house {
    width: 47%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block {
    height: 650px;
  }

  .contacts-content-wrapper-2 {
    padding-right: 80px;
  }

  .h3-title.reduced-bottom-space {
    font-size: 30px;
  }

  .nhs-right {
    width: 43%;
  }

  .footerf-flex-block {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.banner-contacts-3 {
    padding-top: 100px;
  }

  .section.call-to-action {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section.testimonials {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .contacts-content-wrapper {
    padding-right: 80px;
  }

  .home-banner-section {
    padding-bottom: 80px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .footer-bottom-container.smaller-gap {
    flex-flow: row;
    align-items: flex-start;
  }

  .footer-contacts-container {
    justify-content: space-between;
  }

  .main-nav-container {
    max-width: 1340px;
  }

  .white-banner-title.home-3-size {
    font-size: 58px;
  }

  .subtitle-left.wider.services.more {
    width: 65%;
  }

  .video-section {
    height: 600px;
  }

  .right-image-container {
    margin-right: -22%;
  }

  .nav-white-static {
    border-bottom-width: .5px;
    border-bottom-color: var(--medium-grey);
  }

  .nav-item-link-dark, .dropdown-item-red-hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-service-image, .hero-service-image.win-lingual {
    background-position: 50%;
  }

  .hero-service-image.incognito {
    background-position: 50% 0;
  }

  .hero-service-image.radiance {
    background-position: 50%;
  }

  .banner-section-home-3 {
    padding-top: 200px;
  }

  .home-3-content {
    grid-row-gap: 70px;
  }

  .image-banner-home-3 {
    height: 93vh;
  }

  .section-video {
    height: 700px;
  }

  .lottie {
    height: 280px;
  }

  .section-about-us {
    padding-top: 225px;
  }

  .about-us-bg-image {
    width: 70%;
    right: -15%;
  }

  .about-us-content-wrapper {
    grid-row-gap: 90px;
  }

  .section-inner-banner.about-us-banner {
    background-position: 50% 0;
    min-height: 450px;
  }

  .counter-about-us {
    left: 140px;
  }

  .image-banner-bottom {
    height: 650px;
    margin-left: 9%;
  }

  .banner-bottom.radiance {
    background-position: 50% 20%;
  }

  .description-banner-top-block {
    margin-bottom: 60px;
  }

  .banner-block-right {
    width: 45%;
  }

  .tab-faq {
    grid-column-gap: 80px;
  }

  .faq-banner.about-us-banner {
    min-height: 550px;
  }

  .hero-top-content.home-3-banner {
    padding-top: 50px;
  }

  .home-2-gallery-image-block {
    height: 424px;
  }

  .home-2-gallery-image-block.big {
    height: 878px;
  }

  .blog-intro-content {
    min-height: 500px;
    padding-top: 200px;
    padding-bottom: 80px;
  }

  .review-blog-details {
    grid-column-gap: 80px;
  }

  .landing-title {
    font-size: 70px;
  }

  .details-team-wrapper {
    margin-bottom: 80px;
  }

  .process-content {
    padding-left: 40px;
  }

  .nhs-right {
    width: 43%;
  }
}

@media screen and (min-width: 1920px) {
  .section.landing-banner {
    padding-top: 190px;
  }

  .section.banner-contacts-3 {
    background-image: linear-gradient(#0e0e0e80, #0e0e0e80), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50% 20%;
  }

  .section.testimonials {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .base-container {
    max-width: 1440px;
  }

  .footer-rights-wrapper.centered {
    justify-content: center;
    align-items: flex-end;
  }

  .contacts-content-wrapper {
    padding-right: 80px;
  }

  .contacts-title {
    width: 80%;
  }

  .search-section {
    padding-top: 220px;
  }

  .home-banner-section {
    padding-bottom: 100px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .link-black {
    color: var(--black);
    font-weight: 400;
  }

  .footer-bottom {
    padding-bottom: 100px;
  }

  .footer-top {
    padding-top: 150px;
  }

  .footer-links-wrap {
    grid-column-gap: 35px;
  }

  .footer-bottom-container {
    grid-column-gap: 100px;
    flex-direction: row;
    align-items: flex-start;
  }

  .get-in-touch-container {
    grid-column-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .footer-contacts-container {
    grid-column-gap: 70px;
    justify-content: space-between;
    width: auto;
  }

  .primary-button-with-icon.footer-button {
    display: flex;
  }

  .primary-button-with-icon.top-footer {
    display: none;
  }

  .our-contacts-wrapper {
    grid-column-gap: 70px;
    width: auto;
  }

  .logo-top-wrapper {
    width: auto;
  }

  .news-info-content {
    padding-right: 220px;
  }

  .main-nav-container {
    max-width: 1440px;
  }

  .banner-intro-content {
    width: 60%;
  }

  .white-banner-title {
    font-weight: 500;
  }

  .white-banner-title.home-3-size {
    font-size: 62px;
  }

  .description-banner-spacing {
    width: 70%;
  }

  .description-banner-spacing.home-3 {
    width: 80%;
  }

  .description-banner-spacing.reduced-mobile {
    width: 85%;
  }

  .subtitle-left.wider.services.more {
    width: 60%;
  }

  .blog-item {
    min-height: 480px;
  }

  .left-relative-container {
    width: 35%;
  }

  .video-section {
    height: 685px;
  }

  .right-image-container {
    flex: 0 auto;
  }

  .contacts-info-wrapper {
    padding-bottom: 80px;
    padding-left: 80px;
  }

  .title-wrap.wider.more {
    max-width: 550px;
  }

  .video-content-wrapper {
    min-height: 685px;
  }

  .customer-reviews-container {
    grid-column-gap: 120px;
  }

  .reviews-text {
    font-size: 32px;
  }

  .address-icon-footer.smaller {
    width: 24px;
    height: 24px;
  }

  .nav-white-static {
    border-bottom-width: .5px;
    border-bottom-color: var(--medium-grey);
  }

  .nav-item-link-dark, .nav-item-link-dark.w--current, .dropdown-item-red-hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-banner-title-home-2 {
    font-size: 100px;
  }

  .subtitle-center {
    width: 43%;
  }

  .firefighter {
    height: 650px;
  }

  .get-in-touch-container-home-2 {
    flex: 0 auto;
  }

  .service-image {
    width: 70px;
  }

  .short-info-content-2 {
    justify-content: space-around;
  }

  .hero-service-image {
    background-position: 50%;
  }

  .hero-service-image.piglab {
    background-position: 50% 10%;
  }

  .hero-service-image.piglab.software {
    background-position: 50%;
  }

  .hero-service-image.crowns {
    background-position: 50% 70%;
  }

  .hero-service-image.bridges {
    background-position: 50%;
  }

  .hero-service-image.smilelign {
    background-position: 50% 60%;
  }

  .hero-service-image.white-fillings {
    background-position: 50% 25%;
  }

  .hero-service-image.win-lingual {
    background-position: 50%;
  }

  .hero-service-image.incognito {
    background-position: 50% 0;
  }

  .hero-service-image.radiance {
    background-position: 50%;
  }

  .right-services.home {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contacts-item-wrap-home-1.smaller {
    grid-column-gap: 10px;
  }

  .description-our-services.wider {
    max-width: none;
  }

  .background-red-fill {
    background-position: 50% 70%;
  }

  .call-to-action-heading {
    width: 50%;
  }

  .white-join-us-text {
    width: 99%;
  }

  .gallery-title {
    width: 45%;
  }

  .gallery-lightbox {
    height: 300px;
  }

  .photo-white-overlay {
    width: 45%;
  }

  .gall-text {
    width: 25%;
  }

  .gall-text-big {
    width: 40%;
  }

  .services-description-home-2 {
    width: 80%;
  }

  .block-absolute.dental-page {
    padding: 45px;
  }

  .banner-section-home-3 {
    justify-content: center;
    padding-top: 240px;
  }

  .home-3-content {
    grid-row-gap: 125px;
  }

  .section-video {
    height: 750px;
  }

  .lottie {
    height: 350px;
    bottom: -10%;
  }

  .section-about-us {
    padding-top: 240px;
  }

  .about-us-bg-image {
    width: 100%;
    max-width: 990px;
    right: -25%;
  }

  .about-us-content-wrapper {
    grid-row-gap: 110px;
  }

  .logo-loop-wrapper {
    max-width: 1440px;
  }

  .our-statistics-right, .our-statistics-tablet {
    width: 100%;
  }

  .description-about-us {
    width: 40%;
  }

  .section-inner-banner.about-us-banner {
    background-position: 50% 30%;
    min-height: 450px;
  }

  .section-inner-banner.about-us-banner.about {
    background-position: 50%;
  }

  .section-inner-banner.about-us-banner.nhs {
    background-position: 100%;
  }

  .counter-about-us {
    bottom: -130px;
    left: 240px;
  }

  .image-banner-bottom {
    height: 750px;
    margin-left: 13.5%;
  }

  .banner-bottom.services, .banner-bottom.incognito {
    background-position: 50%;
  }

  .banner-bottom.radiance {
    background-position: 50% 20%;
  }

  .description-banner-top-block {
    max-width: 1440px;
    margin-bottom: 80px;
  }

  .white-description-about {
    width: 65%;
  }

  .white-description-about.wider {
    width: 100%;
  }

  .about-us-3-con {
    width: 55%;
  }

  .our-team-image {
    height: 450px;
  }

  .banner-content-wrap {
    width: 60%;
  }

  .faq-banner.about-us-banner {
    min-height: 600px;
  }

  .testimonial-card {
    width: 75%;
  }

  .testimonial-image.testimonial-2 {
    width: 65%;
  }

  .h2-title {
    font-weight: 500;
  }

  .contacts-3-form-wrapper-2 {
    width: 100%;
  }

  .map {
    height: 500px;
  }

  .contact-us-2-wrapper {
    grid-column-gap: 120px;
  }

  .hero-top-content.home-3-banner {
    padding-top: 70px;
  }

  .contact-form {
    width: 40%;
    max-width: 550px;
  }

  .banner-title-join-us {
    width: 95%;
  }

  .join-us-content {
    width: 98%;
  }

  .span-text-wrap {
    width: 70%;
  }

  .blog-intro-content {
    width: 60%;
    min-height: 550px;
    padding-top: 210px;
    padding-bottom: 100px;
  }

  .section-blog-details {
    height: 700px;
  }

  .licensing-description {
    width: 50%;
  }

  .landing-title {
    font-size: 75px;
  }

  .team-image-wrap {
    height: 500px;
  }

  .top-block-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .process-image-wrapper {
    max-width: 680px;
  }

  .working-house {
    width: 52%;
  }

  .hygienist-left.smaller {
    width: 75%;
  }

  .nhs-right {
    width: 33%;
  }

  .nhs-info-left {
    width: 50%;
  }

  .team-image {
    width: 20%;
  }

  .video-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .background-video-2 {
    height: 250px;
  }

  .small-subheading {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .cell-3 {
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .section.changelog-banner {
    min-height: 400px;
  }

  .section.landing-banner {
    padding-top: 160px;
  }

  .section.banner-contacts-3 {
    min-height: 600px;
    padding-bottom: 100px;
  }

  .section.margin-top, .section.space-top {
    margin-top: 100px;
  }

  .section._120 {
    padding: 80px 20px;
  }

  .section._120.reduced-bottom-space {
    padding-bottom: 10px;
  }

  .section._120.reduced-bottom-space.reduced-top-space {
    padding-top: 80px;
  }

  .section._120.reduced-bottom-space.less {
    padding-bottom: 50px;
  }

  .section.logo, .section.testimonials {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section._100 {
    padding: 80px 20px;
  }

  .section._100.reduced-bottom-space {
    padding-bottom: 10px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .pages-banner {
    min-height: 400px;
    padding-top: 103px;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .footer-rights-wrapper.centered {
    align-items: center;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .style-guide-buttons-wrapper {
    padding: 20px;
  }

  .contacts-wrapper {
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-title {
    width: 75%;
  }

  .contact-3-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    padding-top: 160px;
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-banner-title-wrapper {
    width: 90%;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .home-banner-section {
    background-image: url('../images/PR-Home-33.webp');
    background-position: 50%;
  }

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

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .news-image {
    width: 100%;
    height: 400px;
  }

  .subscribe-input-wrapper {
    width: 100%;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .primary-white-button {
    display: block;
  }

  .footer-links-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
  }

  .footer-bottom-container.smaller-gap {
    flex-flow: column;
    align-items: center;
  }

  .footer-contacts-container {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .contacts-item-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .contacts-item-wrapper.first-item {
    width: 100%;
  }

  .contacts-item-wrapper.centre.small {
    justify-content: center;
  }

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

  .our-news-container {
    flex-direction: column-reverse;
  }

  .news-info-content {
    align-items: center;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .latest-news-form {
    width: 80%;
  }

  .our-news-wrap {
    align-items: center;
  }

  .field-form {
    width: 100%;
  }

  .subscribe-title {
    text-align: center;
    width: 80%;
  }

  .nav-dropdowm-link-line-2 {
    display: none;
  }

  .main-menu-wrapper {
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .megamenu-dropdown-wrap {
    justify-content: center;
    width: 100%;
  }

  .dropdown-item {
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }

  .nav-dropdown-white {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-wrap {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .right-header-wrap {
    border-left-style: none;
    display: none;
  }

  .logo-mobile-3 {
    justify-content: center;
    margin-bottom: 27px;
    display: flex;
  }

  .logo-mobile-3:hover {
    opacity: 1;
  }

  .nav-dropdown-intro-link {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-weight: 400;
  }

  .nav-dropdown-intro-link.w--current {
    opacity: .6;
    color: var(--black);
  }

  .nav-dropdown-intro-link.w--current:hover {
    color: #0f0f14;
  }

  .border-wrap-2 {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .tablet-menu-3 {
    background-color: #0d0d0d;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .nav-dropdown-list-3 {
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-3.w--open {
    box-shadow: none;
    border-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-3.portfolio-details.w--open {
    border-style: none;
  }

  .nav-dropdown-list-3.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-list-3.megamenu.w--open {
    border-style: none;
    width: 100%;
    height: 250px;
    overflow: auto;
  }

  .brand-logo.padding.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .nav-line-white {
    background-color: #fff;
    height: 2px;
    margin-bottom: 5px;
  }

  .top-tablet-menu-2 {
    background-color: #fff;
    width: 100%;
  }

  .nav-item-link {
    color: var(--primary-dark);
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 0;
    line-height: 1.5em;
  }

  .nav-item-link:hover {
    opacity: 1;
    color: var(--primary);
  }

  .nav-close-icon-3 {
    align-self: stretch;
    max-width: 60%;
  }

  .close-menu-button-2.w--open {
    z-index: 10;
    background-color: #0000;
    padding: 13px 0 0 20px;
    position: absolute;
    inset: 15px 15px auto auto;
  }

  .login-tablet-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-right: 15px;
    display: flex;
  }

  .line-white {
    background-color: #fff;
  }

  .nav-dropdown-link-wrapper-2 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .megamenu-dropdown-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

  .dropdown-menu-2 {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 100px;
    padding-left: 15px;
    overflow: hidden;
  }

  .wrapper-item-home-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 10px;
  }

  .menu-button-3 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding: 15px 0;
  }

  .menu-button-3.w--open {
    background-color: #0000;
    display: none;
  }

  .nav-item-white {
    color: var(--primary-dark);
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .nav-menu-shadow-overlay-3 {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 30px #00000026;
  }

  .search-wrap {
    display: none;
  }

  .banner-intro-content {
    width: 90%;
  }

  .white-banner-title.medium {
    font-size: 45px;
    line-height: 55px;
  }

  .white-description.light {
    font-size: 16px;
    line-height: 26px;
  }

  .description-banner-spacing {
    width: 80%;
    margin-top: 10px;
  }

  .description-banner-spacing.reduced-mobile {
    width: 100%;
  }

  .benefits-line {
    display: none;
  }

  .benefits-line.support, .benefits-line.licensing {
    display: block;
  }

  .benefit-item-wrapper {
    align-items: flex-start;
    width: 30%;
    padding-bottom: 60px;
  }

  .benefit-line {
    left: auto;
    right: auto;
  }

  .benefit-item-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .content-info {
    align-items: center;
    width: 100%;
  }

  .subtitle-wrapper.display-flex {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
  }

  .subtitle-left {
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    display: flex;
  }

  .subtitle-left.gallery {
    width: 80%;
  }

  .subtitle-left.wider.services {
    width: 70%;
  }

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

  .red-absolute-bg {
    height: 110vh;
    display: none;
  }

  .left-relative-container {
    grid-row-gap: 40px;
    width: 100%;
  }

  .string-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .row-item {
    grid-row-gap: 10px;
    width: 100%;
  }

  .row-dark-text {
    max-width: 100%;
  }

  .rows-container {
    grid-column-gap: 40px;
    flex-direction: row;
    width: 100%;
  }

  .container {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .right-image-container {
    width: 100%;
    height: 500px;
    margin-right: 0;
  }

  .phone-icon {
    opacity: 1;
    object-fit: cover;
    height: 24px;
    position: static;
  }

  .we-are-always {
    width: 70%;
  }

  .section-get-in-touch {
    background-color: var(--woc-lighter-blue);
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-wrap {
    width: 55%;
    max-width: 100%;
  }

  .title-wrap.wider.more {
    margin-left: 20px;
  }

  .customer-reviews-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .customer-reviews-left {
    width: 100%;
    height: 450px;
  }

  .customer-reviews-left.autor-3 {
    width: 100%;
  }

  .reviews-text {
    font-size: 30px;
    line-height: 40px;
  }

  .hover-slider-arrow {
    width: 100%;
    height: 100%;
  }

  .projects-arrow {
    width: 60px;
    height: 60px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 100px 80px;
  }

  .hero-bg-image {
    background-position: 60%;
  }

  .hero-bg-image.contact-us-3 {
    height: 610px;
  }

  .home-banner-main-container {
    background-image: none;
  }

  .nav-item-black {
    color: #0f0f14;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .nav-item-link-dark {
    color: #0f0f14;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 0;
    line-height: 1.5em;
  }

  .nav-item-link-dark.w--current {
    padding-left: 0;
  }

  .search-wrap-light-red {
    display: none;
  }

  .dropdown-item-red-hover {
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }

  .nav-line-black {
    background-color: var(--primary-dark);
    height: 2px;
    margin-bottom: 5px;
  }

  .line-black {
    background-color: var(--primary-dark);
  }

  .style-guide-list-wrapper {
    width: 100%;
  }

  .background-video {
    object-position: 64% 50%;
  }

  .video-banner {
    padding-top: 100px;
  }

  .benefit-title-dark.white {
    color: var(--white);
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
  }

  .white-benefit-item-wrapper {
    align-items: flex-start;
    width: 30%;
  }

  .white-banner-title-home-2 {
    font-size: 65px;
  }

  .banner-intro-content-home-2 {
    width: 65%;
  }

  .description-banner-home-2 {
    width: 80%;
    margin-top: 10px;
  }

  .feature-item {
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 20px;
  }

  .subtitle-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .team-wrapper {
    grid-column-gap: 25px;
    justify-content: flex-start;
    min-height: auto;
    padding-bottom: 20px;
    overflow: auto;
  }

  .firefighter-name {
    font-size: 30px;
  }

  .team-item {
    min-width: 48vw;
  }

  .slide-image {
    height: 500px;
  }

  .firefighter {
    height: 650px;
  }

  .team-member-info {
    width: 100%;
    padding-bottom: 3px;
    bottom: -2px;
  }

  .social-block {
    cursor: default;
  }

  .firefighter-job, .team-social-icon-white {
    font-size: 20px;
  }

  .get-in-touch-container-home-2 {
    width: 100%;
    height: 500px;
  }

  .services-container-home-1 {
    grid-column-gap: 40px;
  }

  .short-info-content-2 {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .collection-ruc-services-item {
    width: 31.5%;
  }

  .subscribe-input-2 {
    width: 100%;
    min-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .subscribe-form-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .hero-service-image {
    background-position: 50%;
  }

  .hero-service-image.veneers {
    width: 40%;
  }

  .hero-service-image.piglab {
    background-position: 30%;
  }

  .hero-service-image.piglab.software {
    background-position: 50%;
  }

  .hero-service-image.whitening {
    background-position: 65%;
  }

  .hero-service-image.smilelign {
    background-position: 30%;
  }

  .hero-item {
    width: 100%;
  }

  .contacts-item-wrap-home-1 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .serv-image.big-size-2 {
    height: 400px;
  }

  .description-our-services.wider.smaller.top-space {
    margin-top: 0;
  }

  .content-item-home-1.e-mail {
    width: 80%;
  }

  .home-2-services {
    grid-template-columns: 1fr 1fr;
  }

  .centered-call-to-action {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .background-red-fill {
    background-size: cover;
  }

  .call-to-action-heading {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin-right: auto;
  }

  .home-blog-collection-list {
    grid-row-gap: 25px;
    column-count: 2;
    grid-template-columns: 1fr 1fr;
  }

  .line-link {
    color: var(--primary-dark);
  }

  .line-link:hover {
    color: var(--paragraph-green);
  }

  .bg-green {
    height: 550px;
  }

  .gallery-title {
    width: 100%;
    margin-top: 0;
  }

  .large-photo-con {
    flex-direction: column;
    height: 600px;
  }

  .photo-white-overlay {
    background-color: var(--white);
    border: 1px solid #6f6f6f66;
    width: 80%;
    inset: auto auto 0%;
  }

  .photo-item {
    width: 100%;
  }

  .mini-list {
    grid-column-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .gall-text {
    width: 100%;
  }

  .view-gall-wrapper {
    justify-content: center;
    height: 500px;
    display: flex;
  }

  .gall-text-big {
    width: 100%;
  }

  .heading-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .right-description.maxw-543px, .left-heading {
    width: 100%;
  }

  .block-absolute {
    min-width: 100%;
    margin-bottom: -120px;
  }

  .block-absolute.dental-page {
    margin-bottom: -250px;
    display: none;
  }

  .image-block-left {
    height: 500px;
  }

  .display-horizontal {
    flex-direction: column;
  }

  .content-bottom {
    margin-bottom: 120px;
  }

  .text-content-right {
    padding-left: 30px;
  }

  .text-content-right.smaller {
    justify-content: center;
  }

  .number-bold {
    font-size: 40px;
  }

  .banner-section-home-3 {
    background-image: linear-gradient(45deg, var(--paragraph-green), transparent 76%), linear-gradient(to bottom, #292929b8, #292929b8), url('../images/2-1_12 (1).webp');
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, cover;
    padding-top: 180px;
  }

  .banner-intro-content-home-3 {
    width: 90%;
  }

  .image-banner-home-3 {
    display: none;
  }

  .section-video {
    height: 500px;
    padding-bottom: 60px;
  }

  .section-bottom-gall {
    margin-top: -60px;
  }

  .gallery-lightbox-home-3 {
    height: 300px;
  }

  .inner-banner-con.contact-us {
    height: 610px;
  }

  .inner-ov {
    padding-top: 80px;
  }

  .lottie-conainer {
    width: 70%;
    height: 250px;
  }

  .lottie {
    height: 280px;
    bottom: -10%;
  }

  .error-page-wrap {
    padding-top: 60px;
  }

  .coming-soon-wrapper-2 {
    align-items: center;
  }

  .coming-soon-heading-2 {
    text-align: center;
    width: 75%;
    font-size: 55px;
  }

  .coming-soon-paragraph-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .image-content-right {
    display: none;
  }

  .loop-container {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
  }

  .section-about-us {
    background-color: var(--paragraph-green);
    padding-top: 180px;
  }

  .about-us-bg {
    background-color: var(--paragraph-green);
    display: none;
  }

  .about-us-bg-image {
    width: 100%;
    max-width: 100%;
    height: 400px;
    position: static;
  }

  .about-us-content-wrapper {
    grid-row-gap: 80px;
  }

  .companions-logo-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    padding-top: 0;
    position: static;
  }

  .about-us-description {
    width: 100%;
  }

  .banner-content-about-us {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .companions-logo-loop {
    grid-column-gap: 60px;
    justify-content: flex-start;
  }

  .logo-loop-wrapper {
    grid-column-gap: 60px;
  }

  .grid-services-about-us {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .grid-item-about-us {
    height: 400px;
    padding-bottom: 0;
  }

  .desktop-btn-wrap {
    display: none;
  }

  .tablet-btn-wrap {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-item-middle {
    height: 400px;
    padding-bottom: 0;
  }

  .statistics-content {
    grid-row-gap: 0px;
    width: 90%;
  }

  .benefit-item-con {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .description-about-us {
    width: 70%;
  }

  .section-inner-banner.about-us-banner {
    background-position: 50%;
    min-height: 350px;
  }

  .section-inner-banner.about-us-banner.about {
    min-height: 400px;
  }

  .section-inner-banner.about-us-banner.nhs {
    background-position: 50%;
  }

  .inner-content-wrapper {
    padding-top: 80px;
  }

  .inner-content-wrapper.contact-us-3 {
    padding-bottom: 20px;
  }

  .counter-about-us {
    bottom: -230px;
  }

  .image-banner-bottom {
    z-index: 1;
    background-image: linear-gradient(#0000, #0000);
    height: 430px;
  }

  .banner-bottom.veneers {
    background-image: url('../images/SDC-Home-20.webp');
    background-position: 15%;
    background-repeat: no-repeat;
  }

  .banner-bottom.services {
    background-position: 50%;
  }

  .banner-bottom.spark {
    background-position: 32%;
  }

  .banner-bottom.crowns, .banner-bottom.bridges, .banner-bottom.smilelign {
    background-position: 35%;
  }

  .banner-bottom.white-fillings {
    background-position: 45%;
  }

  .banner-bottom.facial {
    background-position: 25%;
  }

  .banner-bottom.incognito {
    background-position: 0%;
  }

  .banner-bottom.radiance {
    background-position: 50%;
  }

  .description-banner-top-block {
    margin-bottom: 60px;
  }

  .white-description-about {
    width: 70%;
    padding-right: 0;
  }

  .white-description-about.wider {
    width: 80%;
  }

  .banner-block-right {
    width: 20%;
    display: none;
  }

  .banner-content-about-us-3 {
    height: auto;
    padding-top: 140px;
  }

  .benefits-wrap {
    width: auto;
  }

  .background-video-about-us {
    object-position: 64% 50%;
  }

  .benefits-about-us-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .benefits-about-us-3-tablet {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: row;
  }

  .section-tablet-red {
    display: block;
  }

  .section-tablet-red.smaller {
    background-color: var(--sdc-medium-blue);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-us-3-con {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }

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

  .team-social-wrapper {
    background-color: #0000;
  }

  .our-team-image {
    height: 320px;
  }

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-faq {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .hover-cover {
    display: none;
  }

  .skills-item.left-top-last-one-left {
    border-bottom-style: none;
  }

  .faq-list, .description-faq {
    width: 100%;
  }

  .faq-banner.about-us-banner {
    min-height: 500px;
  }

  .testimonial-card {
    flex-direction: column;
  }

  .testimonial-card.middle-card {
    flex-direction: column-reverse;
  }

  .testimonial-info {
    width: 85%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .testimonial-image {
    width: 100%;
    margin-bottom: -170px;
  }

  .support-text {
    width: 86%;
  }

  .contacts-3-form-wrapper-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contacts-3-form-wrapper-2.hidden-mobile {
    display: none;
  }

  .locations-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .locations {
    margin-top: -100px;
  }

  .contacts-us-3-input.last-child {
    margin-right: 0;
  }

  .contact-us-2-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .contacts-form-wrap {
    width: 100%;
    padding: 30px;
  }

  .contacts-content {
    width: 100%;
  }

  .hero-top-content.home-3-banner {
    margin-top: 80px;
    padding-top: 80px;
  }

  .meta-card {
    grid-row-gap: 5px;
    border-bottom: 1px solid #afafaf80;
    border-right-style: none;
    flex-wrap: nowrap;
    width: 35%;
    padding-bottom: 20px;
  }

  .home-3-main-title {
    width: 100%;
  }

  .background-image {
    background-position: 52%;
  }

  .portfolio-hero-banner {
    min-height: 675px;
  }

  .portfolio-meta {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: auto auto;
    grid-auto-flow: row;
    justify-content: space-around;
    padding-top: 80px;
  }

  .notaro-banner-content-wrap {
    text-align: center;
    align-items: center;
  }

  .centered-intro {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .contact-form {
    width: 100%;
    max-width: 100%;
    position: static;
  }

  .contact-form.sticky {
    max-width: none;
    position: static;
  }

  .background-video-join-us {
    object-position: 64% 50%;
  }

  .banner-title-join-us {
    font-size: 50px;
  }

  .grid-item-carrer {
    height: 550px;
  }

  .job-content {
    width: 55%;
  }

  .home-2-gallery-image-block {
    height: 180px;
  }

  .home-2-gallery-image-block.big {
    height: 380px;
  }

  .home-2-gallery {
    padding-left: 0;
    padding-right: 0;
  }

  .about-team {
    width: 100%;
  }

  .span-avatar {
    border-radius: .35rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 6;
  }

  .span-text-wrap {
    width: 100%;
  }

  .banner-paragraph {
    width: 75%;
  }

  .content-blog-details-wrap {
    grid-template-columns: 1fr;
  }

  .blog-template-wrapper-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-wrapper-2.banner {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-intro-content {
    width: 100%;
    padding-top: 180px;
  }

  .blog-template-pagination-2 {
    margin-top: 60px;
  }

  .scroll-blog-link {
    margin-bottom: -80px;
  }

  .slider-blog-arrow {
    padding-right: 60px;
  }

  .slider-blog-arrow.right {
    padding-left: 60px;
  }

  .section-blog-details {
    height: 450px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .licensing-description {
    width: 90%;
  }

  .landing-title {
    font-size: 55px;
  }

  .section-lp-title-description {
    width: 80%;
  }

  .section-title-wrapper-lp {
    max-width: 560px;
  }

  .section-lp-title-description.long-text {
    width: 100%;
  }

  .shadows {
    background-image: linear-gradient(0deg, #000000b3 10%, #0003 45%, #fff0);
  }

  .image-cover.alternate {
    display: none;
  }

  .details-team-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1.2fr;
  }

  .top-block-content {
    flex-flow: column;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .pricing-plan-item {
    width: 75%;
  }

  .section-title-wrapper-2 {
    max-width: 560px;
  }

  .list-career {
    grid-template-columns: 1fr;
  }

  .job-position-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .job-position-sidebar-wrapper {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: 20px;
  }

  .job-position-content-wrapper {
    width: 100%;
  }

  .process-image-wrapper {
    max-width: none;
  }

  .process-content {
    width: 80%;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .departments-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .departments-item:nth-child(odd) {
    flex-flow: column;
  }

  .working-house {
    width: 80%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .shedule-wrapper {
    grid-template-areas: "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2";
    padding-bottom: 5px;
    overflow: auto;
  }

  .time-schedule-block {
    width: 100px;
  }

  .block-title {
    text-align: center;
    flex: 1;
  }

  .block-title.first {
    flex: 0 auto;
    width: 100px;
  }

  .div-block {
    height: 400px;
  }

  .title-block {
    width: 80%;
  }

  .maxw-text {
    max-width: 450px;
  }

  .icon-navbar {
    margin-right: 20px;
  }

  .icon-navbar.white {
    color: var(--primary-dark);
  }

  .promotion-label-holder, .promotion-labels-wrapper {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .contacts-v1-heading.no-top-space {
    margin-bottom: 10px;
  }

  .contacts-v1-column {
    width: 50%;
    padding-bottom: 64px;
    padding-left: 8px;
    padding-right: 8%;
  }

  .logo-link {
    margin: 9px 12px;
  }

  .contacts-left-arrow-2 {
    right: 41px;
  }

  .contacts-arrows-divider-2 {
    right: 40px;
  }

  .contacts-form-wrapper-2 {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-content-wrapper-2 {
    width: 80%;
    padding-right: 0;
  }

  .contacts-right-arrow-2 {
    right: 0;
  }

  .contacts-wrapper-2 {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .contacts-title-2 {
    margin-bottom: 40px;
  }

  .hygienist-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
  }

  .hygienist-block.bigger-gap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .nhs-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .nhs-right {
    width: 100%;
  }

  .home-numbers {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .home-number-item {
    width: 100%;
  }

  .number-item-block {
    align-items: center;
  }

  .nhs-info-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column-reverse wrap;
  }

  .team-block.bottom-space {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .team-image {
    width: 100%;
  }

  .dentist-referral-form {
    margin-bottom: 10px;
  }

  .footerf-flex-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer-block.vertical, .footer-block.address {
    align-items: center;
    width: 100%;
  }

  .footer-block.map-footer {
    width: 100%;
  }

  .information-leaflets {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .information-leaflets.reduced-padding-top-mobile {
    padding-top: 0;
  }

  .haze-block {
    background-color: var(--haze);
    margin-top: 50px;
    display: block;
  }

  .services-stack.bottom-space {
    margin-bottom: 50px;
  }

  .video-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .background-video-2 {
    height: 250px;
  }

  .project-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-stack.top-space {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 35px;
  }

  blockquote {
    font-size: 18px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.landing-banner {
    padding-top: 140px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.banner-contacts-3 {
    min-height: 550px;
  }

  .section._120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section._120.reduced-bottom-space {
    padding-bottom: 0;
  }

  .section._120.reduced-bottom-space.reduced-top-space {
    padding-top: 60px;
  }

  .section._120.reduced-bottom-space.less {
    padding-bottom: 40px;
  }

  .section._120.reduced-bottom-space.extra-top-space-mobile {
    padding-top: 80px;
  }

  .section._100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section._100.reduced-bottom-space {
    padding-bottom: 0;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .h1-tablet {
    font-size: 45px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.search-button {
    border-radius: 50px;
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .pages-banner {
    min-height: 350px;
    padding-top: 95px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 20px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .banner-title {
    margin-bottom: 10px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

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

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .contacts-form-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-title {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .search-result-item {
    margin-bottom: 20px;
  }

  .search-input {
    border-right-style: solid;
    border-radius: 50px;
  }

  .search-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .home-banner-section {
    background-position: 50%;
    padding-bottom: 60px;
  }

  .left-arrow {
    left: 0;
    right: auto;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .news-image {
    height: 300px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .footer-top {
    padding-top: 110px;
  }

  .footer-links-wrap {
    grid-column-gap: 15px;
    width: 100%;
  }

  .get-in-touch-container {
    grid-row-gap: 40px;
  }

  .contacts-item-wrapper {
    justify-content: flex-start;
  }

  .footer-address.dark {
    text-align: left;
  }

  .primary-button-with-icon.top-footer {
    width: 100%;
  }

  .logo-top-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .news-info-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .our-news-wrap {
    flex-wrap: wrap;
  }

  .nav-menu-wrap {
    max-width: none;
  }

  .nav-dropdown-intro-link {
    font-weight: 400;
  }

  .brand-logo.w--current {
    padding-left: 0;
  }

  .dropdown-menu-2 {
    overflow: hidden;
  }

  .banner-intro-content {
    width: 100%;
  }

  .white-banner-title.medium {
    font-size: 40px;
    line-height: 50px;
  }

  .button-hero-wrapper.hidden-mobile {
    display: none;
  }

  .description-banner-spacing {
    width: 100%;
  }

  .description-banner-spacing.reduced-mobile {
    margin-bottom: 0;
  }

  .description-banner-spacing.reduced-mobile.hidden-mobile {
    display: none;
  }

  .section-benefits {
    padding-top: 60px;
  }

  .benefit-item-wrapper {
    width: 40%;
    padding-bottom: 40px;
  }

  .benefit-title {
    font-size: 45px;
  }

  .benefit-item-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .subtitle-wrapper {
    margin-bottom: 40px;
  }

  .subtitle-wrapper.display-flex {
    flex-direction: column;
    align-items: flex-end;
  }

  .subtitle-wrapper.display-flex.home {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .subtitle-left, .subtitle-left.gallery {
    width: 100%;
  }

  .subtitle-left.wider {
    align-items: center;
    width: 100%;
  }

  .subtitle-left.wider.services, .subtitle-left.wider.services.more {
    width: 100%;
  }

  .news-description {
    max-width: 100%;
  }

  .string-wrapper {
    flex-direction: row;
  }

  .rows-container {
    flex-direction: column;
  }

  .right-image-container {
    background-position: 50% 100%;
  }

  .contacts-info-wrapper {
    flex-direction: column;
    width: 100%;
    padding-right: 50px;
  }

  .we-are-always {
    width: 100%;
  }

  .section-get-in-touch {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-wrap {
    width: 75%;
  }

  .title-wrap.wider.more {
    align-items: center;
    width: 100%;
    margin-left: auto;
  }

  .video-content-wrapper {
    align-items: center;
    padding-bottom: 0;
  }

  .customer-reviews-left {
    height: 400px;
  }

  .reviews-text {
    font-size: 28px;
    line-height: 38px;
  }

  .hero-bg-image {
    background-position: 65%;
  }

  .hero-bg-image.contact-us-3 {
    height: 560px;
  }

  .home-banner-main-container {
    background-image: linear-gradient(#0000, #0000);
  }

  .style-guide-list-wrapper {
    width: 100%;
  }

  .video-banner {
    padding-top: 90px;
  }

  .red-section-benefits {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .benefit-title-dark {
    font-size: 45px;
  }

  .benefit-title-dark.white {
    font-size: 45px;
    line-height: 55px;
  }

  .white-benefit-item-wrapper {
    width: 40%;
  }

  .white-banner-title-home-2 {
    font-size: 55px;
  }

  .banner-intro-content-home-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .description-banner-home-2 {
    width: 100%;
  }

  .feature-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .subtitle-center {
    width: 100%;
  }

  .section-our-team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .firefighter-name {
    font-size: 27px;
  }

  .team-item {
    min-width: 55vw;
  }

  .slide-image {
    height: 400px;
  }

  .get-in-touch-container-home-2 {
    background-position: 50% 100%;
  }

  .section-margin-bottom {
    padding-top: 60px;
  }

  .reviews-green-background {
    padding-top: 335px;
    padding-bottom: 60px;
  }

  .services-container-home-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .short-info-wrap-2 {
    grid-row-gap: 30px;
  }

  .short-info-content-2 {
    justify-content: space-between;
  }

  .collection-ruc-services-item {
    width: 48%;
  }

  .hero-service-image {
    flex: 0 auto;
    width: 100%;
    height: 500px;
  }

  .hero-service-image.veneers {
    background-position: 50%;
    width: 100%;
  }

  .hero-service-image.piglab {
    background-position: 50% 0;
  }

  .hero-service-image.whitening, .hero-service-image.bridges, .hero-service-image.smilelign {
    background-position: 50%;
  }

  .hero-service-image.win-lingual {
    height: 600px;
  }

  .hero-service-image.incognito {
    background-position: 50% 0;
  }

  .hero-item {
    border-width: 1px;
    border-color: var(--light-grey);
  }

  .right-services {
    width: 100%;
  }

  .right-services.home {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .right-services.services {
    justify-content: center;
  }

  .contacts-item-wrap-home-1 {
    justify-content: flex-start;
  }

  .grid-services {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .description-our-services {
    max-width: 100%;
  }

  .description-our-services.wider.centre-mobile, .description-our-services.wider.smaller, .description-our-services.wider.smaller.top-space {
    text-align: center;
  }

  .contact-wrap.home {
    align-items: center;
  }

  .content-item-home-1.e-mail {
    width: 100%;
    margin-bottom: 0;
  }

  .center-description {
    max-width: 100%;
  }

  .home-2-services {
    width: 100%;
  }

  .centered-call-to-action {
    text-align: center;
    grid-template-columns: auto;
    align-items: center;
  }

  .call-to-action-heading {
    text-align: center;
    grid-template-columns: 1fr;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }

  .join {
    margin-bottom: 10px;
  }

  .home-blog-collection-list {
    column-count: 1;
    flex-wrap: wrap;
  }

  .photo-white-overlay {
    width: 90%;
    margin-top: -160px;
  }

  .paragraph-gall {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .photo-item {
    width: 100%;
  }

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

  .view-gall-wrapper {
    height: 400px;
  }

  .gall-text-big {
    max-width: 100%;
  }

  .right-description.maxw-543px.wider {
    width: 100%;
  }

  .content-block-absolute {
    text-align: center;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-absolute {
    min-width: auto;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .image-block-left {
    width: 100%;
    height: 400px;
    margin-top: 30px;
  }

  .image-block-left.bigger {
    border-top-right-radius: 0;
    width: 100%;
    height: 500px;
  }

  .content-bottom {
    flex-direction: column-reverse;
    margin-top: 30px;
    margin-bottom: 0;
  }

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

  .text-content-right.smaller {
    width: 100%;
  }

  .number-bold {
    font-size: 35px;
  }

  .banner-section-home-3 {
    padding-top: 155px;
    padding-bottom: 60px;
  }

  .banner-intro-content-home-3 {
    width: 100%;
  }

  .logo-home-3 {
    height: 35px;
  }

  .home-3-content {
    grid-row-gap: 60px;
  }

  .section-video {
    height: 450px;
  }

  .section-bottom-gall {
    padding-bottom: 60px;
  }

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

  .secondary-footer-top {
    padding-top: 60px;
  }

  .section-red {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-red.without-top-spacing {
    padding-top: 0;
  }

  .inner-banner-con.contact-us {
    height: 550px;
  }

  .lottie-conainer {
    width: 100%;
  }

  .coming-soon-wrapper-2 {
    text-align: center;
    margin-left: 0%;
  }

  .coming-soon-heading-2 {
    width: 85%;
    font-size: 50px;
  }

  .coming-soon-paragraph-2 {
    width: 70%;
  }

  .image-content-right {
    height: 30rem;
  }

  .coming-soon-input-2 {
    min-width: 240px;
  }

  .section-about-us {
    padding-top: 155px;
  }

  .about-us-bg-image {
    height: 350px;
  }

  .about-us-content-wrapper {
    grid-row-gap: 60px;
  }

  .companions-logo {
    height: 35px;
  }

  .banner-content-about-us {
    width: 100%;
  }

  .companions-logo-loop, .logo-loop-wrapper {
    grid-column-gap: 40px;
  }

  .grid-item-about-us, .grid-item-middle {
    height: 350px;
  }

  .our-statistics-container {
    flex-direction: column;
  }

  .our-statistics-left {
    grid-row-gap: 30px;
  }

  .our-statistics-right {
    width: 100%;
    height: 400px;
    display: none;
  }

  .statistics-content {
    width: 100%;
    max-width: 100%;
  }

  .statistics-red-row {
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .benefit-item-con {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .statistics-wrapper {
    height: auto;
  }

  .our-statistics-tablet {
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .description-about-us {
    width: 100%;
  }

  .section-inner-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-inner-banner.about-us-banner {
    background-position: 50%;
    min-height: 300px;
  }

  .section-inner-banner.about-us-banner.about {
    min-height: 400px;
  }

  .section-inner-banner.about-us-banner.nhs {
    background-position: 50%;
  }

  .counter-about-us {
    grid-row-gap: 30px;
    flex-flow: wrap;
    width: 100%;
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
  }

  .image-banner-bottom {
    height: 380px;
  }

  .banner-bottom.veneers {
    background-position: 20%;
  }

  .banner-bottom.spark {
    background-position: 35%;
  }

  .banner-bottom.smilelign {
    background-position: 30%;
  }

  .banner-bottom.facial {
    background-position: 35%;
  }

  .banner-bottom.incognito {
    background-position: 0%;
  }

  .description-banner-top-block {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .white-description-about, .banner-block-right {
    width: 100%;
  }

  .benefits-about-us-3, .benefits-about-us-3-tablet {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-tablet-red {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-tablet-red.smaller {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .benefit-title-about-us-3 {
    font-size: 45px;
  }

  .about-us-3-con {
    text-align: center;
    width: 100%;
  }

  .home-1-our-team-author {
    text-align: center;
  }

  .our-team-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .our-team-image {
    height: 300px;
  }

  .banner-content-wrap, .description-faq {
    width: 100%;
  }

  .faq-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-info {
    width: 90%;
  }

  .grid-testimonials {
    grid-row-gap: 40px;
  }

  .author-s-review {
    text-align: center;
  }

  .testimonials-wrap {
    padding: 30px;
  }

  .info-review-container {
    grid-row-gap: 30px;
  }

  .h2-title {
    margin-bottom: 10px;
  }

  .h2-title.centre-mobile, .h2-title.lighter {
    text-align: center;
  }

  .support-text {
    width: 100%;
  }

  .contacts-3-form-wrapper-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials-card-item-3 {
    max-width: 360px;
  }

  .locations-wrapper {
    justify-items: center;
  }

  .locations {
    padding-bottom: 60px;
  }

  .map {
    height: 320px;
  }

  .contacts-form-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-top-content.home-3-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-3-main-title {
    grid-row-gap: 10px;
    width: 100%;
  }

  .portfolio-hero-banner {
    min-height: 600px;
  }

  .number-item {
    font-size: 40px;
  }

  .portfolio-meta {
    grid-template-columns: auto;
  }

  .notaro-banner-content-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .centered-intro {
    grid-row-gap: 40px;
  }

  .banner-title-join-us {
    font-size: 45px;
  }

  .logo-invert {
    height: 35px;
  }

  .paragraph-join-us {
    width: 100%;
    margin-bottom: 40px;
  }

  .job-content {
    width: 85%;
  }

  .home-2-gallery-image-block {
    min-width: 200px;
  }

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

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

  .about-team {
    font-size: 33px;
  }

  .span-avatar {
    background-size: 2.5rem 2.5rem;
    height: 2.2rem;
    margin-top: -2rem;
    bottom: -.3em;
  }

  .span-avatar.three, .span-avatar.two, .span-avatar.one {
    margin-top: 0;
  }

  .span-name {
    display: none;
  }

  .banner-paragraph {
    width: 100%;
  }

  .section-blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-template-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-intro-content {
    width: 100%;
    min-height: 450px;
  }

  .blog-template-pagination-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .scroll-blog-link {
    margin-bottom: -60px;
  }

  .slider-blog-arrow {
    border-bottom: 1px solid #6f6f6f66;
    border-right-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .review-blog-details {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .review-blog-details.width {
    margin-top: 50px;
  }

  .scroll-blog-circle {
    width: 120px;
    height: 120px;
  }

  .licensing-description {
    width: 100%;
  }

  .landing-title {
    font-size: 45px;
  }

  .section-lp-title-description {
    width: 100%;
  }

  .section-title-wrapper-lp {
    margin-bottom: 40px;
  }

  .shadows {
    background-image: linear-gradient(0deg, #000000b3 7%, #0003 40%, #fff0);
  }

  .image-cover.alternate {
    display: inline-block;
  }

  .image-cover.hidden-mobile {
    display: none;
  }

  .details-team-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .team-image-wrap {
    height: 350px;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 0;
  }

  .pricing-plan-item {
    width: 100%;
  }

  .pricing-plan-item.second-cart {
    margin-top: 50px;
  }

  .section-title-wrapper-2 {
    margin-bottom: 30px;
  }

  .job-position-sidebar-wrapper, .job-position-content-wrapper {
    width: 100%;
  }

  .process-image-wrapper {
    width: 100%;
    height: 300px;
  }

  .process-content {
    width: 100%;
    padding-left: 20px;
  }

  .process-paragraph {
    margin-top: 10px;
  }

  .working-house {
    width: 100%;
  }

  .title-shedule {
    overflow: auto;
  }

  .block-time-classes {
    width: 220px;
  }

  .block-time-classes.time, .title-block {
    width: 100%;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .contacts-v1-column {
    width: 100%;
    padding-bottom: 64px;
  }

  .paragraph, .paragraph.top-space {
    text-align: center;
  }

  .paragraph.two-column {
    column-count: 1;
  }

  .paragraph.smaller.centre.tight {
    letter-spacing: 0;
    font-size: 16px;
  }

  .contacts-form-wrapper-2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-form-wrapper-2.white {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contacts-content-wrapper-2 {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .contacts-wrapper-2 {
    flex-wrap: wrap;
  }

  .contacts-title-2 {
    margin-bottom: 20px;
  }

  .h3-title {
    text-align: center;
  }

  .hygienist-block.bigger-gap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .nhs-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .home-numbers {
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .number-item-block {
    align-items: center;
  }

  .nhs-info-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .team-block.bottom-space {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .dentist-referral-form {
    margin-bottom: 20px;
  }

  .win-bottom-image {
    margin-top: 30px;
  }

  .information-leaflets.reduced-padding-top-mobile {
    padding-top: 10px;
  }

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

  .services-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .services-stack.bottom-space {
    margin-bottom: 40px;
  }

  .background-video-2 {
    height: 250px;
  }

  .project-stack {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .publications-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 20px;
  }

  .bottom-word-box {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section.banner-contacts-3 {
    padding-bottom: 60px;
  }

  .section._120 {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .section._120.reduced-bottom-space {
    padding-bottom: 0;
  }

  .section._120.reduced-bottom-space.reduced-top-space {
    padding-top: 40px;
  }

  .section._120.reduced-bottom-space.less {
    padding-bottom: 20px;
  }

  .section.testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .pages-banner {
    padding-top: 90px;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-copyright {
    text-align: center;
    justify-content: center;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .contacts-divider.smaller-top-space {
    margin-top: 0;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .home-banner-section {
    background-image: url('../images/PR-Home-33.webp');
    background-position: 60%;
    background-size: cover;
    min-height: 650px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .subscribe-input-wrapper {
    flex: 1;
    align-self: stretch;
    margin-bottom: 0;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .primary-white-button.comming-soon {
    border-radius: 50px;
    width: 100%;
  }

  .footer-bottom, .footer-top, .subscribe {
    text-align: left;
  }

  .footer-links-wrap {
    justify-content: center;
  }

  .rights-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-link-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .contacts-item-wrapper {
    text-align: left;
  }

  .logo-top-wrapper {
    align-items: flex-start;
  }

  .latest-news-form {
    width: 100%;
  }

  .our-news-wrap {
    justify-content: center;
  }

  .field-form, .subscribe-title, .dropdown-item {
    width: 100%;
  }

  .nav-dropdown-intro-link {
    font-weight: 400;
  }

  .nav-dropdown-list-3.megamenu {
    align-items: center;
    padding-right: 0;
  }

  .brand-logo.padding.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-link-wrapper-2 {
    font-weight: 400;
  }

  .megamenu-dropdown-wrapper-2 {
    align-items: center;
    width: 100%;
  }

  .white-banner-title.medium {
    font-size: 35px;
    line-height: 45px;
  }

  .benefit-item-wrapper {
    width: 80%;
  }

  .subtitle-wrapper.display-flex.home {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .right-image-container {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contacts-info-wrapper {
    align-items: center;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .top-content-wrap, .title-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .title-wrap.wider.more {
    width: 100%;
  }

  .video-content {
    align-items: center;
  }

  .customer-reviews-slider {
    padding-bottom: 80px;
  }

  .customer-reviews-left {
    height: 350px;
  }

  .reviews-text {
    font-size: 26px;
    line-height: 36px;
  }

  .hero-bg-image {
    background-position: 67%;
  }

  .home-banner-main-container {
    background-position: 70%;
  }

  .dropdown-item-red-hover {
    width: 100%;
  }

  .benefit-title-dark.white {
    font-size: 40px;
    line-height: 50px;
  }

  .white-benefit-item-wrapper {
    width: 80%;
  }

  .white-banner-title-home-2 {
    font-size: 50px;
  }

  .feature-item {
    min-height: 120px;
    padding: 24px;
  }

  .team-wrapper {
    grid-column-gap: 20px;
  }

  .section-our-team {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .team-item {
    min-width: 90vw;
  }

  .get-in-touch-container-home-2 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .collection-ruc-services-item {
    width: 100%;
  }

  .subscribe-form-2 {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
  }

  .hero-service-image {
    height: 350px;
  }

  .hero-service-image.smilelign, .hero-service-image.white-fillings {
    background-position: 50%;
  }

  .hero-service-image.win-lingual {
    height: 550px;
  }

  .hero-service-image.incognito {
    background-position: 50%;
  }

  .hero-item {
    border-width: 1px;
    border-color: var(--light-grey);
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 15px;
  }

  .right-services.home {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contacts-item-wrap-home-1 {
    text-align: left;
  }

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

  .home-2-services {
    grid-template-columns: 1fr;
  }

  .hero-item-home-2 {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .call-to-action-heading {
    width: 100%;
  }

  .home-blog-collection-list {
    grid-template-columns: 1fr;
  }

  .large-photo-con {
    height: auto;
    min-height: 700px;
  }

  .photo-white-overlay {
    width: 100%;
    padding: 20px;
  }

  .mini-list {
    grid-template-columns: 1fr;
  }

  .content-block-absolute {
    text-align: center;
    width: 70%;
  }

  .content-block-absolute.border {
    border-style: solid none;
    border-top-width: 2px;
    border-top-color: #fff;
    border-bottom-width: 2px;
    border-bottom-color: #fff;
    width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-absolute {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 15px;
  }

  .image-block-left {
    height: 300px;
  }

  .image-block-left.bigger {
    height: 400px;
  }

  .text-content-right {
    grid-row-gap: 15px;
  }

  .row-text {
    align-items: flex-start;
  }

  .banner-section-home-3 {
    height: auto;
    padding-top: 150px;
  }

  .banner-intro-content-home-3 {
    text-align: center;
    align-items: center;
  }

  .home-3-logo-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-video {
    height: 400px;
  }

  .gallery-lightbox-home-3 {
    height: 250px;
  }

  .secondary-footer-top {
    text-align: left;
  }

  .popup-wrap {
    width: 100%;
  }

  .lottie {
    bottom: -20%;
  }

  .coming-soon-wrapper-2 {
    width: 100%;
    max-width: none;
  }

  .coming-soon-heading-2 {
    width: auto;
    font-size: 45px;
  }

  .coming-soon-paragraph-2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-form-2 {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .coming-soon-input-2 {
    border-right-style: solid;
    border-right-color: var(--primary);
    border-radius: 50px;
    min-width: auto;
  }

  .coming-soon-input-2:focus {
    border-right-style: solid;
    border-right-color: var(--primary);
  }

  .coming-soon-form-container {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .loop-container {
    grid-template-columns: 1fr;
  }

  .section-about-us {
    padding-top: 150px;
  }

  .about-us-bg-image {
    width: auto;
    height: 250px;
  }

  .companions-logo {
    height: 30px;
  }

  .banner-content-about-us {
    text-align: center;
    align-items: center;
  }

  .grid-services-about-us {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .statistics-content {
    text-align: center;
  }

  .statistics-red-row {
    padding: 40px 15px;
  }

  .benefit-item-con {
    grid-row-gap: 35px;
    justify-content: center;
  }

  .statistics-item {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .section-inner-banner.about-us-banner {
    background-position: 40%;
    min-height: 350px;
  }

  .section-inner-banner.about-us-banner.about {
    min-height: 500px;
  }

  .section-inner-banner.about-us-banner.nhs {
    background-position: 40%;
  }

  .banner-dark-ov.policy {
    background-image: linear-gradient(0deg, var(--paragraph-green), transparent 80%);
  }

  .image-banner-bottom {
    height: 350px;
  }

  .banner-bottom.veneers {
    background-position: 25%;
  }

  .banner-bottom.services {
    background-position: 40%;
  }

  .banner-bottom.spark {
    background-position: 38%;
  }

  .banner-bottom.crowns {
    background-position: 37%;
  }

  .banner-bottom.smilelign {
    background-position: 20%;
  }

  .banner-bottom.facial {
    background-position: 13%;
  }

  .banner-bottom.incognito {
    background-position: 15%;
  }

  .banner-bottom.radiance {
    background-position: 20%;
  }

  .banner-bottom.software {
    background-position: 30%;
  }

  .white-description-about.wider {
    width: 90%;
  }

  .benefits-about-us-3 {
    grid-row-gap: 35px;
    justify-content: center;
  }

  .statistics-item-full-width {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .benefits-about-us-3-tablet {
    grid-row-gap: 35px;
    flex-direction: column;
    justify-content: center;
  }

  .section-tablet-red.smaller {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .tab-bottom-content {
    padding: 36px 24px;
  }

  .testimonial-info {
    margin-top: -75px;
  }

  .testimonial-image {
    margin-bottom: -90px;
  }

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

  .reviews-text-dark {
    font-size: 20px;
  }

  .testimonials-wrap {
    padding: 20px 20px 20px 24px;
  }

  .info-review-container {
    grid-row-gap: 20px;
  }

  .h2-title.centre-mobile {
    font-size: 30px;
    line-height: 40px;
  }

  .contacts-3-form-wrapper-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .locations {
    margin-top: -60px;
  }

  .hero-top-content {
    padding-top: 48px;
  }

  .meta-card {
    width: 100%;
  }

  .contact-form {
    padding: 20px;
  }

  .logo-wrap {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .job-content {
    width: 100%;
  }

  .job-info {
    flex-wrap: wrap;
  }

  .home-2-gallery-image-block, .home-2-gallery-image-block.big {
    height: 250px;
  }

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

  .about-team {
    font-size: 28px;
  }

  .data-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .blog-intro-content {
    height: auto;
    min-height: 530px;
    padding-top: 160px;
  }

  .border-wrap-reviews {
    margin-right: 10px;
    padding-right: 10px;
  }

  .slider-blog-arrow {
    border-bottom: 1px solid #afafaf80;
    border-right-style: none;
    width: 100%;
    padding-bottom: 25px;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 25px;
  }

  .circle-link-wrapper {
    margin-left: -48px;
  }

  .shadows {
    background-image: linear-gradient(0deg, #000000b3 5%, #0003 40%, #fff0);
  }

  .pricing-plans-wrapper, .pricing-plan-item {
    width: 100%;
  }

  .content-working {
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .row-benefit {
    grid-column-gap: 20px;
  }

  .license-link-2 {
    margin-right: 15px;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .contacts-v1-column {
    width: 100%;
    padding-bottom: 48px;
  }

  .paragraph.smaller.centre.tight {
    letter-spacing: 0;
    font-size: 16px;
  }

  .logotypes-v1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nhs-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .number-item-block {
    align-items: center;
  }

  .team-block.bottom-space {
    flex-flow: wrap;
  }

  .dentist-referral-form {
    margin-bottom: 40px;
  }

  .win-bottom-image {
    margin-top: 30px;
  }

  .information-leaflets {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 0;
  }

  .information-leaflets.reduced-padding-top-mobile {
    margin-top: 20px;
  }

  .leaflet-columns {
    flex-flow: column;
  }

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

  .background-video-2 {
    height: 250px;
  }

  .bottom-word-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_352c014b-92ec-d1b0-3137-6aae029d6855-43e8ea34 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_352c014b-92ec-d1b0-3137-6aae029d6857-43e8ea34 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_352c014b-92ec-d1b0-3137-6aae029d685a-43e8ea34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_352c014b-92ec-d1b0-3137-6aae029d6864-43e8ea34 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-43e8ea37, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-43e8ea37, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-43e8ea37, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-43e8ea37, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-43e8ea37, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-43e8ea37, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-43e8ea37, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-43e8ea37, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-43e8ea37, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-43e8ea37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e95890b0-bf2f-1520-cd0d-8e32c4763afa-43e8ea38 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_741ffbfe-38b2-4926-634d-dcca9673577d-43e8ea39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fe118b06-0854-28f9-91b5-31a49791000e-43e8ea3f {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-de62adb3-5c2b-012d-8ced-da2b6f076d78-43e8ea3f {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-de62adb3-5c2b-012d-8ced-da2b6f076d79-43e8ea3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de62adb3-5c2b-012d-8ced-da2b6f076d7a-43e8ea3f, #w-node-de62adb3-5c2b-012d-8ced-da2b6f076d7d-43e8ea3f, #w-node-de62adb3-5c2b-012d-8ced-da2b6f076d80-43e8ea3f, #w-node-de62adb3-5c2b-012d-8ced-da2b6f076d83-43e8ea3f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de62adb3-5c2b-012d-8ced-da2b6f076d86-43e8ea3f {
  grid-area: span 10 / span 1 / span 10 / span 1;
  align-self: center;
}

#w-node-de62adb3-5c2b-012d-8ced-da2b6f076d87-43e8ea3f {
  order: 0;
  grid-area: Area;
}

#w-node-de62adb3-5c2b-012d-8ced-da2b6f076da5-43e8ea3f {
  order: 0;
  grid-area: 2 / 2 / 5 / 4;
}

#w-node-de62adb3-5c2b-012d-8ced-da2b6f076daa-43e8ea3f {
  order: 0;
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-de62adb3-5c2b-012d-8ced-da2b6f076daf-43e8ea3f {
  order: 0;
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-de62adb3-5c2b-012d-8ced-da2b6f076db4-43e8ea3f {
  order: 0;
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-de62adb3-5c2b-012d-8ced-da2b6f076db9-43e8ea3f {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-de62adb3-5c2b-012d-8ced-da2b6f076dbe-43e8ea3f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-de62adb3-5c2b-012d-8ced-da2b6f076dc3-43e8ea3f, #w-node-de62adb3-5c2b-012d-8ced-da2b6f076dc8-43e8ea3f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de62adb3-5c2b-012d-8ced-da2b6f076dcd-43e8ea3f {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-de62adb3-5c2b-012d-8ced-da2b6f076dd2-43e8ea3f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de62adb3-5c2b-012d-8ced-da2b6f076dd7-43e8ea3f {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-de62adb3-5c2b-012d-8ced-da2b6f076ddc-43e8ea3f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de62adb3-5c2b-012d-8ced-da2b6f076de1-43e8ea3f {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-de62adb3-5c2b-012d-8ced-da2b6f076de6-43e8ea3f, #w-node-de62adb3-5c2b-012d-8ced-da2b6f076deb-43e8ea3f {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-de62adb3-5c2b-012d-8ced-da2b6f076df0-43e8ea3f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_980e18a6-3c3d-052d-aeec-837fb5601963-43e8ea3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_980e18a6-3c3d-052d-aeec-837fb5601971-43e8ea3f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_980e18a6-3c3d-052d-aeec-837fb560197f-43e8ea3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_980e18a6-3c3d-052d-aeec-837fb560198d-43e8ea3f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_980e18a6-3c3d-052d-aeec-837fb560199b-43e8ea3f, #w-node-_980e18a6-3c3d-052d-aeec-837fb56019a9-43e8ea3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_980e18a6-3c3d-052d-aeec-837fb56019b7-43e8ea3f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_848545c0-f540-b85e-f710-886c8d2c7cf1-942d7f8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_06f8fa34-0294-d483-65e3-f6c4d130128b-942d7f8c, #w-node-_2ed4d5f7-ab06-d2c5-7763-0aa62de40088-942d7f8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_0ed2b519-5bc6-6f2b-6e00-b4bcfc5e5422-e38d1874, #w-node-_4cb383e2-b93c-3459-d2cb-2ab3cb1a0bb6-e38d1874 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_23419fcf-8c9b-c9ad-f681-b22967b36c02-668e4bd3, #w-node-_9e3eeb9d-5a72-41f4-683d-3fa22e1798f5-668e4bd3, #w-node-a1926b4a-86c1-92d1-d34d-0a286d812eab-668e4bd3, #w-node-f3ef2945-4ab7-8e74-e02f-8f532bbe4a38-668e4bd3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_94a6da7c-d904-8445-2f4f-aad5aa4ed188-aed5362f, #w-node-fde1d828-edef-845d-7329-49f66e122919-aed5362f, #w-node-_6f1c5127-de02-db04-ecc2-2606afa36c15-aed5362f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_06f8fa34-0294-d483-65e3-f6c4d130128b-942d7f8c, #w-node-_2ed4d5f7-ab06-d2c5-7763-0aa62de40088-942d7f8c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_53042d70-6553-c20a-baf5-f6220cb1400a-91ffcb51 {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_352c014b-92ec-d1b0-3137-6aae029d6857-43e8ea34 {
    grid-column: span 1 / span 1;
  }

  #w-node-_352c014b-92ec-d1b0-3137-6aae029d6864-43e8ea34 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-e95890b0-bf2f-1520-cd0d-8e32c4763afa-43e8ea38, #w-node-e95890b0-bf2f-1520-cd0d-8e32c4763b0a-43e8ea38, #w-node-fe118b06-0854-28f9-91b5-31a49791000e-43e8ea3f, #w-node-fe118b06-0854-28f9-91b5-31a49791001e-43e8ea3f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e4ee2a71-5e50-d0bf-b2cd-8e4337872f5c-43e8ea3f, #w-node-e4ee2a71-5e50-d0bf-b2cd-8e4337872f71-43e8ea3f, #w-node-e4ee2a71-5e50-d0bf-b2cd-8e4337872f86-43e8ea3f, #w-node-e4ee2a71-5e50-d0bf-b2cd-8e4337872f9b-43e8ea3f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_06f8fa34-0294-d483-65e3-f6c4d130128b-942d7f8c, #w-node-_2ed4d5f7-ab06-d2c5-7763-0aa62de40088-942d7f8c, #w-node-_94a6da7c-d904-8445-2f4f-aad5aa4ed188-aed5362f, #w-node-fde1d828-edef-845d-7329-49f66e122919-aed5362f, #w-node-_6f1c5127-de02-db04-ecc2-2606afa36c15-aed5362f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_352c014b-92ec-d1b0-3137-6aae029d6857-43e8ea34 {
    grid-column: span 1 / span 1;
  }

  #w-node-_848545c0-f540-b85e-f710-886c8d2c7cf1-942d7f8c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_06f8fa34-0294-d483-65e3-f6c4d130128b-942d7f8c, #w-node-_2ed4d5f7-ab06-d2c5-7763-0aa62de40088-942d7f8c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0ed2b519-5bc6-6f2b-6e00-b4bcfc5e5422-e38d1874, #w-node-_4cb383e2-b93c-3459-d2cb-2ab3cb1a0bb6-e38d1874, #w-node-_23419fcf-8c9b-c9ad-f681-b22967b36c02-668e4bd3, #w-node-_9e3eeb9d-5a72-41f4-683d-3fa22e1798f5-668e4bd3, #w-node-a1926b4a-86c1-92d1-d34d-0a286d812eab-668e4bd3, #w-node-f3ef2945-4ab7-8e74-e02f-8f532bbe4a38-668e4bd3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_94a6da7c-d904-8445-2f4f-aad5aa4ed188-aed5362f, #w-node-fde1d828-edef-845d-7329-49f66e122919-aed5362f, #w-node-_6f1c5127-de02-db04-ecc2-2606afa36c15-aed5362f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_352c014b-92ec-d1b0-3137-6aae029d6857-43e8ea34 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1f3c8374-5270-268d-7d89-7bd306e6e322-43e8ea39 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_980e18a6-3c3d-052d-aeec-837fb5601971-43e8ea3f {
    grid-column: span 1 / span 1;
  }

  #w-node-_980e18a6-3c3d-052d-aeec-837fb560198d-43e8ea3f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_980e18a6-3c3d-052d-aeec-837fb56019b7-43e8ea3f {
    grid-column: span 1 / span 1;
  }

  #w-node-_06f8fa34-0294-d483-65e3-f6c4d130128b-942d7f8c, #w-node-_2ed4d5f7-ab06-d2c5-7763-0aa62de40088-942d7f8c, #w-node-_94a6da7c-d904-8445-2f4f-aad5aa4ed188-aed5362f, #w-node-fde1d828-edef-845d-7329-49f66e122919-aed5362f, #w-node-_6f1c5127-de02-db04-ecc2-2606afa36c15-aed5362f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}