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

body {
  color: #333;
  font-family: Circularstd, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circularstd, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  position: static;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

.flex-container {
  width: 100%;
  max-width: 1180px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-container.horizontal {
  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: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-container.o-at-the-left {
  margin-left: 0;
}

.nav-link {
  color: #5e727d;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: #1b2d45;
}

.nav-link.dark-blue {
  color: #1b2d45;
  white-space: nowrap;
  margin-right: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.hero-graphic-right {
  z-index: -1;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.primary-cta {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  padding: 20px 26px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .07);
}

.hero-section {
  background-image: linear-gradient(#fadd55, #e1950c);
  padding: 100px 3% 0;
}

.hero-grid-wrapper {
  grid-column-gap: 19px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.button {
  background-color: #37def5;
  border-radius: 100px;
  margin-top: 40px;
  padding: 18px 32px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  transition: all .3s;
}

.button:hover {
  background-color: #30cde3;
}

.button.dark-blue {
  background-color: #1b2d45;
}

.button.dark-blue:hover {
  background-color: #132134;
}

.button._0-top-margin {
  margin-top: 0;
}

.service-section {
  border-bottom: 1px solid #f8f8f8;
  padding: 50px 3% 100px;
}

.service-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 55px;
  margin-bottom: 75px;
}

.grid-block {
  width: 100%;
  background-color: #f9fafb;
  border: 1.4px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 35px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-block:hover {
  border-color: #face55;
}

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

.grid-icon {
  margin-right: 20px;
}

.faq-title {
  color: #000;
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  display: inline-block;
}

.faq-title.sp {
  line-height: 33px;
}

.faq-title.not-a-regular-title {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
}

.paragraph-basic {
  color: rgba(0, 0, 0, .7);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.paragraph-basic._40-bottom-padding {
  margin-bottom: 18px;
}

.content-section {
  background-color: #f8f8f8;
  padding: 120px 3% 200px;
}

.content-section.hi-section-sean {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0%;
}

.features-grid-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  align-self: stretch;
}

.features-grid-wrapper.one-row {
  grid-template-rows: auto;
}

.feature-image-1 {
  width: 100%;
  max-width: 540px;
  display: block;
}

.h2 {
  margin-bottom: 14px;
}

.h2.white {
  color: #fff;
}

.h2.h2-centre.quote {
  text-align: center;
  font-size: 38px;
  line-height: 1.3;
}

.h2.h2-centre.quote.signature {
  letter-spacing: 3px;
  margin-top: 10px;
  font-family: Great Vibes, cursive;
}

.standard-paragraph {
  color: rgba(0, 0, 0, .7);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.standard-paragraph.center {
  max-width: 650px;
  color: rgba(0, 0, 0, .7);
  text-align: center;
  display: block;
}

.standard-paragraph.center.white {
  color: #fff;
}

.standard-paragraph._40-bottom-margin {
  color: rgba(0, 0, 0, .7);
  margin-bottom: 40px;
}

.feature-text-block {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 60px;
}

.small-blocks {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.feature-icon {
  width: 49px;
  margin-right: 16px;
}

.feature-text {
  color: rgba(86, 96, 115, .7);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.feature-text-block-2 {
  padding: 25px 0 25px 60px;
}

.feature-section {
  border-bottom: 1px solid #f8f8f8;
  padding: 80px 3%;
  position: relative;
}

.feature-section.video {
  background-color: #e1950c;
}

.gradient-div {
  height: 130px;
  color: #fff;
  background-image: linear-gradient(#f7f7f7, #f6fcff 0%, #f6fcff 0%, rgba(246, 252, 255, 0));
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.halftone-pattern {
  z-index: -1;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: -60px;
  right: auto;
}

.grid-wrapper-2 {
  grid-column-gap: 49px;
  grid-row-gap: 65px;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: stretch;
  margin-top: 75px;
}

.feature-grid-block {
  padding: 24px;
}

.feature-header {
  margin-bottom: 12px;
  font-family: Circularstd, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 34px;
}

.testimonial-section {
  background-color: #fe7900;
  background-image: linear-gradient(#fadd55, #e1950c);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 75px 3% 170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider {
  width: 100%;
  height: 100%;
  max-width: 750px;
  background-color: rgba(221, 221, 221, 0);
  margin-top: 90px;
}

.slide {
  background-color: #fff;
  border: 1px rgba(70, 137, 215, .2);
  border-radius: 10px;
  margin-right: 50px;
  padding: 0;
}

.mask {
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
}

.quotes-icon {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -40px;
  bottom: auto;
  left: 0;
  right: 0;
}

.profile-block {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.profile-image {
  border-radius: 100px;
  margin-right: 25px;
}

.slide-nav {
  display: none;
}

.slide-wrap {
  min-height: 350px;
  flex-direction: column;
  justify-content: space-between;
  padding: 90px 60px 50px;
  display: flex;
}

.arrow-right {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 100px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -25px;
  box-shadow: 0 5px 10px rgba(27, 45, 69, .1);
}

.icon {
  color: #1b2d45;
  font-size: 15px;
}

.arrow-left {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 100px;
  top: 0%;
  bottom: 0%;
  left: -25px;
  right: auto;
  box-shadow: 0 5px 10px rgba(27, 45, 69, .1);
}

.halftone-pattern-2 {
  position: absolute;
  top: auto;
  bottom: -70px;
  left: 4%;
  right: 0%;
}

.blog-section {
  padding: 140px 3%;
}

.news-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: auto;
  margin-top: 56px;
}

.articles-block {
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.article-thumbnail {
  border-radius: 10px;
  margin-bottom: 24px;
}

.article-profile-block {
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.author-title {
  color: #1b2d45;
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
}

.date {
  color: rgba(86, 96, 115, .7);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
}

.article-profile-image {
  border-radius: 100px;
  margin-right: 12px;
}

.bottom-section {
  padding: 140px 3% 0;
  position: relative;
}

.h3 {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-faq {
  width: 110%;
  grid-column-gap: 60px;
  grid-row-gap: 49px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-self: auto;
  justify-items: stretch;
  margin-top: 0;
  margin-left: 100px;
}

.banner {
  width: 100%;
  max-width: 1140px;
  min-height: 285px;
  background-color: #fff;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  margin: 160px auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
  box-shadow: 0 32px 64px rgba(14, 86, 124, .16);
}

.banner.sean-ending-bio {
  min-height: auto;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 40px;
}

.cta-header {
  color: #1b2d45;
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.cta-header.footer-header {
  color: #000;
  font-size: 29px;
}

.banner-text-wrapper {
  z-index: 20;
  margin-bottom: 0;
  position: relative;
}

.banner-text-wrapper.special-in-the-footer {
  margin-bottom: 20px;
}

.banner-button {
  background-color: #fe7900;
  border-radius: 500px;
  padding: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.banner-button:hover {
  background-color: #000;
}

.footer-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .4fr .4fr 1fr;
}

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

.footer-logo {
  margin-bottom: 30px;
}

.footer-title {
  color: #1b2d45;
  margin-bottom: 36px;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.input-field {
  background-image: url('../images/mail-icon.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 0 #000;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 80px;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
  box-shadow: 0 33px 84px rgba(14, 86, 124, .16);
}

.submit-button {
  width: 100%;
  background-color: #fe7900;
  border-radius: 5px;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.arrow {
  width: 15px;
}

.nav-content-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 12px;
  display: flex;
}

.dropdown-toggle {
  color: #5e727d;
  padding-left: 16px;
  padding-right: 16px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #1b2d45;
}

.nav-blog-item {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.dropdown-pointer {
  position: relative;
}

.nav-link-details {
  color: rgba(40, 51, 56, .6);
  white-space: normal;
  font-size: 14px;
}

.navigation-container-mob {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-right: 44px;
}

.navigation-mob {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  max-height: 100vh;
  min-width: 320px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  left: -100px;
}

.navigation-left {
  align-items: center;
  display: flex;
}

.dropdown-block {
  z-index: 25;
  width: 100%;
  color: #283338;
  background-color: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, .08);
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.dropdown-title {
  margin-bottom: 2px;
  font-size: 15px;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.dropdown-wrapper {
  min-width: 140px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px -19px 35px rgba(32, 53, 90, .08), 11px 11px 30px -10px rgba(32, 53, 90, .15);
}

.dropdown-wrapper.w--open {
  max-height: 100vh;
  min-width: 300px;
  background-color: #fff;
  border-radius: 15px;
  left: -97px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.nav-menu-2 {
  color: #283338;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  position: static;
}

.nav-logo {
  width: 54px;
}

.icon-wrap {
  width: 40px;
  height: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-icon {
  width: 100%;
}

.pointer {
  z-index: 20;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -3%;
  bottom: auto;
  left: 0%;
  right: 4%;
  transform: rotate(45deg);
}

.nav-link-blog {
  color: #face55;
  white-space: normal;
  font-size: 14px;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding: 16px 3%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown {
  color: #5e727d;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
}

.dropdown-link {
  z-index: 25;
  color: #283338;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link:hover {
  color: #1b2d45;
  background-color: rgba(250, 250, 250, .8);
}

.hero-paragraph {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
}

.hero-paragraph.hero-name-eean {
  width: 100%;
  max-width: 35%;
  color: #fff;
  text-align: right;
  position: absolute;
  top: auto;
  bottom: 26%;
  left: 56%;
  right: -2%;
}

.blog-title {
  color: #1b2d45;
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.blog-category {
  color: #face55;
  margin-bottom: 12px;
  font-family: Circularstd, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.hero-image {
  width: 100%;
}

.icon-image {
  width: 60px;
  margin-bottom: 20px;
}

.footer {
  padding: 20px 3% 140px;
  position: relative;
}

.button-hero {
  background-color: #fe7900;
  border-radius: 100px;
  margin-top: 40px;
  padding: 18px 32px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  transition: all .3s;
}

.button-hero:hover, .button-hero.reviews {
  background-color: #000;
}

.button-hero.reviews:hover {
  background-color: #fe7900;
}

.hero-h1 {
  color: #000;
  letter-spacing: -1.4px;
  margin-bottom: 16px;
  font-size: 59px;
}

.flowbase-close-card {
  opacity: .43;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px 13px 10px 10px;
  transition: all .2s ease-out;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.flowbase-close-card:hover {
  opacity: 1;
}

.flowbase-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.flowbase-title {
  color: #5b3acc;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 700;
}

.flowbase-author {
  color: #9b9eb8;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.flowbase-left-wrap {
  display: flex;
}

.flowbase-title-wrap {
  min-height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 25px;
  display: flex;
}

.notice-wrapper {
  min-height: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.button-card {
  min-height: 50px;
  min-width: 150px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px rgba(32, 27, 61, .6), inset 1px 1px 3px rgba(238, 230, 255, .44), 1px 1px 2px #5b3acc;
}

.button-card:hover {
  box-shadow: inset 1px 1px 3px rgba(32, 27, 61, .22), inset -1px -1px 3px rgba(238, 230, 255, 0), 1px 1px 2px #5b3acc;
}

.highlight-text {
  color: #5b3acc;
}

.notice-delete {
  z-index: 99999;
  min-width: 520px;
  background-color: #fff;
  border-radius: 200px;
  margin-bottom: 30px;
  margin-left: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 8px 1px 20px rgba(128, 124, 142, .15);
}

.flowbase-underline {
  text-decoration: underline;
}

.flowbase-icon-wrap {
  width: 60px;
  height: 60px;
  background-color: #5b3acc;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.flowbase-banner {
  height: 64px;
}

.video-2 {
  max-width: 100%;
  border-radius: 7px;
  margin-top: -128px;
}

.ths03-nav-links-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ths03-search-button {
  width: 30px;
  height: 30px;
  background-image: url('../images/ths_03_ico_search.svg'), linear-gradient(#f5f1fb, #f5f1fb);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 18px, auto;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  top: 5px;
  bottom: auto;
  left: 5px;
  right: auto;
  box-shadow: 7px 7px 30px rgba(22, 0, 65, .2);
}

.ths03-brand {
  color: #160041;
  letter-spacing: -1px;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.ths03-search {
  width: 220px;
  color: #333;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
}

.ths03-profile-icon {
  width: 18px;
}

.ths03-header {
  height: 90px;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.ths03-button {
  background-color: #000;
  border: 1px solid #160041;
  border-radius: 100px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Circularstd, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
}

.ths03-button:hover {
  background-color: #fe7900;
  border-color: #ff7f56;
}

.ths03-button.ths03-style-2 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000;
  border-radius: 100px;
  margin-right: 20px;
  font-family: Circularstd, sans-serif;
}

.ths03-button.ths03-style-2:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.ths03-navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ths03-logo-dot {
  width: 8px;
  height: 8px;
  background-color: #ff7f56;
  border-radius: 50%;
  margin-bottom: 5px;
  margin-left: 5px;
}

.ths03-nav-link {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Circularstd, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: flex;
}

.ths03-nav-link:hover, .ths03-nav-link:focus {
  color: #ff7f56;
}

.ths03-search-input {
  height: 40px;
  background-color: #fff;
  border: 1px #000;
  border-radius: 5px;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 10px;
  box-shadow: 7px 7px 30px rgba(22, 0, 65, .1);
}

.ths03-search-icon-wrapper {
  width: 30px;
  height: 30px;
  background-color: #f5f1fb;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
  box-shadow: 7px 7px 30px rgba(22, 0, 65, .2);
}

.text-block {
  color: #000;
  font-family: Circularstd, sans-serif;
  font-size: 23px;
}

.ths03-content-links-wrapper {
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.ths03-content-link {
  height: 60px;
  color: #fff;
  background-color: #000;
  border-radius: 150px;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  padding-left: 40px;
  padding-right: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  display: flex;
  box-shadow: 7px 7px 30px rgba(22, 0, 65, .2);
}

.ths03-content-link:hover {
  box-shadow: 7px 7px 30px rgba(22, 0, 65, 0);
}

.ths03-content-link.ths03-style-2 {
  box-shadow: none;
  opacity: 1;
  color: #160041;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  transition: opacity .2s ease-in-out;
}

.ths03-content-link.ths03-style-2:hover {
  opacity: .75;
}

.ths03-content-link-arrow {
  width: 40px;
  height: 40px;
  background-color: #e1950c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  display: flex;
}

.ths03-link-image {
  width: 25px;
}

.ths03-link-play-icon-wrapper {
  width: 58px;
  height: 58px;
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.ths03-link-play-icon {
  width: 16px;
  filter: saturate(0%);
  color: #000;
  margin-left: 3px;
}

.text-block-3 {
  color: #000;
  font-family: Circularstd, sans-serif;
  font-weight: 700;
}

.faq-arrow {
  width: 20px;
  height: 23px;
  margin-right: 0;
}

.faq-image {
  width: 100%;
  object-fit: contain;
  margin-top: 100px;
  display: block;
}

.guide-heading {
  width: 100%;
  color: #adadad;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

.guide-heading.grey-1-text {
  color: #6b6b6b;
}

.faq-answer {
  overflow: hidden;
}

.faq-card {
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 30px 30px 25px;
  transition: box-shadow .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  box-shadow: 0 0 30px rgba(0, 0, 0, .02);
}

.faq-card:hover {
  box-shadow: 0 3px 30px rgba(0, 0, 0, .05);
}

.no-margin {
  margin-bottom: 0;
  font-size: 19px;
}

.faq-question {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  font-size: 18px;
  display: flex;
}

.container {
  width: 95%;
  max-width: 1350px;
}

.faq-title-2 {
  max-width: 350px;
  margin-bottom: 0;
}

.section {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section.smoke-background {
  background-color: #f5f5f5;
}

.faq-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.footer-wrapper {
  background-color: #fff;
  border-top: 1px solid #f7f7fc;
}

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

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

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

.line-rounded-icon.success-message-check---left {
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 22px;
}

.social-icon-square {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.grid-subscribe-form-button-left {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.inner-container._600px {
  max-width: 600px;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.success-message {
  color: #4a3aff;
  background-color: #f6f5ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.input {
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.input.input-subscribe-footer {
  margin-bottom: 0;
}

.elements---element-title {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 12px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
  box-shadow: 0 2px 8px rgba(20, 20, 43, .06);
}

.social-icon-font {
  line-height: 21px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #eff0f6;
  padding-top: 32px;
  padding-bottom: 32px;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.center {
  justify-content: center;
  justify-items: center;
}

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

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

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.no-max {
  max-width: none;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

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

.image, .image-2 {
  width: 40px;
  height: 40px;
}

.link {
  color: #333;
  text-decoration: none;
}

.max-width {
  width: 300px;
  height: auto;
}

.link-2 {
  color: #fe7900;
  font-family: Circularstd, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.pretend-button {
  background-color: #000;
  border-radius: 30px;
  margin-top: 15px;
  padding: 18px 34px 10px;
  line-height: 18px;
}

.pretend-button:hover {
  background-color: #fe7900;
}

.pretend-button.orange {
  background-color: #fe7900;
  transition: transform .4s;
}

.pretend-button.orange:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1440px) {
  .flex-container.o-at-the-left {
    max-width: 1337px;
    justify-content: center;
  }

  .ths03-button {
    letter-spacing: .5px;
    font-family: Circularstd, sans-serif;
    font-size: 16px;
    line-height: 38px;
  }

  .ths03-button.ths03-style-2 {
    font-size: 17px;
  }

  .ths03-nav-link {
    letter-spacing: .5px;
    font-family: Circularstd, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .text-block-2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-top: 211px;
  }

  .hero-grid-wrapper {
    grid-column-gap: 25px;
    grid-template-columns: 1fr;
  }

  .hero-text-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-image-block {
    margin-top: 80px;
  }

  .service-grid {
    width: 100%;
    max-width: 630px;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .grid-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section {
    padding-bottom: 140px;
  }

  .features-grid-wrapper {
    grid-column-gap: 40px;
  }

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

  .feature-image-block.sean-section-on-tablet {
    background-image: url('../images/Mastermind-Group---Website-.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .feature-image-1.sean-hidden-on-smaller {
    opacity: 0;
  }

  .h2 {
    font-size: 42px;
  }

  .h2.white, .h2.h2-centre {
    text-align: center;
  }

  .small-blocks {
    margin-bottom: 12px;
  }

  .feature-icon {
    width: 45px;
  }

  .feature-text-block-2 {
    padding-left: 0;
  }

  .grid-wrapper-2 {
    grid-column-gap: 14px;
    grid-row-gap: 17px;
  }

  .feature-grid-block {
    padding: 12px;
  }

  .arrow-right {
    right: -10px;
  }

  .arrow-left {
    left: -10px;
  }

  .grid-faq {
    grid-column-gap: 27px;
    margin-left: 25px;
  }

  .banner {
    background-position: 0 0;
    background-size: cover;
    padding-left: 42px;
    padding-right: 42px;
  }

  .banner-button {
    white-space: nowrap;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-mob {
    height: 85px;
    border-bottom: 1px solid rgba(68, 85, 103, .11);
    flex-direction: row;
    justify-content: center;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .menu-mob {
    color: #000;
    background-color: #fafafa;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #37def5;
  }

  .navigation-left {
    display: flex;
  }

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

  .mobile-nav {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 42px 42px 55px rgba(32, 53, 90, .09);
  }

  .nav-logo {
    width: 40px;
  }

  .navigation {
    display: none;
  }

  .hero-paragraph {
    max-width: 500px;
    text-align: center;
  }

  .hero-paragraph.hero-name-eean {
    max-width: 50%;
    bottom: -9%;
    left: 39%;
  }

  .hero-image {
    max-width: 560px;
  }

  .hero-h1 {
    max-width: 500px;
    text-align: center;
    font-size: 55px;
  }

  .notice-delete {
    max-width: 610px;
    min-width: auto;
    margin-right: 15px;
    display: block;
  }

  .ths03-nav-links-wrapper {
    padding-bottom: 13px;
  }

  .ths03-brand {
    justify-content: center;
  }

  .ths03-header {
    height: 205px;
    padding-top: 29px;
    display: block;
  }

  .ths03-navigation-wrapper {
    display: block;
  }

  .text-block {
    padding-bottom: 19px;
    font-size: 34px;
  }

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

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

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

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

  .footer-top.pd-72px {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  .flex-container.horizontal {
    flex-wrap: wrap;
  }

  .hero-section {
    padding-top: 222px;
  }

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

  .hero-text-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -65px;
    display: flex;
  }

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

  .content-section.hi-section-sean {
    padding-right: 0%;
  }

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

  .feature-image-block {
    margin-bottom: 55px;
  }

  .feature-text-block.teext-sean-about {
    padding-top: 0;
    padding-left: 60px;
  }

  .feature-text-block-2 {
    padding-left: 0;
  }

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

  .slide-wrap {
    padding: 90px 50px;
  }

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

  .articles-block, .h3 {
    margin-bottom: 35px;
  }

  .grid-faq {
    grid-column-gap: 41px;
    margin-left: 0;
  }

  .banner {
    flex-wrap: wrap;
  }

  .footer-grid {
    grid-column-gap: 45px;
    grid-template-columns: .5fr 1fr;
  }

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

  .hero-paragraph.hero-name-eean {
    max-width: 75%;
    left: 6%;
  }

  .button-hero {
    margin-left: auto;
    margin-right: auto;
  }

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

  .notice-wrapper {
    display: none;
  }

  .notice-delete {
    min-width: auto;
    margin-left: 15px;
  }

  .ths03-nav-links-wrapper {
    margin-top: 12px;
    margin-bottom: 0;
    padding-bottom: 5px;
  }

  .ths03-brand {
    justify-content: center;
  }

  .ths03-header {
    height: 197px;
    margin-bottom: 19px;
    padding-top: 32px;
    padding-bottom: 27px;
    display: block;
  }

  .ths03-navigation-wrapper {
    margin-bottom: 19px;
    padding-bottom: 23px;
    display: block;
  }

  .text-block {
    font-size: 28px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .footer-top.pd-72px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

@media screen and (max-width: 479px) {
  .hero-section {
    padding-top: 238px;
    padding-bottom: 0;
  }

  .hero-text-block {
    margin-bottom: -31px;
  }

  .grid-block {
    flex-wrap: wrap;
  }

  .grid-icon {
    margin-bottom: 15px;
  }

  .faq-title {
    margin-bottom: 6px;
    line-height: 45px;
  }

  .feature-image-block.sean-section-on-tablet {
    margin-bottom: 0;
  }

  .h2 {
    font-size: 39px;
    line-height: 1;
  }

  .h2.h2-centre.quote {
    font-size: 24px;
  }

  .standard-paragraph {
    color: #000;
    font-size: 15px;
    line-height: 24px;
  }

  .feature-text-block.teext-sean-about {
    padding-bottom: 40px;
    padding-left: 23px;
    padding-right: 22px;
  }

  .feature-section {
    padding-left: 6%;
    padding-right: 6%;
  }

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

  .testimonial-section {
    padding-left: 6%;
    padding-right: 6%;
  }

  .profile-block {
    flex-wrap: wrap;
  }

  .profile-image {
    margin-bottom: 15px;
  }

  .grid-faq {
    grid-row-gap: 54px;
    grid-template-columns: 1fr;
  }

  .banner {
    padding: 55px 28px;
  }

  .banner.sean-ending-bio {
    text-align: center;
    margin-top: -113px;
  }

  .cta-header {
    color: #000;
    font-size: 29px;
  }

  .banner-button {
    margin-top: 35px;
  }

  .banner-button.center-on-mobile {
    margin-left: auto;
    margin-right: auto;
  }

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

  .hero-paragraph.hero-name-eean {
    max-width: 100%;
    text-align: center;
    bottom: 10%;
    left: 0%;
    right: 0%;
  }

  .hero-image {
    max-width: 588px;
  }

  .hero-image.sean {
    margin-top: -84px;
  }

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

  .hero-h1 {
    letter-spacing: .75px;
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
  }

  .flowbase-close-card {
    top: 0;
    bottom: auto;
    right: 0;
  }

  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }

  .notice-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .notice-delete {
    min-width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .flowbase-icon-wrap {
    min-width: 60px;
  }

  .flowbase-banner {
    display: none;
  }

  .flowbase-footer {
    background-image: none;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .video-2 {
    max-width: 100%;
  }

  .ths03-nav-links-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .ths03-brand {
    justify-content: center;
    margin-top: 10px;
    padding-bottom: 1px;
    font-size: 24px;
  }

  .ths03-header {
    height: 202px;
    text-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ths03-button {
    font-size: 14px;
    line-height: 25px;
  }

  .ths03-button.ths03-style-2 {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
    line-height: 25px;
  }

  .ths03-navigation-wrapper {
    width: 100%;
    text-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block {
    padding-bottom: 10px;
    font-size: 26px;
  }

  .text-block.logo {
    font-size: 23px;
  }

  .ths03-content-link {
    margin-right: 12px;
    padding-left: 25px;
    padding-right: 10px;
    font-size: 15px;
  }

  .ths03-content-link.ths03-style-2 {
    font-size: 15px;
  }

  .ths03-link-play-icon-wrapper {
    width: 55px;
    height: 55px;
  }

  .text-block-3 {
    font-size: 15px;
  }

  .faq-title-2 {
    font-size: 43px;
    line-height: 1.2;
  }

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

  .section.smoke-background {
    padding-left: 25px;
    padding-right: 25px;
  }

  .faq-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .flex-horizontal.success-message-horizontal {
    flex-direction: column;
  }

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

  .line-rounded-icon.success-message-check---left {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .social-icon-square {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    border-radius: 6px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
  }

  .grid-subscribe-form-button-left {
    grid-template-columns: 1fr;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .social-media-grid-top, .social-media-grid-top.center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

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

  .footer-top.pd-72px {
    margin-top: -200px;
    padding-top: 0;
    padding-bottom: 67px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    width: 40px;
    height: 40px;
  }

  .max-width.filter {
    padding-bottom: 41px;
  }

  .special.full-width-block {
    width: 100%;
  }
}

#w-node-_96611e63-f868-bab7-b4e8-a00ebf768a65-6de44241 {
  align-self: center;
  justify-self: auto;
}

#w-node-_6a114715-9708-86b9-610b-b26da71671ad-6de44241 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_96611e63-f868-bab7-b4e8-a00ebf768a65-285d261b {
  align-self: center;
  justify-self: auto;
}

#w-node-_6a114715-9708-86b9-610b-b26da71671ad-285d261b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1440px) {
  #w-node-e9c9fa15-3598-e434-91bf-89459a415fb3-6de44241 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7c04ebfe-054a-defe-e685-de36f89649d6-6de44241 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_7c04ebfe-054a-defe-e685-de36f89649da-6de44241 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}