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

body {
  background-color: #000;
  font-family: 'Circular pro book', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 150%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Circular pro', sans-serif;
  font-size: 46px;
  line-height: 115%;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

p {
  margin-bottom: 20px;
  font-size: 20px;
}

strong {
  font-family: 'Circular pro', sans-serif;
  font-weight: 700;
}

.navigation {
  position: relative;
  z-index: 2;
  padding-top: 25px;
  padding-bottom: 25px;
}

.wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper.medium {
  max-width: 660px;
}

.navbar {
  height: 45px;
  background-color: transparent;
  color: #fff;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown {
  display: inline-block;
  height: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 0px 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.dropdown-toggle.w--open {
  padding-right: 44px;
  padding-left: 44px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-left: 10px;
  padding: 5px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 14px;
}

.button:hover {
  border-color: #07d14b;
  background-color: #07d14b;
}

.button.outine {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button.outine:hover {
  border-color: #07d14b;
  background-color: #07d14b;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 330px;
}

.dropdown-list {
  border-radius: 8px;
}

.dropdown-list.w--open {
  overflow: hidden;
  background-color: #fff;
}

.mo {
  display: none;
}

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

.section.center {
  position: relative;
  text-align: center;
}

.section.center.up {
  z-index: 2;
}

._2-col-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 110px;
  grid-row-gap: 40px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.col {
  position: relative;
}

.col.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-button {
  padding: 16px 30px;
  border-radius: 12px;
  background-color: #07d14b;
  font-family: 'Circular pro', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.spacing-40 {
  height: 40px;
}

.image-2 {
  height: 656px;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  -o-object-fit: cover;
  object-fit: cover;
}

.slider {
  height: auto;
  margin-top: 37px;
  background-color: transparent;
}

.left-arrow {
  top: -593px;
  width: 50px;
  height: 50px;
  border-radius: 300px;
  background-color: #fff;
  opacity: 0.7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 15px;
}

.left-arrow:hover {
  opacity: 1;
}

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

.slide {
  height: auto;
  margin-top: 20px;
  margin-bottom: 55px;
}

.slide-nav {
  font-size: 10px;
  text-align: center;
}

._4-col-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mentor-profile-block {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 416px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
}

.mentor-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 416px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.83)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.83));
}

.m-name {
  font-family: 'Circular pro', sans-serif;
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
}

.m-company {
  font-size: 14px;
  line-height: 140%;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 140%;
}

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

.name-and-title {
  margin-bottom: 16px;
}

.highlight {
  color: #07d14b;
}

.full-image {
  width: 100%;
  margin-top: -314px;
}

.prefoot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 577px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 150%;
}

.prefoot-logo {
  margin-right: 20px;
}

.prefoot-text {
  margin-bottom: 0px;
  opacity: 0.5;
  font-size: 16px;
}

.post-foort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  margin-right: 20px;
  font-family: 'Circular pro', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.social-link {
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 10px;
}

._15-col-grid {
  display: none;
}

.image-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 89%;
  bottom: 13%;
  width: 130px;
  border-radius: 350px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 130%;
  }

  p {
    font-size: 18px;
    line-height: 150%;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 40px;
  }

  .navbar {
    height: 60px;
  }

  .brand {
    height: 60px;
  }

  .dropdown {
    width: 100%;
    height: auto;
    padding-top: 13px;
    padding-bottom: 13px;
  }

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

  .button {
    margin-top: 10px;
    margin-left: 0px;
    padding-top: 27px;
    padding-bottom: 27px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #000;
    color: #000;
    text-align: center;
  }

  .image {
    display: none;
  }

  .menu-button {
    height: 60px;
    padding: 12px;
    font-size: 37px;
  }

  .menu-button.w--open {
    border-radius: 500px;
    background-color: #07d14b;
  }

  .mo {
    display: block;
  }

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

  ._2-col-grid {
    grid-column-gap: 50px;
  }

  .left-arrow {
    top: -1177px;
  }

  .left-arrow.left {
    left: 85%;
  }

  ._4-col-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .mentor-profile-block {
    min-height: 490px;
  }

  .full-image {
    margin-top: -127px;
  }

  .prefoot-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  ._2-col-grid {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-2 {
    height: auto;
  }

  .left-arrow {
    left: auto;
    top: 100%;
    right: 0%;
    bottom: 0%;
  }

  .left-arrow.left {
    left: 0%;
    top: 100%;
    right: auto;
    bottom: 0%;
  }

  .slide-nav {
    top: 813px;
  }

  .mentor-profile-block {
    min-height: 360px;
  }

  .profile-content {
    padding-right: 14px;
    padding-left: 14px;
  }

  .m-name {
    font-size: 18px;
  }

  .flex {
    font-size: 13px;
  }

  .image-3 {
    right: 19%;
    bottom: 82%;
  }
}

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

  h3 {
    font-size: 20px;
    line-height: 140%;
  }

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

  .col.right {
    margin-top: 22px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .body-button {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .slider {
    display: none;
  }

  .mentor-profile-block {
    width: 270px;
  }

  .full-image {
    margin-top: -78px;
  }

  .prefoot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .prefoot-logo {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .post-foort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .social-link {
    margin-right: 10px;
  }

  ._15-col-grid {
    display: -ms-grid;
    display: grid;
    overflow: scroll;
    margin-top: 39px;
    padding-bottom: 34px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .heading {
    font-size: 30px;
  }

  .image-3 {
    right: 4%;
    bottom: 57%;
    width: 110px;
  }
}

@font-face {
  font-family: 'Circular pro';
  src: url('../fonts/Circular-Pro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular pro';
  src: url('../fonts/Circular-Pro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular pro book';
  src: url('../fonts/Circular-Pro-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular pro';
  src: url('../fonts/Circular-Pro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular pro';
  src: url('../fonts/Circular-Pro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}