@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;
}

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

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

:root {
  --primary: var(--_pale-blue--navy--mint---ink);
  --paragraph-gray: var(--_pale-blue--navy--mint---blue-grey);
  --primary-light: var(--_pale-blue--navy--mint---pale-mint);
  --white: var(--_navy--white--green--orange---white);
  --primary-light-transparent: var(--_pale-blue--navy--mint---pale-mint-transparent);
  --copy: Lexend, sans-serif;
  --primary-dark\<deleted\|variable-7ad493ea\>: #0e0e0e;
  --dark-grey: #475467;
  --headings: Castoro, sans-serif;
  --light-gray\<deleted\|variable-720418ab\>: #f9f9fa;
  --dark-gray\<deleted\|variable-e2382e90\>: #afafaf;
  --small-img-radius: 5px;
  --_navy--white--green--orange---navy: #31537c;
  --_navy--white--green--orange---white: white;
  --_navy--white--green--orange---green: var(--_blue--orange---pale-gold);
  --_navy--white--green--orange---orange: #f7a697;
  --_backup-base-collection---primary-2: #163c3d;
  --_backup-base-collection---white-2: white;
  --_backup-base-collection---primary-light-2: #e2eddf;
  --_backup-base-collection---paragraph-gray-2: #535b53;
  --_backup-base-collection---dark-grey-2: #475467;
  --_backup-base-collection---small-img-radius-2: 5px;
  --_backup-base-collection---primary-light-transparent-2: #e2eddfbf;
  --_blue--orange---indigo: #6464f2;
  --_blue--orange---orange: #f4931d;
  --_blue--orange---gold: #f8c758;
  --_blue--orange---dark-indigo: #2424ed;
  --_blue--orange---pale-gold: #fce4ae;
  --_blue--orange---pale-indigo: #7171ff;
  --_blue--orange---dark-blue: #3939c7;
  --_pale-blue--navy--mint---pale-blue: #96bfe6;
  --_pale-blue--navy--mint---ink: #000831;
  --_pale-blue--navy--mint---mint: #b5d1cc;
  --_pale-blue--navy--mint---pale-mint: #ddeae8;
  --_pale-blue--navy--mint---pale-green: #e2eddf;
  --_pale-blue--navy--mint---blue-grey: #3b4854;
  --_pale-blue--navy--mint---pale-mint-transparent: #ddeae8d9;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@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);
  letter-spacing: -.16px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

h1 {
  color: var(--primary);
  letter-spacing: -2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Castoro, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  color: var(--primary);
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Castoro, sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Castoro, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Castoro, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Castoro, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
}

h6 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Castoro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  text-transform: capitalize;
  align-items: center;
  font-family: Lexend, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--paragraph-gray);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

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

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

blockquote {
  border: 1px solid var(--primary-light);
  background-color: var(--primary-light);
  text-align: center;
  letter-spacing: -1px;
  border-radius: 12px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px;
  font-size: 26px;
  line-height: 1.2;
}

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

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

.section.light-background.emcp_faq-sm {
  display: none;
}

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

.section.blog-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

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

.section.contacts-banner {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#163c3d1a, #163c3d1a), url('../images/Banner-Contact-1_1Banner Contact (1).webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 165px;
  display: flex;
}

.section.banner-faq {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 165px;
  display: flex;
}

.section.inner-banner {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-top: 165px;
  display: flex;
}

.section.blue-background {
  background-color: var(--primary-light-transparent);
  background-image: linear-gradient(#ddeae8d9, #ddeae8d9), url('../images/bg-wide.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  box-shadow: inset 0 -10px 30px #0000001a, inset 0 10px 30px #0000001a;
}

.section.landing-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 165px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.banner-home-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 135px;
  padding-bottom: 45px;
  display: flex;
}

.section.banner-home-2 {
  background-color: var(--primary);
  padding-top: 160px;
}

.section.home-3-banner {
  font-family: var(--copy);
  background-image: linear-gradient(#00000026, #00000026), url('../images/emcp-hero-130325.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 140px;
  display: flex;
}

.section.team-details-banner, .section.blog-details-banner {
  padding-top: 160px;
}

.section.about-us-2-banner {
  background-image: linear-gradient(#163c3d1a, #163c3d1a), linear-gradient(#00000080, #00000080), url('../images/BG-Video-2_1BG Video (2).webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 160px;
}

.section.inner-white-banner {
  padding-top: 165px;
}

.section.details-banner {
  padding-top: 135px;
  padding-bottom: 45px;
}

.section.padding-60-40 {
  padding-top: 60px;
}

.section.session-banner {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#163c3d1a, #163c3d1a), url('../images/Session-Banner-1_1Session Banner (1).webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 165px;
}

.section.details-session-img {
  padding-top: 0;
  padding-bottom: 50px;
}

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

.section.emcp_trust-icons {
  background-color: var(--white);
  color: var(--primary-light);
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.section.emcp_testimonials {
  border-top: 1px none var(--primary-light);
  border-bottom: .5px none var(--paragraph-gray);
  background-color: var(--primary-light);
  background-image: linear-gradient(to bottom, var(--primary-light-transparent), var(--primary-light-transparent)), url('../images/bg-wide.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 0;
  max-width: none;
  padding-top: 60px;
  padding-bottom: 40px;
  display: none;
  box-shadow: inset 0 -10px 30px #0000001a, inset 0 10px 30px #0000001a;
}

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

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

.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(--primary);
  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(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

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

.grid-description.first-description {
  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: 40px;
}

.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);
  border-radius: 5px;
  width: 75px;
  height: 75px;
}

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

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

.primary-light-style-guide {
  background-color: var(--primary-light);
  border-radius: 5px;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  border-radius: 5px;
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

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

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

.h2-tablet {
  font-size: 40px;
}

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

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

.h3-mobile, .h4-tablet {
  font-size: 28px;
}

.h4-mobile {
  font-size: 26px;
}

.h5-mobile {
  font-size: 22px;
}

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

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

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: -.1px;
  border-radius: 8px;
  justify-content: center;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.3em;
  transition: all .3s;
}

.primary-button:hover {
  opacity: 1;
  color: var(--primary);
  background-color: #fff0;
}

.primary-button.w--current {
  margin-top: 20px;
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.pagination {
  margin-top: 30px;
}

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

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.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: 30px;
}

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

.navbar {
  background-color: #0000;
  width: 100%;
  margin-top: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #00000003;
}

.navbar.white-text-navbar {
  box-shadow: none;
}

.navbar.white-text-navbar.navcopy {
  margin-top: 100px;
}

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

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

.nav-title {
  color: var(--primary);
  padding: 10px 15px;
  font-weight: 400;
}

.nav-title:hover {
  opacity: 1;
}

.nav-title.w--current {
  color: var(--primary-dark\<deleted\|variable-7ad493ea\>);
}

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

.nav-title.white-nav:hover {
  color: var(--primary-light);
}

.nav-title.white-nav.emcp_faqm {
  display: none;
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px;
}

.nav-dropdown-toggle.w--open {
  padding-left: 15px;
  padding-right: 15px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

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

.nav-dropdown-list.w--open {
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 620px;
  display: flex;
  left: -175px;
}

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

.navbar-dropdown {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.navbar-dropdown:hover {
  color: var(--paragraph-gray);
  margin-left: 0;
}

.navbar-dropdown.w--current {
  color: var(--paragraph-gray);
}

.nav-item-title {
  color: var(--primary);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: color .3s;
  display: flex;
}

.nav-item-title:hover {
  color: var(--paragraph-gray);
}

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

.nav-item-title.white-nav:hover {
  color: var(--primary-light);
}

.pages-banner {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 160px;
  padding-bottom: 120px;
  display: flex;
}

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

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.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;
  border-radius: 12px;
  width: 100%;
  height: 320px;
}

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

.licensing-image-link {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

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

.license-link {
  color: var(--primary-dark\<deleted\|variable-7ad493ea\>);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

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

.banner-title {
  color: var(--white);
  text-align: center;
}

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

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

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", 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-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  font-weight: 400;
}

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

.utility-page-wrap {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  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 {
  border: 1px solid #535b5380;
  border-radius: 8px;
  min-width: 280px;
  min-height: 46px;
  margin-bottom: 10px;
  padding: 16px 15px;
  font-size: 16px;
  line-height: 1.2em;
}

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

.password-input::placeholder {
  color: var(--paragraph-gray);
}

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

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

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

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

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

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

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

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  color: var(--primary);
  border: 1px solid #535b5380;
  border-radius: 8px;
  min-width: 300px;
  min-height: 46px;
  margin-bottom: 0;
  padding: 16px 15px;
}

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

.coming-soon-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

.blog-post-title {
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--paragraph-gray);
}

.nav-menu-wrapper {
  z-index: 10;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-sidebar-item {
  margin-bottom: 30px;
  display: inline-block;
}

.blog-sidebar-post-content {
  background-color: var(--primary-light);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -15px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--white);
  color: var(--primary);
}

.blog-sidebar-left {
  column-count: 2;
  column-gap: 30px;
  width: 100%;
  margin-bottom: -30px;
}

.blog-sidebar-right {
  flex-direction: column;
}

.blog-sidebar-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  border-radius: 8px;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.sidebar-recent-post {
  border-radius: 8px;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  overflow: hidden;
}

.blog-recent-post-title {
  margin-top: 0;
  transition: color .2s;
}

.blog-recent-post-title:hover {
  color: var(--paragraph-gray);
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-recent-post-date {
  color: #969696;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-recent-posts {
  background-color: var(--primary-light);
  border-radius: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-categories {
  background-color: var(--primary-light);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-post-image {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 100%;
}

.blog-sidebar-post-image-link {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-template-wrapper {
  z-index: 10;
  width: 100%;
  max-width: 920px;
  position: relative;
}

.blog-template-date {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 40px;
}

.footer {
  background-color: var(--primary);
  font-family: var(--copy);
  text-align: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 60px;
  overflow: hidden;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px solid var(--dark-grey);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.footer-rights {
  color: #ffffffb3;
}

.footer-copyright {
  color: #ffffffb3;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  margin-right: 5px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

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

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

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

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

.text-button-icon {
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  font-size: 20px;
  line-height: 1.5em;
}

.paragraph-large.m-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-large.white-paragraph {
  font-family: var(--copy);
}

.paragraph-large.white-paragraph-m-0 {
  color: var(--white);
}

.customer-icon {
  opacity: .5;
}

.customers-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
}

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

.text-white {
  font-family: var(--copy);
  color: var(--paragraph-gray);
  text-align: left;
}

.text-white.emcp_services-h3 {
  font-size: 20px;
}

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

.section-title-description {
  text-align: center;
  margin-top: 20px;
}

.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;
  display: grid;
}

.pricing-plan-item {
  background-color: var(--primary-light);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  display: flex;
}

.pricing-plan-item-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-price {
  font-size: 56px;
}

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.section-title.text-white {
  font-family: var(--headings);
  color: var(--primary);
  margin-top: 0;
}

.section-title.text-white.emcp_services-title {
  letter-spacing: -1px;
  text-transform: none;
  text-decoration: none;
}

.play-button {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: none;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
}

.accordion-wrapper.service-details {
  margin-top: 40px;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-list-content {
  font-family: var(--copy);
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-title {
  font-family: var(--headings);
}

.accordion-title.emcp_faq-heading-lg {
  font-size: 20px;
}

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

.mb-30 {
  margin-bottom: 30px;
}

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

.coming-soon-image {
  border-radius: 12px;
  max-width: 480px;
}

.link-with-icon {
  text-transform: capitalize;
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  opacity: .7;
}

.link-with-icon.white-link {
  transition-property: opacity;
}

.link-with-icon.white-link:hover {
  color: var(--primary-light);
}

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

.contacts-icon {
  color: var(--primary);
  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;
}

.hidden {
  display: none;
}

.footer-wrapper {
  border-top: 1px none var(--dark-grey);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-top: 0;
  display: flex;
}

.white-text {
  font-family: var(--headings);
  color: #fff;
}

.white-text.big-h5 {
  font-size: 26px;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.footer-brand-wrapper.emcp_ftr-logo-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: block;
}

.footer-brand-wrapper.emcp_ftr-menu-wrapper {
  width: 40%;
  display: block;
}

.footer-brand-wrapper.emcp_ftr-iahip-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: block;
}

.footer-links-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  display: flex;
}

.search-wrap-input {
  color: var(--primary-dark\<deleted\|variable-7ad493ea\>);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

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

.search-wrap-input::placeholder {
  color: var(--dark-gray\<deleted\|variable-e2382e90\>);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  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);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

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

.search-shop-con {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

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

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

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

.search-input {
  border: 1px solid #535b5380;
  border-radius: 8px;
  min-height: 46px;
  margin-bottom: 0;
  padding: 16px 15px;
  font-size: 16px;
  line-height: 1em;
}

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

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

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

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

.footer-brand-description {
  color: var(--white);
  text-align: left;
  width: 65%;
  display: none;
}

.service-details-content-wrapper {
  width: 65%;
  margin-right: 40px;
}

.accordion-wrap-one-column {
  width: 100%;
}

.service-details-sidebar-wrapper {
  background-color: var(--primary-light);
  border-radius: 12px;
  width: 35%;
  padding: 20px 30px 30px;
  position: sticky;
  top: 110px;
}

.service-details-content {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-details-sidebar-contacts {
  margin-top: 20px;
  margin-bottom: 30px;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.overflow-hidden {
  overflow: hidden;
}

.primary-button-border {
  border: 1px solid var(--primary);
  color: var(--primary);
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff0;
  border-radius: 8px;
  align-items: center;
  padding: 12px 22px;
  line-height: 1.3em;
  transition: all .2s;
}

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

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

.video-home-2 {
  z-index: 10;
  background-image: url('../images/BG-Video-2_1BG Video (2).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 440px;
  display: flex;
  position: relative;
}

.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;
}

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

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

.landing-banner-image {
  max-width: 85%;
  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: var(--primary-light);
  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;
}

.landing-feature-icon {
  background-color: var(--primary);
  color: var(--white);
  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: none;
}

.landing-feature-item {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 10px;
  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;
  border-radius: 12px;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-image {
  box-shadow: 0 0 30px 0 var(--primary-light);
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 12px;
}

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

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  color: var(--white);
  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;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 920px;
  margin-bottom: 60px;
  display: flex;
}

.nav-dropdown-column {
  width: 31%;
}

.nav-dropdown-column.central-column {
  width: 38%;
}

.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 {
  background-color: var(--primary);
  background-image: url('../images/Frame-47.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 75px 80px 75px 200px;
  display: flex;
  box-shadow: 0 0 30px #0000004d;
}

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

.mb-20 {
  margin-bottom: 20px;
}

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

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

.play-button-hover:hover {
  transform: scale(1);
}

.sidebar-search {
  background-color: var(--primary-light);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-search-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.sidebar-search-input {
  color: var(--primary);
  border: 1px solid #163c3d80;
  border-radius: 8px;
  min-height: 46px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 16px 15px;
}

.sidebar-search-input:focus {
  border-color: var(--primary);
}

.sidebar-search-input::placeholder {
  color: var(--dark-grey);
  font-size: 16px;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: sticky;
  top: 100px;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

.secondary-button {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 8px;
  padding: 12px 24px;
  line-height: 1.3em;
  transition: all .3s;
}

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

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

.primary-color-background {
  background-color: var(--primary);
  overflow: hidden;
}

.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;
}

.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;
}

.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;
}

.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;
}

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

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

.features-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.team-feature-item {
  padding-left: 20px;
  padding-right: 20px;
}

.feature-number {
  color: var(--primary);
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.feature-number.white-number {
  color: var(--white);
}

.about-4-video-left-block {
  align-items: center;
  display: flex;
}

.about-4-video-wrapper {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  align-items: center;
}

.about-big-text {
  font-size: 46px;
  font-weight: 500;
  line-height: 1.2em;
}

.about-big-number {
  color: var(--primary);
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
}

.about-4-video-right-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

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

.sessions-contacts-image {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.sessions-contacts-content-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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;
}

.nav-dropdown-lines {
  background-color: var(--paragraph-gray);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 20px;
  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;
  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;
}

.menu-wrap {
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.rich-text-style h2 {
  margin-bottom: 15px;
}

.rich-text-style h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}

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

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

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.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;
}

.brand-tablet {
  display: none;
}

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

.style-guide-subtitle {
  margin-bottom: 20px;
}

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

.collection-list-wrapper-blog-sidebar {
  width: 100%;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.success-message {
  background-color: var(--primary-light);
  color: var(--primary);
  text-align: center;
  border-radius: 8px;
  min-height: 46px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.error-message {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.form-contacts {
  width: 100%;
  height: 100%;
}

.flex-wrap-copyright {
  display: none;
}

.dark-grey-style-guide {
  background-color: var(--dark-grey);
  border-radius: 5px;
  width: 75px;
  height: 75px;
}

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

.secondary-white-bg-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 8px;
  justify-content: center;
  padding: 12px 24px;
  line-height: 1.3em;
  transition-property: all;
  display: inline-block;
}

.secondary-white-bg-button:hover {
  color: var(--white);
  background-color: #fff0;
}

.contact-footer-wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.button-footer-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: block;
}

.links-footer-wrapper {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

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

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

.white-link.emcp_faqm-footer-link {
  display: none;
}

.insta-wrap-img {
  width: 66px;
  height: 66px;
  position: relative;
}

.photo-instagram-wrapper {
  grid-column-gap: 7px;
  margin-top: 10px;
  display: flex;
}

.insta-link {
  color: var(--white);
  text-transform: none;
}

.insta-link:hover {
  color: var(--primary-light);
}

.insta-image {
  border-radius: var(--small-img-radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.insta-background {
  opacity: 0;
  background-color: #163c3d80;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.phone-icon {
  margin-right: 16px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.phone-number {
  display: flex;
}

.phone-number.white-number {
  color: var(--white);
  display: none;
}

.phone-number.white-number:hover {
  color: var(--primary-light);
}

.arrow-icon-nav {
  margin-left: 6px;
  font-family: "Fa solid 900", sans-serif;
  line-height: 15px;
  display: inline-block;
}

.mobile-nav-wrapper {
  display: none;
}

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

.collection-list-blog-home.about-us-2 {
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.collection-list-wrapper-blog-home {
  z-index: 10;
  width: 100%;
  position: relative;
}

.img-blog-wrapper {
  border-radius: 12px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.img-blog-wrapper.about-us-wrapper {
  height: 250px;
}

.blog-img-home {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.info-collection-wrapper {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.collection-link-wrapper {
  margin-top: 20px;
}

.mt-5 {
  margin-top: 5px;
}

.blog-name {
  transition: color .3s;
}

.blog-name:hover, .blog-name.dark-hover:hover {
  color: var(--paragraph-gray);
}

.section-title-flex-wrapper {
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.left-title {
  flex-direction: column;
  width: 70%;
  display: flex;
}

.right-button-title {
  justify-content: flex-end;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.mobile-button-wrapper {
  margin-top: 40px;
  display: none;
}

.testimonials-section-wrapper {
  grid-column-gap: 40px;
  width: 100%;
  display: flex;
}

.title-testimonials {
  flex-direction: column;
  justify-content: space-between;
  width: 25%;
  display: flex;
}

.content-testimonials {
  width: 75%;
}

.testimonials-wrap {
  background-color: #ddd0;
  height: auto;
}

.right-arrow-testimonials {
  color: var(--primary);
  border: 1px solid #535b5380;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  font-size: 22px;
  transition: border-color .3s, color .3s;
  inset: auto 0% 0% auto;
}

.right-arrow-testimonials:hover {
  border-color: var(--paragraph-gray);
  color: var(--paragraph-gray);
}

.right-arrow-testimonials.home-2-right-testimonial {
  transition: border-color .3s, color .3s;
  inset: -90% 0% auto auto;
}

.right-arrow-testimonials.home-2-right-testimonial:hover {
  border-color: var(--paragraph-gray);
  color: var(--paragraph-gray);
}

.left-arrow-testimonials {
  color: var(--primary);
  border: 1px solid #535b5380;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  font-size: 22px;
  transition: border-color .3s, color .3s;
  inset: auto 80px 0% auto;
}

.left-arrow-testimonials:hover {
  border-color: var(--paragraph-gray);
  color: var(--paragraph-gray);
}

.left-arrow-testimonials.home-2-left-testimonial {
  position: absolute;
  inset: -90% 80px auto auto;
}

.client-photo {
  object-fit: cover;
  width: 275px;
  min-height: 330px;
}

.review-wrap {
  grid-column-gap: 30px;
  margin-right: 1px;
  display: flex;
}

.review {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.review-text {
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.3em;
}

.review-text.big-text {
  font-family: var(--copy);
  text-align: center;
  margin-top: 0;
  font-size: 26px;
}

.reting-text {
  margin-bottom: 20px;
  font-size: 20px;
}

.review-client-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.collection-list-wrapper-team {
  width: 100%;
}

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

.collection-item-team-home-1 {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.info-team-member-wrapper {
  background-color: #00000080;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.name-team {
  color: var(--white);
  transition: color .3s;
}

.name-team:hover {
  color: var(--primary-light);
}

.position-team-member {
  color: var(--white);
  font-size: 18px;
}

.social-team-wrapper {
  z-index: 10;
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.facebook {
  color: var(--white);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.facebook:hover {
  color: #d3eccc;
}

.facebook.dark-link-social {
  color: var(--primary);
  font-size: 24px;
  line-height: 1em;
}

.facebook.dark-link-social:hover {
  color: var(--paragraph-gray);
}

.instagram {
  color: var(--white);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.instagram:hover {
  color: #d3eccc;
}

.instagram.dark-link-social {
  color: var(--primary);
  font-size: 24px;
  line-height: 1em;
}

.instagram.dark-link-social:hover {
  color: var(--paragraph-gray);
}

.linkedin {
  color: var(--white);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.linkedin:hover {
  color: #d3eccc;
}

.linkedin.dark-link-social {
  color: var(--primary);
  font-size: 24px;
  line-height: 1em;
}

.linkedin.dark-link-social:hover {
  color: var(--paragraph-gray);
}

.team-member-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sessions-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.collection-item-session {
  border-bottom: 1px solid var(--white);
  background-color: var(--primary-light);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.collection-item-session.light-bg {
  background-color: var(--white);
}

.info-name-session {
  grid-column-gap: 30px;
  align-items: center;
  width: 40%;
  display: flex;
}

.description-wrapper {
  width: 55%;
}

.big-info-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.img-info {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

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

.statistics-wrapper {
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.value {
  color: var(--primary);
  font-size: 42px;
  font-weight: 600;
  line-height: 1em;
}

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

.stotistic-wrap.line-border {
  border-bottom: 1px solid #535b5380;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.collection-list-wrapper-services {
  width: 100%;
}

.collection-list-services {
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.collection-item-service {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.service-name-wrapper {
  justify-content: center;
  width: 90%;
  margin-top: 10px;
  display: flex;
}

.home-1-bg {
  background-color: var(--primary);
  border-radius: 24px;
  position: absolute;
  inset: 90px 15px 0%;
}

.banner-home-wrapper {
  z-index: 10;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.banner-home-wrapper.details {
  grid-column-gap: 60px;
}

.banner-home-wrapper.service-details {
  grid-column-gap: 60px;
  padding-left: 0;
  padding-right: 0;
}

.grid-4 {
  grid-template-rows: auto;
  place-items: center;
}

.img-banner-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.banner-img-1, .banner-img-2 {
  object-fit: cover;
  border-radius: 12px;
}

.banner-img-3, .banner-img-4 {
  border-radius: 12px;
}

.buttons-banner-wrapper {
  grid-column-gap: 25px;
  margin-top: 60px;
  display: flex;
}

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

.service-name {
  cursor: pointer;
  width: 91%;
  transition: color .3s;
}

.service-name:hover {
  color: var(--paragraph-gray);
}

.button-border {
  border-bottom: 1px solid #535b5380;
}

.button-border:hover {
  border-bottom-color: var(--white);
}

.button-border.active {
  border-bottom-color: var(--white);
  transition: border-color .5s;
}

.button-border.active:hover {
  border-bottom-color: #535b5380;
}

.session-name {
  transition: color .3s;
}

.session-name:hover {
  color: var(--paragraph-gray);
}

.session-name.small-h4 {
  font-size: 26px;
}

.collection-list-team-home-2 {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.collection-item-team-home-2 {
  border-radius: 12px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-title-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: grid;
}

.testimonials-2-type-wrapper {
  background-color: #fff0;
  width: 100%;
  height: auto;
}

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

.photo-client-small {
  object-fit: cover;
  border-radius: 6px;
  width: 70px;
  height: 80px;
}

.info-client-wrapper {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-left: 0;
  display: flex;
}

.review-wrap-2-type {
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: .5em;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.collection-list-wrapper-w-100 {
  width: 100%;
}

.collection-list-service-home-2 {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.service-img {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 300px;
}

.link-block {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.mt-0 {
  margin-top: 0;
}

.about-center-wrapper {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
}

.info-center-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.info-center-wrapper.mt-0 {
  margin-top: 0;
}

.about-center-wrap {
  flex-direction: column;
  display: flex;
}

.team-details-link {
  position: absolute;
  inset: 0%;
}

.relative-10 {
  z-index: 10;
  position: relative;
}

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

.collection-list-session-home-2 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-session-home-2 {
  z-index: 10;
  background-color: var(--primary-light);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
}

.info-with-link-wrap {
  flex-direction: column;
  display: flex;
}

.mt-15 {
  margin-top: 15px;
}

.absolute-desctop-img {
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 49%;
  min-height: 790px;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bg-top-absolute {
  background-color: var(--primary);
  width: 100%;
  height: 57%;
  position: absolute;
  inset: -1% 0% auto;
}

.banner-home-2-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
}

.short-info-wrapper-banner {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  width: 80%;
  margin-top: 20px;
}

.short-info-wrapper-banner._w-100-tablet {
  margin-top: 30px;
}

.numbers {
  color: var(--white);
  font-size: 46px;
  font-weight: 500;
  line-height: 1em;
}

.right-content-banner-home-2 {
  flex-direction: column;
  display: flex;
}

.submit-wrapper {
  z-index: 10;
  background-color: var(--primary-light);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.submit-title {
  text-align: center;
  width: 65%;
  margin-bottom: 40px;
}

.form-block-submit {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 78%;
  min-height: 262px;
  margin-bottom: 0;
  display: flex;
}

.all-services-center-wrap {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.service-wrapper {
  background-color: var(--primary-light);
  border-radius: 12px;
  padding: 15px 12px;
}

.end-text-wrap {
  justify-content: flex-end;
  display: flex;
}

.about-psychologist-wrapper {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  align-items: stretch;
  width: 100%;
}

.psychologist-wrap {
  object-fit: cover;
  border-radius: 12px;
}

.button-section-wrap {
  margin-top: 40px;
  display: flex;
}

.mt-20 {
  font-family: var(--copy);
  margin-top: 20px;
}

.left-content-wrap {
  flex-direction: column;
  display: flex;
}

.icon-service {
  width: 32px;
}

.collection-item-service-home-3 {
  grid-column-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.white-service-name {
  color: var(--white);
  transition: color .3s;
}

.white-service-name:hover {
  color: var(--primary-light);
}

.collection-list-service-home-3 {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.info-home-3-wrapper {
  grid-column-gap: 60px;
  grid-template-rows: auto;
}

.advertising-wrapper {
  z-index: 10;
  grid-column-gap: 40px;
  background-color: var(--primary-light);
  border-radius: 12px;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.advertising-img {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.advertising-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.bg-absolute-small-top {
  background-color: var(--primary);
  width: 100%;
  height: 17%;
  position: absolute;
  inset: 0% 0% auto;
}

.collection-list-session-home-3 {
  grid-column-gap: 30px;
  display: flex;
}

.video-home-3 {
  background-image: url('../images/Video-Home-3-BG_1Video Home 3 BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.info-with-video-wrapper {
  flex-direction: column;
  width: 70%;
  margin-bottom: 60px;
  margin-right: auto;
  display: flex;
}

.field-label {
  color: #535b53d9;
}

.text-field {
  color: var(--primary);
  border: 1px solid #535b5380;
  border-radius: 8px;
  min-height: 46px;
  padding: 16px 15px;
  line-height: 1.3em;
}

.text-field:focus {
  border-color: var(--primary);
}

.text-field::placeholder {
  color: #535b5380;
}

.field-wrapper {
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
}

.field-wrap {
  width: 32%;
}

.select-field-submit {
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid #535b5380;
  border-radius: 8px;
  min-height: 46px;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 1em;
}

.select-field-submit:focus {
  border-color: var(--primary);
}

.select-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: flex;
}

.select-wrap {
  width: 49%;
}

.success-message-submit {
  background-color: #ddd0;
}

.error-message-submit {
  border-radius: 8px;
}

.form-submit {
  width: 100%;
}

.inner-banner-wrapper {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
}

.statistics-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

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

.absolute-video-desctop {
  background-image: url('../images/Video-BG-About-Us-1_1Video BG About Us (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: center;
  width: 49%;
  min-height: 455px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.details-team-wrapper {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  width: 100%;
}

.team-member-details-img {
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 12px;
  width: 100%;
  height: 500px;
}

.position {
  color: var(--paragraph-gray);
  font-size: 20px;
  font-weight: 500;
}

.line-top-border-wrapper {
  grid-column-gap: 20px;
  border-top: 1px solid #535b5380;
  align-items: center;
  margin-top: 60px;
  padding-top: 40px;
  display: flex;
}

.contact-team-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.contact {
  color: var(--paragraph-gray);
  font-weight: 500;
}

.contact-link {
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
}

.contact-link:hover {
  color: var(--paragraph-gray);
}

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

.blog-details-img-absolute {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-img {
  z-index: 1;
  background-image: linear-gradient(#163c3d1a, #163c3d1a), linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.blog-details-title-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.list-blog-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  width: 100%;
  margin-top: 40px;
}

.list-blog-img {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.collection-list-wrapper {
  margin-top: 60px;
}

.collection-item {
  background-color: var(--white);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 10px 20px;
  display: flex;
}

.lightbox-link {
  z-index: 10;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Banner-Home-3-1_1Banner Home 3 (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  justify-content: center;
  width: 100%;
  min-height: 440px;
  display: flex;
  position: relative;
}

.lightbox-link.mt-60-40 {
  margin-top: 60px;
}

.mt-30 {
  margin-top: 30px;
}

.title-about {
  grid-column-gap: 5px;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.title-about.center-text {
  justify-content: center;
  align-items: center;
}

.about-content-right {
  background-color: var(--primary);
  border-radius: 12px;
  width: 40%;
  padding: 40px 45px;
}

.about-content-right.services {
  background-color: var(--primary-light);
  text-align: center;
  width: 100%;
}

.about-content-left {
  width: 55%;
}

.white-list {
  grid-row-gap: 25px;
  color: var(--primary-light);
  background-color: #fff;
}

.white-list.services-list-about {
  grid-column-gap: 50px;
  background-color: var(--primary);
  color: var(--primary);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

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

.margin-bottom-medium {
  margin-bottom: 30px;
}

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

.flex-vertical-card {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.flex-vertical-card:hover {
  background-position: 50% 20%;
}

.flex-vertical-card.with-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.collection-list-blog {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list-blog.banner {
  grid-template-columns: 1fr;
}

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

.right-banner-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.flex-horizontal-align-center.with-gap {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  flex: 1;
  align-items: center;
  margin-bottom: 0;
}

.collection-list-wrapper-blog {
  width: 100%;
}

.column-wrapper {
  width: 40%;
}

.column-wrapper.blog {
  width: 100%;
  margin-top: 105px;
}

.banner-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.banner-wrap.banner-news {
  grid-column-gap: 60px;
  grid-template-columns: 1.05fr 1fr;
  align-items: stretch;
}

.link-blog.banner {
  border-radius: 12px;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.info-blog {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.blog-name-white {
  transition: color .3s;
}

.blog-name-white:hover {
  color: var(--paragraph-gray);
}

.recent-link-img-blog {
  border-radius: 12px;
  width: 25%;
  height: 100%;
  overflow: hidden;
}

.recent-img-blog {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 110px;
  transition: opacity .3s;
  display: inline-block;
}

.recent-img-blog:hover {
  opacity: .8;
}

.recent-info-blog-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 68%;
  display: flex;
}

.blog-name-recent {
  transition: color .3s;
}

.blog-name-recent:hover {
  color: var(--paragraph-gray);
}

.collection-item-blog-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-link-img {
  border-radius: 12px;
  overflow: hidden;
}

.paragraph-white-banner {
  color: var(--white);
  text-align: center;
  width: 79%;
}

.collection-list-services-page {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mb-0 {
  margin-top: 0;
}

.accordion-item-2 {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 10px 30px #0000001a;
}

.accordion-wrapper-one-column-2 {
  justify-content: center;
  width: 50%;
}

.faq {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.image-faq-wrap {
  background-image: url('../images/emcp-faq-130325b.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 50%;
  min-height: 500px;
}

.info-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.content-info {
  width: 50%;
}

.instruction-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
}

.img-info-2 {
  background-image: url('../images/Video-BG-About-Us-1_1Video BG About Us (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 50%;
}

.article {
  grid-column-gap: 20px;
  display: flex;
}

.info-office-wrap {
  margin-top: 20px;
}

.offices-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.link-google {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  transition: color .3s;
}

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

.office-img {
  border-radius: 12px;
}

.margin-t---20 {
  margin-top: 20px;
}

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

.section-title-wrapper-2.big {
  max-width: 680px;
}

.social-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.contacts-textarea-2 {
  color: var(--primary);
  border: 1px solid #535b5380;
  border-radius: 8px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 16px 15px;
  font-size: 16px;
}

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

.contacts-textarea-2::placeholder {
  color: var(--dark-grey);
  font-size: 16px;
}

.contacts-content-wrapper-2 {
  width: 50%;
  padding-right: 40px;
}

.contacts-input-2 {
  background-color: var(--white);
  font-family: var(--copy);
  color: var(--primary);
  border: 1px solid #535b5380;
  border-radius: 8px;
  min-height: 46px;
  padding: 16px 15px;
  font-size: 16px;
  transition: all .2s;
}

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

.contacts-input-2::placeholder {
  color: var(--dark-grey);
  font-size: 16px;
}

.form-block-contacts-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  margin-bottom: 0;
  display: flex;
}

.contacts-divider-2 {
  background-color: #afafaf80;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.social-icon-contact {
  grid-column-gap: 20px;
  width: 50%;
  display: flex;
}

.error-message-subscribe {
  text-align: center;
  border-radius: 5px;
}

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

.contact-info-wrapper {
  grid-column-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-info-wrapper.emcp_sm-wrapper {
  display: none;
}

.contacts-form-wrapper-2 {
  background-color: var(--primary-light);
  background-image: linear-gradient(to bottom, var(--primary-light-transparent), var(--primary-light-transparent)), url('../images/bg-wide.webp');
  font-family: var(--copy);
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 12px;
  width: 50%;
  margin-top: 10px;
  margin-left: 40px;
  padding: 20px 30px 30px;
  box-shadow: inset 0 0 30px #0003;
}

.contact-info-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.contact-info-wrap.emcp_social-wrapper, .contact-info-wrap.emcp_contact-wrap-md, .contact-info-wrap.emcp_contact-wrap-sm {
  display: none;
}

.success-message-contact {
  background-color: #0000;
}

.link {
  font-family: var(--copy);
  color: var(--paragraph-gray);
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
}

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

.link.emcp_contact-link {
  font-family: var(--copy);
}

.link.emcp_fb-link {
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 30px;
  line-height: .5em;
}

.contacts-form-title-2 {
  font-family: var(--headings);
  margin-bottom: 40px;
}

.succes-stories-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.collection-item-succes-stories {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.name-client {
  transition: color .3s;
}

.name-client:hover {
  color: var(--paragraph-gray);
}

.client-photo-succes {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 330px;
}

.list-therapy {
  grid-column-gap: 60px;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 30px;
  display: flex;
}

.about-therapy-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.img-therapy-wrap {
  background-image: url('../images/BG-Video-2_1BG Video (2).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 43%;
}

.content-therapy-wrap {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.collection-list-3 {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.photo {
  border-radius: 12px;
  width: 100%;
}

.tab-link-tab-2 {
  background-color: var(--white);
  color: #535b53cc;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.tab-link-tab-2.w--current {
  color: var(--primary);
  background-color: #0000;
}

.tab-link-tab-2.first-tab {
  flex: 1;
}

.tabs-menu {
  grid-column-gap: 40px;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.tabs {
  width: 100%;
}

.collection-list-sessions {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.grid-6 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.details-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.session-details-img {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 12px;
  width: 100%;
  height: 450px;
  position: relative;
}

.service-img-details {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.grid-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.info-pricing-wrapper {
  border: 1px solid var(--primary-light);
  background-color: var(--white);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.info-pricing-wrapper.emcp_trust_card {
  background-color: var(--primary-light);
  justify-content: center;
  align-items: center;
}

._404-heading {
  font-size: 140px;
  font-weight: 400;
}

.search-result-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.hidden-text {
  opacity: 0;
  display: none;
}

.landing-link {
  color: var(--primary);
  text-transform: none;
  text-decoration: underline;
}

.landing-link:hover {
  color: var(--paragraph-gray);
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-text-block {
  font-size: 14px;
}

.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-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.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-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;
}

.close-image {
  width: 12px;
  height: 12px;
}

.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-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.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-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;
}

.dropdown {
  margin-left: 0;
}

.dropdown-2 {
  width: 100%;
}

.dropdown-toggle {
  padding: 8px 0 8px 10px;
  display: flex;
}

.dropdown-list {
  background-color: var(--primary);
  inset: 0% -68% auto auto;
}

.dropdown-list.w--open {
  z-index: 2;
  background-color: var(--white);
}

.icon {
  transform: rotate(-90deg);
}

.dropdown-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-toggle-2 {
  width: 100%;
  padding-left: 10px;
}

.icon-2 {
  transform: rotate(-90deg);
}

.dropdown-list-2 {
  inset: 0% -25% auto auto;
}

.sectiontop {
  padding-top: 163px;
}

.container-2 {
  width: 100%;
  display: flex;
}

.heading-2 {
  font-family: var(--headings);
  margin-top: 20px;
  margin-bottom: 10px;
}

.heading-3 {
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
}

.heading-4 {
  color: var(--primary);
}

.image {
  aspect-ratio: auto;
  object-fit: cover;
  width: auto;
  height: 100%;
  overflow: visible;
}

.image-2 {
  object-fit: cover;
  border-radius: 12px;
  height: 100%;
}

.emcp_services {
  background-color: #0000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-2 {
  text-align: center;
}

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

.section-2.emcp_hidden {
  display: flex;
}

.slider.emcp_services_slider.emcp_hidden {
  display: none;
}

.image-3 {
  vertical-align: middle;
  width: 30%;
  max-width: none;
  margin-left: auto;
  display: block;
}

.heading-5 {
  font-family: var(--headings);
}

.heading-5.emcp_reviews-h3 {
  font-size: 20px;
}

.text-block {
  font-family: var(--copy);
}

.heading-6, .heading-7, .heading-8, .heading-9 {
  font-family: var(--headings);
}

.div-block-4 {
  background-image: url('../images/emcp-about-130325.webp');
  background-position: 100%;
  background-size: cover;
  border-radius: 12px;
  height: 100%;
}

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

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

.image-4 {
  vertical-align: middle;
  width: 50%;
  max-width: none;
  margin-right: auto;
  display: block;
}

.image-5 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
  max-width: none;
  overflow: hidden;
}

.body {
  background-color: var(--primary-light);
}

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

.div-block-10 {
  border-radius: 8px;
  flex: 0 auto;
  position: static;
}

.div-block-11 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 64px;
  }

  blockquote {
    font-size: 32px;
  }

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

  .section.inner-banner {
    padding-top: 180px;
  }

  .section.banner-home-1 {
    padding-top: 130px;
    padding-bottom: 40px;
  }

  .section.home-3-banner {
    padding-top: 160px;
  }

  .section.about-us-2-banner {
    background-position: 0 0, 0 0, 50% 30%;
  }

  .section.details-banner {
    padding-top: 130px;
    padding-bottom: 40px;
  }

  .base-container {
    max-width: 1200px;
  }

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

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .primary-button {
    flex: 0 auto;
    align-self: center;
  }

  .grid-header {
    margin-top: 40px;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-title, .nav-dropdown-toggle, .nav-dropdown-toggle.w--open, .nav-dropdown-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: -67px;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 60px;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .paragraph-large.white-paragraph-m-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .search-shop-con {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

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

  .search-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .footer-brand-description {
    width: 60%;
  }

  .service-details-content-wrapper {
    width: 68%;
    margin-right: 60px;
  }

  .service-details-sidebar-wrapper {
    width: 32%;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .about-4-video-wrapper {
    grid-column-gap: 80px;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-wrap {
    margin-left: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .white-paragraph.blog-details {
    width: 90%;
  }

  .links-footer-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .insta-wrap-img {
    width: 70px;
    height: 70px;
  }

  .phone-icon {
    display: block;
  }

  .img-blog-wrapper {
    height: 220px;
  }

  .testimonials-section-wrapper {
    grid-column-gap: 60px;
  }

  .title-testimonials {
    width: 22%;
  }

  .content-testimonials {
    width: 78%;
  }

  .client-photo {
    width: 280px;
  }

  .review-wrap {
    grid-column-gap: 50px;
  }

  .review-text {
    font-size: 24px;
  }

  .info-name-session {
    grid-column-gap: 50px;
  }

  .value {
    font-size: 46px;
  }

  .service-name-wrapper {
    width: 75%;
  }

  .home-1-bg {
    left: 50px;
    right: 50px;
  }

  .banner-home-wrapper {
    grid-column-gap: 60px;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
  }

  .banner-home-wrapper.details, .banner-home-wrapper.service-details {
    grid-column-gap: 80px;
  }

  .grid-4 {
    height: 100%;
  }

  .service-name {
    width: 90%;
  }

  .info-client-wrapper {
    width: 30%;
  }

  .review-wrap-2-type {
    width: 65%;
  }

  .collection-list-service-home-2 {
    grid-column-gap: 40px;
  }

  .about-center-wrapper {
    grid-column-gap: 70px;
  }

  .collection-item-session-home-2 {
    padding: 50px;
  }

  .absolute-desctop-img {
    width: 47%;
    min-height: 830px;
  }

  .banner-home-2-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .submit-title {
    width: 55%;
  }

  .all-services-center-wrap {
    grid-column-gap: 30px;
  }

  .service-wrapper {
    padding: 20px;
  }

  .about-psychologist-wrapper {
    grid-column-gap: 80px;
    align-items: center;
  }

  .about-psychologist-content {
    flex-direction: column;
    display: flex;
  }

  .icon-service {
    width: 36px;
  }

  .info-home-3-wrapper {
    grid-column-gap: 80px;
    grid-template-rows: auto;
  }

  .advertising-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
  }

  .bg-absolute-small-top {
    height: 22%;
  }

  .info-with-video-wrapper {
    width: 64%;
  }

  .inner-banner-wrapper {
    grid-column-gap: 80px;
  }

  .statistics-wrap {
    grid-column-gap: 25px;
  }

  .statistics {
    grid-column-gap: 20px;
    flex-flow: column;
  }

  .absolute-video-desctop {
    width: 47%;
    min-height: 500px;
  }

  .details-team-wrapper {
    grid-column-gap: 80px;
  }

  .team-member-details-img {
    height: 550px;
  }

  .list-blog-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .lightbox-link {
    min-height: 460px;
  }

  .about-content-right {
    width: 38%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-content-left {
    width: 50%;
  }

  .white-list.services-list-about {
    flex-direction: row;
  }

  .collection-list-blog {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }

  .banner-wrap.banner-news {
    grid-column-gap: 80px;
    grid-template-columns: 1.05fr 1fr;
  }

  .link-blog {
    width: 100%;
  }

  .paragraph-white-banner {
    width: 77%;
  }

  .faq {
    grid-column-gap: 80px;
  }

  .info-wrapper {
    grid-column-gap: 100px;
  }

  .instruction-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-title-wrapper-2 {
    max-width: 640px;
  }

  .contacts-wrapper-2 {
    align-items: center;
  }

  .contact-info-wrapper {
    grid-column-gap: 20px;
    flex-direction: column;
  }

  .contacts-form-wrapper-2 {
    margin-top: 0;
    padding: 30px 40px 40px;
  }

  .contact-info-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .collection-item-succes-stories {
    grid-column-gap: 80px;
  }

  .client-photo-succes {
    object-fit: cover;
    object-position: 50% 0%;
    height: 350px;
  }

  .about-therapy-wrapper {
    grid-column-gap: 80px;
  }

  .img-therapy-wrap {
    width: 47%;
  }

  .tabs-menu {
    grid-column-gap: 60px;
  }

  .grid-6 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex: 0 auto;
  }

  .info-pricing-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._404-heading {
    font-size: 160px;
  }

  .emcp_services {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-9 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-10 {
    flex: 0 auto;
    align-self: center;
    min-width: 300px;
  }

  .div-block-11 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 10px;
    font-size: 67px;
  }

  h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.blue-background {
    border-radius: 12px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .section.home-3-banner {
    background-image: linear-gradient(#00000026, #00000026), url('../images/emcp-hero-130325.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.emcp_testimonials {
    border-radius: 12px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: 0;
  }

  .video-home-2 {
    min-height: 500px;
  }

  .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;
  }

  .details-page-title {
    font-size: 64px;
  }

  .img-blog-wrapper {
    height: 230px;
  }

  .left-arrow-testimonials {
    color: var(--primary);
    font-size: 22px;
  }

  .big-info-wrapper {
    grid-column-gap: 80px;
  }

  .banner-home-wrapper {
    grid-column-gap: 95px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-center-wrapper {
    grid-column-gap: 90px;
  }

  .absolute-desctop-img {
    width: 46%;
  }

  .inner-banner-wrapper {
    grid-column-gap: 80px;
  }

  .statistics-wrap {
    grid-column-gap: 20px;
  }

  .statistics {
    grid-column-gap: 15px;
  }

  .absolute-video-desctop {
    width: 46%;
  }

  .banner-wrap {
    grid-template-columns: 1.1fr 1fr;
  }

  .banner-wrap.banner-news {
    grid-column-gap: 70px;
    grid-template-columns: 1fr 1.05fr;
  }

  .session-details-img {
    height: 460px;
  }

  .sectiontop {
    background-color: var(--dark-grey);
    color: var(--primary-light);
    margin-top: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

@media screen and (min-width: 1920px) {
  blockquote {
    font-size: 34px;
  }

  .section.blog-banner, .section.contacts-banner, .section.banner-faq, .section.landing-banner {
    padding-top: 180px;
  }

  .section.banner-home-1 {
    min-height: auto;
    padding-top: 190px;
    padding-bottom: 50px;
  }

  .section.banner-home-2 {
    padding-top: 180px;
  }

  .section.home-3-banner {
    background-image: linear-gradient(#00000026, #00000026), url('../images/emcp-hero-130325.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 180px;
  }

  .section.blog-details-banner {
    padding-top: 180px;
  }

  .section.about-us-2-banner {
    background-position: 0 0, 0 0, 50% 20%;
    padding-top: 180px;
  }

  .section.inner-white-banner {
    padding-top: 180px;
  }

  .section.details-banner {
    padding-top: 190px;
    padding-bottom: 50px;
  }

  .section.session-banner {
    padding-top: 180px;
  }

  .navbar.white-text-navbar {
    box-shadow: none;
  }

  .nav-container {
    min-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-section {
    padding-top: 160px;
  }

  .video-home-2 {
    width: 1400px;
  }

  .landing-banner-title-wrapper {
    max-width: 960px;
  }

  .landing-download-block-wrapper {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .sessions-contacts-image {
    object-position: 50% 15%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .img-blog-wrapper {
    height: 240px;
  }

  .home-1-bg {
    width: 100%;
    max-width: 1400px;
    top: 135px;
    left: auto;
    right: auto;
  }

  .banner-home-wrapper {
    grid-column-gap: 80px;
  }

  .team-member-details-img {
    height: 570px;
  }

  .banner-wrap {
    grid-template-columns: 1.2fr 1fr;
  }

  .banner-wrap.banner-news {
    grid-column-gap: 90px;
    grid-template-columns: 1.1fr 1fr;
    grid-auto-flow: column;
  }

  .image-faq-wrap {
    background-image: url('../images/emcp-faq-130325b.webp');
    min-height: 450px;
  }

  ._404-heading {
    font-size: 180px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 40px;
  }

  h4 {
    font-size: 28px;
  }

  .section.light-background.emcp_faq-lg {
    display: none;
  }

  .section.light-background.emcp_faq-sm {
    display: block;
  }

  .section.blog-banner, .section.contacts-banner, .section.banner-faq, .section.inner-banner {
    padding-top: 140px;
  }

  .section.blue-background {
    background-image: linear-gradient(to bottom, var(--primary-light-transparent), var(--primary-light-transparent)), url('../images/bg-tall.webp');
    background-position: 0 0, 50%;
  }

  .section.landing-banner {
    padding-top: 140px;
  }

  .section.banner-home-1 {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .section.banner-home-2 {
    padding-top: 140px;
  }

  .section.home-3-banner {
    background-image: linear-gradient(#00000026, #00000026), linear-gradient(#0000, #0000), url('../images/emcp-hero-130325.webp');
    background-position: 0 0, 0 0, 50% 60%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    min-height: 75vh;
  }

  .section.team-details-banner, .section.blog-details-banner, .section.about-us-2-banner, .section.inner-white-banner {
    padding-top: 140px;
  }

  .section.details-banner {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .section.padding-60-40 {
    padding-top: 40px;
  }

  .section.session-banner {
    padding-top: 140px;
  }

  .section.emcp_testimonials {
    padding-bottom: 60px;
  }

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

  .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-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    z-index: 20;
    background-color: var(--primary-light);
    background-image: linear-gradient(to bottom, var(--primary-light-transparent), var(--primary-light-transparent)), url('../images/bg-tall.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    flex-direction: column;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 2px 0 5px #0000001a;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-title {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

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

  .nav-title.white-nav:hover {
    color: var(--paragraph-gray);
  }

  .nav-title.white-nav.emcp_faqm {
    display: flex;
  }

  .nav-title.white-nav.emcp_faql {
    display: none;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-toggle.w--open {
    padding-left: 0;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--primary-light);
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-dropdown {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-menu-button {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 4px 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title.white-nav {
    color: var(--primary);
  }

  .nav-item-title.white-nav:hover {
    color: var(--paragraph-gray);
  }

  .pages-banner {
    min-height: 300px;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 68px;
  }

  .nav-menu-wrapper {
    z-index: 0;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .footer {
    padding-bottom: 40px;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 7px;
    justify-content: center;
  }

  .footer-copyright {
    text-align: center;
    width: 100%;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

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

  .customers-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .banner-title-wrapper {
    text-align: center;
    justify-content: center;
    max-width: 680px;
  }

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

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .accordion-toggle {
    display: flex;
  }

  .accordion-wrapper.service-details {
    margin-top: 40px;
  }

  .accordion-title {
    font-size: 20px;
  }

  .accordion-title.emcp_faq-heading-lg, .coming-soon-image {
    display: none;
  }

  .contacts-detail {
    width: auto;
  }

  .hidden {
    display: none;
  }

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

  .footer-wrapper {
    flex-wrap: wrap;
    place-content: flex-end space-between;
    align-items: center;
    margin-bottom: 40px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    margin-bottom: 50px;
  }

  .footer-brand-wrapper.emcp_ftr-logo-wrapper {
    width: 50%;
    margin-bottom: 0;
  }

  .footer-brand-wrapper.emcp_ftr-menu-wrapper {
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-bottom: 0;
  }

  .footer-brand-wrapper.emcp_ftr-iahip-wrapper {
    width: 50%;
    margin-bottom: 0;
  }

  .footer-links-wrapper {
    flex-flow: wrap;
    order: 0;
    place-content: flex-end;
    align-self: flex-start;
    align-items: center;
    width: 45%;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-shop-con {
    display: none;
  }

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

  .search-section {
    padding-top: 100px;
  }

  .footer-brand-description {
    text-align: center;
    width: 50%;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: static;
  }

  .service-details-content {
    flex-direction: column;
  }

  .service-details-sidebar-contacts {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .primary-button-border:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .video-home-2 {
    min-height: 340px;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .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 {
    max-width: none;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 100%;
  }

  .nav-dropdown-column.central-column {
    width: 100%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    max-width: none;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
    position: static;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .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;
  }

  .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;
  }

  .features-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .about-4-video-left-block {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: -20px;
  }

  .about-4-video-wrapper {
    grid-column-gap: 40px;
  }

  .about-big-text {
    text-align: left;
    margin-right: 20px;
    font-size: 38px;
  }

  .about-big-number {
    font-size: 130px;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-lines {
    display: none;
  }

  .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;
  }

  .menu-wrap {
    background-color: #ddeae800;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    z-index: 10;
    background-color: #ddeae800;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    display: flex;
    position: relative;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .image-burger.white-burger {
    filter: invert();
  }

  .brand-tablet {
    z-index: 10;
    display: block;
  }

  .details-page-title {
    font-size: 48px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .spacing-system-title {
    font-size: 25px;
  }

  .links-footer-wrapper {
    margin-top: 20px;
  }

  .white-link.emcp_faq-footer-link {
    display: none;
  }

  .white-link.emcp_faqm-footer-link {
    display: block;
  }

  .insta-wrap-img {
    width: 85px;
    height: 85px;
  }

  .photo-instagram-wrapper {
    grid-column-gap: 10px;
  }

  .insta-background {
    display: none;
  }

  .phone-icon {
    display: block;
  }

  .phone-number.white-number {
    color: var(--primary);
    display: flex;
  }

  .arrow-icon-nav {
    display: none;
  }

  .mobile-nav-wrapper {
    grid-row-gap: 25px;
    flex-direction: column;
    margin-top: 40px;
    display: flex;
  }

  .collection-list-blog-home {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-list-blog-home.about-us-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .img-blog-wrapper {
    height: 210px;
  }

  .img-blog-wrapper.about-us-wrapper {
    height: 230px;
  }

  .collection-link-wrapper {
    margin-top: 20px;
  }

  .collection-item-blog-home {
    width: 47%;
  }

  .left-title {
    width: 75%;
  }

  .right-button-title {
    width: 25%;
  }

  .testimonials-section-wrapper {
    grid-row-gap: 60px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .title-testimonials {
    width: 50%;
  }

  .content-testimonials {
    width: 100%;
  }

  .right-arrow-testimonials.home-2-right-testimonial, .left-arrow-testimonials.home-2-left-testimonial {
    top: -73%;
  }

  .client-photo {
    width: 280px;
  }

  .collection-list-team-home-1 {
    grid-template-columns: 1fr 1fr;
  }

  .info-team-member-wrapper {
    background-color: #0000;
    background-image: linear-gradient(#fff0, #00000080);
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-member-photo.fit-top {
    object-position: 50% 15%;
  }

  .collection-item-session {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding: 30px;
  }

  .info-name-session {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    justify-content: center;
    width: 75%;
  }

  .description-wrapper {
    text-align: center;
    width: 100%;
  }

  .big-info-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .img-info {
    width: 70%;
  }

  .info-content-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .statistics-wrapper {
    width: 80%;
  }

  .stotistic-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .collection-list-services {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .collection-item-service {
    width: 47%;
  }

  .service-name-wrapper {
    width: 85%;
  }

  .home-1-bg {
    top: 70px;
  }

  .banner-home-wrapper {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    justify-content: center;
    display: flex;
  }

  .banner-home-wrapper.details, .banner-home-wrapper.service-details {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .buttons-banner-wrapper {
    grid-column-gap: 30px;
    justify-content: center;
  }

  .content-home-wrapper {
    text-align: center;
    align-items: center;
  }

  .content-home-wrapper.about-content {
    width: 90%;
  }

  .service-name {
    width: 84%;
  }

  .collection-list-team-home-2 {
    grid-column-gap: 20px;
  }

  .collection-item-team-home-2.our-team {
    height: 450px;
  }

  .section-title-grid {
    grid-row-gap: 0px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .section-title-grid.tablet-start {
    justify-items: start;
  }

  .info-client-wrapper {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
  }

  .review-wrap-2-type {
    width: 75%;
  }

  .service-img {
    height: 280px;
  }

  .about-center-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .info-center-wrapper {
    width: 75%;
  }

  .about-center-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .absolute-bottom-bg {
    height: 60%;
  }

  .collection-list-session-home-2 {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item-session-home-2 {
    width: 47%;
  }

  .info-with-link-wrap {
    justify-content: center;
    align-items: center;
  }

  .absolute-desctop-img {
    object-position: 50% 0%;
    border-radius: 12px;
    width: 80%;
    height: 450px;
    min-height: auto;
    position: static;
  }

  .bg-top-absolute {
    height: 56%;
  }

  .banner-home-2-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 80%;
  }

  .short-info-wrapper-banner._w-100-tablet {
    width: 100%;
  }

  .right-content-banner-home-2 {
    justify-content: center;
    align-items: center;
  }

  .submit-wrapper {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .submit-title {
    width: 75%;
  }

  .form-block-submit {
    width: 90%;
  }

  .all-services-center-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .about-psychologist-wrapper {
    grid-column-gap: 40px;
  }

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

  .icon-service {
    margin-top: 10px;
  }

  .info-home-3-wrapper {
    grid-column-gap: 40px;
  }

  .advertising-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .advertising-img {
    border-radius: 12px;
  }

  .advertising-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    padding-right: 30px;
    display: flex;
  }

  .collection-list-session-home-3 {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .video-home-3 {
    height: 460px;
  }

  .info-with-video-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin-left: auto;
  }

  .collection-item-session-home-3 {
    width: 47%;
  }

  .inner-banner-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 90%;
  }

  .absolute-video-desctop {
    border-radius: 12px;
    width: 80%;
    height: 450px;
    min-height: auto;
    position: static;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .details-team-wrapper {
    grid-column-gap: 40px;
  }

  .team-member-details-img {
    height: 100%;
  }

  .line-top-border-wrapper {
    margin-top: 40px;
    padding-top: 30px;
  }

  .blog-details-title-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .list-blog-wrapper {
    align-items: center;
  }

  .collection-item {
    width: 47%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lightbox-link {
    min-height: 380px;
  }

  .about-content-right {
    flex-direction: column;
    align-items: center;
    width: 75%;
    display: flex;
  }

  .about-content-right.services {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-content-left {
    text-align: center;
    width: 100%;
  }

  .white-list.services-list-about {
    grid-column-gap: 40px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .about-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .flex-vertical-card {
    background-image: none;
  }

  .margin-bottom-large {
    margin-bottom: 0;
  }

  .right-banner-wrap {
    justify-content: center;
    align-items: center;
  }

  .right-banner-wrap.banner-left {
    align-items: flex-start;
  }

  .flex-horizontal-align-center.with-gap {
    grid-column-gap: 20px;
  }

  .column-wrapper {
    width: 100%;
  }

  .column-wrapper.blog {
    width: 100%;
    margin-top: 0;
  }

  .banner-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-bottom: 60px;
    display: flex;
  }

  .banner-wrap.banner-news {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0;
  }

  .recent-link-img-blog {
    width: 30%;
  }

  .accordion-wrapper-one-column-2 {
    width: 100%;
  }

  .faq {
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-faq-wrap {
    background-image: url('../images/emcp-faq-130325a.webp');
    background-position: 50%;
    width: 100%;
    height: 460px;
  }

  .info-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .content-info {
    text-align: center;
    width: 100%;
  }

  .img-info-2 {
    width: 100%;
    height: 400px;
  }

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

  .section-title-wrapper-2 {
    max-width: 560px;
  }

  .contacts-content-wrapper-2 {
    width: 100%;
    padding-right: 0;
  }

  .contacts-wrapper-2 {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-info-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .contacts-form-wrapper-2 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }

  .contact-info-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-info-wrap.emcp_social-wrapper {
    display: none;
  }

  .contact-info-wrap.emcp_contact-wrap-md {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-info-wrap.emcp_contact-wrap-lg {
    display: none;
  }

  .client-photo-succes {
    height: auto;
    min-height: 330px;
  }

  .list-therapy {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .about-therapy-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .img-therapy-wrap {
    width: 100%;
    height: 420px;
  }

  .content-therapy-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .collection-list-3 {
    grid-row-gap: 40px;
  }

  .photo {
    object-fit: cover;
    height: 450px;
  }

  .tab-link-tab-2.first-tab {
    flex: none;
  }

  .tabs-menu {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .details-title-wrapper {
    width: 90%;
  }

  .session-details-img {
    height: 400px;
  }

  .service-img-details {
    object-fit: cover;
    height: 360px;
  }

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

  ._404-heading {
    font-size: 120px;
  }

  .promotion-label-holder, .promotion-labels-wrapper {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .image-3 {
    order: 0;
    width: 40%;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: block;
  }

  .image-4 {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  blockquote {
    font-size: 24px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.blog-banner, .section.contacts-banner, .section.banner-faq, .section.inner-banner, .section.landing-banner {
    padding-top: 120px;
  }

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

  .section.banner-home-1 {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .section.banner-home-2, .section.home-3-banner, .section.team-details-banner, .section.blog-details-banner, .section.about-us-2-banner, .section.inner-white-banner {
    padding-top: 120px;
  }

  .section.details-banner {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .section.session-banner {
    padding-top: 120px;
  }

  .section.details-session-img {
    padding-bottom: 30px;
  }

  .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-container {
    margin-top: 20px;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

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

  .h2-tablet {
    font-size: 36px;
  }

  .style-guide-body-wrapper, .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

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

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-title {
    margin-left: 0;
  }

  .pages-banner {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

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

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 58px;
  }

  .blog-sidebar-left, .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .footer {
    padding-top: 20px;
  }

  .footer-bottom-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;
  }

  .banner-title-wrapper {
    width: 100%;
    max-width: none;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrapper.service-details {
    margin-top: 30px;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .footer-wrapper {
    grid-column-gap: 20px;
    place-content: flex-end space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    order: 1;
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-brand-wrapper.emcp_ftr-logo-wrapper {
    width: 45%;
    margin-bottom: 0;
  }

  .footer-brand-wrapper.emcp_ftr-iahip-wrapper {
    width: 45%;
  }

  .footer-links-wrapper {
    order: -1;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .search-section {
    padding-bottom: 60px;
  }

  .footer-brand-description {
    text-align: center;
    width: 60%;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .service-details-sidebar-contacts {
    grid-row-gap: 0px;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

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

  .button-wrapper.center-mobile {
    justify-content: center;
    margin-top: 30px;
  }

  .video-home-2 {
    min-height: 300px;
  }

  .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;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .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;
  }

  .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%;
  }

  .feature-number {
    font-size: 40px;
  }

  .about-4-video-left-block {
    justify-content: flex-start;
    margin-right: 0;
  }

  .about-4-video-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .about-big-text {
    text-align: left;
  }

  .sessions-contacts-image {
    object-position: 50% 10%;
    border-radius: 12px;
    width: 100%;
    height: 340px;
    position: static;
  }

  .sessions-contacts-content-wrapper {
    text-align: center;
    align-items: center;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .details-page-title {
    font-size: 40px;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .contact-footer-wrap {
    margin-bottom: 40px;
  }

  .links-footer-wrapper {
    grid-column-gap: 20px;
  }

  .collection-list-blog-home {
    flex-direction: column;
  }

  .img-blog-wrapper {
    width: 100%;
    height: 240px;
  }

  .blog-img-home {
    width: 100%;
  }

  .collection-link-wrapper {
    margin-top: 10px;
  }

  .collection-item-blog-home {
    width: 100%;
  }

  .section-title-flex-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .left-title {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .right-button-title {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
  }

  .mobile-button-wrapper {
    display: block;
  }

  .testimonials-section-wrapper {
    grid-row-gap: 40px;
  }

  .testimonials-wrap {
    padding-bottom: 100px;
  }

  .right-arrow-testimonials.home-2-right-testimonial {
    inset: auto 0% 0% auto;
  }

  .left-arrow-testimonials, .left-arrow-testimonials.home-2-left-testimonial {
    inset: auto auto 0% 0%;
  }

  .review-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .review {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

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

  .review-client-wrapper {
    justify-content: center;
    align-items: center;
  }

  .rating-wrapper {
    margin-top: 10px;
  }

  .team-member-photo.fit-top {
    object-position: 50% 5%;
  }

  .collection-item-session {
    text-align: center;
  }

  .info-name-session {
    justify-content: center;
    width: 100%;
  }

  .description-wrapper {
    width: 100%;
  }

  .img-info {
    width: 100%;
    height: 520px;
  }

  .statistics-wrapper {
    width: 100%;
  }

  .value {
    font-size: 38px;
  }

  .collection-item-service {
    width: 100%;
  }

  .banner-home-wrapper {
    grid-row-gap: 40px;
  }

  .banner-home-wrapper.details, .banner-home-wrapper.service-details {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .buttons-banner-wrapper {
    margin-top: 40px;
  }

  .content-home-wrapper.about-content, .service-name {
    width: 100%;
  }

  .collection-list-team-home-2 {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .collection-item-team-home-2 {
    width: 75%;
  }

  .section-title-grid {
    margin-bottom: 40px;
  }

  .section-title-grid.tablet-start {
    justify-items: center;
  }

  .testimonials-2-type-wrapper {
    padding-bottom: 0;
  }

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

  .info-client-wrapper {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .review-wrap-2-type {
    width: 100%;
  }

  .collection-list-service-home-2 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .service-img {
    height: 100%;
  }

  .absolute-desctop-img {
    height: 400px;
  }

  .bg-top-absolute {
    height: 55%;
  }

  .numbers {
    font-size: 40px;
  }

  .submit-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .submit-title, .form-block-submit {
    width: 100%;
  }

  .all-services-center-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .about-psychologist-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .psychologist-wrap {
    width: 75%;
  }

  .about-psychologist-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .left-content-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .icon-service {
    width: 36px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .collection-item-service-home-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .info-home-3-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .info-with-video-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .collection-item-session-home-3, .inner-banner-wrapper {
    width: 100%;
  }

  .absolute-video-desctop {
    height: 400px;
  }

  .collection-list {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .details-team-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .team-member-details-img {
    width: 80%;
    height: 460px;
  }

  .bg-absolute-blog {
    height: 5%;
  }

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

  .collection-item {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .lightbox-link {
    min-height: 300px;
  }

  .lightbox-link.mt-60-40 {
    margin-top: 40px;
  }

  .title-about {
    margin-bottom: 40px;
  }

  .title-about.center-text {
    margin-bottom: 20px;
  }

  .about-content-right {
    width: 100%;
  }

  .about-content-right.services {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-wrapper {
    grid-row-gap: 40px;
  }

  .flex-vertical-card {
    margin-left: 0;
    margin-right: 0;
  }

  .flex-vertical-card.with-gap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .collection-list-blog {
    grid-template-columns: 1fr;
  }

  .margin-bottom-large {
    margin-bottom: 0;
  }

  .flex-horizontal-align-center.with-gap {
    flex-direction: column;
  }

  .column-wrapper.blog {
    text-align: left;
    width: 100%;
  }

  .banner-wrap {
    margin-bottom: 40px;
  }

  .banner-wrap.banner-news {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .info-blog.blog-page {
    text-align: left;
  }

  .recent-link-img-blog {
    width: 100%;
  }

  .recent-img-blog {
    height: 200px;
  }

  .recent-info-blog-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .paragraph-white-banner {
    width: 100%;
  }

  .collection-list-services-page {
    grid-template-columns: 1fr;
  }

  .accordion-wrapper-one-column-2 {
    width: 100%;
  }

  .faq {
    grid-row-gap: 40px;
  }

  .image-faq-wrap {
    width: 100%;
  }

  .info-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

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

  .section-title-wrapper-2.big {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .social-wrapper {
    display: none;
  }

  .contacts-content-wrapper-2 {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .contacts-wrapper-2 {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .contact-info-wrapper {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .contacts-form-wrapper-2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-info-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .contact-info-wrap.emcp_contact-wrap-md {
    display: none;
  }

  .contact-info-wrap.emcp_contact-wrap-lg {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-info-wrap.emcp_contact-wrap-sm {
    display: none;
  }

  .contacts-form-title-2 {
    text-align: center;
  }

  .collection-item-succes-stories {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .collection-item-succes-stories.img-up-tablet {
    flex-direction: column-reverse;
    display: flex;
  }

  .list-therapy {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }

  .about-therapy-wrapper {
    grid-row-gap: 40px;
  }

  .img-therapy-wrap {
    height: 360px;
  }

  .collection-list-3 {
    grid-row-gap: 60px;
  }

  .photo {
    height: 360px;
  }

  .tabs-menu {
    grid-row-gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
  }

  .grid-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .details-title-wrapper {
    width: 100%;
  }

  .session-details-img, .service-img-details {
    height: 320px;
  }

  ._404-heading {
    font-size: 100px;
  }

  .search-result-list {
    grid-row-gap: 20px;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .section-2.emcp_hidden {
    display: none;
  }

  .slider {
    background-color: var(--primary-light);
  }

  .slider.emcp_services_slider.emcp_hidden {
    display: block;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 80px;
    display: flex;
  }

  .image-3 {
    width: 50%;
  }

  .div-block-4 {
    background-position: 50%;
  }

  .div-block-6, .div-block-7, .div-block-8 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  blockquote {
    padding: 20px;
  }

  .section {
    padding-top: 80px;
  }

  .section.blog-banner {
    padding-top: 100px;
  }

  .section.blue-background {
    background-image: linear-gradient(to bottom, var(--primary-light-transparent), var(--primary-light-transparent)), url('../images/bg-tall.webp');
    background-position: 0 0, 100%;
  }

  .section.home-3-banner {
    min-height: 50vh;
  }

  .section.emcp_testimonials {
    padding-bottom: 20px;
  }

  .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%;
  }

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

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    background-image: linear-gradient(to bottom, var(--primary-light-transparent), var(--primary-light-transparent)), url('../images/bg-tall.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .nav-title {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 42px;
  }

  .blog-sidebar-post-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 6px;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .customers-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

  .pricing-plan-item {
    padding: 30px 30px 20px;
  }

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

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-brand-wrapper.emcp_ftr-logo-wrapper {
    width: 100%;
  }

  .footer-brand-wrapper.emcp_ftr-iahip-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .footer-brand-description {
    width: 100%;
  }

  .service-details-sidebar-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .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;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .features-grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    align-items: start;
  }

  .team-feature-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-4-video-left-block {
    text-align: center;
    justify-content: center;
  }

  .about-big-text {
    text-align: center;
    margin-right: 0;
    font-size: 32px;
  }

  .about-big-number {
    margin-right: 0;
    font-size: 100px;
  }

  .about-4-video-right-block {
    text-align: center;
  }

  .sessions-contacts-image {
    height: 300px;
  }

  .sessions-contacts-content-wrapper {
    grid-row-gap: 20px;
  }

  .menu-wrap {
    background-color: #ddeae800;
  }

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

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

  .tablet-menu {
    background-color: #ddeae800;
  }

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

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .flex-wrap-copyright {
    flex-direction: column;
  }

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

  .links-footer-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 60px;
    margin-top: 0;
    font-size: 17px;
  }

  .insta-wrap-img {
    width: 100px;
    height: 100px;
  }

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

  .img-blog-wrapper.about-us-wrapper {
    height: 200px;
  }

  .info-collection-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .title-testimonials {
    width: 100%;
  }

  .right-arrow-testimonials, .right-arrow-testimonials.home-2-right-testimonial {
    right: 25%;
  }

  .left-arrow-testimonials, .left-arrow-testimonials.home-2-left-testimonial {
    left: 25%;
  }

  .review-text.big-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list-team-home-1 {
    grid-template-columns: 1fr;
  }

  .collection-item-team-home-1 {
    width: 100%;
    height: 430px;
  }

  .team-member-photo {
    object-position: 50% 10%;
  }

  .collection-item-session {
    grid-row-gap: 0px;
  }

  .info-name-session {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .img-info {
    height: 320px;
  }

  .service-name-wrapper {
    width: 100%;
  }

  .collection-item-team-home-2 {
    width: 100%;
    height: 390px;
  }

  .testimonials-2-type-wrapper {
    padding-bottom: 60px;
  }

  .info-center-wrapper {
    width: 100%;
  }

  .absolute-bottom-bg {
    height: 45%;
  }

  .collection-item-session-home-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .absolute-desctop-img, .banner-home-2-wrapper {
    width: 100%;
  }

  .short-info-wrapper-banner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .submit-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-block-submit {
    min-height: 554px;
  }

  .all-services-center-wrap {
    grid-template-columns: 1fr;
  }

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

  .end-text-wrap {
    justify-content: center;
    align-items: center;
  }

  .psychologist-wrap {
    width: 100%;
  }

  .advertising-wrap {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-home-3 {
    height: 360px;
  }

  .field-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .field-wrap {
    width: 100%;
  }

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

  .select-wrap {
    width: 100%;
  }

  .statistics-wrap {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .absolute-video-desctop {
    width: 100%;
  }

  .team-member-details-img {
    width: 100%;
    height: 380px;
  }

  .lightbox-link {
    min-height: 260px;
  }

  .about-content-right {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-vertical-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-vertical-card.with-gap {
    grid-row-gap: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-horizontal-align-center.with-gap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .column-wrapper.blog {
    text-align: left;
  }

  .banner-wrap {
    width: 100%;
  }

  .recent-link-img-blog {
    width: 100%;
    height: 200px;
  }

  .recent-img-blog {
    height: 100%;
  }

  .recent-info-blog-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    width: 100%;
  }

  .image-faq-wrap {
    height: 400px;
    min-height: 400px;
  }

  .instruction-wrap {
    flex-direction: column;
    display: flex;
  }

  .info-office-wrap {
    text-align: center;
  }

  .contacts-content-wrapper-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-info-wrapper {
    justify-content: center;
    align-items: center;
  }

  .contacts-form-wrapper-2 {
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .contact-info-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .contact-info-wrap.emcp_contact-wrap-lg {
    grid-template-columns: 1fr;
    display: none;
  }

  .contact-info-wrap.emcp_contact-wrap-sm {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .link {
    font-size: 18px;
  }

  .link.emcp_contact-link {
    font-size: 17px;
  }

  .client-photo-succes {
    min-height: 240px;
  }

  .list-therapy {
    flex-direction: column;
  }

  .collection-list-3 {
    grid-row-gap: 50px;
  }

  .photo {
    height: 280px;
  }

  .tabs-menu {
    grid-column-gap: 30px;
  }

  .session-details-img {
    height: 220px;
  }

  .service-img-details {
    height: 240px;
  }

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

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

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

  .div-block-3 {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-nav {
    margin-top: 0;
    padding-top: 20px;
  }

  .image-3 {
    width: 30%;
    margin-right: auto;
  }

  .div-block-4 {
    background-position: 100%;
  }

  .div-block-6, .div-block-7, .div-block-8 {
    justify-content: center;
    align-items: center;
  }

  .image-4 {
    width: 75%;
    margin-left: auto;
  }

  .facebook-2 {
    color: var(--primary);
    display: block;
  }
}

#w-node-cb069313-47d7-935a-22c6-19a090b9289e-90b92893, #w-node-_0938c394-5da5-6041-4109-de94e7aad041-90b92893 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb069313-47d7-935a-22c6-19a090b928a4-90b92893 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_21f0cd15-dd88-97d3-3fbc-5f0a96baabca-90b92893, #w-node-_21f0cd15-dd88-97d3-3fbc-5f0a96baabd0-90b92893, #w-node-_21f0cd15-dd88-97d3-3fbc-5f0a96baabd6-90b92893, #w-node-be7b178e-1428-68ac-8861-162742bdef9a-90b92893 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be7b178e-1428-68ac-8861-162742bdefa6-90b92893 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-be7b178e-1428-68ac-8861-162742bdefa0-90b92893, #w-node-_65076ffc-2764-a5ae-3c85-1b594c26e596-4c26e593, #w-node-d9c5646f-48b6-3fad-cbef-4fa69e1d5000-9e1d4ffd, #w-node-f432591f-2cea-2ffc-bbb3-5fce8b7f7917-9e1d4ffd, #w-node-d9c5646f-48b6-3fad-cbef-4fa69e1d5005-9e1d4ffd, #w-node-e92df6d6-ea64-0da3-9ab6-093a645f224e-645f224b, #w-node-_3fa3ceb9-13e7-9a0e-870f-316de0f5c3d9-e0f5c3d6, #w-node-_3fa3ceb9-13e7-9a0e-870f-316de0f5c3e1-e0f5c3d6, #w-node-_3fa3ceb9-13e7-9a0e-870f-316de0f5c3e6-e0f5c3d6, #w-node-c389bb67-225c-ef93-ec5a-00f2246c4ea7-246c4ea4, #w-node-dbd83126-772d-4f06-7678-c595349dbd75-349dbd72, #w-node-dbd83126-772d-4f06-7678-c595349dbd79-349dbd72, #w-node-dbd83126-772d-4f06-7678-c595349dbd83-349dbd72, #w-node-dbd83126-772d-4f06-7678-c595349dbd8d-349dbd72, #w-node-dbd83126-772d-4f06-7678-c595349dbd97-349dbd72, #w-node-_931443de-07be-518f-b1ac-70c03fb570e1-3fb570de, #w-node-_931443de-07be-518f-b1ac-70c03fb570e2-3fb570de, #w-node-_74121bc6-5ed9-0025-0f7c-612d13b9a89c-13b9a899, #w-node-_42756fae-a51d-7132-3a83-627218bd55b2-18bd55a6, #w-node-_42756fae-a51d-7132-3a83-627218bd55be-18bd55a6, #w-node-_42756fae-a51d-7132-3a83-627218bd55ca-18bd55a6, #w-node-_84a1578c-c210-0365-52cd-ac770eb88da5-0eb88da2, #w-node-_84a1578c-c210-0365-52cd-ac770eb88da7-0eb88da2, #w-node-_5f64e053-7b80-2ee3-e6b9-77ee6fd2932c-6fd29329, #w-node-_5f64e053-7b80-2ee3-e6b9-77ee6fd2932e-6fd29329, #w-node-_29924d51-218f-372a-5a19-2732118dae7a-118dae77, #w-node-_29924d51-218f-372a-5a19-2732118dae7c-118dae77, #w-node-_29924d51-218f-372a-5a19-2732118dae82-118dae77, #w-node-_29924d51-218f-372a-5a19-2732118dae87-118dae77, #w-node-_727e1e4a-7e0c-19a1-c732-e6630f388bc6-0f388bc3, #w-node-_727e1e4a-7e0c-19a1-c732-e6630f388bc8-0f388bc3, #w-node-_656d267a-1831-adee-5fcc-f9de22829d24-0cdb70f3, #w-node-_430fb4a3-ba0e-e22b-0089-9865154c5f64-0cdb70f3, #w-node-_7436b886-0e9c-0b02-8ee2-147607b1d248-0cdb70f5, #w-node-daaa5e81-646f-ed00-4e08-cbed8ea9ef16-0cdb70f5, #w-node-dbdd8f04-c0d0-3fbd-d5e5-3714cb97b753-cb97b750, #w-node-cf19035f-a29a-8d27-891d-5558ba91be4d-0cdb712b, #w-node-_47e16841-3ec2-1fa1-4d07-2e4b72ac58a3-0cdb712b, #w-node-_69217b10-7b94-e619-e804-3a931d2cafe5-0cdb712d, #w-node-f3afa9f7-6843-88d7-3f8f-7570dc809b1b-0cdb712d, #w-node-adbfe9e3-e829-6035-67f9-00234e74d13a-589baef2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_84a1578c-c210-0365-52cd-ac770eb88da7-0eb88da2, #w-node-_5f64e053-7b80-2ee3-e6b9-77ee6fd2932e-6fd29329, #w-node-_727e1e4a-7e0c-19a1-c732-e6630f388bc8-0f388bc3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_51d6fb1a-5864-0a93-b17c-7ea96f5e7c27-6f5e7c1a, #w-node-_51d6fb1a-5864-0a93-b17c-7ea96f5e7c34-6f5e7c1a, #w-node-_51d6fb1a-5864-0a93-b17c-7ea96f5e7c45-6f5e7c1a, #w-node-_51d6fb1a-5864-0a93-b17c-7ea96f5e7c52-6f5e7c1a, #w-node-_51d6fb1a-5864-0a93-b17c-7ea96f5e7c63-6f5e7c1a, #w-node-_51d6fb1a-5864-0a93-b17c-7ea96f5e7c70-6f5e7c1a, #w-node-_5e8f8ce1-a137-12d6-0066-6bf1ca6e2080-0cdb712d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_21f0cd15-dd88-97d3-3fbc-5f0a96baabca-90b92893 {
    grid-column: span 1 / span 1;
  }

  #w-node-_21f0cd15-dd88-97d3-3fbc-5f0a96baabd0-90b92893 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_21f0cd15-dd88-97d3-3fbc-5f0a96baabd6-90b92893 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d9c5646f-48b6-3fad-cbef-4fa69e1d5000-9e1d4ffd, #w-node-f432591f-2cea-2ffc-bbb3-5fce8b7f7917-9e1d4ffd, #w-node-d9c5646f-48b6-3fad-cbef-4fa69e1d5005-9e1d4ffd, #w-node-adbfe9e3-e829-6035-67f9-00234e74d13a-589baef2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0938c394-5da5-6041-4109-de94e7aad041-90b92893 {
    grid-column: span 1 / span 1;
  }

  #w-node-cb069313-47d7-935a-22c6-19a090b928a4-90b92893, #w-node-_21f0cd15-dd88-97d3-3fbc-5f0a96baabd0-90b92893 {
    grid-column: span 2 / span 2;
  }

  #w-node-_21f0cd15-dd88-97d3-3fbc-5f0a96baabd6-90b92893 {
    grid-column: span 1 / span 1;
  }

  #w-node-be7b178e-1428-68ac-8861-162742bdefa6-90b92893 {
    grid-column: span 2 / span 2;
  }

  #w-node-be7b178e-1428-68ac-8861-162742bdefa0-90b92893 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cb069313-47d7-935a-22c6-19a090b9289e-90b92893, #w-node-_0938c394-5da5-6041-4109-de94e7aad041-90b92893, #w-node-be7b178e-1428-68ac-8861-162742bdef9a-90b92893, #w-node-be7b178e-1428-68ac-8861-162742bdefa0-90b92893 {
    grid-column: span 2 / span 2;
  }

  #w-node-d9c5646f-48b6-3fad-cbef-4fa69e1d5000-9e1d4ffd, #w-node-f432591f-2cea-2ffc-bbb3-5fce8b7f7917-9e1d4ffd, #w-node-d9c5646f-48b6-3fad-cbef-4fa69e1d5005-9e1d4ffd, #w-node-adbfe9e3-e829-6035-67f9-00234e74d13a-589baef2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@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;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}