@font-face {
  font-family: Suisseintl;
  src: url('../fonts/62a300b973c1613fa4c2e4cb_SuisseIntl-Semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/62a300b973c1614d24c2e4d8_SuisseIntl-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/62a300b973c161b1c9c2e4c7_SuisseIntl-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl Book;
  src: url('../fonts/62a300b973c161205fc2e4bc_SuisseIntl-Book.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --burlywood: #f3db91;
  --black-2: #1b1a19;
  --chocolate: #f37925;
  --light-blue: #91c3ce;
  --black: #0d0d0d;
  --wheat: #f5e1be;
  --plum: #c0a8e6;
}

.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;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.28em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.19em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.88em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.67em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.46em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.2;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

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

.rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.section.is-hero {
  min-height: 100vh;
  display: flex;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.h1 {
  font-size: 3.28em;
  line-height: 1.2;
}

.h2 {
  font-size: 2.5em;
  line-height: 1.2;
}

.h3 {
  font-size: 2.19em;
  line-height: 1.3;
}

.h4 {
  font-size: 1.88em;
  line-height: 1.3;
}

.h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.h6 {
  font-size: 1.46em;
}

.form_input {
  border: 1px solid #0003;
  border-radius: 0;
  height: 3em;
  margin-bottom: 1em;
  padding: 0 .9em;
  font-size: 1.25em;
}

.display {
  font-size: 4.38em;
  line-height: 1.1;
}

.form_submit {
  font-size: 1.25em;
}

.hero_left {
  background-color: var(--burlywood);
  width: 60%;
}

.hero_right {
  background-color: var(--black-2);
  align-items: center;
  width: 50%;
  padding-left: 6em;
  display: flex;
}

.heading {
  letter-spacing: -.04em;
  width: 100%;
  max-width: 7em;
  font-family: Suisseintl, sans-serif;
  font-size: 4.6em;
  font-weight: 700;
  line-height: .8;
}

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

.hero_heading-wrap {
  width: 100%;
  max-width: 38em;
  padding-top: 4em;
  padding-bottom: 4em;
}

.hero_bottom {
  width: 100%;
  max-width: 33em;
}

.body {
  color: var(--black-2);
  font-family: Suisseintl, sans-serif;
}

.html-embed {
  width: 2em;
}

.logo_svg {
  width: 11em;
}

.text-color-orange {
  color: var(--chocolate);
}

.keys {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  font-size: 1.8vh;
  display: flex;
}

.key {
  background-color: var(--light-blue);
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  width: 100%;
  padding: 1.6em;
  transition: filter .4s, transform .2s;
}

.key:active {
  filter: brightness(120%);
}

.key.is-dark {
  z-index: 2;
  background-color: var(--black);
  width: 70%;
  margin-top: -4.6em;
  margin-bottom: -4.6em;
  position: relative;
}

.key.is-yellow {
  background-color: var(--burlywood);
}

.key.is-tan {
  background-color: var(--wheat);
}

.key.is-orange {
  background-color: var(--chocolate);
}

.key.is-purple {
  background-color: var(--plum);
}

.key_text-wrap {
  color: #fff;
  background-color: #ffffff3b;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
}

.loader {
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  overflow: hidden;
}

.loader_left {
  width: 50%;
  position: relative;
}

.loader_right {
  width: 50%;
}

.padding {
  padding: 2em;
}

.padding.is-hero {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.loader_text {
  letter-spacing: -.02em;
  padding-bottom: .1em;
  font-size: 10em;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.color1 {
  background-color: var(--plum);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.color2 {
  background-color: var(--wheat);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.color2.loader-color {
  background-color: var(--light-blue);
}

.hero-agencies {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 50px 100px 100px;
  display: grid;
}

.hero-agency {
  border-radius: 5px;
  justify-content: center;
  display: flex;
  position: relative;
}

.hero-agency-image {
  border-radius: 5px;
}

.hero-agency-label {
  background-color: #fff;
  border: 1px solid #0a0038;
  border-radius: 5px;
  align-items: center;
  height: 40px;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto -20px;
}

.text-block, .text-block-2 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.4em;
  font-weight: 600;
}

.small-header {
  color: #000;
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: 600;
}

.service-features {
  border-top: 1px solid #0000001f;
  margin-top: 30px;
  padding-top: 30px;
}

.svg-3 {
  position: absolute;
  top: 365px;
  right: 30%;
}

.intro-div {
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.svg-1 {
  position: absolute;
  top: 71px;
  left: -54px;
}

.check-icon {
  margin-right: 10px;
}

.section-header {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 37px;
  font-weight: 600;
  line-height: 58px;
}

.svg-2 {
  position: absolute;
  top: 340px;
  right: -45px;
}

.intro-section {
  padding: 80px 10% 160px;
  position: relative;
  overflow: visible;
}

.right-panel {
  background-image: url('../images/pexels-pavel-danilyuk-7521204.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 55%;
  padding-top: 23%;
  padding-bottom: 23%;
  position: relative;
}

.check-holder {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.cta {
  letter-spacing: .3px;
  background-color: #0f0f0f;
  border-radius: 200px;
  margin-top: 31px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 34px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .15s;
  display: inline-block;
}

.cta:hover {
  background-color: #000;
  transform: translate(0, -2px);
}

.body-paragraph {
  color: #363636;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.left-content {
  width: 44%;
  padding-right: 4%;
}

.body-display {
  color: #0e0f18;
  line-height: 1.55em;
}

.body-display.large {
  color: #f6f6f6;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.creative-arrow {
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: -180px;
  padding: 0;
  display: flex;
  inset: 0% 0% auto auto;
}

.creative-arrow.left {
  background-color: #0000;
  border: 2px solid #000;
  margin-top: -180px;
  margin-right: 120px;
  inset: 0% 0% auto auto;
}

.creative-slider-item {
  margin-right: 40px;
  overflow: hidden;
}

.text-block-7 {
  background-color: #0000;
  font-size: 16px;
  line-height: 122%;
}

.speakers-hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.slide-nav {
  display: none;
}

.creative-slider-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}

.creative-people-info {
  padding-top: 18px;
}

.creative-slider-image {
  background-color: #c291fe;
  border: 2px solid #000;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.creative-slider-image.gold {
  background-color: #f4c857;
}

.creative-slider-image.green {
  background-color: #3ee1a6;
}

.creative-slider-image.yellow {
  background-color: #ff9e4f;
}

.creative-slider {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: block;
  overflow: visible;
}

.author-location {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 8px 16px;
  display: inline-block;
}

.creative-people-area {
  background-image: url('../images/Vector-78.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 350px;
  padding-bottom: 200px;
  overflow: hidden;
}

.container-2 {
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.container-2.overflow-visible {
  overflow: visible;
}

.slider-image {
  border-radius: 20px;
  width: 100%;
}

.creative-slider-mask {
  width: 420px;
  overflow: visible;
}

.clip-text {
  overflow: hidden;
}

.clip-text.circled {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.section-title {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 110%;
}

.section-title.center {
  text-align: center;
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 120%;
}

.overflow-hidden {
  overflow: hidden;
}

.author-name {
  z-index: 10;
  color: #0e0f18;
  margin-top: 7px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  position: relative;
}

.faq-item-wrap {
  padding-left: 60px;
  padding-right: 60px;
}

.faq-answer-inner {
  max-width: 870px;
  padding-top: 0;
  padding-bottom: 20px;
  overflow: visible;
}

.faq-area {
  background-image: url('../images/Vector-72_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 305px;
  position: relative;
}

.paragraph-4 {
  color: #181818e6;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.p-m-wrap {
  border: 1px solid #000;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 60px;
  display: flex;
  position: relative;
}

.faq-answer {
  height: auto;
  overflow: hidden;
}

.minus {
  background-color: #0e0f18;
  border-radius: 20px;
  width: 20px;
  height: 2px;
  position: absolute;
}

.h3-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 800;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.faq-item {
  background-color: #fff;
  border: 1px solid #212121;
  border-radius: 40px;
  margin-bottom: 24px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 10px;
  box-shadow: 0 10px 20px #0000000d;
}

.plus {
  background-color: #0e0f18;
  border-radius: 20px;
  width: 2px;
  height: 18px;
  position: absolute;
}

.text-field {
  border: 1px solid #000;
  border-radius: 100px;
  width: 580px;
  min-height: 80px;
  padding: 28px 200px 28px 30px;
}

.text-field::placeholder {
  font-size: 20px;
  font-weight: 500;
}

.connect-form-block {
  margin-top: 55px;
}

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

.section-paragraph.center.join-paragraph {
  max-width: 745px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.section-paragraph.mb-50 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.9em;
}

.section-paragraph.mb-50.checklist {
  letter-spacing: -.04em;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.6em;
}

.submit-button {
  z-index: 1;
  color: #0e0f18;
  background-color: #c291fe;
  border: 1px solid #000;
  border-radius: 100px;
  max-height: 64px;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  inset: 8px 8px auto auto;
}

.submit-button.is-magnetic {
  padding: 10px 30px;
}

.connect-form {
  z-index: 0;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.call-to-action-area {
  z-index: 1;
  background-image: url('../images/Vector-79.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: -140px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.marquee-area {
  padding-top: 200px;
  padding-bottom: 200px;
}

.marquee-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.marquee-content {
  border: 1px #000;
  border-top-style: solid;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: visible;
}

.marquee-content.border-bottom {
  border-bottom-style: solid;
}

.marquee-title {
  color: #0e0f18;
  text-transform: capitalize;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 120px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.marquee-image-one {
  background-image: url('../images/Star-18.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  display: inline-block;
}

.marquee-image-two {
  background-image: url('../images/Star-19.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  display: inline-block;
}

.speaker-slide {
  border: 2px solid #000;
  border-radius: 20px;
  height: 100%;
  margin-right: 40px;
  overflow: hidden;
}

.button-content {
  display: flex;
}

.speaker-name {
  z-index: 10;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  position: relative;
}

.primary-button {
  z-index: 0;
  background-color: #c291fe;
  border: 1px solid #0e0f18;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 51px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button.enrolled {
  background-color: #f4c857;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 26px;
}

.primary-button.enrolled.aquamarine {
  background-color: #3ee1a6;
}

.primary-button.enrolled.violet {
  background-color: #c291fe;
}

.primary-button.enrolled.orange {
  background-color: #ff9e4f;
}

.primary-button.white {
  background-color: #fff;
}

.speaker-image {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.speaker-info {
  padding: 30px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.speaker-slide-mask {
  width: 420px;
  overflow: visible;
}

.speaker-slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 540px;
  display: block;
  overflow: visible;
}

.get-course-area {
  overflow: hidden;
}

.btn-wrapper {
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.speaker-arrow {
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 0;
  display: flex;
  inset: 0% 0% auto auto;
}

.speaker-arrow.arrow-anim {
  margin-top: -180px;
}

.speaker-arrow.left {
  background-color: #0000;
  border: 2px solid #000;
  margin-top: -180px;
  margin-right: 120px;
  inset: 0% 0% auto auto;
}

.text-block-4 {
  color: #0e0f18;
  font-weight: 600;
  text-decoration: none;
}

.text-block-4.black {
  color: #0e0f18;
  line-height: 122%;
}

.speaker-slider-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}

.community-single-item-wrap {
  object-position: 50% 100%;
  height: 800px;
  overflow: auto;
}

.community-thumb {
  flex: none;
}

.community-button {
  border: 1px solid #0e0f18;
  border-radius: 100px;
  flex: none;
  padding: 8px 20px;
  display: inline-block;
}

.community-button.is-magnetic {
  background-color: #fff;
}

.community-content-wrap {
  align-items: center;
  display: flex;
}

.community-title {
  letter-spacing: -.04em;
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
}

.community-single-item {
  background-color: #fff;
  border: 1px solid #0e0f18;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 24px;
  display: flex;
}

.button-hover-bg {
  z-index: -1;
  background-color: #f37925;
  width: 100%;
  height: 100%;
  position: absolute;
}

.community-post-cat {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.community-area {
  background-image: url('../images/Vector-70.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
}

.community-content {
  margin-left: 18px;
}

.text-block-8 {
  color: #0e0f18;
  font-weight: 600;
  text-decoration: none;
}

.text-block-8.black {
  color: #0e0f18;
  font-size: 1.4em;
  line-height: 122%;
}

.text-block-9 {
  font-weight: 500;
}

.marquee-horizontal {
  z-index: 200;
  background-color: #00f;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.marquee-text {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 8vw;
  font-size: 1.2vw;
}

.image {
  max-width: 77%;
}

.paragraph-5 {
  font-size: 1.7em;
}

.subtitle {
  color: #006cff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.page-wrapper-2 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.mask {
  object-fit: contain;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 32px;
  display: flex;
  overflow: hidden;
}

.grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 100%;
  max-width: 1440px;
}

.mt {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

._100vh {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

._100vh.bg {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 22%;
}

.icon {
  width: 48px;
  height: 48px;
}

._w-footer {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.box {
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 2.5em;
  display: flex;
  box-shadow: 0 0 10px -2px #00000030;
}

.margin-bottom.margin-medium {
  margin-bottom: 2em;
}

.div-block-3 {
  margin-left: 2em;
  margin-right: 2em;
}

.heading-2, .heading-3, .heading-4, .heading-5 {
  font-size: 2em;
}

.paragraph-7, .card, .paragraph-8, .paragraph-9 {
  margin-top: 10px;
  font-size: 1.2em;
}

@media screen and (min-width: 1440px) {
  .text-field {
    text-transform: none;
    font-size: 20px;
    font-weight: 500;
  }

  .text-field::placeholder {
    text-transform: capitalize;
    font-size: 20px;
  }

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

  .grid._2 {
    margin-top: 30px;
  }

  ._100vh.bg {
    background-color: #0000;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .heading-2, .heading-3, .heading-4, .heading-5 {
    font-size: 1.8em;
  }

  .paragraph-6 {
    margin-top: 20px;
  }

  .paragraph-7, .card, .paragraph-8, .paragraph-9 {
    margin-top: 10px;
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1920px) {
  .faq-area {
    background-image: url('../images/Vector-72.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .call-to-action-area {
    background-position: 50%;
    background-repeat: no-repeat;
    margin-top: -148px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: .619375em;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

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

  .hero-agency-label {
    font-size: 14px;
  }

  .intro-div {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .section-header {
    font-size: 46px;
    line-height: 54px;
  }

  .svg-2 {
    right: -34px;
  }

  .intro-section {
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .right-panel {
    width: 100%;
    padding-top: 268px;
    padding-bottom: 268px;
  }

  .left-content {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0%;
  }

  .creative-arrow {
    width: 60px;
    height: 60px;
    margin-top: -120px;
  }

  .creative-arrow.left {
    width: 60px;
    height: 60px;
    margin-top: -120px;
    margin-right: 80px;
  }

  .slide-arrow {
    width: 30px;
  }

  .creative-people-info {
    max-width: 470px;
  }

  .creative-people-area {
    background-color: #fee4d2;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .creative-slider-mask {
    width: 65%;
  }

  .section-title {
    font-size: 42px;
  }

  .author-name {
    font-size: 24px;
    line-height: 34px;
  }

  .faq-area {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .call-to-action-area {
    padding-bottom: 100px;
  }

  .marquee-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .marquee-title {
    font-size: 64px;
  }

  .primary-button {
    padding: 12px 35px;
  }

  .speaker-info {
    max-width: 470px;
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .speaker-arrow.arrow-anim {
    width: 60px;
    height: 60px;
    margin-top: -100px;
  }

  .speaker-arrow.left {
    width: 60px;
    height: 60px;
    margin-top: -100px;
    margin-right: 80px;
  }

  .community-single-item-wrap {
    margin-top: 60px;
  }

  .community-area {
    padding-top: 100px;
  }

  .marquee-text {
    font-size: 1.9vw;
  }

  .grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

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

  .div-block-3 {
    margin-left: 0;
    margin-right: .125em;
  }

  .paragraph-7, .card, .paragraph-8, .paragraph-9 {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .section.is-hero {
    flex-direction: column;
  }

  .hero_left {
    width: 100%;
  }

  .hero_right {
    width: 100%;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .hero-agencies {
    display: none;
  }

  .svg-1 {
    left: -37px;
  }

  .section-header {
    line-height: 50px;
  }

  .svg-2 {
    right: -33px;
  }

  .intro-section {
    padding-top: 70px;
  }

  .creative-arrow.arrow-anim {
    display: none;
  }

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

  .creative-slider-mask {
    width: 90%;
  }

  .faq-item-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field {
    width: 100%;
  }

  .marquee-title {
    font-size: 42px;
  }

  .marquee-image-one {
    width: 50px;
    height: 50px;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .speaker-arrow.arrow-anim {
    display: none;
  }

  .marquee-text {
    font-size: 2.5vw;
  }

  .subtitle {
    font-size: .8rem;
  }

  .icon {
    width: 36px;
    height: 36px;
  }

  .box {
    padding: 2em;
  }

  .heading-5 {
    font-size: 2.1em;
  }

  .paragraph-7, .card, .paragraph-8, .paragraph-9 {
    font-size: 1.4em;
  }

  .bold-text {
    font-size: .87rem;
  }
}

@media screen and (max-width: 479px) {
  .hero_right {
    padding-left: 4em;
  }

  .loader_text {
    font-size: 8em;
  }

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

  .svg-3 {
    display: none;
  }

  .svg-1 {
    top: 46px;
    left: -24px;
  }

  .section-header {
    font-size: 38px;
    line-height: 44px;
  }

  .svg-2 {
    top: 177px;
    right: -16px;
  }

  .intro-section {
    padding-top: 50px;
  }

  .right-panel {
    padding-top: 158px;
    padding-bottom: 158px;
  }

  .body-display, .body-display.large {
    font-size: 16px;
  }

  .creative-arrow.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .creative-people-area {
    background-color: #fee4d2;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title {
    font-size: 28px;
    font-weight: 700;
  }

  .author-name {
    font-size: 20px;
    line-height: 30px;
  }

  .faq-area {
    background-color: #fee4d2;
    background-image: url('../images/bg.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .p-m-wrap {
    width: 50px;
    height: 50px;
    margin-left: 40px;
  }

  .h3-2 {
    font-size: 18px;
    line-height: 27px;
  }

  .faq-question {
    padding-right: 0;
  }

  .faq-item {
    padding-left: 20px;
    padding-right: 10px;
  }

  .text-field {
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
  }

  .section-paragraph.mb-50 {
    font-size: 16px;
  }

  .submit-button {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .submit-button.is-magnetic {
    font-size: 18px;
  }

  .call-to-action-area {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .marquee-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .marquee-title {
    font-size: 42px;
  }

  .marquee-image-one, .marquee-image-two {
    width: 40px;
    height: 40px;
  }

  .speaker-name {
    font-size: 19px;
    line-height: 26px;
  }

  .primary-button.enrolled {
    font-size: 14px;
  }

  .primary-button.white {
    padding: 10px 30px;
  }

  .speaker-info {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .speaker-slider {
    height: 340px;
  }

  .speaker-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow.arrow-anim {
    top: 0;
    right: 0%;
  }

  .community-thumb {
    padding-bottom: 15px;
  }

  .community-button {
    margin-top: 15px;
  }

  .community-title {
    font-size: 16px;
    line-height: 26px;
  }

  .community-single-item {
    display: block;
  }

  .community-area {
    padding-top: 80px;
  }

  .community-content {
    margin-left: 0;
  }

  .marquee-text {
    font-size: 4.1vw;
  }

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

  ._100vh {
    height: auto;
  }

  .margin-bottom.margin-medium {
    text-align: center;
  }

  .div-block-3 {
    margin-right: 0;
  }

  .paragraph-7, .card, .paragraph-8, .paragraph-9 {
    font-size: 1.4em;
  }

  .bold-text {
    font-size: .8rem;
  }

  .image-2, .image-3 {
    padding-right: 10px;
  }
}

#w-node-_11f1b783-e18b-cea4-5214-44bc7749b467-484f5543, #w-node-_11f1b783-e18b-cea4-5214-44bc7749b472-484f5543, #w-node-_11f1b783-e18b-cea4-5214-44bc7749b47d-484f5543, #w-node-_11f1b783-e18b-cea4-5214-44bc7749b488-484f5543, #w-node-cbb2a486-b35a-cd22-6c32-2f86fbc071ef-484f5543, #w-node-cbb2a486-b35a-cd22-6c32-2f86fbc071f8-484f5543, #w-node-cbb2a486-b35a-cd22-6c32-2f86fbc07201-484f5543, #w-node-cbb2a486-b35a-cd22-6c32-2f86fbc0720a-484f5543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/62a300b973c1613fa4c2e4cb_SuisseIntl-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/62a300b973c1614d24c2e4d8_SuisseIntl-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/62a300b973c161b1c9c2e4c7_SuisseIntl-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl Book';
  src: url('../fonts/62a300b973c161205fc2e4bc_SuisseIntl-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}