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

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

@font-face {
  font-family: Opensans condensed;
  src: url('../fonts/OpenSans_Condensed-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Bold.otf') format("opentype"), url('../fonts/Metropolis-ExtraBold.otf') format("opentype"), url('../fonts/Metropolis-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-ExtraBoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --dodger-blue: #45a0e5;
  --steel-blue: #398ac1;
  --fff8f8: #fff8f8;
  --white-smoke: #f6f6f6;
  --light-slate-grey: #7e85a0;
  --color: #000;
  --dark-turquoise: #00bcd4;
  --border-gray: #ded8d3;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  font-family: Metropolis, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Metropolis, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--dodger-blue);
  font-weight: 600;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

em {
  font-style: italic;
  line-height: 24px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.image {
  width: 100%;
  margin-top: 0;
}

.navbar {
  z-index: 99;
  background-color: #ddd0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.jobs {
  position: static;
}

.body {
  font-weight: 400;
}

.hero-section {
  background-image: url('../images/podcast.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 0;
}

.hero-section.faq-bg-image {
  background-image: url('../images/podcast.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
}

.hero-section.contact-baner {
  background-image: url('../images/podcast.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.hero-section.about {
  background-image: url('../images/podcast.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: static;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.container.skewed-text {
  transform: skew(0deg, -3deg);
}

.container.px-0 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container.px-6 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-link {
  color: #fff8f8;
  margin-top: 0;
  margin-left: 0;
  margin-right: 5px;
  padding: 0 20px;
  font-family: Metropolis, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
}

.nav-link.w--current {
  color: var(--fff8f8);
  border: 2px solid #fff;
  border-radius: 25px;
  margin-top: 0;
  transition-property: none;
}

.header-button {
  width: 170px;
  height: 44px;
  color: var(--steel-blue);
  background-color: #fdfdfd;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 20px;
  padding: 0 20px;
  font-family: Metropolis, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
}

.row {
  flex-wrap: wrap;
  align-items: flex-start;
  transition: all 2s ease-in;
  display: flex;
}

.hero-section-text {
  width: 48%;
  margin-right: 2%;
}

.hero-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Metropolis, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  display: flex;
}

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

.hero-heading._40 {
  font-size: 40px;
}

.hero-heading._40.center, .hero-heading.m-center {
  font-family: Open Sans, sans-serif;
}

.hero-heading.m-center.d-center {
  justify-content: center;
  align-items: center;
}

.paragraph {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.hero-para {
  color: #fff;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.hero-para.d-center {
  text-align: center;
}

.button {
  color: var(--steel-blue);
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 42px;
  margin-bottom: 60px;
  margin-right: 20px;
  padding: 10px 20px;
  font-family: Metropolis, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.button:hover {
  color: var(--white-smoke);
  background-color: #fff0;
  border: 2px solid #fff;
}

.button._100 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  line-height: 20px;
}

.button.blue {
  border-color: var(--steel-blue);
  background-color: var(--steel-blue);
  color: var(--white-smoke);
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  line-height: 20px;
}

.button.blue:hover {
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
}

.button.blue.submit-button.popup-button {
  width: auto;
  height: auto;
  padding: 10px 30px;
}

.button.blue.small-button {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.button.back {
  border-color: var(--steel-blue);
  margin-bottom: 20px;
  font-size: 16px;
}

.button.back:hover {
  color: var(--steel-blue);
}

.hero-image {
  align-self: flex-end;
  width: 48%;
  margin-right: 2%;
}

.logos {
  z-index: 1;
  background-color: var(--white-smoke);
  padding-top: 10px;
  padding-bottom: 10px;
}

.company-logo-marquee {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.company-indivisual-logo {
  opacity: .4;
  filter: saturate(0%);
  object-fit: fill;
  width: 100%;
  transition: filter .2s;
}

.company-indivisual-logo:hover {
  filter: saturate();
}

.grid-1x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3.5fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center;
  margin-left: 220px;
  margin-right: 220px;
  display: grid;
}

.grid-1x1.middle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  transition-property: none;
  display: grid;
}

.get-started {
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .3s ease-in;
}

.get-started.bg-light-blue {
  background-color: #f6f9fc;
  border-radius: 100px 30px;
  margin-top: 60px;
  padding-bottom: 100px;
  position: relative;
  transform: skew(0deg, 3deg);
}

.get-started.bg-light-blue._2 {
  padding-top: 10px;
  padding-bottom: 40px;
}

.get-started.bg-light-blue.top-padiding {
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.get-started.grey-section {
  background-color: var(--white-smoke);
}

.get-started.hide-and-show {
  display: block;
}

.get-started._50 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 0;
  display: none;
}

.get-started._0px {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.get-started._0px.display-none {
  display: block;
}

.get-started.display-none {
  border-radius: 40px;
  display: block;
}

.secondary-headings {
  color: var(--steel-blue);
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
  font-family: Metropolis, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.secondary-headings.skewed-text {
  transform: skew(0deg, -3deg);
}

.secondary-headings.margin-top {
  margin-top: 15px;
  margin-bottom: 40px;
  font-family: Opensans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.secondary-headings.light {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.secondary-headings._20 {
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  line-height: 30px;
}

.secondary-headings._0px {
  margin-top: 0;
  padding-top: 0;
}

.paragraph-2, .paragraph-3 {
  font-weight: 700;
}

.paragraphs {
  color: var(--light-slate-grey);
  margin-bottom: 0;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
}

.paragraphs.center-align {
  text-align: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  overflow: visible;
}

.paragraphs.center-align.skewed-text {
  transform: skew(0deg, -3deg);
}

.paragraphs.center-align._700 {
  font-weight: 700;
}

.paragraphs.center-align._700._14 {
  height: 60px;
  margin-top: 16px;
  margin-bottom: 18.62px;
  font-size: 16px;
  font-weight: 500;
}

.paragraphs.center-align._700.o0px {
  height: auto;
}

.paragraphs.center-align._400 {
  height: 40px;
  font-size: 18px;
  font-weight: 500;
}

.paragraphs.center-align._400._2 {
  height: 100%;
}

.paragraphs.italic {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

.paragraphs._16px.pt16 {
  margin-top: 16px;
}

.paragraphs.intro-para {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
}

.paragraphs.intro-para p {
  font-family: Opensans, sans-serif;
  font-weight: 500;
  line-height: 30px;
}

.paragraphs.podcast-details {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Opensans, sans-serif;
  font-weight: 500;
}

.paragraphs.podcast-details p {
  font-weight: 500;
  line-height: 31px;
}

.paragraphs.weight-light {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.paragraphs.weight-light.center {
  color: #121212;
  text-align: center;
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.about-text-wrap {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.element {
  border: 1px solid var(--steel-blue);
  width: 25%;
  color: var(--steel-blue);
  text-align: center;
  background-color: #fff;
  border-radius: 60px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.element.skewed-text {
  width: 24%;
  padding-top: 10px;
  padding-bottom: 10px;
  transform: skew(0deg, -3deg);
  box-shadow: 1px 1px 10px 2px #7e85a033;
}

.element.font-24 {
  width: 252px;
  height: 56px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 24px;
}

.reason-text {
  width: 85%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.column {
  text-align: center;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  margin-left: 0;
}

.column.bg-white {
  background-color: #fff;
  padding-bottom: 0;
  box-shadow: 2px 2px 13px 3px #8194a466;
}

.column.bg-white.margin-top {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.reasons {
  color: var(--steel-blue);
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

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

.reasons._250 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.grid-3x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  margin-top: 10px;
  display: grid;
}

.grid-3x1.align-center {
  place-items: center;
}

.two-column-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template: "Area"
  / .25fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-around;
  display: grid;
}

.video-block {
  background-color: #f6f9fc;
  border-radius: 10px;
  padding: 20px;
}

.slider {
  background-color: #fff0;
  height: auto;
  overflow: hidden;
}

.slider.margin-top {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 20px;
}

.left-arrow, .right-arrow {
  display: none;
}

.mask {
  height: auto;
}

.slider-2 {
  background-color: #fff;
  height: auto;
}

.review-block {
  background-color: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-shadow: 2px 2px 13px 1px #7e85a05c;
}

.review-block._488 {
  width: 488px;
  padding: 25px;
}

.review-block._2 {
  width: 488px;
  padding: 20px 25px;
}

.review-block._3 {
  width: 80%;
}

.review-block._3.m {
  height: auto;
}

.slide-nav {
  overflow: visible;
}

.right-arrow-2 {
  overflow: hidden;
}

.left-arrow-2 {
  object-fit: none;
  overflow: hidden;
}

.slider-3, .mask-2 {
  height: auto;
}

.icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  overflow: hidden;
}

.slider-4 {
  height: auto;
}

.mask-3 {
  height: 100%;
}

.left-arrow-3 {
  overflow: visible;
}

.author-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center;
  width: 50%;
  margin: 20px auto 40px;
  display: grid;
}

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

.author-img.flex {
  width: 90px;
}

.author {
  object-fit: cover;
  border-radius: 100px;
  width: 90px;
  height: 90px;
}

.author-name {
  color: #398ac1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch start;
  margin-bottom: 10px;
  font-family: Metropolis, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.author-name.left-align {
  text-align: right;
  justify-items: end;
}

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

.designation {
  color: #7e85a0;
  text-align: left;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.slide-nav-2 {
  margin-top: 20px;
}

.slides {
  margin-right: 20px;
}

.icon-2 {
  color: var(--steel-blue);
}

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

.video {
  padding-bottom: 20px;
}

.column-1-copy {
  text-align: center;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  margin-left: 0;
}

.grid-2-x-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: stretch stretch;
  margin-bottom: 0;
  padding-bottom: 40px;
  transition: all .3s ease-in-out;
  display: grid;
}

.grid-2-x-1.align-center {
  grid-template-columns: 1fr;
  place-items: start center;
  margin-top: 60px;
  padding-bottom: 0;
}

.grid-2-x-1.align-center._0px {
  margin-top: 0;
}

.grid-2-x-1.gap {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  justify-items: center;
  padding-top: 40px;
}

.grid-2-x-1.gap._0px {
  padding-top: 0;
  padding-bottom: 0;
}

.footer {
  padding-top: 40px;
}

.footer-top {
  background-image: linear-gradient(90deg, #335688, #3f6b9f);
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 50px;
}

.footer-main-heading {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  line-height: 50px;
}

.footer-content-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
}

.footer-content {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 764px;
  font-family: Opensans, sans-serif;
  font-weight: 500;
  line-height: 140%;
}

.footer-content._780 {
  width: 780px;
}

.button-2 {
  text-align: left;
}

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

.footer-main-button {
  color: #398ac1;
  text-align: center;
  background-color: #fff;
  border-radius: 25px;
  width: 370px;
  padding: 15px 50px;
  font-family: Metropolis, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.footer-main-button._250 {
  width: 370px;
  line-height: 28px;
}

.questions {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.questions.display-none {
  display: none;
}

.faq {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #00000029;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.5fr 1.6fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center start;
  width: 680px;
  margin-top: 40px;
  padding: 20px;
  display: grid;
}

.question-mark {
  background-image: url('../images/bubble.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 73px;
  height: 65px;
  font-family: Open Sans, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 37px;
}

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

.heading {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  height: 65px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 45px;
  display: flex;
}

.heading.left {
  text-align: center;
  padding-right: 8px;
}

.any-question {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
}

.heading-2 {
  letter-spacing: 0;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.faq-button {
  border: 1px solid var(--dodger-blue);
  background-color: #45a0e5;
  border-radius: 20px;
  padding: 10px 30px;
  font-family: Sourcesanspro, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  transition: all .4s ease-in-out;
}

.faq-button:hover {
  color: var(--dodger-blue);
  background-color: #fff;
}

.footer-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-navigation {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  place-content: space-around space-between;
  place-items: center start;
  display: grid;
}

.navigation-menu {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-around;
  display: flex;
}

.footer-links {
  color: var(--steel-blue);
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.footer-links:hover {
  color: var(--light-slate-grey);
}

.partner-area {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-3 {
  color: #398ac1;
  text-align: center;
  background-image: url('../images/divider-line.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.heading-3.font-light {
  font-weight: 400;
}

.partner-logos {
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo-image {
  width: 100%;
}

.adresses {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.link {
  color: var(--steel-blue);
  text-decoration: none;
}

.link-2 {
  color: var(--steel-blue);
  border: 1px #000;
  text-decoration: none;
}

.video-2 {
  margin-bottom: 20px;
}

.nav-wrapper {
  z-index: 109;
}

.hire-hero-section {
  background-image: url('../images/hire-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 0;
}

.outline-button {
  border: 2px solid var(--white-smoke);
  background-color: #3e3f3f00;
  border-radius: 50px;
  padding: 15px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.outline-button:hover {
  color: var(--steel-blue);
  background-color: #fff;
}

.outline-button._100 {
  font-family: Metropolis, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.html-embed {
  width: 100%;
}

.paragraph-5 {
  font-family: Open Sans, sans-serif;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 20px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.paragraph-6.black {
  color: var(--light-slate-grey);
  text-align: left;
  font-style: italic;
}

.link-block-2 {
  justify-content: center;
  transition: all .3s ease-out;
  display: flex;
}

.link-block-2:hover {
  opacity: .8;
}

.image-3 {
  transition: opacity .2s;
}

.grey-section {
  background-color: var(--white-smoke);
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-4 {
  opacity: .4;
  filter: saturate(0%);
}

.grid-2-x-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  transition: all .3s ease-in-out;
  display: grid;
}

.grid-2x4 {
  grid-column-gap: 50px;
  grid-template: ". Area"
                 ". Area" 1fr
                 ". ." .25fr
                 ". Area-4" minmax(250px, .25fr)
                 ". ."
                 "Area-3 ."
                 / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  display: grid;
}

.steps {
  text-align: left;
  display: block;
}

.heading-4 {
  font-size: 1px;
}

.steps-headings {
  color: var(--steel-blue);
  margin-top: 40px;
  padding-top: 0;
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.steps-headings.align-center {
  text-align: center;
  margin-bottom: 20px;
}

.steps-headings.h3 {
  text-align: left;
  font-size: 1.75rem;
}

.steps-headings.h3._0px {
  margin-top: 0;
}

.steps-para {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.steps-para.text-align-left.m {
  font-family: Metropolis, sans-serif;
}

.logo {
  padding-left: 10px;
}

.name {
  color: var(--light-slate-grey);
}

.paragraph-7 {
  text-align: right;
  padding-right: 10px;
}

.note {
  text-align: left;
  padding-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.logo-wrap {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.link-block-3 {
  width: 48%;
}

.logo-link-block {
  width: 38%;
  margin-bottom: 20px;
  margin-right: 1%;
}

.grid1x4 {
  grid-column-gap: 17px;
  grid-row-gap: 16px;
  grid-template: ". ."
                 "Area-2 Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start;
  margin-top: 40px;
  display: grid;
}

.columns {
  text-align: center;
  display: block;
}

.block-heading {
  color: var(--steel-blue);
  text-align: center;
  font-family: Metropolis, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.block-heading.big {
  text-align: left;
  font-size: 28px;
  line-height: 36px;
}

.block-heading.big.dark {
  color: var(--color);
}

.paragraph-8 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.paragraph-9 {
  color: var(--light-slate-grey);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-9.text-align-center.max-width-large {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-9.text-align-center.max-width-xlarge.max-width-full-tablet, .paragraph-9.text-align-center.max-width-xlarge.max-width-full-tablet-copy {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.paragraph-9.dark {
  color: var(--color);
}

.paragraph-9.fixed.blur {
  filter: blur(5px);
}

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

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

.progress-bar-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.experience-bar {
  margin-top: 20px;
  margin-bottom: 20px;
}

.static-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  line-height: 150px;
  display: grid;
  position: relative;
}

.progress-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.progress {
  font-size: 24px;
}

.hero-faq {
  padding-bottom: 40px;
}

.brand {
  width: 140px;
  height: 37px;
}

.faq-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.faqs {
  width: 958px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.dropdown {
  z-index: 2;
  border: 1px solid #0000001a;
  border-bottom-style: none;
  display: block;
}

.dropdown-toggle {
  background-color: #f4f4f4;
  padding: 18px;
  transition: all .5s;
  display: flex;
}

.dropdown-toggle:hover {
  background-color: #ddd;
}

.icon-3 {
  display: block;
}

.faq-aero {
  width: 16px;
  height: 16px;
  margin-right: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 9px;
  font-weight: 800;
  transform: rotate(0);
}

.faq-question {
  color: #444;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.paragraphs-faq {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraphs-faq.center-align {
  text-align: center;
  margin-top: 0;
}

.paragraphs-faq.center-align.skewed-text {
  transform: skew(0deg, -3deg);
}

.paragraphs-faq.center-align.mb-0 {
  padding-bottom: 0;
}

.paragraphs-faq.italic {
  margin-bottom: 0;
  font-style: italic;
}

.dropdown-list {
  background-color: #f4f4f4;
  max-height: 0;
  padding: 0 20px;
  transition: all .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #f4f4f4;
  border: 1px solid #0000001a;
  max-height: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-2 {
  border: 1px solid #0000001a;
}

.text-block-2 {
  font-family: Fa brand, sans-serif;
  font-weight: 400;
}

.container-large {
  width: 100%;
  max-width: 1265px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  margin-top: 40px;
  padding-bottom: 0;
}

.grid.contact {
  padding-bottom: 40px;
}

.heading-small {
  color: var(--steel-blue);
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.heading-small.center {
  text-align: center;
  width: 100%;
  max-width: 490px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.tab-link-tab-1 {
  color: #7e85a0;
  background-color: #fff;
  border: 1px solid #c8d2dd;
  margin-right: 10px;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.tab-link-tab-1.w--current {
  background-color: var(--steel-blue);
  color: #fff;
  margin-right: 10px;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tabs-menu {
  text-align: center;
  padding-bottom: 20px;
}

.tabs {
  padding-bottom: 30px;
  display: block;
}

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

.form {
  background-color: #f6f9fc;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 30px 30px 10px;
}

.form.px-0 {
  padding: 0;
  display: none;
}

.form.display-none {
  display: none;
}

.form-block {
  background-color: #f6f9fc;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  flex-direction: column;
  margin-left: 20px;
  padding: 30px 30px 60px;
  display: flex;
}

.text-field {
  color: #7e85a0;
  background-color: #fff;
  border: 1px solid #c8d2dd6e;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 24px;
  padding-left: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.text-field:active {
  color: var(--light-slate-grey);
}

.text-field::placeholder {
  color: #7e85a0e6;
  background-color: #fff;
}

.text-field.mb-15 {
  margin-bottom: 15px;
}

.text-field.is-area-field {
  height: 80px;
}

.textarea {
  height: 100px;
  display: block;
}

.text-field-copy {
  color: #7e85a0;
  border: 1px solid #c8d2dd6e;
  height: 100px;
  max-height: 100px;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.text-field-copy:active {
  color: var(--light-slate-grey);
}

.text-field-copy::placeholder {
  background-color: #fff;
}

.text-area {
  color: #7e85a0;
  border: 1px solid #c8d2dd6e;
  border-radius: 4px;
  height: 100px;
  min-height: 100px;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.text-area:active {
  color: var(--light-slate-grey);
}

.text-area::placeholder {
  color: #7e85a06e;
  background-color: #ffffff6e;
}

.submit-button {
  background-image: linear-gradient(270deg, #00bcd4, var(--steel-blue));
  border-radius: 25px;
  width: 165px;
  height: 48px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

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

.none {
  display: none;
}

.image-5 {
  width: 141px;
  height: 30px;
  margin-top: 10px;
}

.html-embed-2 {
  width: 100%;
  margin-bottom: 10px;
}

.html-embed-2.video2 {
  margin-top: 40px;
}

.text-field-2 {
  padding: 10px;
}

.text-fields {
  color: #7e85a0;
  border: 1px solid #c8d2dd;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px 10px;
}

.text-fields::placeholder {
  color: #7e85a0e6;
  font-family: Opensans, sans-serif;
}

.label {
  color: #7e85a0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.send-btn {
  background-image: linear-gradient(90deg, #0277bd, var(--dark-turquoise));
  border-radius: 41px;
  width: 165px;
  height: 48px;
  padding: 1px 6px;
  font-family: Metropolis, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.send-btn:hover {
  background-image: linear-gradient(to right, var(--dark-turquoise), #0277bd);
}

.send-btn-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-2 {
  transition: all .3s ease-in;
}

.podcast-bg {
  background-image: linear-gradient(139deg, #295594 19%, #398ac1);
  padding-top: 160px;
  padding-bottom: 0;
}

.sub-heading {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

.sub-heading._18 {
  font-size: 18px;
}

.image-6 {
  float: right;
  text-align: right;
  object-fit: contain;
  max-width: 80%;
  margin-bottom: 40px;
}

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

.author-data {
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  display: flex;
}

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

.author-data-wrap {
  width: 50%;
}

.small-container {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.image-7 {
  border: 1px #000;
  border-bottom: 1px solid #7e85a0a6;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.link-block-4 {
  width: 100%;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.third-heading {
  color: var(--steel-blue);
  font-size: 16px;
  line-height: 26px;
}

.third-heading:hover {
  color: var(--light-slate-grey);
}

.inner-page-collection {
  border-bottom: 1px solid #7e85a08c;
  padding-top: 40px;
  padding-bottom: 100px;
}

.bold-text-2 {
  font-family: Opensans, sans-serif;
  font-weight: 500;
  line-height: 22px;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.bold-text-4 {
  font-family: Opensans, sans-serif;
  font-weight: 500;
}

.grid-3x4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  padding-bottom: 100px;
  transition: all .4s ease-in-out;
  display: grid;
}

.podcast-wrap {
  padding: 1.25rem;
}

.image-9 {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.image-9.small {
  height: 170px;
}

.podcast-heading {
  color: var(--steel-blue);
  margin-top: 0;
  font-family: Metropolis, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.podcast-heading.small {
  font-size: 20px;
}

.button-wrapper {
  text-align: right;
  margin-top: 10px;
}

.button-3 {
  padding: 10px 30px;
}

.button-3:hover {
  background-color: var(--steel-blue);
  color: #fff;
}

.button-4 {
  border: 2px solid var(--steel-blue);
  color: var(--steel-blue);
  background-color: #fff;
  border-radius: 43px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.typed {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.circle {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
}

.progress-copy {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  top: 25%;
  left: 40%;
}

.strong {
  z-index: -1;
  background-color: #44484b;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  display: none;
  position: absolute;
  top: 5px;
  left: 25px;
}

.strong-circle {
  z-index: -1;
  background-color: #44484b;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 5px;
  left: 30px;
}

.text-span-2 {
  display: inline-block;
}

.div-block-6 {
  color: #44484b;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.div-block-6.left {
  justify-content: center;
  align-items: center;
}

.div-block-6.right {
  align-items: flex-end;
}

.div-block-6.mt-40 {
  margin-top: 40px;
}

.paragraph-10 {
  color: #7e85a0;
  text-align: left;
  padding-top: 5px;
}

.bold-text-6 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.bold-text-7 {
  font-weight: 600;
}

.bold-text-8 {
  color: var(--steel-blue);
  text-align: center;
  font-family: Metropolis, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.bold-text-9 {
  font-family: Opensans, sans-serif;
  font-weight: 500;
}

.navbar-scroll {
  background-color: #ddd0;
  background-image: linear-gradient(90deg, #274d8d, #398ac1);
  width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  display: block;
  position: fixed;
}

.image-11, .image-12, .div-block-10 {
  display: none;
}

.div-block-11 {
  display: inline-block;
}

.italic-text-3 {
  font-weight: 700;
}

.bold-text-12 {
  font-family: Metropolis, sans-serif;
  font-weight: 600;
}

.bold-text-13 {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.text-span-3, .text-span-4 {
  color: #aaa;
  font-size: 30px;
}

.bold-text-14 {
  font-family: Metropolis, sans-serif;
}

.modal {
  z-index: 9999;
  background-color: #12121266;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.modal-container {
  justify-content: center;
  align-items: center;
  width: 99%;
  max-width: 1332px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-12 {
  padding: 20px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  position: relative;
  overflow: hidden;
}

.div-block-13 {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  padding: 70px 50px;
}

.modal-heading {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
}

.paragraphs-mogal {
  color: #444;
  margin-bottom: 0;
  padding-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraphs-mogal.center-align {
  text-align: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.paragraphs-mogal.center-align.skewed-text {
  transform: skew(0deg, -3deg);
}

.paragraphs-mogal.center-align._700 {
  font-weight: 700;
}

.paragraphs-mogal.center-align._700._14 {
  margin-top: 16px;
  margin-bottom: 18.62px;
  font-size: 14px;
}

.paragraphs-mogal.center-align._400 {
  font-size: 18px;
  font-weight: 400;
}

.paragraphs-mogal.italic {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.paragraphs-mogal._16px.pt16 {
  margin-top: 16px;
}

.paragraphs-mogal.intro-para {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
}

.paragraphs-mogal.intro-para p {
  font-family: Opensans, sans-serif;
  font-weight: 500;
  line-height: 30px;
}

.paragraphs-mogal.podcast-details {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Opensans, sans-serif;
  font-weight: 500;
}

.paragraphs-mogal.podcast-details p {
  font-weight: 500;
  line-height: 31px;
}

.paragraphs-mogal.weight-light {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.paragraphs-mogal.weight-light.center {
  color: #121212;
  text-align: center;
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.grid-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

.form-block-copy {
  background-color: #f6f9fc;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  flex-direction: column;
  margin-left: 20px;
  padding: 0;
  display: flex;
}

.form-modal {
  padding-top: 30px;
  transition: all .3s ease-in;
}

.div-block-14 {
  background-color: #006496;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.link-block-5 {
  position: absolute;
  top: 20px;
  right: 20px;
}

.image-13 {
  width: 16px;
}

.mt-30 {
  text-align: left;
  padding: 40px 30px;
}

.video-modal-contact {
  background-color: #fff;
  width: 620px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: block;
  position: relative;
}

.video-block-modal {
  border-radius: 10px;
  width: 600px;
}

.modal-video {
  z-index: 120;
  background-color: #12121266;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.link-block-modal-video {
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal-close {
  width: 16px;
}

.bg-video-modal-2 {
  text-align: center;
}

.modal-video-2 {
  z-index: 120;
  background-color: #12121266;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.bold-text-15 {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-span-5 {
  color: var(--light-slate-grey);
  font-size: 16px;
  line-height: 26px;
}

.background-video {
  z-index: 5;
  display: none;
}

.bold-text-16 {
  color: var(--light-slate-grey);
  white-space: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.list-item {
  list-style-type: disc;
  display: block;
}

.list-item-2 {
  color: var(--light-slate-grey);
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
  list-style-type: disc;
}

.list {
  padding-left: 20px;
}

.bold-text-17 {
  font-size: 18px;
  font-weight: 600;
}

.list-item-3 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  list-style-type: disc;
}

.list-item-4, .list-item-5, .list-item-6 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
  list-style-type: disc;
}

.bold-text-18 {
  color: var(--white-smoke);
  text-align: center;
  font-family: Metropolis, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.columns-2 {
  padding-right: 0;
}

.column-2 {
  padding-top: 60px;
  padding-right: 60px;
}

.list-item-7 {
  list-style-type: disc;
}

.list-2 {
  color: var(--light-slate-grey);
  padding-left: 0;
  font-size: 16px;
  line-height: 24px;
}

.image-14 {
  object-fit: fill;
  max-width: 80%;
}

.column-3 {
  background-color: #f6f9fa;
  padding: 40px;
}

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

.field-label, .field-label-2 {
  margin-top: 20px;
}

.bold-text-19 {
  color: var(--steel-blue);
  font-family: Metropolis, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.heading-5 {
  margin-top: 0;
}

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

.image-16 {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 60px;
  max-width: 50%;
  height: 60px;
  margin-right: 16px;
}

.paragraph-11 {
  color: #fff;
  text-align: center;
}

.italic-text-4 {
  text-align: center;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.list-item-8 {
  text-align: left;
  list-style-type: disc;
}

.list-item-9, .list-item-10, .list-item-11 {
  text-align: left;
}

.list-3 {
  color: #7e85a0;
  text-align: left;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.list-4, .list-5 {
  color: var(--light-slate-grey);
  text-align: left;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

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

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  grid-template-areas: "Area";
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 60px;
  display: grid;
}

.image-18 {
  margin-top: 20px;
}

.image-19 {
  text-align: left;
  object-fit: cover;
  width: 90px;
  max-width: 80%;
  display: block;
  overflow: auto;
}

.columns-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
  overflow: visible;
}

.column-4 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.column-5 {
  padding-right: 20px;
}

.column-6 {
  padding-left: 20px;
}

.html-embed-4 {
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.html-embed-5 {
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
}

.column-7 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.columns-4 {
  display: flex;
}

.columns-5 {
  align-items: center;
  display: flex;
}

.list-item-12 {
  color: var(--light-slate-grey);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.div-block-19 {
  background-color: #f6f9fc;
  border-radius: 20px;
  padding: 20px;
}

.column-8 {
  padding-top: 60px;
  position: sticky;
  inset: 0% auto 0% 0%;
}

.bold-text-20 {
  text-align: center;
  flex: 1;
}

.list-6 {
  padding-left: 20px;
}

.list-item-13 {
  float: none;
  color: var(--light-slate-grey);
  text-transform: none;
  font-size: 16px;
  line-height: 26px;
}

.list-item-14, .list-item-15 {
  color: var(--light-slate-grey);
  font-size: 16px;
  line-height: 26px;
}

.list-item-16 {
  color: var(--light-slate-grey);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.list-item-17 {
  color: var(--light-slate-grey);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

.column-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  justify-items: end;
  display: grid;
}

.column-11 {
  text-align: center;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.section-2 {
  margin-top: 100px;
  margin-bottom: 20px;
}

.column-14 {
  justify-content: flex-end;
  display: flex;
}

.column-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.columns-6 {
  align-items: center;
  display: flex;
}

.heading-6 {
  color: var(--steel-blue);
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-13 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-7 {
  color: var(--steel-blue);
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-14 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-8 {
  color: var(--steel-blue);
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-15 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-9 {
  color: var(--steel-blue);
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-16 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.heading-10 {
  color: var(--steel-blue);
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-17 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-11 {
  color: var(--steel-blue);
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-18 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-12 {
  color: var(--steel-blue);
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-19 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.heading-13 {
  color: var(--steel-blue);
  text-align: center;
  font-family: Metropolis, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.heading-14, .heading-15 {
  color: var(--steel-blue);
  font-family: Metropolis, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-20 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-16 {
  color: var(--steel-blue);
  font-family: Metropolis, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-21 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-17 {
  color: var(--steel-blue);
  font-family: Metropolis, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-22 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-18, .bold-text-21 {
  color: var(--steel-blue);
  text-align: center;
  font-family: Metropolis, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.heading-19 {
  text-align: center;
  margin-top: 60px;
}

.heading-20 {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 40px;
  padding-top: 60px;
  font-family: Metropolis, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.heading-20._0px {
  padding-top: 0;
}

.paragraph-23 {
  color: var(--light-slate-grey);
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.container-3 {
  position: relative;
}

.container-4 {
  max-width: 1200px;
  margin-top: 80px;
}

.bold-text-22 {
  color: var(--steel-blue);
  text-align: center;
  font-family: Metropolis, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

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

.heading-22 {
  color: var(--steel-blue);
  text-align: center;
  font-family: Metropolis, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.paragraph-24 {
  color: var(--light-slate-grey);
  text-align: center;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.heading-23 {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Metropolis, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.heading-24 {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 40px;
  font-family: Metropolis, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.heading-25 {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Metropolis, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.bold-text-23 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.list-item-18 {
  padding-top: 0;
  padding-bottom: 5px;
}

.bold-text-24 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.list-item-19 {
  padding-bottom: 5px;
}

.list-item-20 {
  color: var(--light-slate-grey);
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.list-item-21, .list-item-22 {
  color: var(--light-slate-grey);
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-26 {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 60px;
  font-family: Metropolis, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.paragraph-25 {
  color: var(--light-slate-grey);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: inline;
}

.paragraph-26 {
  color: var(--light-slate-grey);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-27 {
  color: var(--light-slate-grey);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-28, .paragraph-29 {
  color: var(--light-slate-grey);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-27 {
  color: var(--steel-blue);
  text-align: center;
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-30 {
  color: var(--light-slate-grey);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-31 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.contact-list-item, .list-item-24, .list-item-25, .list-item-26 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.heading-28 {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 60px;
  font-family: Metropolis, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.paragraph-32 {
  color: var(--light-slate-grey);
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  line-height: 26px;
}

.heading-29 {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 80px;
  padding-bottom: 20px;
  font-family: Metropolis, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.heading-30 {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 40px;
  font-family: Metropolis, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.section-3 {
  background-color: #f6f9fc;
  transition: opacity .2s;
  transform: skew(0deg, 2deg)perspective(353px);
}

.heading-31 {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 60px;
  font-family: Metropolis, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.heading-32 {
  color: var(--steel-blue);
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-33 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-33 {
  color: var(--steel-blue);
  margin-top: 40px;
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-34 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-34 {
  color: var(--steel-blue);
  margin-top: 40px;
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-35 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-35 {
  color: var(--steel-blue);
  margin-top: 40px;
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-36 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-36 {
  color: var(--steel-blue);
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-37 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-37 {
  color: var(--steel-blue);
  margin-top: 40px;
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-38 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-38 {
  color: var(--steel-blue);
  margin-top: 40px;
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-39 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-39 {
  color: var(--steel-blue);
  text-align: center;
  font-family: Metropolis, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.heading-40 {
  color: var(--steel-blue);
  font-family: Metropolis, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-40 {
  color: var(--light-slate-grey);
  font-size: 16px;
  line-height: 26px;
}

.heading-41 {
  color: var(--steel-blue);
  margin-top: 10px;
  font-family: Metropolis, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-41 {
  color: var(--light-slate-grey);
  font-size: 16px;
  line-height: 26px;
}

.heading-42 {
  color: var(--steel-blue);
  font-family: Metropolis, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-42 {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.heading-43 {
  text-align: center;
  margin-top: 20px;
  padding-top: 80px;
}

.paragraph-43 {
  color: var(--light-slate-grey);
  text-align: center;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-44 {
  font-family: Metropolis, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.heading-45, .heading-46 {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 60px;
  font-family: Metropolis, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.heading-47, .heading-48 {
  color: var(--white-smoke);
  text-align: center;
  font-family: Metropolis, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.heading-48.dark {
  color: var(--dodger-blue);
}

.heading-49, .heading-50 {
  color: var(--white-smoke);
  text-align: center;
}

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

.heading-52 {
  color: var(--white-smoke);
  text-align: center;
  font-family: Metropolis, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

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

.block-quote {
  font-size: 35px;
}

.block-quote-2 {
  text-align: center;
  margin-top: 49px;
  margin-left: 95px;
  margin-right: 95px;
  font-size: 32px;
  line-height: 43px;
}

.block-quote-2.quote-author {
  color: #fff;
  margin-top: 0;
  padding-top: 57px;
  font-size: 30px;
  font-weight: 400;
}

.quote {
  color: #fff;
  background-color: #130446;
}

.text-span-6 {
  color: #cfcccc;
}

.text-block-3 {
  color: #7e85a0;
  text-align: center;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.vet-image {
  text-align: center;
  margin-top: 25px;
  margin-right: 28px;
  padding-left: 204px;
  display: block;
}

.vet-image-div {
  text-align: center;
  display: block;
}

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

.heading-53 {
  color: var(--steel-blue);
  padding-right: 0;
  font-size: 35px;
}

.heading-54 {
  color: var(--steel-blue);
  text-align: center;
  padding-left: 0;
}

.text-block-4 {
  color: #7e85a0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.subscript {
  padding-right: 32px;
  font-size: 15px;
  line-height: 28px;
}

.container-5 {
  padding-top: 45px;
}

.heading-55 {
  color: #fff;
  background-color: #4122bb;
  padding-left: 0;
}

.all-in-one-section {
  background-color: #32118d;
  margin-top: 33px;
  padding-top: 40px;
  padding-bottom: 54px;
}

.heading-56 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.hire-great-developer-4x {
  border: 0 solid #000;
}

.heading-57 {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 57px;
  padding-bottom: 14px;
}

.heading-58 {
  background-color: var(--dodger-blue);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
}

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

.heading-60 {
  background-color: var(--light-slate-grey);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
}

.text-block-5 {
  color: #7e85a0;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  margin-top: 16px;
  padding-top: 9px;
  padding-bottom: 17px;
  font-size: 16px;
  line-height: 29px;
}

.text-block-6 {
  color: #7e85a0;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.div-block-20 {
  outline-offset: 0px;
  text-align: center;
  border: 0 #fff;
  outline: 3px solid #333;
  padding-bottom: 12px;
}

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

.text-block-7 {
  text-align: center;
  border: 0 solid #000;
  width: 374px;
  height: 29px;
  margin-top: 13px;
  margin-bottom: 21px;
  padding-top: 0;
  padding-left: 0;
  line-height: 27px;
}

.div-block-21 {
  border: 3px solid #000;
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 21px;
  padding-bottom: 18px;
}

.text-block-8 {
  color: #7e85a0;
  margin-right: -71px;
  padding-left: 18px;
  font-size: 16px;
  line-height: 28px;
}

.text-block-9 {
  color: #7e85a0;
  text-align: left;
  padding-left: 46px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.bold-text-26 {
  color: #260f72;
  text-align: center;
}

.payonly-when-hire {
  margin-top: 49px;
}

.container-6 {
  margin-top: -1px;
}

.heading-61, .heading-62 {
  color: var(--steel-blue);
}

.list-item-27, .list-item-28 {
  color: #7e85a0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.list-item-29 {
  color: #7e85a0;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.list-item-30, .list-item-31 {
  color: #7e85a0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.rotating-text {
  border: 1px solid var(--steel-blue);
  -webkit-text-stroke-color: var(--steel-blue);
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 252px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rotating-heading {
  color: var(--steel-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 38px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rotating-heading._2, .rotating-heading._3 {
  display: flex;
}

.icon-wrapper {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 2px 2px 13px 1px #7e85a017;
}

.faq-tab {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1-2 {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  display: flex;
}

.tab-link-tab-1-2.w--current {
  background-color: var(--steel-blue);
  color: var(--white-smoke);
}

._1x8-grid {
  filter: grayscale();
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.image-100 {
  width: 100%;
}

.heading-1 {
  color: var(--white-smoke);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 48px;
  line-height: 120%;
}

.heading-1.text-weight-semibold.podcast-title {
  font-size: 36px;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.text-rich-text {
  font-family: Metropolis, sans-serif;
}

.text-rich-text p {
  font-family: Metropolis, sans-serif;
  font-size: 1rem;
  line-height: 160%;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4, .text-rich-text h5, .text-rich-text h6, .text-rich-text blockquote {
  font-family: Metropolis, sans-serif;
}

.text-rich-text li {
  font-family: Metropolis, sans-serif;
  font-size: 1rem;
  line-height: 160%;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d62ff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #dd23bb;
}

.text-size-tiny {
  font-family: Metropolis, sans-serif;
  font-size: .75rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.fs-styleguide_hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.padding-custom3 {
  padding: 3.5rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.background-color-secondary {
  background-color: #2d62ff;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.overflow-hidden {
  overflow: hidden;
}

.pointer-events-none {
  pointer-events: none;
}

.margin-xsmall {
  margin: .5rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-small {
  padding: 1rem;
}

.fs-styleguide_header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.pointer-events-auto {
  pointer-events: auto;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.text-color-alternate {
  color: #fff;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.text-style-muted {
  opacity: .6;
}

.margin-custom1 {
  margin: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-regular {
  font-family: Metropolis, sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

.fs-styleguide_spacing-all {
  display: none;
}

.form_component {
  margin-bottom: 0;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

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

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-small {
  margin: 1rem;
}

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

.hide {
  display: none;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.overflow-scroll {
  overflow: scroll;
}

.margin-tiny {
  margin: .125rem;
}

.padding-xhuge {
  padding: 8rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-height-small {
  height: 1rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-color-primary {
  color: #000;
}

.padding-large {
  padding: 3rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

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

.padding-custom1 {
  padding: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.padding-0 {
  padding: 0;
}

.overflow-auto {
  overflow: auto;
}

.text-style-italic {
  font-style: italic;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-custom2 {
  padding: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-secondary {
  color: #222;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

.section.gradient {
  background-image: linear-gradient(0deg, #d4eeff, var(--white-smoke));
}

.section._2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.margin-large {
  margin: 3rem;
}

.margin-0 {
  margin: 0;
}

.icon-height-large {
  height: 3rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.form_message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.background-color-alternate {
  background-color: #fff;
}

.heading-style-h3 {
  font-family: Metropolis, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.btn {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.btn.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.btn.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #222;
}

.btn.is-large {
  padding: 1rem 2rem;
}

.btn.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.btn.is-small {
  padding: .5rem 1.25rem;
}

.btn.is-gradient {
  background-image: linear-gradient(#0277bd, #00bcd4);
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Metropolis, sans-serif;
}

.btn.is-gradient.subscribe {
  width: 100%;
}

.btn.form-submit {
  background-image: linear-gradient(#0277bd, #00bcd4);
  margin-right: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Metropolis, sans-serif;
  font-size: 16px;
}

.btn.form-submit.subscribe {
  width: 100%;
}

.margin-medium {
  margin: 2rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-custom2 {
  margin: 2.5rem;
}

.nav_button {
  padding: 1rem;
}

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

.padding-medium {
  padding: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-size-small {
  font-family: Metropolis, sans-serif;
  font-size: .875rem;
}

.text-size-small.text-weight-semibold {
  margin-right: 1rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-size-large {
  font-size: 1.5rem;
}

.form_message-error {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.padding-xsmall {
  padding: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.text-style-nowrap {
  white-space: nowrap;
}

.margin-huge {
  margin: 6rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.padding-xxsmall {
  padding: .25rem;
}

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

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-huge {
  padding: 6rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.form_input {
  background-color: #0000;
  border: 1px solid #eee;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: #222;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.form_input.subscribe {
  background-color: #fff;
  border-radius: 4px;
  min-height: 2.5rem;
  margin-right: .625rem;
}

.form_input.subscribe::placeholder {
  color: #777;
  font-family: Metropolis, sans-serif;
  font-size: .875rem;
}

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

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-style-link {
  color: #2d62ff;
  text-decoration: underline;
}

.padding-tiny {
  padding: .125rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.background-color-tertiary {
  background-color: #dd23bb;
}

.text-size-medium {
  font-family: Metropolis, sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-large {
  padding-top: 3rem;
}

.background-color-primary {
  color: #fff;
  background-color: #000;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_logo {
  width: 10rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-height-medium {
  height: 2rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.podcast-subheading {
  height: 100px;
  color: var(--light-slate-grey);
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  overflow: hidden;
}

.podcast-subheading.center-align {
  text-align: center;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  overflow: visible;
}

.podcast-subheading.center-align.skewed-text {
  transform: skew(0deg, -3deg);
}

.podcast-subheading.center-align._700 {
  font-weight: 700;
}

.podcast-subheading.center-align._700._14 {
  height: 60px;
  margin-top: 16px;
  margin-bottom: 18.62px;
  font-size: 16px;
  font-weight: 500;
}

.podcast-subheading.center-align._400 {
  height: 40px;
  font-size: 18px;
  font-weight: 500;
}

.podcast-subheading.center-align._400._2 {
  height: 100%;
}

.podcast-subheading.italic {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.podcast-subheading._16px.pt16 {
  margin-top: 16px;
}

.podcast-subheading.intro-para {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
}

.podcast-subheading.intro-para p {
  font-family: Opensans, sans-serif;
  font-weight: 500;
  line-height: 30px;
}

.podcast-subheading.podcast-details {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Opensans, sans-serif;
  font-weight: 500;
}

.podcast-subheading.podcast-details p {
  font-weight: 500;
  line-height: 31px;
}

.podcast-subheading.weight-light {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.podcast-subheading.weight-light.center {
  color: #121212;
  text-align: center;
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.podcast-subheading.small {
  height: 70px;
  font-size: 14px;
  line-height: 130%;
}

.podcast-block {
  height: 100%;
  display: block;
  box-shadow: 0 8px 40px 6px #0000001a;
}

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

.separator {
  background-color: #000;
  width: 1px;
  height: 20px;
}

.separator.margin-right.margin-medium {
  background-color: #000;
}

.grid-1x3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  padding-bottom: 100px;
  transition: all .4s ease-in-out;
  display: grid;
}

.grid-1x3.m-slide {
  padding-bottom: 60px;
}

.spotify-wrapper {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.apple-music-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.spotify-logo, .apple-music-logo {
  width: 40px;
  margin-right: 10px;
}

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

.job-bg {
  background-image: linear-gradient(139deg, #295594 19%, #398ac1);
  padding-top: 120px;
  padding-bottom: 60px;
}

.grid-1x2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  transition: all .3s ease-in-out;
  display: grid;
}

.grid-1x2.align-center {
  grid-template-columns: 1fr;
  place-items: start center;
  margin-top: 60px;
  padding-bottom: 0;
}

.grid-1x2.gap {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  justify-items: center;
  padding-top: 40px;
}

.grid-1x2.job-board {
  grid-template-columns: 1.25fr .5fr;
}

.grid-1x2.gap-10px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

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

.job-wrapper {
  color: #000;
  border-radius: 10px;
  height: 100%;
  padding: 1rem;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
  box-shadow: 0 0 20px 2px #0008141a;
}

.job-wrapper:hover {
  transform: translate(10px, -10px);
}

.flex-center {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.text-color-light-slate-grey {
  color: #7e85a0;
}

.job-template-hero {
  padding-top: 100px;
  padding-bottom: 40px;
}

.hero-container-job-template {
  background-image: linear-gradient(#398ac1, #295594);
  border-radius: 20px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  position: static;
  inset: 0% auto auto 0%;
}

.hero-container-job-template.skewed-text {
  transform: skew(0deg, -3deg);
}

.hero-container-job-template.px-0 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  padding-top: 3px;
  padding-bottom: 0;
  display: block;
}

.hero-container-job-template.px-6 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.job-attribute-wrapper {
  background-color: var(--fff8f8);
  border-radius: 20px;
  margin-right: 20px;
  padding: 10px 20px;
}

.user-image {
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
}

.process-tab {
  width: 100%;
  color: var(--light-slate-grey);
  text-align: center;
  background-color: #fff;
  border-top: 4px solid #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: Metropolis, sans-serif;
  font-size: 16px;
  display: flex;
}

.process-tab.w--current {
  border-top: 4px solid var(--dodger-blue);
  color: var(--steel-blue);
  background-color: #f7f7f7;
  border-radius: 0;
  font-weight: 600;
}

.tabs-menu-2 {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  overflow: auto;
}

.tab-content-wrapper {
  padding-top: 40px;
  padding-bottom: 0;
}

.h3 {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Metropolis, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.h3.skewed-text {
  transform: skew(0deg, -3deg);
}

.h3.margin-top {
  margin-top: 15px;
  margin-bottom: 40px;
  font-family: Opensans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.h3.light {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.h3._20 {
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  line-height: 30px;
}

.h3._36px {
  color: var(--steel-blue);
  font-size: 36px;
}

.h3._36px-copy {
  color: var(--steel-blue);
  font-size: 30px;
}

.filter_tag {
  background-color: var(--steel-blue);
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding: .5rem;
  display: flex;
}

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

.filter_tag-text {
  color: #fff;
  font-family: Metropolis, sans-serif;
}

.filter_tag-remove {
  filter: invert();
  width: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.process-mobile-sliders {
  display: none;
}

.jobs-search {
  border: 1px solid var(--steel-blue);
  border-radius: 10px;
  height: 60px;
  font-family: Metropolis, sans-serif;
}

.jobs-field {
  border: 1px solid var(--steel-blue);
  height: 60px;
  color: var(--steel-blue);
  background-color: #fff;
  border-radius: 10px;
  font-family: Metropolis, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.jobs-field.hide {
  display: none;
}

.job-attribute-text {
  font-family: Metropolis, sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

.job-title {
  font-family: Metropolis, sans-serif;
  font-size: 1.1rem;
  line-height: 120%;
}

.job-subtext {
  height: 120px;
  font-family: Metropolis, sans-serif;
  font-size: .875rem;
  overflow: hidden;
}

.hide-desktop {
  display: none;
}

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

.pagination {
  margin-top: 40px;
}

.tab-1 {
  border: .5px solid var(--steel-blue);
  background-color: var(--white-smoke);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Metropolis, sans-serif;
}

.tab-1.w--current {
  background-color: var(--steel-blue);
  color: #fff;
}

.timezone-tab {
  display: flex;
}

.timezone-tab-menu {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.timezone-tabcontent {
  border: 1px solid var(--steel-blue);
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0;
  display: flex;
}

.timezone-tabtext {
  width: 100%;
  padding: 20px;
}

.para-text {
  color: var(--light-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.para-text.blue {
  color: var(--steel-blue);
}

.extra-content-wrapper._1, .extra-content-wrapper-2 {
  display: none;
}

.empty-state {
  color: #fff;
  background-color: #398ac1;
}

.salary-card {
  background-color: #f6f6f6;
  width: 100%;
  padding: 40px;
}

.salary-card._2 {
  background-color: #fff;
  padding: 30px 20px 30px 30px;
  box-shadow: 0 2px 20px #00000014;
}

.h-flex-spct-btw {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.h-flex-spct-btw-copy {
  justify-content: space-between;
}

.bold-text-27 {
  color: var(--steel-blue);
}

.salary-mobile-sliders {
  display: none;
}

.paragraph-44 {
  color: #7e85a0;
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-44.fixed {
  width: 60px;
}

.paragraph-44.dark {
  color: #000;
}

.block-heading-2 {
  color: #398ac1;
  text-align: center;
  font-family: Metropolis, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.block-heading-2.big {
  text-align: left;
  font-size: 28px;
  line-height: 36px;
}

.popup-form {
  z-index: 999;
  background-color: #000000a3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-form-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 500px;
  padding: 30px;
  position: relative;
}

.pricing-button-wrap {
  text-align: center;
}

.popup-inner-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-input-group {
  margin-bottom: 20px;
}

.input-field {
  border: 1px solid var(--light-slate-grey);
  background-color: var(--white-smoke);
  border-radius: 4px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 15px;
}

.input-submit-group {
  margin-top: 20px;
}

.pricing-title {
  color: var(--dodger-blue);
  text-align: center;
  margin-bottom: 10px;
}

.close-button {
  border: 1px solid var(--steel-blue);
  width: 30px;
  color: var(--steel-blue);
  border-radius: 30px;
  padding: 8px;
  display: block;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-button:hover {
  background-color: var(--steel-blue);
  color: var(--fff8f8);
}

.success-message {
  background-color: var(--white-smoke);
  border-radius: 10px;
}

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

.popup-header {
  margin-bottom: 30px;
}

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

.flex-center-all {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.world-map {
  background-color: #eff8ff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.sec-heading {
  color: var(--steel-blue);
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
}

.map-image {
  width: 100%;
  margin-top: 30px;
}

.mobile-scroll-actions {
  margin-bottom: 40px;
  display: none;
}

.action-button {
  border: 1px solid var(--steel-blue);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.word {
  text-align: left;
}

.mall-logo-imag {
  max-height: 34px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-25, .div-block-26 {
  display: none;
}

.faqs-wrapper {
  padding-top: 40px;
}

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

.global-locations {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
  max-width: 100%;
  color: var(--steel-blue);
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  padding: 25px 15px;
  display: flex;
}

.locations-list {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  color: var(--steel-blue);
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.display-none, .dispaly-none {
  display: none;
}

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

.local-table-wrap {
  color: #333;
  margin-top: 60px;
  margin-bottom: 60px;
}

.local-table-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50px 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.local-tabel {
  border-style: solid;
  border-width: 1px;
  border-color: #ded8d3 #ded8d3 var(--border-gray);
  background-color: var(--white-smoke);
  border-radius: 20px;
  width: 100%;
  max-width: 460px;
  height: 100%;
}

.local-tabel.is-active {
  border-color: var(--steel-blue);
  background-color: #fff;
}

.local-table-divider {
  background-color: #d9d9d9;
  width: 2px;
  height: 100%;
}

.local-table-top-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--border-gray);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.local-table-title-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.local-table-title {
  font-family: Opensans, sans-serif;
  font-size: 28px;
  line-height: 1.3;
}

.local-table-sub-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.local-table-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
}

.local-table-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--light-slate-grey);
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 90px 1fr;
  grid-auto-columns: 1fr;
  font-size: 18px;
  line-height: 1.3;
  display: grid;
}

.local-table-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

.local-table-number {
  margin-top: 3px;
  line-height: 1.3;
}

.local-table-desc {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

.text-color-orange {
  color: #d57340;
}

.table-close-icon {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.local-table-bottom-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.local-table-note {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
}

.local-table-btn {
  color: #d57340;
  border: 2px solid #d57340;
  border-radius: 100px;
  padding: 10px 20px 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.local-table-btn.is-blue {
  color: #2a4586;
  border-color: #2a4586;
}

.local-table-btn.is-steel-blue {
  border-color: var(--steel-blue);
  color: var(--steel-blue);
}

.text-color-blue {
  color: #2a4586;
}

.table-tick-icon {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.table-tick-box {
  background-color: #2a4586;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.text-color-steel-blue {
  color: var(--steel-blue);
}

.hero-grid-2-x-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: stretch stretch;
  padding-bottom: 40px;
  transition: all .3s ease-in-out;
  display: grid;
}

.hero-grid-2-x-1.align-center {
  grid-template-columns: 1fr;
  place-items: start center;
  margin-top: 60px;
  padding-bottom: 0;
}

.hero-grid-2-x-1.align-center._0px {
  margin-top: 0;
}

.hero-grid-2-x-1.gap {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  justify-items: center;
  padding-top: 40px;
}

.hero-grid-2-x-1.gap._0px {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-grid-2-x-1.hero-grid-center {
  justify-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.company-logo-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.logo-inner {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white-smoke);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 120px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.logo-tite {
  z-index: 1;
  background-color: var(--white-smoke);
  align-self: center;
  position: relative;
}

.logo-list-wrap {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.company-logo {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100px;
  max-width: 100%;
  display: flex;
}

.leaders-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.leaders-section.is-dark {
  background-image: linear-gradient(111deg, #010101, #2a264f);
}

.container-7 {
  width: 100%;
  max-width: 90%;
}

.leader-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-h2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(105deg, #601df7, #0fadb3);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.3;
}

.leaders-logo-marquee {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.leaders-logo-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.leaders-logo {
  width: 120px;
}

.image-108 {
  width: 100%;
  margin-top: 0;
}

.div-block-26-copy, .div-block-25-copy {
  display: none;
}

.company-title {
  color: var(--light-slate-grey);
  text-align: center;
  white-space: nowrap;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.local-table-box-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--light-slate-grey);
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr;
  grid-auto-columns: 1fr;
  font-size: 18px;
  display: grid;
}

.local-table-item-icon {
  width: 20px;
}

.local-table-vs-btn {
  background-color: var(--color);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 5px 16px;
  display: flex;
}

.local-table-vs {
  position: relative;
}

.local-table-vs-left-image {
  z-index: 0;
  position: absolute;
  top: 15px;
  left: -15px;
}

.local-table-vs-right-image {
  z-index: 0;
  position: absolute;
  top: 15px;
  right: -15px;
}

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

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

.tabs-content {
  position: relative;
}

.form-tabs-menu {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.form-tab-link {
  border: 1px solid var(--steel-blue);
  color: var(--steel-blue);
  background-color: #0000;
  border-radius: 50px;
  padding: 10px 30px;
}

.form-tab-link.w--current {
  background-color: var(--steel-blue);
  color: var(--white-smoke);
}

.contact-form-wrap {
  margin-bottom: 0;
  padding: 100px 40px 40px;
}

.contact-form {
  background-color: #f6f9fc;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  flex-direction: column;
  align-items: flex-start;
}

.contact-form.px-0 {
  padding: 0;
  display: none;
}

.contact-form.display-none {
  display: none;
}

.company-title-wrap {
  z-index: 1;
  background-color: var(--white-smoke);
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 35px 10px;
  display: flex;
  position: relative;
}

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

.how-work-list {
  flex-flow: column;
  width: 100%;
  max-width: 40rem;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.how-work-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--light-slate-grey);
  font-size: 16px;
  line-height: 26px;
  display: inline-flex;
}

.how-work-icon {
  width: 100%;
  max-width: 20px;
  height: 20px;
  margin-top: 2px;
}

.tick {
  width: 250px;
  height: 250px;
}

.work-button-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.how-work-summary-wrap {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.how-work-icon-copy {
  width: 100%;
  max-width: 36px;
  height: 36px;
  margin-top: -4px;
}

.button-primary {
  border: 2px solid var(--steel-blue);
  background-color: var(--steel-blue);
  color: var(--white-smoke);
  border-radius: 50px;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  transition: all .3s cubic-bezier(.445, .05, .55, .95);
}

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

.footer-logo-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.salesforce-logo {
  width: 80px;
}

.footer-client-logo {
  width: 120px;
}

.footer-client-logo.stackoverflow {
  width: 140px;
}

.form-content-moblie-show {
  display: none;
}

.heading-small-mobile {
  color: var(--steel-blue);
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.heading-small-mobile.center {
  text-align: center;
  width: 100%;
  max-width: 490px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.popup-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 10px;
  display: flex;
}

.popup {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.code-embed {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.popup-close-icon {
  cursor: pointer;
  margin-top: 16px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.popup-inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.recaptcha-block {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.recaptcha {
  margin-left: auto;
  margin-right: auto;
}

.formm-wrap {
  flex-flow: wrap;
}

@media screen and (min-width: 1280px) {
  .sub-heading._18 {
    font-size: 45px;
  }

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

  .heading-1 {
    text-align: left;
    font-size: 48px;
    font-weight: 600;
  }

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

  .text-size-medium {
    font-family: Metropolis, sans-serif;
    line-height: 120%;
  }

  .process-mobile-sliders {
    display: none;
  }

  .job-attribute-text, .job-title {
    font-family: Metropolis, sans-serif;
    line-height: 120%;
  }

  .salary-mobile-sliders {
    display: none;
  }

  .local-table-note {
    font-size: 18px;
  }

  .container-7 {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .leaders-logo-marquee, .leaders-logo-list {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }
}

@media screen and (min-width: 1440px) {
  .get-started {
    text-align: left;
  }

  .paragraph-9.text-align-center.max-width-xlarge.max-width-full-tablet-copy {
    text-align: left;
    font-family: Metropolis, sans-serif;
  }

  .text-span-5 {
    float: none;
    text-align: center;
    font-size: 18px;
  }

  .h3._36px {
    font-family: Opensans, sans-serif;
  }

  .hero-grid-2-x-1 {
    grid-template-columns: 1fr 1fr;
  }

  .hero-grid-2-x-1.hero-grid-center {
    grid-template-columns: 1fr;
  }

  .company-logo {
    width: 130px;
  }

  .container-7 {
    max-width: 1300px;
  }

  .leaders-logo-marquee, .leaders-logo-list {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .leaders-logo {
    width: 150px;
  }
}

@media screen and (min-width: 1920px) {
  .company-logo {
    width: 160px;
  }

  .container-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    max-width: 1480px;
  }

  .leaders-logo {
    width: 180px;
  }
}

@media screen and (max-width: 991px) {
  .image {
    text-align: left;
    margin-top: 10px;
  }

  .navbar {
    display: block;
  }

  .hero-section {
    height: 100vh;
    padding-top: 100px;
  }

  .hero-section.faq-bg-image {
    height: 100%;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .hero-section.contact-baner {
    height: auto;
  }

  .hero-section.about {
    height: 100%;
  }

  .container {
    width: 93%;
  }

  .container.px-0 {
    margin-top: 0;
  }

  .nav-link {
    color: var(--steel-blue);
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Opensans, sans-serif;
    font-weight: 500;
  }

  .nav-link:hover, .nav-link:active, .nav-link:focus, .nav-link:focus-visible, .nav-link[data-wf-focus-visible], .nav-link:visited {
    color: var(--steel-blue);
  }

  .header-button {
    color: #fff;
    background-image: linear-gradient(45deg, #0277bd, #00bcd4);
  }

  .hero-heading {
    font-size: 30px;
    line-height: 42px;
  }

  .hero-heading.center {
    font-size: 40px;
  }

  .hero-heading.m-center {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .button {
    margin-bottom: 20px;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 500;
  }

  .button.blue {
    background-color: var(--white-smoke);
    color: var(--steel-blue);
    -webkit-text-stroke-color: var(--white-smoke);
  }

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

  .grid-1x1.middle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .get-started.bg-light-blue {
    padding-bottom: 0;
  }

  .secondary-headings {
    margin-top: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
  }

  .secondary-headings.light {
    line-height: 36px;
  }

  .secondary-headings._0px {
    padding-top: 0;
  }

  .paragraphs {
    font-size: 16px;
  }

  .paragraphs.center-align {
    font-size: 16px;
    line-height: 26px;
  }

  .paragraphs.center-align._400 {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
  }

  .about-text-wrap {
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;
  }

  .element {
    width: 40%;
  }

  .column.bg-white.margin-top {
    margin-bottom: 0;
  }

  .column.bg-white.margin-top.hide-ipad {
    display: none;
  }

  .grid-3x1 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3x1.align-center {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .two-column-grid.m-center {
    grid-template-columns: 1fr;
  }

  .video-block {
    margin-left: auto;
    margin-right: auto;
  }

  .slider {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .review-block {
    width: 548px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .reviews-slider {
    margin-left: auto;
    margin-right: auto;
  }

  .author-name {
    font-weight: 600;
  }

  .slides {
    padding-top: 20px;
  }

  .grid-2-x-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-content {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-family: Opensans, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .footer-content._780 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .faq {
    width: 720px;
  }

  .heading {
    justify-content: center;
  }

  .heading.left {
    justify-content: flex-start;
    padding-left: 22px;
  }

  .footer-navigation {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .heading-3 {
    background-size: auto;
  }

  .heading-3.font-light {
    font-weight: 400;
  }

  .nav-wrapper {
    display: block;
  }

  .left {
    text-align: center;
  }

  .right.bottom {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .paragraph-6.black {
    text-align: center;
  }

  .grey-section {
    display: none;
  }

  .grid-2x4 {
    grid-template: "Area"
    / 1fr;
  }

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

  .steps-para {
    text-align: left;
  }

  .steps-para.mb-20 {
    padding-bottom: 20px;
  }

  .paragraph-7 {
    font-weight: 600;
  }

  .logo-wrap {
    margin-bottom: 25px;
  }

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

  .block-heading {
    letter-spacing: .05em;
    font-size: 20px;
    font-weight: 600;
  }

  .paragraph-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .static-container {
    grid-template-columns: 1fr 1fr;
  }

  .hero-faq {
    padding-bottom: 40px;
  }

  .div-block, .faqs {
    width: 646px;
    max-width: 100%;
  }

  .faq-aero {
    max-width: none;
  }

  .container-large {
    width: 1305px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .form {
    width: 100%;
  }

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

  .text-field {
    padding-left: 8px;
  }

  .text-field.mb-15 {
    display: block;
  }

  .text-fields {
    margin-bottom: 24px;
  }

  .sub-heading._18 {
    margin-top: 0;
  }

  .image-6 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    overflow: visible;
  }

  .icon-4 {
    color: #fff;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    background-color: #fff;
    background-image: url('../images/bg-mobile.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: 10vh;
    padding-left: 0;
    display: block;
  }

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

  .podcast-heading {
    margin-bottom: 0;
  }

  .button-3 {
    text-align: center;
    width: 100%;
  }

  .bold-text-5 {
    font-family: Opensans, sans-serif;
  }

  .div-block-6.left {
    align-items: center;
  }

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

  .italic-text {
    font-family: Opensans, sans-serif;
    font-weight: 500;
  }

  .bold-text-8 {
    font-family: Montserrat, sans-serif;
  }

  .image-10 {
    width: 100%;
  }

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

  .div-block-7 {
    background-color: #fff;
    border-radius: 40px;
    width: 35px;
    height: 4px;
    min-height: 4px;
    max-height: 4px;
    display: block;
  }

  .hame {
    background-color: #fff;
    border-radius: 40px;
    width: 35px;
    height: 4px;
    min-height: 4px;
    max-height: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .navbar-scroll {
    background-color: var(--steel-blue);
    background-image: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .image-11 {
    margin-top: 15px;
  }

  .div-block-8 {
    background-image: linear-gradient(to right, #274d8d, #398ac1);
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .image-12 {
    margin-top: 15px;
    display: none;
  }

  .div-block-9 {
    background-image: linear-gradient(to right, #000, #fff);
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
    position: static;
  }

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

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

  .div-block-11 {
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    display: flex;
  }

  .modal {
    z-index: 120;
    height: 100%;
    display: none;
    position: fixed;
  }

  .modal-container {
    align-items: flex-start;
    width: 100%;
  }

  .div-block-12 {
    padding: 0;
    overflow: visible;
  }

  .grid-2 {
    border-radius: 0;
    grid-template-columns: 1fr;
  }

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

  .paragraphs-mogal, .paragraphs-mogal.center-align {
    font-size: 16px;
  }

  .paragraphs-mogal.center-align._400 {
    font-weight: 400;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .form-block-copy {
    width: 100%;
    margin-left: 0;
  }

  .form-modal {
    padding-top: 30px;
  }

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

  .div-block-16 {
    padding-bottom: 30px;
  }

  .video-modal-contact {
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
  }

  .video-block-modal {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-video {
    z-index: 120;
    height: 100%;
    padding-left: 80px;
    padding-right: 80px;
    display: none;
    position: fixed;
  }

  .bg-video-modal-2 {
    padding-left: 40px;
  }

  .modal-video-2 {
    z-index: 120;
    height: 100%;
    padding-left: 80px;
    padding-right: 80px;
    display: none;
    position: fixed;
  }

  .container-2 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

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

  .heading-19 {
    margin-top: 20px;
  }

  .heading-20._0px {
    margin-top: 0;
    padding-top: 0;
  }

  .paragraph-32 {
    font-size: 15px;
  }

  ._1x8-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_button {
    color: #fff;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .podcast-subheading {
    font-size: 16px;
  }

  .podcast-subheading.center-align {
    font-size: 16px;
    line-height: 26px;
  }

  .podcast-subheading.center-align._400 {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
  }

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

  .grid-1x2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .hero-container-job-template {
    width: 93%;
  }

  .hero-container-job-template.px-0 {
    height: 30px;
    margin-top: 0;
  }

  .process-tab {
    white-space: nowrap;
  }

  .tabs-menu-2 {
    z-index: 99;
    position: sticky;
    top: 100px;
  }

  .h3 {
    margin-top: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
  }

  .h3.light {
    line-height: 36px;
  }

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

  .tab-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .paragraph-44 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-heading-2 {
    letter-spacing: .05em;
    font-size: 20px;
    font-weight: 600;
  }

  .sec-heading {
    font-size: 32px;
  }

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

  .local-table-grid {
    grid-template-columns: 1fr;
  }

  .local-table-divider {
    width: 100%;
    height: 2px;
  }

  .local-table-btn {
    font-size: 18px;
  }

  .hero-grid-2-x-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hero-grid-2-x-1.hero-grid-center {
    max-width: 100%;
  }

  .container-7 {
    max-width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-108 {
    text-align: left;
    margin-top: 10px;
  }

  .contact-form {
    width: 100%;
  }

  .bold-text-28 {
    font-size: 36px;
  }

  .button-primary {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .footer-logo-flex {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .image {
    height: 100%;
    margin-top: 10px;
  }

  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    color: var(--dodger-blue);
  }

  .header-button {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 20px;
  }

  .button.back {
    font-size: 14px;
  }

  .grid-1x1 {
    grid-template-columns: 1fr 1fr 1fr;
    place-content: stretch;
    place-items: center;
  }

  .grid-1x1.middle {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .get-started {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .get-started.bg-light-blue {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .paragraphs.center-align {
    line-height: 26px;
  }

  .paragraphs.center-align._400 {
    width: 260px;
    color: var(--steel-blue);
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraphs.center-align._400._2 {
    width: 100%;
  }

  .about-text-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .element.font-24 {
    margin-bottom: 20px;
  }

  .reasons._250 {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-3x1, .grid-3x1.align-center {
    grid-template-columns: 1fr;
  }

  .slider {
    width: 100%;
    max-width: 400px;
  }

  .review-block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2-x-1 {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .footer-content {
    max-width: 90%;
  }

  .button-wrap {
    margin-top: 30px;
  }

  .footer-main-button._250 {
    width: 230px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .questions {
    margin-top: 20px;
  }

  .faq {
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: 100%;
    margin-top: 20px;
    margin-left: 51px;
    margin-right: 51px;
  }

  .footer-navigation {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .adresses {
    margin-bottom: 20px;
  }

  .left {
    text-align: center;
  }

  .left.hide-mobile {
    display: none;
  }

  .grid1x4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .block-heading.big.dark {
    letter-spacing: .01em;
    font-size: 22px;
  }

  .paragraph-9 {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .static-container {
    grid-template-columns: 1fr;
  }

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

  .dropdown-toggle {
    white-space: normal;
  }

  .faq-aero {
    max-width: none;
  }

  .grid {
    justify-items: start;
  }

  .heading-small.center {
    width: 100%;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-1.mt-10 {
    margin-top: 10px;
  }

  .form {
    width: 100%;
    max-width: 100%;
  }

  .image-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-4 {
    color: #fff;
  }

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

  .nav-menu {
    background-image: url('../images/bg-mobile.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
  }

  .bold-text-2 {
    display: inline-block;
  }

  .bold-text-8 {
    letter-spacing: .05px;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 700;
  }

  .paragraphs-mogal.center-align {
    line-height: 26px;
  }

  .paragraphs-mogal.center-align._400 {
    width: 260px;
    color: var(--steel-blue);
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 20px;
  }

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

  .mt-30 {
    padding-top: 40px;
  }

  .video-modal-contact {
    width: 500px;
    padding-top: 80px;
    display: none;
  }

  .video-block-modal {
    max-width: 100%;
  }

  .modal-video {
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }

  .features-list {
    padding: 60px 15px;
  }

  .heading-28 {
    margin-top: 0;
  }

  .heading-48 {
    font-size: 36px;
  }

  .faq-tab {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tab-link-tab-1-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .podcast-subheading.center-align {
    line-height: 26px;
  }

  .podcast-subheading.center-align._400 {
    width: 260px;
    color: var(--steel-blue);
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .grid-1x3.m-slide {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    padding: 15px;
    overflow: scroll;
  }

  .grid-1x2 {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .hero-container-job-template {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-container-job-template.px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .salary-card {
    width: 80vw;
  }

  .salary-card._2 {
    width: 70vw;
    min-width: 70vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sec-heading {
    margin-top: 0;
    font-size: 28px;
  }

  .mobile-scroll-actions {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-22 {
    margin-top: 20px;
  }

  .image-101, .image-102, .image-103, .image-104, .image-105, .image-106, .image-107 {
    height: 50px;
  }

  .div-block-25, .div-block-26 {
    display: block;
  }

  .local-table-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .local-table-row {
    font-size: 16px;
  }

  .table-close-icon {
    width: 28px;
    height: 28px;
  }

  .local-table-note {
    font-size: 16px;
  }

  .hero-grid-2-x-1 {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .company-logo {
    width: 100px;
  }

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

  .container-7 {
    max-width: 95%;
  }

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

  .leaders-logo {
    width: 112px;
  }

  .image-108 {
    height: 100%;
    margin-top: 10px;
  }

  .local-table-box-2 {
    font-size: 16px;
  }

  .local-table-vs-left-image, .local-table-vs-right-image {
    display: none;
  }

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

  .contact-form {
    width: 100%;
    max-width: 100%;
  }

  .company-title-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-logo-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr .8fr;
  }

  .div-block-27 {
    order: -9999;
  }

  .heading-small-mobile.center {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  ul {
    color: var(--steel-blue);
    text-align: left;
    padding-left: 10px;
  }

  .image {
    margin-top: 7px;
  }

  .navbar {
    z-index: 100;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .hero-section {
    height: 100%;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section.faq-bg-image {
    height: 100%;
    padding-top: 80px;
  }

  .hero-section.contact-baner {
    padding-top: 120px;
  }

  .hero-section.about {
    height: 50vh;
    padding-bottom: 60px;
  }

  .container.skewed-text {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container._100 {
    padding-left: 0;
    padding-right: 0;
  }

  .container.px-0 {
    text-align: left;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .container.m {
    width: 100%;
  }

  .nav-link {
    padding-left: 15px;
    padding-right: 40px;
  }

  .nav-link.mobile-menu {
    color: var(--steel-blue);
    padding: 20px 0;
    font-family: Metropolis, sans-serif;
    font-size: 24px;
  }

  .nav-link.mobile-menu:visited {
    color: var(--steel-blue);
  }

  .header-button {
    padding-left: 20px;
  }

  .hero-heading {
    text-align: center;
    width: 95%;
    font-size: 27px;
    line-height: 40px;
    text-decoration: none;
  }

  .hero-heading.center {
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    line-height: 48px;
  }

  .hero-heading.m-center {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .hero-para {
    font-size: 14px;
    line-height: 24px;
  }

  .button {
    width: 50%;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 5px 10px;
    font-size: 16px;
    display: block;
  }

  .button._100 {
    width: 100%;
    padding: 15px 30px;
    font-size: 20px;
  }

  .button.blue {
    text-align: center;
    white-space: nowrap;
    width: auto;
    padding: 12px 30px;
    font-size: 16px;
    display: inline-block;
  }

  .button.back {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-flex;
  }

  .button.back:hover {
    color: var(--steel-blue);
  }

  .logos {
    display: flex;
  }

  .company-logo-marquee {
    justify-content: flex-start;
    align-items: center;
  }

  .company-indivisual-logo {
    width: 100%;
    display: inline-block;
    position: static;
    overflow: visible;
  }

  .grid-1x1 {
    grid-template-columns: 1fr .25fr;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .grid-1x1.middle {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .get-started {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .get-started.bg-light-blue {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .get-started.bg-light-blue._2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .get-started.bg-light-blue.top-padiding {
    padding-bottom: 30px;
  }

  .get-started._50 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .secondary-headings {
    padding-top: 20px;
    font-family: Metropolis, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
  }

  .secondary-headings.margin-top {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 25px;
  }

  .secondary-headings.light {
    font-size: 20px;
    line-height: 30px;
  }

  .secondary-headings._0px {
    margin-bottom: 10px;
  }

  .paragraphs {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .paragraphs.center-align {
    padding-left: 0;
    padding-right: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    line-height: 24px;
  }

  .paragraphs.center-align._700 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraphs.center-align._700._14 {
    font-weight: 600;
  }

  .paragraphs.center-align._400 {
    width: 100%;
    color: var(--light-slate-grey);
    font-size: 13px;
    font-weight: 300;
  }

  .paragraphs.center-align._400._2 {
    color: var(--light-slate-grey);
    font-size: 14px;
  }

  .paragraphs.italic {
    font-family: Open Sans, sans-serif;
  }

  .paragraphs.intro-para {
    object-fit: contain;
    height: auto;
    position: relative;
    overflow: auto;
  }

  .paragraphs.podcast-details {
    height: auto;
  }

  .about-text-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .element {
    width: 100%;
    font-size: 21px;
  }

  .reason-text {
    margin-bottom: 20px;
  }

  .column, .column.bg-white {
    width: 100%;
  }

  .reasons._250 {
    width: 80%;
    font-size: 16px;
    font-weight: 400;
  }

  .grid-3x1 {
    place-items: center;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-3x1.align-center {
    margin-top: 20px;
  }

  .two-column-grid.m-center {
    flex-flow: column;
    grid-template-columns: .25fr;
    grid-auto-flow: row;
    width: 100%;
    display: flex;
  }

  .video-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    padding-left: 20px;
    display: block;
  }

  .slider {
    width: 300px;
    display: block;
  }

  .slider.margin-top {
    min-width: 100%;
    max-width: 420px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    overflow: visible;
  }

  .slider.hide {
    display: none;
  }

  .slider.m, .slider.mobile {
    width: 100%;
  }

  .review-block {
    object-fit: scale-down;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .review-block._488 {
    width: 249px;
  }

  .review-block._2, .review-block._3 {
    width: 100%;
  }

  .review-block._1 {
    width: 100%;
    padding: 10px;
  }

  .author-block {
    width: 80%;
  }

  .author-block.flex {
    margin-bottom: 0;
  }

  .author-img.flex {
    width: 60px;
  }

  .author {
    width: 60px;
    height: 60px;
  }

  .author-name {
    margin-bottom: 5px;
    display: block;
  }

  .designation {
    font-weight: 600;
  }

  .slides {
    margin-right: 0;
    padding: 10px;
  }

  .icon-2.m {
    max-width: 30px;
  }

  .grid-2-x-1 {
    align-content: stretch;
    margin-right: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .grid-2-x-1.gap {
    padding-top: 0;
  }

  .grid-2-x-1.gap._0px {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .footer-top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-main-heading {
    font-family: Metropolis, sans-serif;
    font-size: 24px;
    line-height: 40px;
  }

  .footer-content {
    max-width: 100%;
    margin-bottom: 0;
  }

  .footer-content._780 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-main-button {
    width: 200px;
    padding: 10px 15px;
    font-family: Metropolis, sans-serif;
    font-size: 13px;
  }

  .footer-main-button._250 {
    width: 250px;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 20px;
    box-shadow: 0 0 10px #398ac1;
  }

  .faq {
    margin-left: 0;
    margin-right: 0;
  }

  .heading.left {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15px;
    padding-left: 22px;
  }

  .footer-navigation {
    grid-row-gap: 20px;
    text-align: left;
    flex-direction: column;
    place-content: space-between center;
    place-items: center;
    display: flex;
  }

  .navigation-menu {
    justify-content: center;
    display: flex;
  }

  .navigation-menu.f {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-links {
    margin-left: 0;
    padding-top: 4px;
    font-size: 12px;
  }

  .partner-area {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .heading-3.font-light {
    font-size: 12px;
  }

  .partner-logos {
    padding-top: 10px;
  }

  .adresses {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .nav-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: visible;
  }

  .hire-hero-section {
    padding: 110px 20px 40px;
  }

  .hire-hero-section.local {
    height: 100%;
  }

  .left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .outline-button {
    display: block;
  }

  .outline-button._100 {
    width: 100%;
  }

  .right {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .right.bottom {
    object-fit: cover;
    justify-content: center;
    align-items: stretch;
  }

  .paragraph-6 {
    display: none;
  }

  .paragraph-6.black {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    flex: 0 auto;
    display: none;
  }

  .grid-2x4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .steps {
    align-items: flex-start;
  }

  .steps-headings {
    text-align: center;
    margin-top: 10px;
  }

  .steps-headings.align-center {
    text-align: left;
  }

  .steps-headings.h3 {
    text-align: center;
    margin-top: 0;
    font-size: 1.35rem;
  }

  .steps-para {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
  }

  .steps-para.list {
    text-align: left;
    padding-left: 20px;
    list-style-type: square;
  }

  .steps-para.list.slider-mobile {
    padding-bottom: 0;
  }

  .steps-para.text-align-left {
    text-align: left;
  }

  .steps-para.text-align-left.m {
    padding-bottom: 10px;
  }

  .steps-para.slider-mobile {
    font-size: 14px;
  }

  .steps-para.o-px {
    margin-right: 10px;
    padding-bottom: 0;
  }

  .steps-para.o-px.big {
    font-size: 22px;
  }

  .logo-wrap {
    justify-content: flex-start;
  }

  .logo-link-block {
    width: 45%;
  }

  .grid1x4 {
    align-items: stretch;
    display: block;
  }

  .columns {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .block-heading {
    font-family: Metropolis, sans-serif;
  }

  .block-heading.big {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-9 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .paragraph-9.text-align-center.max-width-xlarge.max-width-full-tablet._90, .paragraph-9.text-align-center.max-width-xlarge.max-width-full-tablet-copy._90 {
    width: 90%;
  }

  .paragraph-9.fixed {
    margin-bottom: 0;
  }

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

  .progress-bar-wrap {
    text-align: center;
    flex-direction: row;
    place-content: space-between center;
    align-items: stretch;
  }

  .hero-faq {
    padding-bottom: 0;
  }

  .div-block {
    margin-bottom: 20px;
  }

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

  .faq-aero {
    width: 12px;
    max-width: none;
    height: 12px;
    font-size: 16px;
    line-height: 16px;
  }

  .faq-question {
    font-size: 15px;
  }

  .container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid.contact {
    flex-flow: row-reverse wrap-reverse;
    display: flex;
  }

  .heading-small.center {
    padding: 0 20px 14px;
  }

  .tab-link-tab-1 {
    text-align: center;
    margin-top: 10px;
    display: inline-block;
  }

  .tab-link-tab-1.w--current {
    float: left;
    text-align: center;
    display: inline-block;
  }

  .tabs-menu {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .tabs {
    padding-bottom: 0;
  }

  .bg-video {
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    display: flex;
  }

  .form {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field.m {
    margin-bottom: 10px;
  }

  .none, .html-embed-2 {
    display: block;
  }

  .text-fields.m {
    margin-bottom: 10px;
  }

  .podcast-bg {
    margin-bottom: 40px;
    padding: 100px 20px 20px;
  }

  .sub-heading._18 {
    text-align: center;
    font-family: Opensans, sans-serif;
  }

  .image-6 {
    flex: 0 auto;
    max-width: 100%;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 90vh;
    padding: 40px 20px;
    display: block;
    overflow: hidden;
  }

  .author-data {
    font-size: 18px;
    font-weight: 400;
  }

  .image-8 {
    object-fit: cover;
    height: 100%;
  }

  .inner-page-collection {
    padding-top: 0;
  }

  .bold-text-2 {
    font-size: 15px;
  }

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

  .image-9 {
    height: 100%;
  }

  .image-9.small {
    height: 250px;
  }

  .podcast-heading {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .circle {
    align-self: stretch;
  }

  .paragraph-10 {
    color: #7e85a0;
    font-weight: 300;
  }

  .italic-text {
    text-align: left;
  }

  .bold-text-8 {
    font-family: Metropolis, sans-serif;
    font-size: 26px;
    font-weight: 700;
  }

  .italic-text-2 {
    font-weight: 400;
  }

  .bold-text-10 {
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    font-weight: 700;
  }

  .navbar-scroll {
    overflow: visible;
  }

  .div-block-10 {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .div-block-11 {
    justify-content: flex-start;
    align-items: center;
    margin-left: -10px;
  }

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

  .modal {
    z-index: 9999;
    display: none;
  }

  .div-block-13 {
    padding-left: 20px;
  }

  .modal-heading {
    line-height: 26px;
  }

  .paragraphs-mogal {
    padding-top: 0;
  }

  .paragraphs-mogal.center-align {
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    line-height: 24px;
  }

  .paragraphs-mogal.center-align._700 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraphs-mogal.center-align._400 {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
  }

  .mt-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mt-30.form {
    clear: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-video-modal-2 {
    padding-left: 0;
  }

  .modal-video-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bold-text-15 {
    font-family: Metropolis, sans-serif;
    font-size: 20px;
  }

  .text-span-5 {
    font-size: 15px;
    font-weight: 400;
  }

  .div-block-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-18 {
    line-height: 38px;
  }

  .column-2 {
    text-align: center;
    padding-top: 40px;
    padding-right: 0;
  }

  .column-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .italic-text-4, .html-embed-3 {
    display: none;
  }

  .column-5 {
    padding-right: 10px;
  }

  .column-7 {
    align-items: center;
  }

  .column-8 {
    padding-top: 10px;
    position: relative;
  }

  .paragraph-12 {
    color: var(--light-slate-grey);
    font-size: 16px;
    line-height: 26px;
  }

  .list-6 {
    list-style-type: square;
  }

  .list-item-13, .list-item-14 {
    color: var(--light-slate-grey);
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .list-item-15 {
    color: var(--light-slate-grey);
    font-size: 16px;
    line-height: 26px;
  }

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

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-12, .column-13 {
    padding-left: 0;
  }

  .column-14 {
    align-self: auto;
  }

  .heading-6, .paragraph-13, .heading-7, .paragraph-14, .heading-8, .paragraph-15, .heading-9, .paragraph-16, .heading-10, .paragraph-17, .heading-11, .paragraph-18, .heading-12 {
    text-align: center;
  }

  .container-4._0px {
    margin-top: 0;
  }

  .paragraph-24 {
    font-size: 14px;
    line-height: 23px;
  }

  .list-7 {
    padding-left: 20px;
  }

  .paragraph-32 {
    font-size: 18px;
    font-weight: 600;
  }

  .heading-29 {
    display: block;
  }

  .heading-48 {
    font-size: 32px;
    line-height: 44px;
  }

  .tab-link-tab-1-2 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 12px;
    font-size: 14px;
  }

  .tab-link-tab-1-2.w--current {
    font-size: 13px;
  }

  ._1x8-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-1.text-weight-semibold.podcast-title {
    font-size: 32px;
  }

  .heading-1.job-title {
    font-size: 24px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-rich-text li {
    color: var(--color);
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .section.gradient {
    background-image: linear-gradient(0deg, white, var(--white-smoke));
  }

  .section.gradient.hide-desktop.hide-mobile-portrait {
    display: none;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .container-medium {
    padding-left: 20px;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .podcast-subheading {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .podcast-subheading.center-align {
    padding-left: 0;
    padding-right: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    line-height: 24px;
  }

  .podcast-subheading.center-align._700 {
    padding-left: 0;
    padding-right: 0;
  }

  .podcast-subheading.center-align._700._14 {
    font-weight: 600;
  }

  .podcast-subheading.center-align._400 {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
  }

  .podcast-subheading.intro-para {
    object-fit: contain;
    height: auto;
    position: relative;
    overflow: auto;
  }

  .podcast-subheading.podcast-details {
    height: auto;
  }

  .breadcrumb-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .grid-1x3 {
    grid-template-columns: 1fr;
    margin-top: 20px;
    padding-bottom: 40px;
  }

  .music-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .job-bg {
    margin-bottom: 0;
    padding: 130px 20px 60px;
  }

  .grid-1x2 {
    align-content: stretch;
    margin-right: 0;
    padding-bottom: 0;
  }

  .grid-1x2.gap {
    padding-top: 0;
  }

  .job-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .job-wrapper:hover {
    transform: none;
  }

  .job-template-hero {
    margin-bottom: 40px;
    padding: 40px 20px 20px;
  }

  .job-template-hero.m {
    padding-top: 80px;
  }

  .hero-container-job-template {
    object-fit: fill;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-container-job-template.skewed-text {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-container-job-template._100 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-container-job-template.px-0 {
    text-align: left;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .job-attribute-wrapper {
    margin-bottom: 10px;
  }

  .process-tab {
    padding: 15px 10px;
  }

  .process-tab.w--current {
    background-color: #f7f7f7;
  }

  .tabs-menu-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .tabs-menu-2.numbar {
    flex-flow: row;
  }

  .h3 {
    margin-top: 40px;
    padding-top: 0;
    font-family: Metropolis, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
  }

  .h3.margin-top {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 25px;
  }

  .h3.light {
    font-size: 20px;
    line-height: 30px;
  }

  .h3._36px {
    margin-top: 0;
    font-family: Opensans, sans-serif;
    font-size: 28px;
    line-height: 32px;
  }

  .h3._36px._90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .h3.m {
    margin-top: 0;
  }

  .tab-process {
    margin-top: 20px;
  }

  .tab-image.m {
    width: 100%;
    height: 100%;
    display: block;
  }

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

  .process-mobile-sliders {
    background-color: #fff;
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 40px;
  }

  .slider-right-arrow-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    inset: 6% -4% auto auto;
  }

  .slider-right-arrow-wrapper.bottom {
    inset: auto 0% 0% auto;
  }

  .slide-process {
    height: 557.309px;
    margin-right: 10px;
  }

  .slide-process.auto {
    height: auto;
  }

  .slider-left-arrow-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    inset: 6% auto auto -4%;
  }

  .slider-left-arrow-wrapper.bottom {
    inset: auto auto 0% 0%;
  }

  .slide-nav-3 {
    display: block;
  }

  .job-attribute-text {
    font-size: .875rem;
  }

  .job-attribute-text.small {
    color: #000;
    font-size: .875rem;
  }

  .job-attribute-text.big {
    font-weight: 400;
  }

  .job-attribute-container {
    flex-flow: column;
  }

  .hide-desktop {
    display: block;
  }

  .flex-vertical-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mask-auto {
    height: auto;
  }

  .mask-4 {
    padding-bottom: 20px;
  }

  .read-more-dropdown {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .dropdown-toggle-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    font-family: Metropolis, sans-serif;
    font-size: 18px;
    display: flex;
  }

  .dropdown-toggle-2.w--open {
    background-color: var(--light-slate-grey);
    color: var(--white-smoke);
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-list-2 {
    position: static;
  }

  .dropdown-list-2.w--open {
    border: 1px solid var(--steel-blue);
    background-color: #fff;
  }

  .icon-5 {
    margin-left: 10px;
    position: static;
  }

  .list-8 {
    padding-left: 10px;
  }

  .extra-content {
    z-index: 100;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 90%;
    padding: 20px;
    display: flex;
  }

  .close-modal {
    background-color: var(--white-smoke);
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .extra-content-wrapper {
    z-index: 9999;
    background-color: #00000082;
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .extra-content-wrapper._1, .extra-content-wrapper._2 {
    display: none;
  }

  .extra-content-wrapper-2 {
    z-index: 9999;
    background-color: #00000082;
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .extra-content-wrapper-2._1, .extra-content-wrapper-2._2 {
    display: none;
  }

  .text-span-7 {
    margin-right: 4px;
  }

  .list-9 {
    color: var(--color);
    font-family: Metropolis, sans-serif;
  }

  .form-4 {
    padding: 20px;
  }

  .salary-card._2 {
    width: 100%;
    min-width: 260px;
    padding: 10px;
    box-shadow: 0 2px 20px #00000014;
  }

  .slide-salary {
    width: 100%;
    margin-right: 10px;
  }

  .slide-salary.auto {
    height: auto;
  }

  .salary-mobile-sliders {
    background-color: #fff;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: block;
  }

  .slider-block {
    max-width: 89vw;
    padding-left: 0;
    overflow: hidden;
  }

  .paragraph-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .block-heading-2 {
    font-family: Metropolis, sans-serif;
  }

  .pricing-button-wrap {
    margin-top: 40px;
  }

  .text-center {
    margin-top: 20px;
    padding-top: 20px;
  }

  .sec-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .map-image {
    margin-top: 0;
  }

  .mobile-scroll-actions {
    margin-bottom: 30px;
  }

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

  .div-block-25.mobile-show, .div-block-26.mobile-show {
    display: block;
  }

  .faqs-wrapper {
    padding-top: 20px;
  }

  .local-table-title-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .local-table-title {
    font-size: 22px;
  }

  .local-table-sub-title {
    font-size: 16px;
  }

  .local-table-row {
    grid-template-columns: 70px 1fr;
    font-size: 15px;
  }

  .local-table-item {
    padding: 10px;
  }

  .local-table-number {
    white-space: nowrap;
  }

  .local-table-desc {
    padding: 10px;
  }

  .table-close-icon {
    width: 24px;
    height: 24px;
  }

  .local-table-btn {
    font-size: 16px;
  }

  .table-tick-icon {
    width: 16px;
    height: 16px;
  }

  .table-tick-box {
    width: 24px;
    height: 24px;
  }

  .hero-grid-2-x-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
  }

  .hero-grid-2-x-1.gap {
    padding-top: 0;
  }

  .hero-grid-2-x-1.gap._0px {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .company-logo-list {
    justify-content: flex-start;
    align-items: center;
  }

  .company-logo {
    width: 90px;
  }

  .heading-h2 {
    text-align: center;
    font-size: 28px;
  }

  .leaders-logo {
    width: 90px;
  }

  .image-108 {
    margin-top: 7px;
  }

  .div-block-26-copy.mobile-show, .div-block-25-copy.mobile-show {
    display: block;
  }

  .local-table-box-2 {
    font-size: 16px;
  }

  .form-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .form-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-wrap {
    padding-bottom: 26px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .contact-form {
    padding-left: 0;
    padding-right: 0;
  }

  .company-title-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-primary {
    padding: 12px 30px;
  }

  .footer-logo-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .form-content-moblie-show {
    order: -9999;
    display: block;
  }

  .client-logo-image {
    width: 70px;
    height: 55px;
  }

  .heading-small-mobile {
    padding-top: 0;
  }

  .heading-small-mobile.center {
    padding: 0 20px 14px;
  }
}

#w-node-f7e5ddb1-08d1-38f1-63c6-cd92fad9380c-6a7dbb15 {
  align-self: center;
}

#w-node-bebb11c5-8bed-6a53-e6b5-44505cfd2af1-6a7dbb15 {
  place-self: end;
}

#w-node-b7225d50-0a0c-bf21-1ccf-ede593c52e03-6a7dbb15, #w-node-ff1c09a0-b290-e23c-ccbd-d24fad980f57-6a7dbb15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e79af85d-30c2-73ac-5c79-8aceb529f817-6a7dbb15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f0828b0e-de31-6df8-5ce7-0453d2f42b57-6a7dbb15, #w-node-f0828b0e-de31-6df8-5ce7-0453d2f42b59-6a7dbb15, #w-node-_43d8c08b-226b-2b64-c127-b4e3d342ea0d-6a7dbb15, #w-node-_43d8c08b-226b-2b64-c127-b4e3d342ea0f-6a7dbb15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d910b52c-1748-358d-0aef-c8157eb7e58e-6a7dbb15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-d910b52c-1748-358d-0aef-c8157eb7e58f-6a7dbb15, #w-node-d910b52c-1748-358d-0aef-c8157eb7e59d-6a7dbb15, #w-node-d910b52c-1748-358d-0aef-c8157eb7e59f-6a7dbb15, #w-node-d910b52c-1748-358d-0aef-c8157eb7e5b3-6a7dbb15, #w-node-d910b52c-1748-358d-0aef-c8157eb7e5b5-6a7dbb15, #w-node-d910b52c-1748-358d-0aef-c8157eb7e5c6-6a7dbb15, #w-node-d910b52c-1748-358d-0aef-c8157eb7e5c8-6a7dbb15, #w-node-_8dfb4e66-3ce9-d9ce-5856-5991bed7a490-bed7a477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dfb4e66-3ce9-d9ce-5856-5991bed7a492-bed7a477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_8dfb4e66-3ce9-d9ce-5856-5991bed7a497-bed7a477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8dfb4e66-3ce9-d9ce-5856-5991bed7a499-bed7a477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-f64a102d-889c-de1f-6ba2-15fdd3eeab9d-d3eeab91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-f64a102d-889c-de1f-6ba2-15fdd3eeaba0-d3eeab91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f64a102d-889c-de1f-6ba2-15fdd3eeaba3-d3eeab91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f64a102d-889c-de1f-6ba2-15fdd3eeaba4-d3eeab91, #w-node-d0f2ee26-4c6a-a79e-a5ce-d7bea7f0f31b-a7f0f317, #w-node-d0f2ee26-4c6a-a79e-a5ce-d7bea7f0f31c-a7f0f317, #w-node-d0f2ee26-4c6a-a79e-a5ce-d7bea7f0f334-a7f0f317 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c0aae42-4e76-1a08-4a20-bf3752979ccb-e78ff0fd {
  align-self: center;
}

#w-node-_1f6d5fe4-1a3e-d2e8-6275-5f6ce78ff0ff-e78ff0fd {
  justify-self: center;
}

#w-node-_1f6d5fe4-1a3e-d2e8-6275-5f6ce78ff106-e78ff0fd, #w-node-_1f6d5fe4-1a3e-d2e8-6275-5f6ce78ff108-e78ff0fd, #w-node-_1f6d5fe4-1a3e-d2e8-6275-5f6ce78ff10a-e78ff0fd, #w-node-_1f6d5fe4-1a3e-d2e8-6275-5f6ce78ff10c-e78ff0fd, #w-node-_1f6d5fe4-1a3e-d2e8-6275-5f6ce78ff10e-e78ff0fd, #w-node-_1f6d5fe4-1a3e-d2e8-6275-5f6ce78ff110-e78ff0fd, #w-node-e2fdebb5-54ed-d189-95b4-0b4092d94c28-e78ff0fd, #w-node-_4e71e7cf-fb8f-4a45-2a8b-283a8df5cbb6-e78ff0fd, #w-node-_3c7d34a8-8dd6-f25a-4362-7cb4c9e87971-e78ff0fd, #w-node-_3c7d34a8-8dd6-f25a-4362-7cb4c9e87973-e78ff0fd, #w-node-_3c7d34a8-8dd6-f25a-4362-7cb4c9e87975-e78ff0fd, #w-node-_3c7d34a8-8dd6-f25a-4362-7cb4c9e87977-e78ff0fd, #w-node-_3c7d34a8-8dd6-f25a-4362-7cb4c9e87979-e78ff0fd, #w-node-_3c7d34a8-8dd6-f25a-4362-7cb4c9e8797b-e78ff0fd, #w-node-_3c7d34a8-8dd6-f25a-4362-7cb4c9e8797d-e78ff0fd, #w-node-_3c7d34a8-8dd6-f25a-4362-7cb4c9e8797f-e78ff0fd, #w-node-e38cef46-a30c-86e4-5445-d937ea4e4318-e78ff0fd, #w-node-e38cef46-a30c-86e4-5445-d937ea4e431a-e78ff0fd, #w-node-e38cef46-a30c-86e4-5445-d937ea4e431c-e78ff0fd, #w-node-e38cef46-a30c-86e4-5445-d937ea4e431e-e78ff0fd, #w-node-e38cef46-a30c-86e4-5445-d937ea4e4320-e78ff0fd, #w-node-e38cef46-a30c-86e4-5445-d937ea4e4322-e78ff0fd, #w-node-e38cef46-a30c-86e4-5445-d937ea4e4324-e78ff0fd, #w-node-e38cef46-a30c-86e4-5445-d937ea4e4326-e78ff0fd {
  align-self: center;
}

#w-node-_35d42cb1-b349-d47e-aa11-92afc02f9e09-d87dbb22, #w-node-_479c460f-053d-9c60-801d-292f270066ef-187dbb23, #w-node-_479c460f-053d-9c60-801d-292f270066f0-187dbb23, #w-node-_479c460f-053d-9c60-801d-292f27006708-187dbb23, #w-node-d92df76b-9aa2-4999-f078-155a394b64af-a17dbb25, #w-node-e6cf6953-9f9c-1c27-1c64-992d66e253d0-a17dbb25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d87c8878-bc88-535a-760c-840210ed6196-a17dbb25 {
  align-self: center;
}

#w-node-d87c8878-bc88-535a-760c-840210ed61a0-a17dbb25 {
  place-self: center end;
}

#w-node-d87c8878-bc88-535a-760c-840210ed61a4-a17dbb25 {
  align-self: center;
}

#w-node-d87c8878-bc88-535a-760c-840210ed61b8-a17dbb25 {
  place-self: center end;
}

#w-node-d87c8878-bc88-535a-760c-840210ed61bd-a17dbb25 {
  align-self: center;
}

#w-node-d87c8878-bc88-535a-760c-840210ed61c8-a17dbb25 {
  place-self: center end;
}

#w-node-d87c8878-bc88-535a-760c-840210ed61cc-a17dbb25 {
  align-self: start;
}

#w-node-d87c8878-bc88-535a-760c-840210ed61d9-a17dbb25 {
  place-self: center end;
}

#w-node-d87c8878-bc88-535a-760c-840210ed61dd-a17dbb25 {
  align-self: center;
}

#w-node-d87c8878-bc88-535a-760c-840210ed61e7-a17dbb25 {
  place-self: center end;
}

#w-node-d87c8878-bc88-535a-760c-840210ed61eb-a17dbb25 {
  align-self: center;
}

#w-node-d87c8878-bc88-535a-760c-840210ed61f1-a17dbb25 {
  place-self: start end;
}

#w-node-_44d77425-4c3d-7644-7778-516e6892aa55-a17dbb25 {
  align-self: center;
}

#w-node-_44d77425-4c3d-7644-7778-516e6892aa5b-a17dbb25 {
  place-self: start end;
}

#w-node-d87c8878-bc88-535a-760c-840210ed61f7-a17dbb25 {
  align-self: center;
}

#w-node-d87c8878-bc88-535a-760c-840210ed6205-a17dbb25 {
  place-self: center end;
}

#w-node-d87c8878-bc88-535a-760c-840210ed6209-a17dbb25 {
  align-self: center;
}

#w-node-d87c8878-bc88-535a-760c-840210ed6220-a17dbb25 {
  place-self: center end;
}

#w-node-d87c8878-bc88-535a-760c-840210ed6224-a17dbb25 {
  align-self: center;
}

#w-node-d87c8878-bc88-535a-760c-840210ed6233-a17dbb25 {
  place-self: center end;
}

#w-node-d87c8878-bc88-535a-760c-840210ed6237-a17dbb25 {
  align-self: center;
}

#w-node-d87c8878-bc88-535a-760c-840210ed624a-a17dbb25, #w-node-d87c8878-bc88-535a-760c-840210ed6260-a17dbb25 {
  place-self: center end;
}

#w-node-d87c8878-bc88-535a-760c-840210ed6264-a17dbb25 {
  align-self: center;
}

#w-node-d87c8878-bc88-535a-760c-840210ed6270-a17dbb25 {
  place-self: center end;
}

#w-node-_0cc589f9-91a8-c0c6-3eba-8039ad74c9fe-a17dbb25 {
  align-self: center;
}

#w-node-_0cc589f9-91a8-c0c6-3eba-8039ad74ca08-a17dbb25 {
  place-self: center end;
}

#w-node-b73cad50-1a5a-21c6-bb73-9015861cfab3-a17dbb25, #w-node-b73cad50-1a5a-21c6-bb73-9015861cfaba-a17dbb25, #w-node-b73cad50-1a5a-21c6-bb73-9015861cfac3-a17dbb25, #w-node-b73cad50-1a5a-21c6-bb73-9015861cfacf-a17dbb25, #w-node-b73cad50-1a5a-21c6-bb73-9015861cfad8-a17dbb25, #w-node-_9a9b051c-ba2b-0e70-36c5-b59987d878fa-a17dbb25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_26537f0a-e9bd-bb87-fa69-c50d7ad74216-a17dbb25, #w-node-_692b9a1d-f79d-61fa-4b20-4e1e4aa42e6b-a17dbb25, #w-node-bf2f4087-75e0-47c6-ecdf-385002b4ecf1-a17dbb25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e11c781d-147d-da8d-201f-e2018bde018a-a17dbb25, #w-node-_8462d4f9-e1ec-8528-c48a-e9b82ac0c618-a17dbb25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_393999d0-9e19-2c78-7356-2952b5687f26-a17dbb25, #w-node-_91d1fd3f-7f51-bb28-81a3-367a35a98204-a17dbb25, #w-node-_91d1fd3f-7f51-bb28-81a3-367a35a98206-a17dbb25, #w-node-_91d1fd3f-7f51-bb28-81a3-367a35a9821e-a17dbb25, #w-node-_91d1fd3f-7f51-bb28-81a3-367a35a98220-a17dbb25, #w-node-d92df76b-9aa2-4999-f078-155a394b64af-207dbb27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6932978-81f5-353d-236a-c84bb58aac71-207dbb27, #w-node-_4b966ff4-2f0c-761b-e2e6-b4b87eee2b51-207dbb27, #w-node-d6932978-81f5-353d-236a-c84bb58aac95-207dbb27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a4214499-2a33-b80e-8f29-6d8d25e93566-207dbb27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_6d586c49-f209-4ed3-4190-4cddffe42eae-207dbb27, #w-node-_28f36ce7-2ec4-1efd-f606-a1895a242e62-207dbb27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91d85-207dbb27 {
  align-self: center;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91d95-207dbb27 {
  place-self: center end;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91d99-207dbb27 {
  align-self: center;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91db6-207dbb27 {
  place-self: center end;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91dbb-207dbb27 {
  align-self: center;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91dce-207dbb27 {
  place-self: center end;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91dd2-207dbb27 {
  align-self: center;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91dee-207dbb27 {
  place-self: center end;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91df2-207dbb27 {
  align-self: center;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91dff-207dbb27 {
  place-self: center end;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91e03-207dbb27 {
  align-self: center;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91e0c-207dbb27 {
  place-self: start end;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91e12-207dbb27 {
  align-self: center;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91e20-207dbb27 {
  place-self: center end;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91e24-207dbb27 {
  align-self: center;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91e3b-207dbb27 {
  place-self: center end;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91e3f-207dbb27 {
  align-self: center;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91e4c-207dbb27 {
  place-self: center end;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91e50-207dbb27 {
  align-self: center;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91e61-207dbb27, #w-node-_9600b8b1-299e-e37e-6b26-c37357a91e75-207dbb27 {
  place-self: center end;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91e79-207dbb27 {
  align-self: center;
}

#w-node-_9600b8b1-299e-e37e-6b26-c37357a91e83-207dbb27 {
  place-self: center end;
}

#w-node-_93108bd9-3860-bf5e-4e84-440c6df69aa6-207dbb27, #w-node-_93108bd9-3860-bf5e-4e84-440c6df69aae-207dbb27, #w-node-_93108bd9-3860-bf5e-4e84-440c6df69ab8-207dbb27, #w-node-_93108bd9-3860-bf5e-4e84-440c6df69ac1-207dbb27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_93108bd9-3860-bf5e-4e84-440c6df69acb-207dbb27 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start center;
}

#w-node-_64e0760b-d394-ed66-af09-5b0e0af12880-207dbb27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64d12fa9-d779-7bf4-0f96-17d9fbcf134e-207dbb27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_64d12fa9-d779-7bf4-0f96-17d9fbcf134f-207dbb27, #w-node-_64d12fa9-d779-7bf4-0f96-17d9fbcf135d-207dbb27, #w-node-_64d12fa9-d779-7bf4-0f96-17d9fbcf135f-207dbb27, #w-node-_64d12fa9-d779-7bf4-0f96-17d9fbcf1373-207dbb27, #w-node-_64d12fa9-d779-7bf4-0f96-17d9fbcf1375-207dbb27, #w-node-_64d12fa9-d779-7bf4-0f96-17d9fbcf1386-207dbb27, #w-node-_64d12fa9-d779-7bf4-0f96-17d9fbcf1388-207dbb27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4aede59c-3d4f-98ed-08c1-d5cf768f5242-207dbb27 {
  place-self: center stretch;
}

#newform.w-node-_64d12fa9-d779-7bf4-0f96-17d9fbcf138f-207dbb27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab74ea3c-da8d-c029-bf51-109e47cbdc42-cd7dbb28 {
  place-self: center end;
}

#w-node-_318a0fae-5f47-abbf-fe14-9327119904b8-119904b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_318a0fae-5f47-abbf-fe14-9327119904ba-119904b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_318a0fae-5f47-abbf-fe14-9327119904bd-119904b5 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_318a0fae-5f47-abbf-fe14-9327119904c1-119904b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_9cd5335e-48cf-562b-708f-c6249035ae46-ea9b99b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cd5335e-48cf-562b-708f-c6249035ae65-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035ae6a-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035ae6f-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035ae74-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035ae7a-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035ae80-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035ae86-ea9b99b8 {
  justify-self: start;
}

#w-node-_9cd5335e-48cf-562b-708f-c6249035af68-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035af70-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035af87-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035afa0-ea9b99b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cd5335e-48cf-562b-708f-c6249035afa3-ea9b99b8 {
  justify-self: start;
}

#w-node-_9cd5335e-48cf-562b-708f-c6249035afa5-ea9b99b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cd5335e-48cf-562b-708f-c6249035afa8-ea9b99b8 {
  justify-self: start;
}

#w-node-_9cd5335e-48cf-562b-708f-c6249035aff8-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b002-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b003-ea9b99b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cd5335e-48cf-562b-708f-c6249035b075-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b07a-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b07f-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b084-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b089-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b08e-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b098-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b09d-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b0a2-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b0a7-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b0ac-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b0b1-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b0b6-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b0bb-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b0c0-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b0c5-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b0ca-ea9b99b8 {
  justify-self: start;
}

#w-node-_9cd5335e-48cf-562b-708f-c6249035b0ce-ea9b99b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cd5335e-48cf-562b-708f-c6249035b0cf-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b0d4-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b0d9-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b0de-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b0f2-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b0f7-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b0fc-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b101-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b106-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b10b-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b115-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b11a-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b11f-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b124-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b129-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b12e-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b133-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b138-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b13d-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b142-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b147-ea9b99b8 {
  justify-self: start;
}

#w-node-_9cd5335e-48cf-562b-708f-c6249035b14b-ea9b99b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cd5335e-48cf-562b-708f-c6249035b14c-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b151-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b156-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b15b-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b16c-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b171-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b176-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b17b-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b180-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b185-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b18a-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b18f-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b194-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b199-ea9b99b8 {
  justify-self: start;
}

#w-node-_9cd5335e-48cf-562b-708f-c6249035b19d-ea9b99b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cd5335e-48cf-562b-708f-c6249035b19e-ea9b99b8 {
  justify-self: start;
}

#w-node-_9cd5335e-48cf-562b-708f-c6249035b1a1-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b222-ea9b99b8, #w-node-_9cd5335e-48cf-562b-708f-c6249035b24f-ea9b99b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cd5335e-48cf-562b-708f-c6249035b28d-ea9b99b8 {
  justify-self: start;
}

#w-node-d92df76b-9aa2-4999-f078-155a394b64af-18d2483c, #w-node-e6cf6953-9f9c-1c27-1c64-992d66e253d0-18d2483c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4d7a5fc-057d-cb20-59c2-53fc63d1b49b-18d2483c {
  justify-self: center;
}

#w-node-e4d7a5fc-057d-cb20-59c2-53fc63d1b49d-18d2483c, #w-node-e4d7a5fc-057d-cb20-59c2-53fc63d1b4a0-18d2483c, #w-node-e4d7a5fc-057d-cb20-59c2-53fc63d1b4a2-18d2483c, #w-node-e4d7a5fc-057d-cb20-59c2-53fc63d1b4a4-18d2483c, #w-node-e4d7a5fc-057d-cb20-59c2-53fc63d1b4a6-18d2483c, #w-node-e4d7a5fc-057d-cb20-59c2-53fc63d1b4a8-18d2483c, #w-node-e4d7a5fc-057d-cb20-59c2-53fc63d1b4aa-18d2483c, #w-node-e4d7a5fc-057d-cb20-59c2-53fc63d1b4ac-18d2483c, #w-node-_8f86d40a-cc35-729f-976f-fecf89275470-18d2483c {
  align-self: center;
}

#w-node-_8f86d40a-cc35-729f-976f-fecf8927547a-18d2483c {
  place-self: center end;
}

#w-node-_8f86d40a-cc35-729f-976f-fecf8927547e-18d2483c {
  align-self: center;
}

#w-node-_8f86d40a-cc35-729f-976f-fecf89275492-18d2483c {
  place-self: center end;
}

#w-node-_8f86d40a-cc35-729f-976f-fecf89275497-18d2483c {
  align-self: center;
}

#w-node-_8f86d40a-cc35-729f-976f-fecf892754a2-18d2483c {
  place-self: center end;
}

#w-node-_8f86d40a-cc35-729f-976f-fecf892754a6-18d2483c {
  align-self: center;
}

#w-node-_8f86d40a-cc35-729f-976f-fecf892754b3-18d2483c {
  place-self: center end;
}

#w-node-_8f86d40a-cc35-729f-976f-fecf892754b7-18d2483c {
  align-self: center;
}

#w-node-_8f86d40a-cc35-729f-976f-fecf892754c1-18d2483c {
  place-self: center end;
}

#w-node-_8f86d40a-cc35-729f-976f-fecf892754d1-18d2483c {
  align-self: center;
}

#w-node-_8f86d40a-cc35-729f-976f-fecf892754dd-18d2483c {
  place-self: center end;
}

#w-node-_8f86d40a-cc35-729f-976f-fecf892754e1-18d2483c {
  align-self: center;
}

#w-node-_8f86d40a-cc35-729f-976f-fecf892754f6-18d2483c {
  place-self: center end;
}

#w-node-_8f86d40a-cc35-729f-976f-fecf892754fa-18d2483c {
  align-self: center;
}

#w-node-_8f86d40a-cc35-729f-976f-fecf89275507-18d2483c {
  place-self: center end;
}

#w-node-_8f86d40a-cc35-729f-976f-fecf8927550b-18d2483c {
  align-self: center;
}

#w-node-_8f86d40a-cc35-729f-976f-fecf8927551c-18d2483c, #w-node-_8f86d40a-cc35-729f-976f-fecf89275530-18d2483c {
  place-self: center end;
}

#w-node-_8f86d40a-cc35-729f-976f-fecf89275534-18d2483c {
  align-self: center;
}

#w-node-_8f86d40a-cc35-729f-976f-fecf8927553e-18d2483c {
  place-self: center end;
}

#w-node-_0aeb07e1-b677-250d-6e85-65e5df699846-18d2483c, #w-node-_35a38be2-a79d-cc06-44db-aaa206c360ac-18d2483c, #w-node-_9fdb6fae-c1a1-6344-1584-db26f3831888-18d2483c, #w-node-_8d5d84aa-12c8-1f63-8b23-7c60e17618fe-18d2483c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_92b6c816-4810-784e-f412-57558520a96e-18d2483c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start center;
}

#w-node-_1545db04-2dc6-a47b-3b37-1fdda3f67b7c-18d2483c, #w-node-_1545db04-2dc6-a47b-3b37-1fdda3f67b85-18d2483c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_64e0760b-d394-ed66-af09-5b0e0af12880-18d2483c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c52ec53-a199-4678-b631-f5085e10af42-18d2483c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_23d763b9-0f3a-0850-61a4-e8e7b4929a18-18d2483c, #w-node-_23d763b9-0f3a-0850-61a4-e8e7b4929a1a-18d2483c, #newform.w-node-a5508e2a-3ccb-069c-0b01-5fadf2ef610e-18d2483c, #w-node-d92df76b-9aa2-4999-f078-155a394b64af-bf2ab394, #w-node-e6cf6953-9f9c-1c27-1c64-992d66e253d0-bf2ab394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c52ec53-a199-4678-b631-f5085e10af42-bf2ab394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_23d763b9-0f3a-0850-61a4-e8e7b4929a18-bf2ab394, #w-node-_23d763b9-0f3a-0850-61a4-e8e7b4929a1a-bf2ab394, #newform.w-node-a5508e2a-3ccb-069c-0b01-5fadf2ef610e-bf2ab394, #w-node-d92df76b-9aa2-4999-f078-155a394b64af-c663bc48, #w-node-e1cc0993-45dc-243c-8ee0-f1db7762e3aa-c663bc48, #w-node-e6cf6953-9f9c-1c27-1c64-992d66e253d0-c663bc48, #w-node-af25f631-37c9-0c6e-990a-3e2d8f33efda-c663bc48, #w-node-_07131f4a-7d6b-4256-7f93-89111ff1b98d-c663bc48, #w-node-_218539db-c4d7-3836-eb7a-f8f45c39715f-c663bc48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_218539db-c4d7-3836-eb7a-f8f45c397161-c663bc48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_218539db-c4d7-3836-eb7a-f8f45c397162-c663bc48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_218539db-c4d7-3836-eb7a-f8f45c397164-c663bc48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-d92df76b-9aa2-4999-f078-155a394b64af-ab34b78c, #w-node-e6cf6953-9f9c-1c27-1c64-992d66e253d0-ab34b78c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05c4454f-3d94-3426-e24d-c1d48629f50e-ab34b78c, #w-node-_8d6d20cb-a3ac-723c-6c7b-df5b0bdc2faf-ab34b78c, #w-node-a21f0c4e-2455-e67d-7979-ea2e3e4fadb6-ab34b78c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_26537f0a-e9bd-bb87-fa69-c50d7ad74216-ab34b78c, #w-node-_692b9a1d-f79d-61fa-4b20-4e1e4aa42e6b-ab34b78c, #w-node-bf2f4087-75e0-47c6-ecdf-385002b4ecf1-ab34b78c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_928058bf-3831-8283-7b40-2be6f2bb3103-ab34b78c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e11c781d-147d-da8d-201f-e2018bde018a-ab34b78c, #w-node-_8462d4f9-e1ec-8528-c48a-e9b82ac0c618-ab34b78c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_64e0760b-d394-ed66-af09-5b0e0af12880-ab34b78c, #w-node-_1295e94e-540c-2509-99bc-bfa48be853f7-8be853f7, #w-node-_1295e94e-540c-2509-99bc-bfa48be85412-8be853f7, #w-node-_1295e94e-540c-2509-99bc-bfa48be85414-8be853f7, #w-node-_272cd4aa-54e9-49b6-45a0-2d4ce608c659-8be853f7, #w-node-_272cd4aa-54e9-49b6-45a0-2d4ce608c65b-8be853f7, #w-node-_272cd4aa-54e9-49b6-45a0-2d4ce608c66a-8be853f7, #w-node-_272cd4aa-54e9-49b6-45a0-2d4ce608c66c-8be853f7, #w-node-d92df76b-9aa2-4999-f078-155a394b64af-6d1db05b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6932978-81f5-353d-236a-c84bb58aac71-6d1db05b, #w-node-_4b966ff4-2f0c-761b-e2e6-b4b87eee2b51-6d1db05b, #w-node-d6932978-81f5-353d-236a-c84bb58aac95-6d1db05b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-f7e5ddb1-08d1-38f1-63c6-cd92fad9380c-6a7dbb15 {
    align-self: start;
  }

  #w-node-d92df76b-9aa2-4999-f078-155a394b64af-a17dbb25 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b73cad50-1a5a-21c6-bb73-9015861cfad8-a17dbb25, #w-node-_9a9b051c-ba2b-0e70-36c5-b59987d878fa-a17dbb25 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_93108bd9-3860-bf5e-4e84-440c6df69acb-207dbb27 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bebb11c5-8bed-6a53-e6b5-44505cfd2af1-6a7dbb15 {
    place-self: center;
  }

  #w-node-_7c0aae42-4e76-1a08-4a20-bf3752979ccb-e78ff0fd {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_26537f0a-e9bd-bb87-fa69-c50d7ad74216-a17dbb25 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-d92df76b-9aa2-4999-f078-155a394b64af-207dbb27 {
    align-self: center;
  }

  #w-node-_9600b8b1-299e-e37e-6b26-c37357a91d95-207dbb27 {
    justify-self: center;
  }

  #w-node-_92b6c816-4810-784e-f412-57558520a96e-18d2483c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start center;
  }

  #w-node-d92df76b-9aa2-4999-f078-155a394b64af-6d1db05b {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f7e5ddb1-08d1-38f1-63c6-cd92fad9380c-6a7dbb15, #w-node-_8dfb4e66-3ce9-d9ce-5856-5991bed7a490-bed7a477 {
    place-self: center;
  }

  #w-node-_8dfb4e66-3ce9-d9ce-5856-5991bed7a492-bed7a477 {
    justify-self: center;
  }

  #w-node-_218539db-c4d7-3836-eb7a-f8f45c39715f-c663bc48 {
    place-self: center;
  }

  #w-node-_218539db-c4d7-3836-eb7a-f8f45c397161-c663bc48 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bebb11c5-8bed-6a53-e6b5-44505cfd2af1-6a7dbb15 {
    justify-self: center;
  }

  #w-node-b7225d50-0a0c-bf21-1ccf-ede593c52e03-6a7dbb15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7c0aae42-4e76-1a08-4a20-bf3752979ccb-e78ff0fd {
    grid-column: span 3 / span 3;
  }

  #w-node-_1f6d5fe4-1a3e-d2e8-6275-5f6ce78ff106-e78ff0fd, #w-node-_1f6d5fe4-1a3e-d2e8-6275-5f6ce78ff108-e78ff0fd, #w-node-_1f6d5fe4-1a3e-d2e8-6275-5f6ce78ff10a-e78ff0fd, #w-node-_1f6d5fe4-1a3e-d2e8-6275-5f6ce78ff10c-e78ff0fd, #w-node-_1f6d5fe4-1a3e-d2e8-6275-5f6ce78ff10e-e78ff0fd, #w-node-_1f6d5fe4-1a3e-d2e8-6275-5f6ce78ff110-e78ff0fd, #w-node-e2fdebb5-54ed-d189-95b4-0b4092d94c28-e78ff0fd, #w-node-_4e71e7cf-fb8f-4a45-2a8b-283a8df5cbb6-e78ff0fd, #w-node-_3c7d34a8-8dd6-f25a-4362-7cb4c9e87971-e78ff0fd, #w-node-_3c7d34a8-8dd6-f25a-4362-7cb4c9e87973-e78ff0fd, #w-node-_3c7d34a8-8dd6-f25a-4362-7cb4c9e87975-e78ff0fd, #w-node-_3c7d34a8-8dd6-f25a-4362-7cb4c9e87977-e78ff0fd, #w-node-_3c7d34a8-8dd6-f25a-4362-7cb4c9e87979-e78ff0fd, #w-node-_3c7d34a8-8dd6-f25a-4362-7cb4c9e8797b-e78ff0fd, #w-node-_3c7d34a8-8dd6-f25a-4362-7cb4c9e8797d-e78ff0fd, #w-node-_3c7d34a8-8dd6-f25a-4362-7cb4c9e8797f-e78ff0fd, #w-node-e38cef46-a30c-86e4-5445-d937ea4e4318-e78ff0fd, #w-node-e38cef46-a30c-86e4-5445-d937ea4e431a-e78ff0fd, #w-node-e38cef46-a30c-86e4-5445-d937ea4e431c-e78ff0fd, #w-node-e38cef46-a30c-86e4-5445-d937ea4e431e-e78ff0fd, #w-node-e38cef46-a30c-86e4-5445-d937ea4e4320-e78ff0fd, #w-node-e38cef46-a30c-86e4-5445-d937ea4e4322-e78ff0fd, #w-node-e38cef46-a30c-86e4-5445-d937ea4e4324-e78ff0fd, #w-node-e38cef46-a30c-86e4-5445-d937ea4e4326-e78ff0fd {
    justify-self: center;
  }

  #w-node-d92df76b-9aa2-4999-f078-155a394b64af-a17dbb25 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_26537f0a-e9bd-bb87-fa69-c50d7ad74216-a17dbb25, #w-node-_692b9a1d-f79d-61fa-4b20-4e1e4aa42e6b-a17dbb25 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-e11c781d-147d-da8d-201f-e2018bde018a-a17dbb25, #w-node-_0a797a2c-78b3-db3d-981b-b5bced1b4dbd-a17dbb25, #w-node-_85502151-8b1c-27ea-e5d1-eec3baf95d57-a17dbb25 {
    place-self: center;
  }

  #w-node-d92df76b-9aa2-4999-f078-155a394b64af-207dbb27, #w-node-d92df76b-9aa2-4999-f078-155a394b64af-18d2483c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e4d7a5fc-057d-cb20-59c2-53fc63d1b4a0-18d2483c, #w-node-e4d7a5fc-057d-cb20-59c2-53fc63d1b4a2-18d2483c, #w-node-e4d7a5fc-057d-cb20-59c2-53fc63d1b4a4-18d2483c, #w-node-e4d7a5fc-057d-cb20-59c2-53fc63d1b4a6-18d2483c, #w-node-e4d7a5fc-057d-cb20-59c2-53fc63d1b4a8-18d2483c, #w-node-e4d7a5fc-057d-cb20-59c2-53fc63d1b4aa-18d2483c, #w-node-e4d7a5fc-057d-cb20-59c2-53fc63d1b4ac-18d2483c {
    justify-self: center;
  }

  #w-node-d92df76b-9aa2-4999-f078-155a394b64af-bf2ab394, #w-node-d92df76b-9aa2-4999-f078-155a394b64af-c663bc48, #w-node-d92df76b-9aa2-4999-f078-155a394b64af-ab34b78c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e11c781d-147d-da8d-201f-e2018bde018a-ab34b78c {
    place-self: start stretch;
  }

  #w-node-d92df76b-9aa2-4999-f078-155a394b64af-6d1db05b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brand';
  src: url('../fonts/fa-brand.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Solid';
  src: url('../fonts/solid.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans condensed';
  src: url('../fonts/OpenSans_Condensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Bold.otf') format('opentype'), url('../fonts/Metropolis-ExtraBold.otf') format('opentype'), url('../fonts/Metropolis-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}