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

:root {
  --primary-dark: #081429;
  --primary: #16253f;
  --primary-light: #ffefe3;
  --white: white;
  --gray: #e9e9e9;
  --black: black;
  --light-gray: #f9f9fa;
  --transperent-w-base: #fff0;
  --dark-gray: #afafaf;
  --dark-gray-50: #afafaf80;
  --white-50: #ffffff80;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--100: white;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --paragraph-gray: #535353;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--300: #eff0f6;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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);
  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: 17px;
  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;
  background-color: var(--primary-dark);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 17px;
  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-top: 40px;
}

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

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

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

.section.events {
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary-style-guide {
  background-color: var(--primary);
  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;
  border-radius: 0;
  flex: none;
  padding: 12px 22px;
  font-size: 16px;
  font-weight: 500;
  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);
  border-radius: 0;
  font-weight: 500;
}

.primary-button.dark:hover {
  background-color: #16253f00;
}

.primary-button.dark._2:hover {
  color: var(--primary);
}

.primary-button.dark._2.about {
  text-transform: none;
}

.primary-button.dark.hidden {
  display: none;
}

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

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

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

.primary-button.sub {
  text-transform: none;
}

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

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

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

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

.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);
  flex: none;
  font-weight: 500;
}

.nav-dropdown {
  transition: opacity .1s;
}

.nav-dropdown.land {
  background-image: url('../images/en.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-weight: 500;
  transition: opacity .35s;
}

.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;
  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-list.megamenu.lang.w--open {
  background-color: var(--white);
  width: 200px;
  right: 0;
}

.nav-dropdown-list.auto.w--open {
  background-color: var(--white);
  width: auto;
  min-width: 350px;
}

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

.nav-dropdown-link {
  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-dropdown-link.lang {
  margin-left: 0;
}

.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);
  font-size: 18px;
}

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

.pages-banner.about {
  background-color: var(--primary);
  background-image: url('../images/bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.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.services {
  background-color: var(--primary);
  background-image: url('../images/bg.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 80px;
}

.pages-banner.blog {
  background-color: var(--primary);
  background-image: url('../images/bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.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-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-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-color: var(--primary);
  background-image: url('../images/download.jpg'), url('../images/bg.svg');
  background-position: 0 0, 50%;
  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-two {
  background-color: var(--primary);
  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.reviews {
  background-image: url('../images/bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -130px;
  padding-top: 180px;
  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.portuguesecitizenship {
  background-image: url('../images/img4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pages-banner.corporatecommercial {
  background-image: url('../images/Corporate-Law-1.png');
  background-position: 50%;
  background-size: auto;
}

.pages-banner.tax {
  background-image: url('../images/image35.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pages-banner.laboursocialsecurity {
  background-image: url('../images/image2.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.pages-banner.familylaw {
  background-image: url('../images/image7.jpg');
  background-position: 0%;
  background-size: cover;
}

.pages-banner.disputeresolution {
  background-image: url('../images/image10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pages-banner.notaryregistration {
  background-image: url('../images/image23.jpg');
  background-position: 50%;
  background-size: cover;
}

.pages-banner.legalinsights {
  background-image: url('../images/Plan-B-400x250.jpg');
  background-position: 50%;
  background-size: cover;
}

.pages-banner.news {
  background-image: url('../images/luis-feliciano-d_v_it9Qqxo-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.pages-banner.visaimigration {
  background-image: url('../images/image21.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 20vh;
  padding-bottom: 20px;
}

.pages-banner.goldenvisa {
  background-image: url('../images/image17.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pages-banner.realestate {
  background-image: url('../images/Real-Estate.png');
  background-position: 50%;
  background-size: 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-size: 32px;
  font-weight: 700;
}

.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;
  max-width: 1600px;
  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 {
  text-align: center;
  background-color: #081429;
  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;
}

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

.section-title-wrapper.fromourclients {
  text-align: left;
}

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

.team-card.about {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--light-gray);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1.25fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.team-card.about.right {
  grid-template-columns: 1.25fr .5fr;
}

.team-card.about.v2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: grid;
  position: absolute;
  inset: auto 0%;
  overflow: auto;
}

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

.team-card-image.about {
  border-style: none;
  border-radius: 0%;
  width: auto;
  height: 180px;
}

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

.team-card-content-wrapper.about {
  text-align: left;
}

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

.team-member-position.about {
  text-align: left;
}

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

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

.banner-title-wrapper {
  z-index: 990;
  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);
  text-align: justify;
  font-size: 17px;
  line-height: 1.5;
}

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

.services-item {
  background-color: var(--primary-dark);
  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;
}

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

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

.accordion-toggle.sub {
  padding-top: 0;
  padding-bottom: 0;
}

.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-item {
  background-color: var(--primary);
  width: 97%;
  margin-bottom: 15px;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

.accordion-item.cat {
  color: var(--white);
  width: 100%;
  margin-left: 0;
  padding-top: 0;
}

.accordion-item.sub {
  background-color: var(--white);
  color: var(--primary);
}

.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 {
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.5;
}

.accordion-title.text-white {
  text-align: left;
  font-size: 18px;
}

.accordion-title.sub {
  font-size: 18px;
}

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

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

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

.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-weight: 500;
}

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

.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-top: 5px;
  margin-right: 0;
}

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

.footer-logo {
  width: 200px;
  height: auto;
}

.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;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.testimonials-card-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  padding: 36px;
  display: grid;
  box-shadow: 0 0 50px #00000014;
}

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

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

.accordion-wrap-one-column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.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 {
  margin-top: 20px;
  display: none;
}

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

.button-wrapper.right {
  justify-content: flex-end;
  align-items: center;
}

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

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

.nav-dropdown-column.lang {
  width: 100%;
}

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

.navbar-absolute {
  z-index: 999;
  background-color: var(--transperent-w-base);
  outline-offset: 0px;
  outline: 3px #0e0e0e;
  align-items: center;
  width: 100%;
  height: 80px;
  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;
}

.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-content.news {
  background-color: var(--light-gray);
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.home-blog-category {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 0;
  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;
}

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

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

.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 {
  text-align: justify;
  font-size: 17px;
  line-height: 1.5;
}

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

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

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

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

.brand {
  width: 100%;
  height: auto;
}

.brand.w--current {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.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;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-size: 44px;
  position: relative;
}

.home-title.home {
  text-align: left;
  width: 50%;
  font-size: 48px;
  font-weight: 400;
}

.banner-content-container {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 15px;
  display: flex;
  position: relative;
  margin-top: auto;
}

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

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

.banner-section-photo {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 60vh;
  padding-top: 300px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-main-banner-discription {
  color: #fff;
  width: 66%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.home-main-banner-discription.none {
  display: none;
}

.in-section-title {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
}

.in-section-title.text-white {
  font-weight: 500;
}

.in-section-title.text-white.margin-bottom-30 {
  margin-bottom: 30px;
  font-size: 48px;
}

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

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

.column-two.team-info-block.team {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.two-column-wrapper.team {
  flex-flow: column;
}

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

.subtitle-text {
  color: var(--primary);
  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 {
  flex-direction: column;
}

.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%;
  font-weight: 300;
}

.advantages-wrap {
  background-color: #081429;
  width: 90%;
  padding: 15px 20px;
}

.advantages-wrap.v2 {
  background-color: var(--primary);
  width: 100%;
}

.home-1-contact-block {
  grid-row-gap: 40px;
  background-color: var(--primary);
  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);
}

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

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

.numbers-text {
  color: #fdfbf999;
}

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

.line.home-left {
  background-color: #16253f80;
  inset: 20px auto 0% 0%;
}

.numbers {
  color: #d0dbf0;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
}

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

.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/homem-fazendo-seu-proximo-movimento.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.work-wrapper.corporatecommercial {
  background-image: url('../images/image31.png');
}

.work-wrapper.familyestate {
  background-image: url('../images/image7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.work-wrapper.realstate {
  background-image: url('../images/Real-Estate.png');
}

.work-wrapper.portuguesecitizenship {
  background-image: url('../images/img4.jpg');
}

.work-wrapper.tax {
  background-image: url('../images/image35.jpg');
}

.work-wrapper.laborsocial {
  background-image: url('../images/image2.jpg');
  background-position: 50%;
}

.work-wrapper.disputeresolutions {
  background-image: url('../images/image10.jpg');
  background-position: 50% 0;
}

.work-wrapper.notary {
  background-image: url('../images/image23.jpg');
}

.work-wrapper.visas-immigration {
  background-image: url('../images/image21.jpg');
}

.work-wrapper.golden-visa {
  background-image: url('../images/image17.jpg');
}

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

.banner-numbers-wrapper {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff0f;
  background-image: linear-gradient(#16253f33, #16253f80);
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.banner-numbers-wrapper.about {
  background-color: var(--primary);
  background-image: linear-gradient(#16253f33, #16253f80);
  position: static;
}

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

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

.bg-dark {
  background-color: #081429;
  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;
}

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

.dark-overlay {
  z-index: 0;
  background-color: #00000080;
  background-image: linear-gradient(180deg, #0000, var(--primary));
  position: absolute;
  inset: 0%;
}

.dark-overlay:hover {
  background-image: linear-gradient(#0000, #081429);
}

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

.collection-list-wrapper-services {
  height: 100%;
  min-height: 240px;
}

.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-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-wrapper.hidde-staytuned {
  display: none;
}

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

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

.text-field {
  color: var(--primary-dark);
  border-radius: 0;
  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;
}

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

.blog-list-main {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  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;
}

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

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

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

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

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

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

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.promotion-label-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-icon {
  margin-right: 8px;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.image {
  width: 180px;
  max-width: 200px;
  height: auto;
}

.icon-lang-2 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.icon-lang-2.header {
  display: none;
}

.link-copy {
  opacity: .5;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

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

.txt-logo-2 {
  color: #fffc;
  font-size: .6875rem;
  line-height: 1rem;
}

.txt-pb {
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
}

.logo-3 {
  filter: invert();
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .625rem;
  margin-right: .3125rem;
}

.div-block {
  font-size: 16px;
}

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

.clear40 {
  height: 40px;
}

.nav-menu-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: var(--white);
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

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

.nav-link-2.w--current {
  color: var(--white);
}

.navigation {
  z-index: 9999;
  background-color: var(--transperent-w-base);
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 8px 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation.sub {
  background-color: var(--primary);
  box-shadow: 0 1px 5px -4px #fff3;
}

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

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

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

.collection-list-wrapper-services {
  position: relative;
}

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

.p-date {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---text-200 {
  text-align: justify;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 50px;
}

.brix---heading-h3-size {
  text-align: justify;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
}

.brix---blog-card-featured-wrapper {
  width: 100%;
  text-decoration: none;
}

.brix---blog-card-image {
  height: 350px;
}

.brix---blog-card-image-wrapper {
  overflow: hidden;
}

.brix---blog-card-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f3f3f3;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  text-decoration: none;
  display: grid;
}

.brix---paragraph-default {
  text-align: justify;
  margin-bottom: 0;
  font-size: 17px;
}

.brix---grid-3-columns-gap-row-72px {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---blog-card-featured {
  grid-column-gap: 48px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 25px 25px 16px;
  display: inline-flex;
}

.date-event {
  font-size: 32px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 10px;
  display: flex;
}

.link-block {
  border: 1px solid #000;
  padding: 16px;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

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

.mask {
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  background-color: #8f555500;
  height: auto;
}

.arrow-block {
  color: var(--primary);
  background-color: #fff;
  border-radius: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.arrow-block.hidden {
  display: none;
}

.slide-nav {
  z-index: 999;
  padding-top: 0;
  display: none;
  position: relative;
}

.relative-block {
  position: relative;
}

.slide-content {
  height: auto;
}

.margin-top-60 {
  margin-top: 60px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_trigger,
.fs-cc-manager_trigger {
  display: none;
}

.arrow-wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.arrow-custom {
  width: 32px;
  display: flex;
}

.arrow-custom.right {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.icon-3 {
  width: 24px;
  height: 24px;
}

.div-block-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--primary-dark);
  justify-content: center;
  align-items: center;
  display: flex;
}

.link,
.link.w--current {
  color: var(--white-50);
}

.english-text-mobile {
  display: none;
}

.overlay-text-practices {
  z-index: 10;
  opacity: 0;
  color: var(--white);
  text-align: center;
  background-color: #081429f2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 18px;
  line-height: 1.2em;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay-text-practices:hover {
  opacity: 100;
}

.masonry-grid {
  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: block;
  position: relative;
}

.masonry-item {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  padding: 20px;
  box-shadow: 0 0 50px #00000014;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

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

.text-link.blue {
  color: var(--primary);
  font-size: 18px;
  font-weight: 500;
}

.text-block {
  margin-bottom: 10px;
}

.linkedin-icon-footer {
  width: 18px;
}

.heading {
  margin-bottom: 30px;
}

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

.heading-2 {
  margin-bottom: 30px;
}

.grid-accordeon {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.icon-search {
  color: var(--gray);
  width: 28px;
  height: 28px;
}

.icon-search.mobile {
  color: var(--primary);
  position: absolute;
  inset: 0% 10% 0% auto;
}

.text-field-3 {
  z-index: 999;
  color: var(--primary-dark);
  background-color: #fff;
  border: .5px solid #fff;
  border-radius: 2px;
  width: 300px;
  height: 45px;
  padding: 10px 16px;
  font-weight: 500;
}

.search-desktop {
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  transition: opacity .3s;
  display: none;
  position: absolute;
}

.search-desktop.is-open {
  opacity: 100;
  pointer-events: auto;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
  inset: 100% auto 0% 0;
}

.close-seach {
  color: var(--primary-dark);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  top: 5px;
  left: auto;
  right: 10px;
}

.search-mobile {
  margin-bottom: -10px;
  display: none;
}

.three-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 40px;
  display: grid;
}

.span-text-sbps-legal {
  font-size: 19px;
  font-weight: 700;
}

.footer-links-double {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.align-top-double-footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.arrow-right-blue {
  width: 70px;
}

.listwhite {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-color: #08142900;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
}

.list {
  margin-bottom: 0;
}

.list-block {
  line-height: 1.5;
}

.list-item-2 {
  text-align: justify;
  line-height: 1.5;
}

.link-hero {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  flex-flow: column;
  width: 32px;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: auto 0% 5% 50%;
}

.image-5 {
  width: 24px;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h3-size-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---team-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---team-v9-wrapper {
  text-decoration: none;
  transition: transform .3s, color .3s;
  position: relative;
  overflow: hidden;
}

.brix---team-v13-content {
  z-index: 1;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 10px;
}

.brix---text-200-medium {
  color: var(--gray);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---bg-overlay-team-v12 {
  background-image: linear-gradient(#0003, #0003);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.overlayteam {
  z-index: 9999;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.overlayteam._2,
.overlayteam._3,
.overlayteam._4,
.overlayteam._7 {
  display: none;
}

.overlayteam._1 {
  display: flex;
}

.overlayteam.vasco {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.team-more-button {
  color: var(--white);
  text-align: center;
  border: 1px solid #fff;
  width: 100px;
  margin-top: 5px;
  padding: 8px;
}

.text-block-3 {
  margin-top: 5px;
}

.close-button-popup {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-timeline-text {
  text-align: center;
  max-width: 208px;
}

.rt-category-cards-text.rt-timeline-text.rt-one {
  color: var(--white);
  text-align: left;
  text-transform: none;
  max-width: 300px;
}

.rt-category-cards-text.rt-timeline-text.rt-two.rt-margin-bottom {
  color: var(--white);
  max-width: 300px;
  margin-bottom: 29px;
}

.rt-category-cards-text.rt-timeline-text.rt-three {
  color: var(--white);
  max-width: 280px;
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six.rt-text-white {
  color: var(--primary);
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-line-one,
.rt-line-two {
  background-color: #d8d8d8;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-timeline-dotted-line {
  border-bottom: 1px dashed #0003;
  width: 36%;
  height: 1px;
  position: absolute;
  top: 48%;
  left: 7%;
}

.rt-timeline-dotted-line.rt-line-two {
  width: 42%;
  top: 50%;
  left: 50%;
}

.rt-timeline-dotted-line.rt-line-one {
  width: 41%;
  top: 50%;
  left: 8%;
}

.rt-about-three-timeline-items {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  position: relative;
}

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

.rt-date-wrapper.rt-date-three {
  background-color: var(--white);
}

.rt-about-three-timeline-main-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  position: relative;
}

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

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

@media screen and (min-width: 1280px) {
  .rt-timeline-dotted-line {
    display: block;
  }

  .rt-about-three-timeline-items {
    z-index: 5;
  }
}

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

  h2 {
    font-size: 42px;
  }

  blockquote {
    font-size: 30px;
  }

  .section.without-bottom-spacing.about {
    padding-bottom: 60px;
  }

  .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 {
    background-color: var(--primary);
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown.land {
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeatß;
    background-size: auto;
  }

  .nav-dropdown-toggle {
    color: #fff;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    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-list.megamenu.lang {
    background-color: var(--primary);
    height: auto;
    overflow: hidden;
  }

  .nav-dropdown-list.auto {
    background-color: var(--primary);
    color: var(--white);
  }

  .nav-dropdown-list.auto.w--open {
    background-color: var(--primary);
  }

  .nav-dropdown-link-wrapper {
    background-color: var(--primary);
    flex-flow: wrap;
    padding-left: 20px;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-right: 0;
  }

  .nav-dropdown-link {
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .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(--white);
  }

  .pages-banner {
    padding-top: 80px;
  }

  .pages-banner.services,
  .pages-banner.join-us {
    min-height: 250px;
    padding-top: 0;
  }

  .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.about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: none;
  }

  .team-card.about.right {
    flex-flow: wrap-reverse;
  }

  .team-card.about.v2 {
    width: 720px;
    max-width: 100%;
    left: auto;
    right: auto;
  }

  .team-card-image.about {
    width: 320px;
    height: auto;
  }

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

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

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

  .testimonials-card-item {
    grid-template-columns: 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;
  }

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

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

  .home-title.home {
    margin-bottom: -30px;
  }

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

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

  .in-section-title.text-white.margin-bottom-30 {
    font-size: 42px;
  }

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

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

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

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

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

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

  .working-numbers {
    width: 100%;
  }

  .line {
    left: -10px;
  }

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

  .work-wrapper {
    padding: 30px;
  }

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

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

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

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

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

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

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

  .promotion-label-holder,
  .promotion-labels-wrapper {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .icon-lang-2.header {
    display: block;
  }

  .nav-menu-2 {
    background-color: var(--primary);
    color: #393b6a;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .nav-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .nav-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-link-2 {
    width: 100%;
    margin-bottom: 0;
  }

  .navigation {
    background-color: var(--primary);
    position: relative;
  }

  .nav-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-logo-link {
    margin-right: 0;
  }

  .nav-menu-button {
    color: var(--primary);
    background-color: #eeeffc;
    border-radius: 100px;
    padding: 12px;
  }

  .nav-menu-button.w--open {
    background-color: var(--primary-dark);
    border-color: #fff;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---blog-card-image {
    width: 100%;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---blog-card-featured {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .div-block-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .mask {
    max-width: 600px;
  }

  .english-text-mobile {
    display: block;
  }

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

  .grid-accordeon {
    grid-template-columns: 1.75fr;
  }

  .icon-search {
    display: none;
  }

  .icon-search.mobile {
    display: block;
    top: 5px;
    right: 10px;
  }

  .search-desktop.is-open {
    margin-top: 0;
    display: none;
  }

  .search-mobile {
    display: block;
    position: relative;
  }

  .three-column {
    grid-template-columns: 1fr 1fr 1fr;
    place-items: stretch stretch;
  }

  .arrow-right-blue {
    display: none;
  }

  .link-hero {
    bottom: 30%;
  }

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

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .rt-about-three-timeline-items.rt-timeline-box-reverse {
    flex-direction: column-reverse;
  }

  .rt-about-three-timeline-main-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@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.without-bottom-spacing.about {
    padding-bottom: 0;
  }

  .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,
  .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-card.about.v2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: auto;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

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

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

  .footer-social-icons-wrapper {
    width: auto;
    margin-top: 15px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    flex-flow: column;
    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 {
    grid-template-columns: 1fr;
    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 {
    margin-top: 10px;
  }

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

  .visa-item {
    height: 340px;
  }

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

  .banner-content-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

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

  .banner-section-photo {
    justify-content: flex-end;
    align-items: center;
    padding-top: 90px;
    padding-bottom: 140px;
  }

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

  .in-section-title.text-white.margin-bottom-30 {
    text-align: left;
    font-size: 36px;
  }

  .column-two.team-info-block {
    width: 90%;
  }

  .two-column-wrapper {
    flex-direction: column;
  }

  .right-advantages-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .advantages-wrap {
    width: 95%;
  }

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

  .working-wrap {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .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 {
    display: none;
    inset: 0% 0% auto;
  }

  .numbers {
    font-size: 24px;
  }

  .work-wrapper {
    padding: 30px;
  }

  .icon-work {
    margin-bottom: 30px;
  }

  .banner-numbers-wrapper {
    margin-top: 60px;
    margin-bottom: -60px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .team-grid-home {
    width: 100%;
  }

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

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

  .blog-list-main {
    column-count: 1;
  }

  .rich-text-style-details h2 {
    font-size: 36px;
  }

  .rich-text-style-details h3 {
    font-size: 28px;
  }

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

  .countries-details-sidebar-wrapper {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---blog-card-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .brix---blog-card-featured {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .slider {
    height: auto;
  }

  .masonry-grid {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .masonry-item {
    max-width: 450px;
  }

  .three-column,
  .footer-links-double {
    grid-template-columns: 1fr;
  }

  .align-top-double-footer {
    justify-content: flex-start;
    align-items: center;
  }

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

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .rt-about-three-timeline-main-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@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 {
    background-color: var(--primary);
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .pages-banner {
    min-height: 20vh;
  }

  .pages-banner.realestate {
    background-image: url('../images/Real-Estate.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .banner-title {
    font-size: 22px;
  }

  .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-flow: column;
    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;
  }

  .team-card.about {
    display: none;
  }

  .team-card.about.v2 {
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    max-width: 350px;
    height: 100%;
    padding-bottom: 100px;
    inset: 40px auto 0%;
    overflow: auto;
  }

  .more-features-icon {
    margin-right: 15px;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .testimonials-card-item {
    max-width: 340px;
  }

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

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .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,
  .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    flex-flow: column;
    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: 24px;
  }

  .home-title.home {
    margin-bottom: -10px;
    width: 100%;
    font-size: 36px;
  }

  .banner-content-container {
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
  }

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

  .in-section-title.text-white.margin-bottom-30 {
    font-size: 36px;
  }

  .column-two.team-info-block,
  .working-numbers {
    width: 100%;
  }

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

  .footer-wrapper-top {
    flex-direction: column;
    align-items: center;
  }

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

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .image {
    width: 100%;
    margin-right: 20px;
  }

  .link-copy {
    flex-direction: column;
  }

  .txt-logo-2 {
    margin-bottom: .625rem;
  }

  .txt-pb {
    font-size: .75rem;
  }

  .logo-3 {
    width: 1.25rem;
    margin-bottom: .1875rem;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-2 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .nav-logo-link.w--current {
    margin-right: 20px;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .div-block-4 {
    padding: 10px;
  }

  .mask {
    max-width: 360px;
  }

  .slider {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer-links-double {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .align-top-double-footer {
    justify-content: flex-start;
    align-items: center;
  }

  .link-hero {
    bottom: 10%;
  }

  .image-6 {
    width: 100%;
    max-width: 200px;
    height: auto;
  }

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

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---team-v13-content {
    left: 24px;
  }

  .overlayteam._7 {
    display: none;
  }

  .close-button-popup {
    position: absolute;
    top: 5px;
    right: 5px;
  }

  .rt-about-three-timeline-main-wrapper {
    grid-template-columns: 1fr;
  }
}

#w-node-c651ba22-4432-547d-7cd0-369831cf9fd3-df645ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c651ba22-4432-547d-7cd0-369831cf9fba-df645ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_36a2dd80-81e4-9a90-c1d9-d46fa4ca3a79-df645ffc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_697c8dcf-2b12-5bb5-badf-64e22c5789fd-df645ffc,
#w-node-_697c8dcf-2b12-5bb5-badf-64e22c578a04-df645ffc,
#w-node-_697c8dcf-2b12-5bb5-badf-64e22c578a0b-df645ffc,
#w-node-_9969c377-64c7-94e7-710a-e16490820779-df645ffc,
#w-node-e31bfcae-8a10-3a1a-c882-0bf09370c2f1-df645fff,
#w-node-e31bfcae-8a10-3a1a-c882-0bf09370c2f6-df645fff,
#w-node-e31bfcae-8a10-3a1a-c882-0bf09370c2fc-df645fff,
#w-node-e31bfcae-8a10-3a1a-c882-0bf09370c302-df645fff,
#w-node-d669d2b1-1836-411d-04dc-0f7ce5295c1c-df645fff,
#w-node-d669d2b1-1836-411d-04dc-0f7ce5295c23-df645fff,
#w-node-d669d2b1-1836-411d-04dc-0f7ce5295c2a-df645fff,
#w-node-_24c1dc01-ab09-63e2-0153-7886384c47c5-df645fff,
#w-node-d7d6528d-d518-9389-46ae-1585a6d31e02-df645fff,
#w-node-c4b229ce-a633-1880-481b-b8552c9368c7-df645fff,
#w-node-_1c5c95f1-e19a-14be-bdaf-24ec5d8155b9-df645fff,
#w-node-fab49eb4-dd6e-95b6-fd79-897ca99da91b-df64600e,
#w-node-fab49eb4-dd6e-95b6-fd79-897ca99da922-df64600e,
#w-node-fab49eb4-dd6e-95b6-fd79-897ca99da929-df64600e,
#w-node-_3d85c58d-fe48-be35-ffab-8fa8e84e9fb8-df646012,
#w-node-_4337bfc0-c000-eabc-bb4b-b9aa6a30108f-df646012,
#w-node-bd8f1fa8-9316-e063-ff3d-ea223aa4a236-df646012,
#w-node-_7ca257f5-37e3-67eb-94d2-590b529c8b97-df646012,
#w-node-_307bd80e-2d41-e085-3880-0e8a0de4f0b1-df646012,
#w-node-_6f276ece-07ad-4ea6-037b-f12cc8f37873-df646012,
#w-node-_961fcd1d-4d38-cbb9-5445-7275e73b6ca1-df646012,
#w-node-f335406c-fdc8-d3f4-69d8-40562268a33b-df646012,
#w-node-dd30c23b-198d-ff75-faca-45907340e1de-df646012,
#w-node-_0c9dc768-2281-8b7a-fc71-d88d24d4bec5-df646012,
#w-node-d84a0e85-90ae-b719-e1a4-2b690278bfd6-df646012,
#w-node-d6859443-b347-4eae-1972-51018ebd8cdd-df646012,
#w-node-d6859443-b347-4eae-1972-51018ebd8ce3-df646012,
#w-node-d6859443-b347-4eae-1972-51018ebd8cf5-df646012,
#w-node-d6859443-b347-4eae-1972-51018ebd8cfb-df646012 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1c655bc-9446-d706-73df-ab674a247b7f-df646017 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-df646018,
#w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-df646018,
#w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-df646018,
#w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-df646018,
#w-node-_6a078d37-a03b-58b0-5746-bd390040e950-df646018,
#w-node-_6a078d37-a03b-58b0-5746-bd390040e953-df646018,
#w-node-_6a078d37-a03b-58b0-5746-bd390040e955-df646018,
#w-node-_6a078d37-a03b-58b0-5746-bd390040e957-df646018,
#w-node-_6a078d37-a03b-58b0-5746-bd390040e959-df646018,
#w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-df646018,
#w-node-_5ce23848-b162-4d56-9bcf-08c28770a4be-df64601b,
#w-node-_5ce23848-b162-4d56-9bcf-08c28770a4c5-df64601b,
#w-node-_5ce23848-b162-4d56-9bcf-08c28770a4cc-df64601b,
#w-node-_5284dd5a-2cc8-f314-331b-e6a71caf50f7-011025cc,
#w-node-_5284dd5a-2cc8-f314-331b-e6a71caf5101-011025cc,
#w-node-_5284dd5a-2cc8-f314-331b-e6a71caf510b-011025cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_36a2dd80-81e4-9a90-c1d9-d46fa4ca3a79-df645ffc {
    grid-column: span 2 / span 2;
  }

  #w-node-_9969c377-64c7-94e7-710a-e16490820779-df645ffc,
  #w-node-_9969c377-64c7-94e7-710a-e16490820788-df645ffc,
  #w-node-_9969c377-64c7-94e7-710a-e1649082079e-df645ffc,
  #w-node-_98e4d404-4a82-15eb-d7ad-2804552ba9b9-df645ffc,
  #w-node-_95dce1da-488f-d573-cb3b-e0abbb348090-df645ffc,
  #w-node-a339a369-9f47-13a6-928c-650827c40411-df645ffc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a1c655bc-9446-d706-73df-ab674a247b7f-df646017 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9b5a4685-f355-3301-3cf9-299176a5bdd9-df64601a,
  #w-node-_7ff3cacb-ac53-2665-feef-c31c90063eb1-df64601a,
  #w-node-_46173624-b6e3-3b22-80f9-c7e8ab686777-df64601a,
  #w-node-a04d0d94-feb8-965c-5f4d-56c7c9642bea-df64601a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_188c3f47-73b0-962e-e825-dd6aa5e0461b-df646028 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_188c3f47-73b0-962e-e825-dd6aa5e0461e-df646028 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_188c3f47-73b0-962e-e825-dd6aa5e0462f-df646028 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_188c3f47-73b0-962e-e825-dd6aa5e04632-df646028 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_188c3f47-73b0-962e-e825-dd6aa5e04643-df646028 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_188c3f47-73b0-962e-e825-dd6aa5e04646-df646028 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eb20f9d1-b961-9a79-0eb0-6602af0197b5-afb3354e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eb20f9d1-b961-9a79-0eb0-6602af0197b8-afb3354e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ab67845-a0e5-90db-e0f5-8259eda38cff-afb3354e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5ab67845-a0e5-90db-e0f5-8259eda38d08-afb3354e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4baa02b9-3110-0355-99a7-3ee6e3f2e285-afb3354e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4baa02b9-3110-0355-99a7-3ee6e3f2e288-afb3354e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {

  #w-node-_188c3f47-73b0-962e-e825-dd6aa5e0461b-df646028,
  #w-node-_188c3f47-73b0-962e-e825-dd6aa5e0461e-df646028,
  #w-node-_188c3f47-73b0-962e-e825-dd6aa5e0462f-df646028,
  #w-node-_188c3f47-73b0-962e-e825-dd6aa5e04632-df646028,
  #w-node-_188c3f47-73b0-962e-e825-dd6aa5e04643-df646028,
  #w-node-_188c3f47-73b0-962e-e825-dd6aa5e04646-df646028,
  #w-node-eb20f9d1-b961-9a79-0eb0-6602af0197b5-afb3354e,
  #w-node-eb20f9d1-b961-9a79-0eb0-6602af0197b8-afb3354e,
  #w-node-_5ab67845-a0e5-90db-e0f5-8259eda38cff-afb3354e,
  #w-node-_5ab67845-a0e5-90db-e0f5-8259eda38d08-afb3354e,
  #w-node-_4baa02b9-3110-0355-99a7-3ee6e3f2e285-afb3354e,
  #w-node-_4baa02b9-3110-0355-99a7-3ee6e3f2e288-afb3354e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {

  #w-node-_36a2dd80-81e4-9a90-c1d9-d46fa4ca3a79-df645ffc,
  #w-node-_9969c377-64c7-94e7-710a-e16490820779-df645ffc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6859443-b347-4eae-1972-51018ebd8cdd-df646012,
  #w-node-d6859443-b347-4eae-1972-51018ebd8ce3-df646012,
  #w-node-d6859443-b347-4eae-1972-51018ebd8cf5-df646012,
  #w-node-d6859443-b347-4eae-1972-51018ebd8cfb-df646012 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a1c655bc-9446-d706-73df-ab674a247b7f-df646017,
  #w-node-_188c3f47-73b0-962e-e825-dd6aa5e0461b-df646028,
  #w-node-_188c3f47-73b0-962e-e825-dd6aa5e0462f-df646028,
  #w-node-eb20f9d1-b961-9a79-0eb0-6602af0197b5-afb3354e,
  #w-node-_5ab67845-a0e5-90db-e0f5-8259eda38cff-afb3354e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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

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

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

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