:root {
  --primary-dark: #1a1b1f;
  --primary: #c5a375;
  --primary-light: #42555a;
  --white: white;
  --gray: #e9e9e9;
  --black: black;
  --light-gray: #f9f9fa;
  --transperent-w-base: #fff0;
  --dark-gray: #afafaf;
  --dark-gray-50: #afafaf80;
  --white-50: #ffffff80;
  --paragraph-gray: #535353;
}

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

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

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

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

body {
  color: var(--primary-dark);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  color: var(--primary);
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.section.dark-bg-with-elements {
  background-color: var(--primary-dark);
  background-image: url('../images/bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.section.search-style {
  padding-top: 40px;
  padding-bottom: 0;
}

.section.contact-spacing {
  padding-bottom: 140px;
}

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

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

.base-container.align-left._2nd-project {
  margin-top: 60px;
}

.base-container.not-15 {
  align-items: flex-start;
  padding-left: 0;
}

.base-container.not-15._2nd-project {
  margin-top: 60px;
}

.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: 100%;
}

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

.typography-wrapper {
  text-transform: capitalize;
  margin-top: 10px;
  line-height: 1.3em;
}

.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: 0;
  position: relative;
}

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

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

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

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

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

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

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

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

.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);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  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: 48px;
}

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

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

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

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

.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;
  text-transform: capitalize;
  border-radius: 8px;
  padding: 12px 22px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  border-color: var(--primary);
  background-color: var(--transperent-w-base);
  opacity: 1;
  color: var(--primary);
}

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

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

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

.primary-button.dark.full-width {
  width: 100%;
  display: block;
}

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

.primary-button.nav-tablet {
  display: none;
}

.primary-button.outline {
  background-color: var(--transperent-w-base);
}

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

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

.navbar {
  background-color: var(--white);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.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;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  padding: 20px;
  font-size: 16px;
  line-height: 1em;
}

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

.nav-link.w--current {
  color: var(--primary-dark);
}

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

.nav-dropdown {
  display: block;
}

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

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

.nav-dropdown-list {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffffe0;
  border: 1px solid #0000002e;
  width: 220px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  border-radius: 8px;
  width: 280px;
  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: 560px;
  display: flex;
  right: -120px;
}

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

.nav-dropdown-link {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

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

.nav-item-title {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1em;
}

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

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

.pages-banner.about {
  background-image: linear-gradient(#00000080, #00000080), url('../images/GettyImages-1139584112.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pages-banner.visa {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-andre-furtado-2916826_1pexels-andre-furtado-2916826.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pages-banner.visa-details {
  background-image: url('../images/pexels-andre-furtado-2916826_1pexels-andre-furtado-2916826.webp');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  position: relative;
}

.pages-banner.team {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-ivan-samkov-8127802_1pexels-ivan-samkov-8127802.webp');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pages-banner.faq {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-andre-furtado-2916826_1pexels-andre-furtado-2916826.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pages-banner.services {
  background-image: linear-gradient(#00000080, #00000080), url('../images/nicole-geri-gMJ3tFOLvnA-unsplash_1nicole-geri-gMJ3tFOLvnA-unsplash.webp');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pages-banner.blog {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-andre-furtado-2916826_1pexels-andre-furtado-2916826.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pages-banner.blog-details, .pages-banner.services-details {
  background-image: url('../images/pexels-andre-furtado-2916826_1pexels-andre-furtado-2916826.webp');
  background-position: 50% 16%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  position: relative;
}

.pages-banner.coachings {
  background-color: var(--transperent-w-base);
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 0;
}

.pages-banner.coachings-details {
  background-image: url('../images/pexels-andre-furtado-2916826_1pexels-andre-furtado-2916826.webp');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pages-banner.countries {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-porapak-apichodilok-346885_1pexels-porapak-apichodilok-346885.webp');
  background-position: 0 0, 50% 62%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pages-banner.countries-three {
  background-color: var(--transperent-w-base);
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 0;
}

.pages-banner.countries-two {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-samson-katt-5225084_1pexels-samson-katt-5225084.webp');
  background-position: 0 0, 50% 66%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pages-banner.countries-details {
  background-image: url('../images/pexels-porapak-apichodilok-346885_1pexels-porapak-apichodilok-346885.webp');
  background-position: 50% 46%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pages-banner.join-us {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-alexander-suhorucov-6457562_1pexels-alexander-suhorucov-6457562.webp');
  background-position: 0 0, 50% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pages-banner.job-details {
  background-image: url('../images/bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pages-banner.contact-us {
  background-image: linear-gradient(#00000080, #00000080), url('../images/nicole-geri-gMJ3tFOLvnA-unsplash_1nicole-geri-gMJ3tFOLvnA-unsplash.webp');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pages-banner.contact-us-two {
  background-image: url('../images/bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -130px;
  padding-top: 130px;
  padding-bottom: 160px;
}

.pages-banner.contact-us-two.no-overlap {
  margin-bottom: 0;
  padding-bottom: 130px;
}

.pages-banner.contact-us-three {
  background-image: linear-gradient(193deg, #ff5400a6, var(--primary-dark) 43%);
}

.pages-banner.reviews {
  background-image: url('../images/bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -130px;
  padding-top: 130px;
  padding-bottom: 160px;
}

.pages-banner.changelog {
  background-image: url('../images/bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
}

.pages-banner.brokerage {
  background-image: linear-gradient(#00000080, #00000080), url('../images/GettyImages-1336602182.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

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

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

.license-link {
  color: var(--primary-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

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

.banner-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-family: New Spirit, sans-serif;
  font-weight: 500;
}

.banner-title.text-dark {
  color: var(--primary-dark);
}

.banner-title.blog {
  max-width: 800px;
}

.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-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  font-weight: 400;
}

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

.utility-page-wrap {
  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 var(--dark-gray);
  border-radius: 8px;
  min-width: 280px;
  height: auto;
  margin-bottom: 15px;
  padding: 10px 22px;
  font-size: 16px;
  line-height: 1em;
}

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

.password-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1em;
}

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

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

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

._404-title {
  margin-bottom: 15px;
  font-size: 90px;
}

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

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  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;
  align-items: center;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--dark-gray);
  border-radius: 8px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 22px;
}

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

.coming-soon-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1em;
}

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

.blog-grid-image {
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.blog-post-title {
  margin-top: 0;
  margin-bottom: 10px;
  transition: color .3s;
}

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

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

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

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

.blog-template-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-pagination-icon {
  width: 40px;
  height: 40px;
}

.next-post-arrow {
  color: var(--dark-gray);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

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

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

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

.footer-bottom-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-rights {
  color: #ffffffb3;
  font-size: 14px;
}

.footer-copyright {
  color: #ffffffb3;
  font-size: 14px;
  display: inline;
}

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

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

.footer-copyright-link.no-spacing {
  margin-right: 0;
}

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

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

.team-card {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-card-image {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  object-fit: cover;
  border-radius: 100%;
  width: 130px;
  height: 130px;
  padding: 6px;
}

.team-card-image.big {
  width: 200px;
  height: 200px;
}

.team-card-content-wrapper {
  text-align: center;
  padding-top: 5px;
}

.team-member-position {
  color: #525252;
  margin-bottom: 0;
  font-size: 18px;
}

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

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

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

.career-list-item-wrapper {
  background-color: var(--primary-dark);
  align-items: center;
  padding: 20px 35px;
  display: flex;
}

.career-position {
  color: var(--white);
  line-height: 1.4em;
  transition: color .2s;
}

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

.career-location, .career-type {
  color: var(--white);
}

.career-button-wrapper {
  text-align: right;
  width: 20%;
}

.career-title-mobile {
  color: var(--white);
  margin-bottom: 5px;
  font-weight: 900;
  display: none;
}

.career-position-wrapper {
  width: 35%;
}

.career-location-wrapper {
  width: 25%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.career-type-wrapper {
  width: 20%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

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

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

.banner-title-wrapper.contact-us-two {
  margin-bottom: 60px;
}

.banner-title-wrapper.blog-details {
  max-width: 1100px;
}

.banner-title-wrapper.countries-details {
  grid-column-gap: 35px;
  grid-row-gap: 10px;
  flex-flow: wrap;
}

.text-white {
  color: var(--white);
  font-family: New Spirit, sans-serif;
  font-weight: 500;
}

.text-white.shrink {
  font-size: 33px;
}

.text-white.p-text {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
}

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

.services-wrapper {
  z-index: 999;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.services-item {
  background-color: var(--primary);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-right: 30px;
  padding: 20px 30px 30px;
  display: flex;
}

.services-item.last-child {
  margin-right: 0;
}

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

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

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

.accordion-item {
  background-color: var(--white);
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

.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-wrap {
  width: 50%;
  margin-right: 15px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

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

.more-features-icon {
  background-color: var(--white);
  color: var(--primary-dark);
  text-align: center;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.coming-soon-image {
  border: 1px solid var(--primary);
  object-fit: cover;
  max-width: 480px;
  height: 100%;
  max-height: 450px;
  padding: 10px;
}

.job-position-wrapper {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.job-position-content-wrapper {
  width: 67%;
  padding-right: 70px;
}

.job-position-sidebar-wrapper {
  background-color: var(--primary-dark);
  width: 33%;
  padding: 40px;
  position: sticky;
  top: 40px;
  box-shadow: 0 0 20px #0000000f;
}

.job-position-sidebar-wrap {
  align-items: center;
  display: flex;
}

.job-position-sidebar-wrap.last-child {
  margin-bottom: 20px;
}

.job-position-icon {
  color: var(--primary);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

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

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

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  line-height: 1.6em;
}

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

.no-margin.bold {
  font-family: New Spirit, sans-serif;
  font-weight: 500;
}

.contacts-textarea {
  border: 1px solid var(--dark-gray);
  background-color: var(--transperent-w-base);
  border-radius: 8px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
}

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

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

.contacts-textarea.on-dark-bg {
  color: var(--white);
}

.contacts-textarea.on-dark-bg::placeholder {
  color: var(--dark-gray);
}

.contacts-textarea.white-style {
  border-color: var(--white);
  background-color: var(--white);
}

.contacts-textarea.white-style:focus {
  border-color: var(--primary);
}

.contacts-input {
  border: 1px solid var(--dark-gray);
  background-color: var(--transperent-w-base);
  border-radius: 8px;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
  transition: all .2s;
}

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

.contacts-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1em;
}

.contacts-input.white-style {
  border-color: var(--white);
  background-color: var(--white);
}

.contacts-input.white-style:focus {
  border-color: var(--primary);
}

.contacts-2-banner-description {
  color: var(--white);
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.contacts-2-location-wrapper {
  margin-top: 30px;
}

.contacts-2-form-wrapper {
  background-color: var(--primary-light);
  width: 50%;
  margin-right: 40px;
  padding: 40px;
}

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

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

.contacts-two-form-wrapper {
  background-color: var(--primary-dark);
  width: 100%;
  margin-bottom: 0;
  padding: 40px;
}

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

.contacts-3-input {
  border: 1px solid var(--dark-gray);
  background-color: var(--transperent-w-base);
  border-radius: 8px;
  height: auto;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

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

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

.contacts-3-input.select-input {
  color: var(--dark-gray);
  margin-right: 0;
}

.contacts-3-input.on-dark-bg {
  color: var(--white);
}

.contacts-3-input.on-dark-bg::placeholder {
  color: var(--dark-gray);
}

.contacts-3-form {
  text-align: center;
  width: 100%;
  height: 100%;
}

.footer-link {
  color: var(--dark-gray);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

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

.footer-social-icons-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.white-text {
  color: #fff;
  font-family: New Spirit, sans-serif;
  font-weight: 500;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-social-icon {
  color: #fff;
  margin-right: 30px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: var(--primary);
}

.footer-social-icon.last-child {
  margin-right: 0;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.search-shop-con {
  align-items: center;
  margin-left: 20px;
  display: flex;
}

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

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

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

.search-input {
  border: 1px solid var(--dark-gray);
  border-radius: 8px;
  height: auto;
  margin-bottom: 0;
  padding: 9px 22px;
  font-size: 16px;
  line-height: 1em;
}

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

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

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

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonials-card-wrapper {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonials-card-item {
  background-color: var(--white);
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-shadow: 0 0 50px #00000014;
}

.testimonials-card-position {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}

.testimonials-card-icon {
  margin-bottom: 20px;
}

.testimonials-card-date {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}

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

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

.visa-details-sidebar-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 30%;
  display: flex;
  position: sticky;
  top: 40px;
}

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

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

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

.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 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.button-wrapper.smaller-spacing, .button-wrapper.smaller-spacing-coachings {
  margin-top: 20px;
}

.button-wrapper.smaller-spacing-items {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

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

.services-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  display: grid;
}

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

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

.about-3-image {
  object-fit: cover;
  width: 25%;
  height: 300px;
}

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

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

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

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

.project-template-content {
  width: 75%;
}

.project-template-info {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 25%;
  padding-left: 60px;
  display: flex;
}

.project-template-content-wrapper {
  width: 100%;
  display: flex;
}

.project-template-info-wrap {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.project-template-info-wrap.last-child {
  margin-bottom: 0;
}

.project-pagination-wrapper {
  border-top: 1px solid var(--dark-gray-50);
  align-items: stretch;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
}

.project-pagination-icon-wrapper {
  text-align: center;
  width: 20%;
}

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

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

.navbar-absolute {
  background-color: var(--transperent-w-base);
  outline-offset: 0px;
  outline: 3px #0e0e0e;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

.map-wrapper {
  position: relative;
}

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

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

.empty-state {
  background-color: var(--transperent-w-base);
  padding: 0;
}

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

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

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

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

.project-button-link {
  color: var(--primary-dark);
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

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

.project-button-link.left {
  justify-content: flex-start;
}

.project-prev-button-link-icon {
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-next-button-link-icon {
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-button-link-paragraph {
  font-size: 18px;
}

.home-blog-collection {
  width: 100%;
}

.home-blog-list {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.home-blog-item {
  width: 31.8%;
  transition: all .3s;
  display: inline-block;
}

.home-blog-wrapper {
  position: relative;
}

.home-blog-content {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.home-blog-image {
  width: 100%;
}

.home-blog-category {
  background-color: var(--primary);
  color: var(--white);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 4px 14px;
  font-size: 14px;
  line-height: 1.6em;
  transition: background-color .3s, color .3s;
  display: inline-block;
  position: absolute;
  inset: 30px auto auto 0;
}

.home-blog-category:hover {
  background-color: var(--primary-dark);
}

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

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

.about-info-cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.about-5-info-cards-wrap {
  background-color: var(--primary);
  width: 47.7%;
  padding: 20px;
}

.visa-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.visa-block.middle {
  align-items: center;
}

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

.visa-item.tall {
  border-radius: 6px;
  height: 700px;
}

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

.visa-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.visa-title-wrapper.width-adjustment-left {
  width: 35%;
}

.visa-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-6-projects-list-wrapper {
  width: 70%;
}

.about-6-projects-list-wrapper.width-adjustment {
  width: 65%;
}

.visa-item-overlay {
  z-index: 5;
  background-color: #0000004d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

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

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

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  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;
}

.event-icon {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
}

.event-detail-wrap {
  grid-column-gap: 15px;
  align-items: center;
  width: 70%;
  display: flex;
}

.event-detail {
  font-weight: 700;
}

.event-location {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.map-2 {
  height: 100%;
}

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

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

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

.rich-text-style h3, .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 {
  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;
}

.form {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.position-relative {
  position: relative;
}

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

.success-message {
  background-color: var(--transperent-w-base);
  color: var(--primary);
  text-align: center;
}

.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 {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.home-title {
  z-index: 999;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  width: 64%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: New Spirit, sans-serif;
  font-size: 69px;
  font-weight: 500;
  line-height: 1.1em;
  position: relative;
}

.clip {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-content-container {
  z-index: 999;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.banner-content-container.centered-content {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

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

.button-icon.button-icon-top {
  position: absolute;
  left: -100%;
}

.button-animated {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #ffffff1a;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #ffffff80;
  border-radius: 100px;
  justify-content: center;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  padding: 14px 26px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  position: relative;
}

.btn-circle {
  background-color: #ffffff1a;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.icon-bottom {
  width: 10px;
  height: 10px;
}

.icon-bottom.big {
  width: 16px;
  height: 16px;
}

.buttons-wrapper {
  z-index: 1000;
  grid-column-gap: 20px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.banner-section-photo {
  background-image: linear-gradient(#00000082, #00000082), url('../images/carwill-realty1.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 940px;
  padding-top: 150px;
  padding-bottom: 240px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-section-photo.center-content {
  align-items: stretch;
}

.home-main-banner-discription {
  color: #fff;
  text-shadow: 0 0 7px #000000d4;
  width: 66%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.6em;
}

.home-main-banner-discription.mid {
  text-align: center;
  width: 75%;
}

.video-content-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 15px;
  display: flex;
}

.video-content-wrapper.in-section-video {
  justify-content: center;
  align-items: center;
}

.btn-circle-big {
  background-color: #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.in-section-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: New Spirit, sans-serif;
  font-weight: 500;
}

.in-section-title.smaller {
  font-size: 43px;
}

.column-one, .column-two {
  width: 50%;
  height: 100%;
}

.two-column-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.two-column-wrapper.center {
  align-items: center;
}

.video-in-section {
  z-index: 999;
  background-image: linear-gradient(to top, #00000080, #fff0), linear-gradient(#00000080, #00000080), url('../images/home-slider-3.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.video-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.heading-advantages {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subtitle-text {
  color: var(--primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1em;
  display: inline-block;
}

.number {
  color: #000;
  font-size: 16px;
}

.number.white-text {
  color: #fff;
}

.left-advatages-content {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.advantages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
  display: grid;
}

.small-paragraph {
  font-size: 16px;
}

.small-paragraph.white-w-95 {
  color: #fff;
  width: 95%;
}

.small-paragraph._w-95 {
  width: 95%;
}

.advantages-wrap {
  background-color: var(--primary-light);
  width: 90%;
  padding: 15px 20px;
}

.advantages-wrap.center {
  background-color: var(--primary);
  margin-left: 30px;
  box-shadow: 0 24px 48px -12px #1018282e;
}

.advantages-wrap.white-style {
  background-color: var(--white);
}

.video-content {
  width: 60%;
}

.video-big {
  z-index: 999;
  background-image: linear-gradient(to top, #00000080, #fff0), linear-gradient(#0006, #0006), url('../images/GettyImages-1506067828.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-image-span {
  background-image: url('../images/harley-davidson-4ixHdlcROPI-unsplash_1harley-davidson-4ixHdlcROPI-unsplash.webp');
  background-position: 50% 90%;
  background-size: cover;
  margin-top: 4px;
  margin-bottom: 4px;
  display: inline-block;
}

.text-image-span.second-image {
  background-image: url('../images/pexels-catarina-sousa-68704_1pexels-catarina-sousa-68704.webp');
  background-position: 50%;
}

.text-image-span.fists-image {
  background-image: url('../images/GettyImages-1398470118.jpg');
  background-position: 50% 0;
}

.text-image-span.third-image {
  background-image: url('../images/pexels-jonathan-borba-3134232_1pexels-jonathan-borba-3134232.webp');
  background-position: 50%;
}

.span-quote-wrapper {
  text-align: center;
}

.span-quote {
  color: var(--white);
  text-align: center;
  text-transform: none;
  font-family: New Spirit, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}

.home-1-contact-block {
  grid-row-gap: 40px;
  background-color: var(--primary-light);
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 40%;
  padding: 50px;
  display: flex;
  position: relative;
}

._1-home-map-block {
  width: 60%;
  position: relative;
  overflow: hidden;
}

.home-1-map-block {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-white {
  color: var(--white);
  font-size: 16px;
  transition: color .3s;
  display: flex;
}

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

.map-1-temporary-image {
  filter: brightness(94%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.map-tag {
  position: absolute;
  inset: 31.6% auto auto 46.2%;
}

.home-contact-wrapper {
  z-index: 999;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.avatars-image {
  border: 2px solid var(--primary);
  object-fit: cover;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: -12px;
}

.avatars-image.last-item {
  border-color: var(--primary);
  margin-right: 0;
}

.clients-pics-wrapp {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.clients-subtitle {
  width: 100%;
  line-height: 1.4em;
}

.working-wrap {
  grid-row-gap: 5px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.working-numbers {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.working-numbers._2v {
  grid-template-columns: 1fr 1fr;
}

.numbers-text {
  color: #fdfbf999;
  text-transform: uppercase;
}

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

.line {
  background-color: var(--primary);
  width: 2px;
  height: 40px;
  position: absolute;
  inset: 30% auto 0% -30px;
}

.line.home-left {
  inset: 20px auto 0% 0%;
}

.line.home-white-left {
  background-color: var(--white-50);
  inset: 20px auto 0% 0%;
}

.numbers {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
}

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

.work-wrapper {
  background-image: url('../images/nicole-geri-gMJ3tFOLvnA-unsplash_1nicole-geri-gMJ3tFOLvnA-unsplash.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.icon-work {
  z-index: 1;
  background-color: var(--primary);
  border-radius: 10px;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  padding: 8px;
  position: relative;
}

.service-item-description {
  z-index: 1;
  color: var(--white);
  position: relative;
}

.about-block-image {
  z-index: 2;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  min-height: 420px;
  position: relative;
}

.banner-numbers-wrapper {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff24;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.services-titles {
  z-index: 1;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
  position: relative;
}

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

.bg-dark {
  background-color: var(--primary-dark);
  height: 200px;
  margin-bottom: -1px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.list-home {
  -webkit-text-fill-color: inherit;
  background-color: #1a1b1f00;
  background-clip: border-box;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.check-icon-in-list {
  color: var(--transperent-w-base);
  background-image: url('../images/check-Icon.svg');
  background-position: 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
}

.home-list-item {
  color: var(--primary-dark);
}

.countries-block-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  background-color: var(--primary-dark);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.countries-column-two {
  width: 58%;
  height: 100%;
}

.countries-column-one {
  width: 42%;
  height: 100%;
}

.countries-block-image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 360px;
  position: relative;
}

.dark-overlay {
  z-index: 0;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

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

.link-with-arrow-underline {
  border-bottom: 1px solid var(--primary);
  color: var(--primary-dark);
  background-image: url('../images/right-up-slim.svg');
  background-position: 100% 4px;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-bottom: 3px;
  padding-right: 30px;
  transition-property: all;
  transition-duration: .3s;
  display: inline-block;
}

.link-with-arrow-underline:hover {
  background-image: url('../images/right-up-slim.svg');
  background-repeat: no-repeat;
  background-size: 0;
  padding-right: 0;
}

.link-with-arrow-underline.white-style {
  border-bottom-color: var(--primary);
  color: #fff;
  background-image: url('../images/right-up-slim-w.svg');
}

.link-with-arrow-underline.white-style:hover {
  background-image: url('../images/right-up-slim-w.svg');
  background-repeat: no-repeat;
  background-size: 0;
}

.link-with-arrow-underline.white-style-white-underline {
  border-bottom-color: var(--white);
  color: #fff;
  background-image: url('../images/right-up-slim-w.svg');
}

.link-with-arrow-underline.white-style-white-underline:hover {
  background-image: url('../images/right-up-slim-w.svg');
  background-repeat: no-repeat;
  background-size: 0;
}

.footer-wrapper-top {
  border-bottom: 1px solid var(--primary);
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 20px;
  display: flex;
}

.footer-form-wrapper {
  text-align: left;
  width: 30%;
}

.footer-form-description {
  color: var(--dark-gray);
  margin-top: 15px;
}

.footer-form-description.left {
  text-align: left;
}

.form-footer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.text-field {
  color: var(--primary-dark);
  border-radius: 8px;
  height: auto;
  margin-bottom: 0;
  font-size: 16px;
}

.text-field:focus {
  border: 1px solid var(--primary);
}

.text-field::placeholder {
  color: var(--dark-gray);
}

.form-block-footer {
  margin-top: 25px;
  margin-bottom: 0;
  display: none;
}

.numbers-wrapper {
  background-color: var(--primary);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.banner-section-photo-two {
  background-image: linear-gradient(#0009, #0009), url('../images/pexels-samson-katt-5225084_1pexels-samson-katt-5225084.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 730px;
  padding-top: 130px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-content-container-two {
  z-index: 999;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.visa-link-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--primary);
  color: var(--white);
  border-radius: 10px;
  flex-flow: wrap;
  padding: 8px 18px;
  transition: border .3s, color .3s;
  display: flex;
}

.visa-link-block:hover {
  border-color: var(--white-50);
}

.image-icon-visa {
  width: 26px;
  height: 26px;
}

.visa-buttons-wrapper {
  z-index: 1000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

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

.banner-section-three {
  background-color: var(--primary-dark);
  background-image: linear-gradient(198deg, #ff540099, var(--primary-dark) 39%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 130px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-banner-image {
  z-index: 999;
  object-fit: cover;
  object-position: 50% 40%;
  border-radius: 5px;
  width: 100%;
  height: 460px;
  position: relative;
}

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

.bg-element-color.banner-bg {
  height: 50%;
}

.numbers-small {
  color: var(--white);
  margin-top: 0;
}

.about-block-image-high {
  z-index: 2;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  min-height: 480px;
  position: relative;
}

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

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

.image-icon-visa-style {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.banner-description-visa {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.service-details-cta {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-andre-furtado-2916826_1pexels-andre-furtado-2916826.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 280px;
  padding: 20px 20px 30px;
  display: flex;
  box-shadow: 0 0 20px #0000001a;
}

.services-details-sidebar-wrapper {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  padding: 30px 20px 40px;
  display: flex;
  position: sticky;
  top: 40px;
  box-shadow: 0 4px 20px #0000001a;
}

.blog-list-main {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  display: flex;
}

.blog-subtitle-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

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

.rich-text-style-details {
  margin-top: -10px;
  margin-bottom: -10px;
}

.rich-text-style-details h2 {
  margin-bottom: 15px;
  font-size: 40px;
}

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

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

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

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

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

.coaching-post-title {
  margin-top: 0;
  margin-bottom: 10px;
  transition: color .3s;
}

.coaching-post-title:hover {
  color: var(--primary);
}

.image-coaching {
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.round-button {
  border: 1px solid var(--dark-gray);
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: background-color .3s, border-color .3s, color .3s;
  display: flex;
}

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

.image-wrapper-coachings {
  width: 100%;
  margin-bottom: 20px;
}

.collection-list-coachings {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: grid;
}

.collection-list-wrapper-coachings, .collection-item-coachings, .collection-list-wrapper-country {
  width: 100%;
}

.country-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-icon-country-style {
  border: 1px solid var(--primary);
  border-radius: 100%;
  width: 160px;
  height: 160px;
  padding: 6px;
}

.country-collection-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.country-title {
  margin-top: 20px;
  margin-bottom: 5px;
  transition: color .3s;
}

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

.countries-info-wrapper {
  background-color: var(--primary-dark);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 30px 20px;
  display: flex;
}

.image-icon-country-2-style {
  border: 1px solid var(--white);
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.country-2-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.country-2-title:hover {
  color: var(--white-50);
}

.countries-title-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-semi-white {
  color: #fffc;
}

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

.countries-image {
  object-fit: cover;
  width: 100%;
  height: 260px;
  transition: transform .5s;
}

.countries-image:hover {
  transform: scale(1.1);
}

.countries-3-info-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
  display: flex;
}

.country-3-title {
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.country-3-title:hover {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
}

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

.countries-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-icon-country-3-style {
  border: 1px solid var(--primary);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 3px;
}

.image-icon-country-details-style {
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.countries-details-sidebar-wrapper {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  padding: 30px 20px 40px;
  display: flex;
  position: sticky;
  top: 40px;
  box-shadow: 0 4px 20px #0000001a;
}

.video-in-section-careers {
  z-index: 999;
  background-image: linear-gradient(to top, #00000080, #fff0), linear-gradient(#0006, #0006), url('../images/pexels-ivan-samkov-8127802_1pexels-ivan-samkov-8127802.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 445px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

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

.coachings-description {
  text-align: center;
  max-width: 540px;
}

.avatars-wrapper {
  display: flex;
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  text-transform: none;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 296px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-bottom: 0 #0000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
  border-bottom-color: #0000;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
}

.hire-buttons:hover {
  color: #ffffffb3;
  border-color: #fff;
}

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

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

.more-templates {
  z-index: 1000;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.more-templates:hover {
  opacity: 1;
  color: #000;
  border-color: #e4e4e4;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.buy-this-template {
  z-index: 1000;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  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;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.buy-this-template:hover {
  opacity: 1;
  color: #000;
  border-color: #e4e4e4;
}

.italic-text {
  color: #ac8d64;
}

.image {
  height: 220px;
  margin-bottom: 31px;
  margin-right: 30px;
}

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

.tab-title {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #b61d1c;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.primary-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: #b71c1c;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  transition: all .5s;
  display: flex;
}

.primary-button-2:hover {
  opacity: 1;
  color: #b71c1c;
  background-color: #fff;
}

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

.project-arrow {
  object-fit: cover;
  width: auto;
  height: 20px;
}

.client-quote-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.subtitle-galleries-details {
  color: #c5a375;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.subtitle-galleries-details.caps {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subtitle-galleries-details.larger {
  color: var(--primary-dark);
  font-family: New Spirit, sans-serif;
  font-size: 29px;
  font-weight: 500;
}

.subtitle-galleries-details.sidebar {
  font-size: 20px;
}

.subtitle-galleries-details.projects-h {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
}

.success-message-2 {
  color: #ed7f38;
  text-align: center;
  background-color: #0000;
  border: 1px solid #ffffff1a;
  border-radius: 2px;
  padding: 20px;
}

.arrow-wrapper {
  z-index: 25;
  position: relative;
  overflow: hidden;
}

.error-message-2 {
  color: #ed7f38;
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
}

.list-item {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.list-item.checklist {
  color: #000;
  margin-bottom: 5px;
}

.contact-us-form {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text-message-field {
  color: #fff;
  background-color: #0000;
  border: 1px solid #202926;
  border-radius: 2px;
  min-height: 200px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 18px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.text-message-field:focus {
  border-color: #fff;
  padding-left: 24px;
}

.text-message-field::placeholder {
  color: #00000080;
  font-size: 16px;
}

.text-field-2 {
  color: var(--primary-dark);
  background-color: #0000;
  border: 1px solid #202926;
  border-radius: 2px;
  min-height: 50px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 18px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.text-field-2:focus {
  border-color: #fff;
  padding-left: 24px;
}

.text-field-2::placeholder {
  color: #00000080;
  font-size: 16px;
}

.details-title {
  font-family: New Spirit, sans-serif;
  font-size: 33px;
  font-weight: 500;
  line-height: 1.1em;
}

.stages-sidebar {
  grid-row-gap: 25px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 40%;
  padding-right: 40px;
  display: flex;
  position: sticky;
  top: 80px;
}

.content-portfolio-details {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 80px;
  display: flex;
}

.content-portfolio-details.first {
  padding-top: 0;
}

.link-2 {
  color: #cb1b1b;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: underline;
}

.anchor-link {
  border-bottom: 1px solid var(--dark-gray-50);
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  transition: background-color .5s, padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.anchor-link:hover {
  padding-left: 24px;
  padding-right: 24px;
}

.anchor-link.w--current {
  border-bottom-color: var(--dark-gray-50);
  color: var(--primary);
  background-color: #0000;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
}

.form-btn-wrap {
  flex: 1;
  align-self: stretch;
  width: 100%;
  margin-top: 10px;
}

.our-mission-list {
  background-color: var(--primary);
  color: var(--primary-dark);
  padding-left: 0;
}

.no-margin-paragraph {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5em;
}

.no-margin-paragraph.asterisk-tiny {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.4em;
}

.no-margin-paragraph.asterisk-tiny.first {
  margin-top: 20px;
}

.no-margin-paragraph.asterisk-tiny.within {
  margin-bottom: 0;
}

.anchor-list {
  border-top: 1px solid var(--dark-gray-50);
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.list-wrapper {
  align-items: center;
  display: flex;
}

.list-wrapper.mission-list {
  margin-top: 20px;
}

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

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

.item-hover-details {
  color: var(--primary-dark);
  background-color: #0000;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

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

.large-width {
  width: 100%;
}

.project-stage {
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.overlay-img-details {
  background-color: #151b1933;
  position: absolute;
  inset: 0%;
}

.h2-shop-details {
  letter-spacing: 0;
  font-family: New Spirit, sans-serif;
  font-size: 41px;
  font-weight: 500;
}

.portfolio-stage-info {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 875px;
  display: flex;
}

.stage-banner {
  border-radius: 6px;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.stage-banner.services {
  margin-bottom: 30px;
}

.stage-banner.services.video {
  height: 425px;
}

.check-solo {
  width: 22px;
  height: auto;
  margin-right: 8px;
}

.section-2 {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-2.less-100 {
  padding-top: 80px;
}

.project-stage-list {
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: flex;
}

.background-image-2 {
  background-image: url('../images/avondale-029.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.background-image-2.hard-money {
  background-image: url('../images/GettyImages-1057067420.jpg');
}

.background-image-2.debt-equity {
  background-image: url('../images/GettyImages-1179975188.jpg');
}

.background-image-2.c-pace {
  background-image: url('../images/GettyImages-1068743142.jpg');
}

.background-image-2.farm {
  background-image: url('../images/GettyImages-1435998461.jpg');
}

.background-image-2.commercial-sales {
  background-image: url('../images/GettyImages-1497684257.jpg');
}

.background-image-2.leasing {
  background-image: url('../images/GettyImages-1186083060.jpg');
}

.our-mission-item {
  color: #f40807;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/icons8-check.svg');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
  padding-left: 40px;
  font-weight: 700;
  display: flex;
}

.our-mission-item.no-check {
  color: #000;
  background-image: none;
  flex-direction: row;
  align-items: flex-start;
  padding-left: 0;
  font-weight: 400;
}

.text-block {
  color: #cb1b1b;
  margin-right: 8px;
}

.color-paragraph {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.bold-text {
  font-weight: 500;
}

.list-header {
  font-family: New Spirit, sans-serif;
  font-size: 22px;
}

.list-wrapper-new {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.list-wrapper-new.last-child {
  margin-right: 0;
}

.li-bold {
  font-weight: 700;
}

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

.li-bold.li.note {
  margin-bottom: 5px;
}

.text-block-wrapper {
  margin-bottom: 50px;
}

.grid-2 {
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start stretch;
  width: 100%;
}

.projects-page {
  letter-spacing: 0;
  margin-bottom: 40px;
  font-family: New Spirit, sans-serif;
  font-size: 41px;
  font-weight: 500;
}

.contacts-2-form-wrapper-white {
  background-color: var(--transperent-w-base);
  width: 50%;
  margin-right: 0;
  padding: 0 0 0 40px;
}

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

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

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

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

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

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

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

  .pages-banner {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .pages-banner.visa-details {
    min-height: 680px;
    padding-top: 170px;
  }

  .pages-banner.blog-details, .pages-banner.services-details {
    padding-top: 170px;
  }

  .pages-banner.coachings, .pages-banner.countries-three {
    padding-top: 90px;
  }

  .pages-banner.contact-us-two, .pages-banner.reviews {
    padding-top: 170px;
    padding-bottom: 190px;
  }

  .pages-banner.changelog {
    padding-top: 170px;
  }

  .coming-soon-heading {
    max-width: 600px;
  }

  .blog-grid-image {
    height: 260px;
  }

  .footer {
    padding-top: 80px;
  }

  .team-card-image {
    width: 160px;
    height: 160px;
  }

  .team-card-image.big {
    width: 220px;
    height: 220px;
  }

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

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

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .project-template-info {
    padding-left: 80px;
  }

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

  .home-blog-item {
    width: 32.18%;
  }

  .about-5-info-cards-wrap {
    width: 48%;
  }

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

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

  .home-title {
    width: 62%;
  }

  .banner-content-container {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-section-photo {
    padding-top: 170px;
  }

  .home-main-banner-discription {
    width: 54%;
  }

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

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

  .small-paragraph.white-w-95, .small-paragraph._w-95 {
    width: 90%;
  }

  .advantages-wrap {
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .advantages-wrap.center {
    margin-left: 5%;
  }

  .clients-pics-wrapp {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: row;
    align-items: center;
  }

  .clients-subtitle {
    width: 35%;
  }

  .work-wrapper {
    padding: 40px;
  }

  .about-block-image {
    min-height: 380px;
  }

  .countries-block-image {
    min-height: 340px;
  }

  .services-description {
    width: 90%;
  }

  .banner-section-photo-two {
    padding-top: 170px;
    padding-bottom: 130px;
  }

  .banner-content-container-two {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-section-three {
    padding-top: 170px;
    padding-bottom: 130px;
  }

  .home-banner-image {
    height: 480px;
  }

  .about-block-image-high {
    min-height: 410px;
  }

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

  .service-details-cta {
    padding-left: 30px;
    padding-right: 30px;
  }

  .services-details-sidebar-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-subtitle-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

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

  .countries-info-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .country-2-wrapper, .country-3-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .countries-details-sidebar-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .video-in-section-careers {
    min-height: 390px;
  }

  .stages-sidebar {
    padding-right: 60px;
  }

  .stage-banner {
    height: 450px;
  }

  .section-2 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .list-wrapper-new {
    margin-right: 60px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

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

  .banner-section-photo {
    min-height: 100vh;
  }

  .video-big {
    min-height: 680px;
  }

  .home-1-contact-block {
    padding-top: 65px;
    padding-bottom: 65px;
    padding-right: 70px;
  }

  .working-wrap {
    position: relative;
  }

  .line {
    left: -40px;
  }

  .banner-section-photo-two {
    min-height: 100vh;
  }

  .stage-banner {
    height: 500px;
  }
}

@media screen and (min-width: 1920px) {
  .base-container {
    max-width: 1400px;
  }

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

  .team-card-image {
    width: 180px;
    height: 180px;
  }

  .team-card-image.big {
    width: 260px;
    height: 260px;
  }

  .services-wrapper {
    max-width: 1400px;
  }

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

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .home-blog-item {
    width: 32.3%;
  }

  .about-5-info-cards-wrap {
    width: 48.4%;
  }

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

  .home-title {
    font-size: 78px;
  }

  .banner-content-container {
    max-width: 1400px;
  }

  .banner-section-photo {
    padding-bottom: 260px;
  }

  .home-main-banner-discription {
    width: 50%;
  }

  .video-content-wrapper {
    max-width: 1400px;
  }

  .video-content {
    width: 54%;
  }

  .video-big {
    min-height: 800px;
  }

  .working-numbers {
    max-width: 1400px;
  }

  .numbers {
    font-size: 56px;
  }

  .banner-numbers-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .countries-column-two {
    width: 55%;
  }

  .countries-column-one {
    width: 45%;
  }

  .countries-block-image {
    min-height: 380px;
  }

  .services-description {
    width: 74%;
  }

  .numbers-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-content-container-two {
    max-width: 1400px;
  }

  .home-banner-image {
    height: 500px;
  }

  .country-wrapper {
    grid-column-gap: 120px;
  }

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

  .video-in-section-careers {
    min-height: 370px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  blockquote {
    font-size: 30px;
  }

  .section.search-style {
    padding-top: 40px;
  }

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

  .headings-typography-wrapper, .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button, .primary-button.nav-tablet {
    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 {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.white-style {
    color: var(--primary-dark);
  }

  .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-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    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;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

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

  .pages-banner {
    min-height: 300px;
  }

  .pages-banner.contact-us-two, .pages-banner.reviews, .pages-banner.changelog {
    padding-top: 110px;
  }

  .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;
    max-width: 500px;
    font-size: 48px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

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

  .team-card-image.big {
    width: 160px;
    height: 160px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .career-list-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-location, .career-location-wrapper, .career-type-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-title-wrapper.countries-details {
    grid-column-gap: 30px;
  }

  .services-item {
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .coming-soon-image {
    display: none;
  }

  .job-position-content-wrapper {
    padding-right: 40px;
  }

  .job-position-sidebar-wrapper {
    padding: 20px;
    top: 20px;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .contacts-2-location-wrapper {
    width: 34%;
    margin-top: 0;
  }

  .contacts-2-form-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .contacts-2-wrapper {
    flex-wrap: wrap-reverse;
  }

  .contacts-2-content {
    width: 66%;
    padding-right: 30px;
  }

  .contact-3-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .search-shop-con {
    display: none;
  }

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

  .footer-logo-wrapper {
    width: 50%;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

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

  .visa-details-sidebar-wrapper {
    width: 40%;
    top: 20px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

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

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

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .project-template-content {
    width: 70%;
  }

  .project-template-info {
    width: 30%;
    margin-left: 40px;
    padding-left: 0;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .navbar-absolute {
    height: 60px;
  }

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

  .home-blog-list {
    column-count: 2;
    justify-content: center;
  }

  .home-blog-item {
    width: 47.5%;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .about-5-info-cards-wrap {
    width: 48.6%;
  }

  .visa-block {
    flex-direction: column;
  }

  .visa-title-wrapper, .about-6-projects-list-wrapper {
    width: 100%;
  }

  .nav-dropdown-link-line {
    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: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .image-burger.white-style {
    filter: invert();
  }

  .brand-tablet {
    display: block;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .spacing-system-title {
    font-size: 25px;
  }

  .home-title {
    width: 80%;
    font-size: 52px;
  }

  .banner-section-photo {
    min-height: 560px;
    padding-top: 110px;
  }

  .home-main-banner-discription {
    width: 60%;
  }

  .video-content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .column-one, .column-two {
    width: 100%;
  }

  .column-two.team-info-block {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .two-column-wrapper {
    grid-column-gap: 60px;
    flex-direction: column;
  }

  .video-in-section {
    width: 100%;
    min-height: 420px;
  }

  .advantages-wrapper {
    flex-direction: column-reverse;
    display: flex;
  }

  .advantages-wrap.center {
    width: 93%;
  }

  .video-content {
    width: 60%;
  }

  .video-big {
    width: 100%;
    min-height: 420px;
  }

  .home-1-contact-block {
    padding: 30px 40px 40px;
  }

  .home-1-map-block {
    width: 100%;
  }

  .home-contact-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .clients-pics-wrapp {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: row;
    align-items: center;
  }

  .clients-subtitle {
    width: 35%;
  }

  .working-wrap {
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .working-numbers {
    width: 100%;
  }

  .line {
    left: -10px;
  }

  .numbers {
    font-size: 40px;
  }

  .work-coach {
    grid-template-columns: 1fr 1fr;
  }

  .work-wrapper {
    padding: 30px;
  }

  .team-grid-home {
    grid-template-columns: 1fr 1fr 1fr;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
  }

  .countries-block-wrapper {
    grid-column-gap: 60px;
    flex-direction: column;
    padding-bottom: 40px;
  }

  .countries-column-two, .countries-column-one {
    width: 100%;
  }

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

  .footer-form-wrapper {
    width: 100%;
  }

  .banner-section-photo-two {
    min-height: 560px;
    padding-top: 110px;
  }

  .visa-buttons-wrapper {
    flex-wrap: wrap;
  }

  .banner-section-three {
    min-height: 560px;
    padding-top: 110px;
  }

  .bg-element-color {
    height: 63%;
  }

  .about-block-image-high {
    min-height: auto;
    max-height: 400px;
  }

  .image-icon-visa-style {
    width: 40px;
    height: 40px;
  }

  .banner-description-visa {
    max-width: 540px;
  }

  .service-details-cta {
    padding-left: 20px;
    padding-right: 20px;
    top: 20px;
  }

  .services-details-sidebar-wrapper {
    width: 40%;
    top: 20px;
  }

  .blog-list-main {
    column-count: 2;
    justify-content: center;
  }

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

  .countries-image {
    height: 240px;
  }

  .image-icon-country-details-style {
    width: 60px;
    height: 60px;
  }

  .countries-details-sidebar-wrapper {
    width: 40%;
    top: 20px;
  }

  .video-in-section-careers {
    width: 100%;
    min-height: 420px;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .client-quote-wrapper {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .stages-sidebar {
    grid-row-gap: 20px;
    width: 100%;
    max-width: none;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .content-portfolio-details {
    grid-row-gap: 80px;
  }

  .anchor-link {
    width: 47%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .anchor-list {
    border-top-style: none;
    border-bottom: 1px #ffffff1a;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
  }

  .item-hover-details {
    display: none;
  }

  .stage-banner {
    height: 500px;
  }

  .list-wrapper-new {
    width: 100%;
  }

  .contacts-2-form-wrapper-white {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 25px;
  }

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

  .section.search-style {
    padding-top: 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;
  }

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

  .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-link {
    margin-left: 0;
  }

  .pages-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pages-banner.visa-details, .pages-banner.blog-details, .pages-banner.services-details {
    padding-top: 90px;
  }

  .pages-banner.coachings, .pages-banner.countries-three {
    padding-top: 30px;
  }

  .pages-banner.contact-us-two, .pages-banner.reviews, .pages-banner.changelog {
    padding-top: 90px;
  }

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

  ._404-title {
    margin-bottom: 10px;
    font-size: 70px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    max-width: 460px;
    font-size: 40px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

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

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

  .team-card-image {
    width: 130px;
    height: 130px;
  }

  .team-card-image.big {
    width: 200px;
    height: 200px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

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

  .career-list-item-wrapper {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .career-position {
    margin-top: 0;
  }

  .career-position:hover {
    color: var(--white);
  }

  .career-location, .career-type {
    margin-top: 15px;
    font-weight: 700;
  }

  .career-button-wrapper {
    text-align: center;
    width: 100%;
  }

  .career-title-mobile {
    margin-bottom: 10px;
    font-weight: 400;
    display: block;
  }

  .career-position-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .career-location-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .career-type-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .banner-title-wrapper.contact-us-two {
    margin-bottom: 40px;
  }

  .banner-title-wrapper.countries-details {
    grid-column-gap: 20px;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .services-item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .services-item.last-child {
    margin-bottom: 0;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .contacts-2-location-wrapper {
    width: 100%;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
  }

  .contacts-2-content {
    width: 100%;
    padding-right: 0;
  }

  .contacts-two-form-wrapper {
    padding: 20px;
  }

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

  .footer-social-icons-wrapper {
    width: auto;
    margin-top: 15px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

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

  .footer-links-wrapper {
    text-align: center;
    align-items: center;
  }

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

  .search-result-wrapper {
    margin-bottom: -20px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: auto;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 450px;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .visa-details-sidebar-wrapper {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

  .button-wrapper.smaller-spacing-coachings, .button-wrapper.smaller-spacing-items {
    margin-top: 10px;
  }

  .services-list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .about-3-image {
    width: 50%;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-info {
    grid-column-gap: 60px;
    flex-flow: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    display: flex;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap-reverse;
  }

  .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-blog-list {
    column-count: 1;
  }

  .home-blog-item {
    width: 100%;
  }

  .home-9-team-item {
    width: 48%;
  }

  .about-info-cards-wrapper {
    margin-top: 20px;
  }

  .about-5-info-cards-wrap {
    width: 48%;
  }

  .visa-item {
    height: 340px;
  }

  .about-6-projects-wrapper {
    grid-template-columns: 1fr;
  }

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

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .home-title {
    width: 90%;
    font-size: 44px;
  }

  .banner-content-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

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

  .banner-section-photo {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .home-main-banner-discription {
    width: 90%;
  }

  .video-content-wrapper {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .column-two.team-info-block {
    width: 90%;
  }

  .two-column-wrapper {
    flex-direction: column;
  }

  .video-in-section {
    min-height: 400px;
  }

  .video-button-wrapper {
    margin-left: -10px;
  }

  .right-advantages-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .advantages-wrap {
    width: 95%;
  }

  .advantages-wrap.center {
    width: 95%;
    margin-left: 25px;
  }

  .video-content {
    width: 100%;
  }

  .video-big {
    min-height: 440px;
  }

  .span-quote {
    font-size: 32px;
  }

  .home-1-contact-block {
    grid-row-gap: 20px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  ._1-home-map-block {
    width: 100%;
    height: 340px;
  }

  .home-1-map-block {
    flex-direction: column;
    align-items: stretch;
    height: 100%;
  }

  .map-tag {
    top: 30%;
    left: 45%;
  }

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

  .working-numbers {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    width: 88%;
  }

  .line {
    width: 75%;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    inset: -25px 0% auto;
  }

  .line.home-left, .line.home-white-left {
    display: none;
    inset: 0% 0% auto;
  }

  .numbers {
    font-size: 48px;
  }

  .work-coach {
    grid-template-columns: 1fr;
  }

  .work-wrapper {
    padding: 30px;
  }

  .icon-work {
    margin-bottom: 30px;
  }

  .about-block-image {
    min-height: 440px;
  }

  .banner-numbers-wrapper {
    margin-top: 60px;
    margin-bottom: -60px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .team-grid-home {
    width: 100%;
  }

  .list-home {
    grid-row-gap: 10px;
  }

  .countries-block-wrapper {
    flex-direction: column;
  }

  .countries-block-image {
    min-height: 440px;
  }

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

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

  .numbers-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .banner-section-photo-two {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .banner-content-container-two {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .visa-link-block {
    justify-content: center;
  }

  .visa-buttons-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    margin-top: 30px;
    display: grid;
  }

  .banner-section-three {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .home-banner-image {
    height: 400px;
  }

  .about-block-image-high {
    min-height: 300px;
  }

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

  .service-details-cta {
    width: 100%;
    position: static;
  }

  .services-details-sidebar-wrapper {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .blog-list-main {
    column-count: 1;
  }

  .rich-text-style-details h2 {
    font-size: 36px;
  }

  .rich-text-style-details h3 {
    font-size: 28px;
  }

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

  .country-wrapper {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .image-icon-country-style {
    width: 120px;
    height: 120px;
  }

  .country-2-wrapper, .country-3-wrapper {
    grid-template-columns: 1fr;
  }

  .image-icon-country-details-style {
    width: 45px;
    height: 45px;
  }

  .countries-details-sidebar-wrapper {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .video-in-section-careers {
    min-height: 400px;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .content-portfolio-details {
    grid-row-gap: 80px;
  }

  .anchor-list {
    grid-template-columns: 1fr;
  }

  .project-stage {
    grid-row-gap: 40px;
  }

  .h2-shop-details {
    font-size: 35px;
  }

  .stage-banner {
    height: 400px;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .project-stage-list {
    grid-row-gap: 60px;
  }

  .list-wrapper-new {
    width: 100%;
  }

  .projects-page {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  .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.dark, .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 {
    width: 90%;
  }

  .nav-link {
    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;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-pagination-icon {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    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;
  }

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

  .more-features-icon {
    margin-right: 15px;
  }

  .contacts-2-form-wrapper {
    padding: 20px;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-3-image {
    width: 100%;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-template-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-pagination-wrapper {
    border-top-style: none;
    flex-wrap: wrap;
    padding-top: 0;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--dark-gray-50);
    border-bottom-width: 1px;
    border-bottom-color: var(--dark-gray-50);
    width: 100%;
  }

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

  .our-services-wrap {
    width: 100%;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    padding-top: 20px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .home-9-team-item, .about-5-info-cards-wrap {
    width: 100%;
  }

  .visa-item.tall {
    height: 360px;
  }

  .visa-title-wrapper.width-adjustment-left, .about-6-projects-list-wrapper.width-adjustment, .home-23-team-item {
    width: 100%;
  }

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

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

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

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

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-title {
    width: 100%;
    font-size: 47px;
  }

  .banner-content-container {
    text-align: center;
  }

  .buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
  }

  .banner-section-photo.center-content {
    padding-top: 132px;
  }

  .home-main-banner-discription, .home-main-banner-discription.mid, .column-two.team-info-block {
    width: 100%;
  }

  .advantages-wrap.center {
    margin-left: 20px;
  }

  .span-quote {
    font-size: 28px;
    line-height: 1.5em;
  }

  .map-tag {
    left: 42%;
  }

  .avatars-image {
    max-width: 90%;
  }

  .clients-pics-wrapp {
    flex-wrap: wrap;
  }

  .working-numbers {
    width: 100%;
  }

  .numbers {
    font-size: 46px;
  }

  .work-coach {
    grid-template-columns: 1fr;
  }

  .about-block-image {
    min-height: 340px;
  }

  .team-grid-home {
    grid-template-columns: 1fr 1fr;
  }

  .countries-block-image {
    min-height: 340px;
  }

  .footer-wrapper-top {
    flex-direction: column;
    align-items: center;
  }

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

  .banner-content-container-two {
    text-align: center;
  }

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

  .home-banner-image {
    height: 280px;
  }

  .bg-element-color {
    height: 60%;
  }

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

  .image-icon-country-style {
    width: 120px;
    height: 120px;
  }

  .content-portfolio-details {
    grid-row-gap: 60px;
  }

  .anchor-link {
    width: 100%;
  }

  .our-mission-list {
    text-align: left;
  }

  .list-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .stage-banner {
    height: 300px;
  }

  .contacts-2-form-wrapper-white {
    padding: 20px;
  }
}

#w-node-_26438732-168a-0ab6-1fa0-8136b2be6fd4-7c926f33, #w-node-_26438732-168a-0ab6-1fa0-8136b2be6fd9-7c926f33, #w-node-_48eac35b-e7e0-1de8-62b8-5955fbdf00a1-7c926f33, #w-node-_26438732-168a-0ab6-1fa0-8136b2be6fe0-7c926f33, #w-node-ee85b149-9c25-bea5-2c80-097105551be1-7c926f33, #w-node-_20e00420-4a22-d2f3-9e85-a35d08530e95-7c926f33, #w-node-c651ba22-4432-547d-7cd0-369831cf9fba-7c926f33, #w-node-c651ba22-4432-547d-7cd0-369831cf9fd3-7c926f33, #w-node-_697c8dcf-2b12-5bb5-badf-64e22c5789fd-7c926f33, #w-node-_697c8dcf-2b12-5bb5-badf-64e22c578a04-7c926f33, #w-node-_697c8dcf-2b12-5bb5-badf-64e22c578a0b-7c926f33, #w-node-_697c8dcf-2b12-5bb5-badf-64e22c578a12-7c926f33, #w-node-bb0b413e-04e6-07a1-da2e-abab5836516d-7c926f33, #w-node-_3507f777-d71f-2c3a-401d-bf0aa15c9fcb-7c926f33, #w-node-_221627f6-3a31-260f-8a97-6ec174e99871-7c926fd0, #w-node-_221627f6-3a31-260f-8a97-6ec174e99876-7c926fd0, #w-node-_221627f6-3a31-260f-8a97-6ec174e9987c-7c926fd0, #w-node-_221627f6-3a31-260f-8a97-6ec174e99882-7c926fd0, #w-node-_701e0156-db8c-6bef-7938-de4e2493f598-7c926fd0, #w-node-_701e0156-db8c-6bef-7938-de4e2493f5ee-7c926fd0, #w-node-_701e0156-db8c-6bef-7938-de4e2493f60a-7c926fd0, #w-node-_701e0156-db8c-6bef-7938-de4e2493f640-7c926fd0, #w-node-_701e0156-db8c-6bef-7938-de4e2493f647-7c926fd0, #w-node-_701e0156-db8c-6bef-7938-de4e2493f64e-7c926fd0, #w-node-_701e0156-db8c-6bef-7938-de4e2493f655-7c926fd0, #w-node-_701e0156-db8c-6bef-7938-de4e2493f65c-7c926fd0, #w-node-_701e0156-db8c-6bef-7938-de4e2493f663-7c926fd0, #w-node-ed2ca40a-a010-ebc7-f535-873d1ee3bb51-7c926fd7, #w-node-ed2ca40a-a010-ebc7-f535-873d1ee3bba7-7c926fd7, #w-node-ed2ca40a-a010-ebc7-f535-873d1ee3bbc3-7c926fd7, #w-node-ed2ca40a-a010-ebc7-f535-873d1ee3bbf9-7c926fd7, #w-node-ed2ca40a-a010-ebc7-f535-873d1ee3bc00-7c926fd7, #w-node-ed2ca40a-a010-ebc7-f535-873d1ee3bc07-7c926fd7, #w-node-ed2ca40a-a010-ebc7-f535-873d1ee3bc0e-7c926fd7, #w-node-ed2ca40a-a010-ebc7-f535-873d1ee3bc15-7c926fd7, #w-node-ed2ca40a-a010-ebc7-f535-873d1ee3bc1c-7c926fd7, #w-node-_3d85c58d-fe48-be35-ffab-8fa8e84e9fb8-7c926fdf, #w-node-_4337bfc0-c000-eabc-bb4b-b9aa6a30108f-7c926fdf, #w-node-bd8f1fa8-9316-e063-ff3d-ea223aa4a236-7c926fdf, #w-node-_7ca257f5-37e3-67eb-94d2-590b529c8b97-7c926fdf, #w-node-_307bd80e-2d41-e085-3880-0e8a0de4f0b1-7c926fdf, #w-node-_6f276ece-07ad-4ea6-037b-f12cc8f37873-7c926fdf, #w-node-_961fcd1d-4d38-cbb9-5445-7275e73b6ca1-7c926fdf, #w-node-f335406c-fdc8-d3f4-69d8-40562268a33b-7c926fdf, #w-node-dd30c23b-198d-ff75-faca-45907340e1de-7c926fdf, #w-node-_0c9dc768-2281-8b7a-fc71-d88d24d4bec5-7c926fdf, #w-node-d84a0e85-90ae-b719-e1a4-2b690278bfd6-7c926fdf, #w-node-d6859443-b347-4eae-1972-51018ebd8cdd-7c926fdf, #w-node-d6859443-b347-4eae-1972-51018ebd8ce3-7c926fdf, #w-node-d6859443-b347-4eae-1972-51018ebd8cf5-7c926fdf, #w-node-d6859443-b347-4eae-1972-51018ebd8cfb-7c926fdf, #w-node-bd9762a1-396a-cc14-481a-9592c001d718-7c926fe2, #w-node-bd9762a1-396a-cc14-481a-9592c001d71f-7c926fe2, #w-node-bd9762a1-396a-cc14-481a-9592c001d726-7c926fe2, #w-node-bd9762a1-396a-cc14-481a-9592c001d72d-7c926fe2, #w-node-bd9762a1-396a-cc14-481a-9592c001d734-7c926fe2, #w-node-bd9762a1-396a-cc14-481a-9592c001d73b-7c926fe2, #w-node-_1aa74d87-a420-729f-12cd-5d7f31638b78-7c926fe2, #w-node-ead9ef85-5f69-aba8-da50-7f97b9179f63-7c926fe2, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-7c926fee, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-7c926fee, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-7c926fee, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-7c926fee, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-7c926fee, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-7c926fee, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-7c926fee, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-7c926fee, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-7c926fee, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-7c926fee, #w-node-_26438732-168a-0ab6-1fa0-8136b2be6fd4-3cfae76c, #w-node-_26438732-168a-0ab6-1fa0-8136b2be6fe0-3cfae76c, #w-node-ee85b149-9c25-bea5-2c80-097105551be1-3cfae76c, #w-node-_20e00420-4a22-d2f3-9e85-a35d08530e95-3cfae76c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a94faa9-2635-7a6b-75e3-dd6be67d5d65-b766cc84 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3a94faa9-2635-7a6b-75e3-dd6be67d5d66-b766cc84 {
  align-self: start;
}

#w-node-_3a94faa9-2635-7a6b-75e3-dd6be67d5d6d-b766cc84, #w-node-_3a94faa9-2635-7a6b-75e3-dd6be67d5d74-b766cc84, #w-node-_3a94faa9-2635-7a6b-75e3-dd6be67d5d7b-b766cc84, #w-node-_3a94faa9-2635-7a6b-75e3-dd6be67d5d82-b766cc84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a94faa9-2635-7a6b-75e3-dd6be67d5d86-b766cc84 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_3a94faa9-2635-7a6b-75e3-dd6be67d5d65-4cace25f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3a94faa9-2635-7a6b-75e3-dd6be67d5d66-4cace25f {
  align-self: start;
}

#w-node-_3a94faa9-2635-7a6b-75e3-dd6be67d5d6d-4cace25f, #w-node-_3a94faa9-2635-7a6b-75e3-dd6be67d5d74-4cace25f, #w-node-_3a94faa9-2635-7a6b-75e3-dd6be67d5d7b-4cace25f, #w-node-_3a94faa9-2635-7a6b-75e3-dd6be67d5d82-4cace25f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a94faa9-2635-7a6b-75e3-dd6be67d5d86-4cace25f {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_81e0904a-eecd-343b-48fe-3b75e2885562-fef08719, #w-node-_81e0904a-eecd-343b-48fe-3b75e288557e-fef08719, #w-node-_54f502e8-ae88-45ac-55ad-0de6c9129e69-fef08719, #w-node-_54f502e8-ae88-45ac-55ad-0de6c9129e70-fef08719, #w-node-_54f502e8-ae88-45ac-55ad-0de6c9129e77-fef08719, #w-node-_54f502e8-ae88-45ac-55ad-0de6c9129e7e-fef08719, #w-node-_54f502e8-ae88-45ac-55ad-0de6c9129e85-fef08719, #w-node-_54f502e8-ae88-45ac-55ad-0de6c9129e8c-fef08719 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42d86028-dd4d-bcf0-6961-e05220f4fbf4-2b2407bb {
  align-self: auto;
}

@media screen and (min-width: 1920px) {
  #w-node-_48eac35b-e7e0-1de8-62b8-5955fbdf00a1-7c926f33, #w-node-_221627f6-3a31-260f-8a97-6ec174e9987c-7c926fd0, #w-node-_701e0156-db8c-6bef-7938-de4e2493f5a0-7c926fd0, #w-node-_701e0156-db8c-6bef-7938-de4e2493f5af-7c926fd0, #w-node-_701e0156-db8c-6bef-7938-de4e2493f5be-7c926fd0, #w-node-_701e0156-db8c-6bef-7938-de4e2493f5cd-7c926fd0, #w-node-_701e0156-db8c-6bef-7938-de4e2493f5dc-7c926fd0, #w-node-ed2ca40a-a010-ebc7-f535-873d1ee3bb59-7c926fd7, #w-node-ed2ca40a-a010-ebc7-f535-873d1ee3bb68-7c926fd7, #w-node-ed2ca40a-a010-ebc7-f535-873d1ee3bb77-7c926fd7, #w-node-ed2ca40a-a010-ebc7-f535-873d1ee3bb86-7c926fd7, #w-node-ed2ca40a-a010-ebc7-f535-873d1ee3bb95-7c926fd7, #w-node-_1aa74d87-a420-729f-12cd-5d7f31638b78-7c926fe2, #w-node-ead9ef85-5f69-aba8-da50-7f97b9179f63-7c926fe2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1ca7b63a-59d2-8027-0643-a76d66f2d2b2-7c926ff1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a94faa9-2635-7a6b-75e3-dd6be67d5d66-b766cc84 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_3a94faa9-2635-7a6b-75e3-dd6be67d5d86-b766cc84 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3a94faa9-2635-7a6b-75e3-dd6be67d5d66-4cace25f {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_3a94faa9-2635-7a6b-75e3-dd6be67d5d86-4cace25f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_701e0156-db8c-6bef-7938-de4e2493f598-7c926fd0, #w-node-ed2ca40a-a010-ebc7-f535-873d1ee3bb51-7c926fd7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6859443-b347-4eae-1972-51018ebd8cdd-7c926fdf, #w-node-d6859443-b347-4eae-1972-51018ebd8ce3-7c926fdf, #w-node-d6859443-b347-4eae-1972-51018ebd8cf5-7c926fdf, #w-node-d6859443-b347-4eae-1972-51018ebd8cfb-7c926fdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@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;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Spirit';
  src: url('../fonts/New-Spirit-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Spirit';
  src: url('../fonts/New-Spirit-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Spirit';
  src: url('../fonts/New-Spirit-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}