:root {
  --gainsboro: #d1dce5;
  --black: #23242a;
  --tomato: #ff4242;
  --royal-blue: #0e6fff;
  --light-cyan: #d8f6ff;
  --gold: #ffc928;
}

.nav-sec {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #fff4d4 100%, #fff);
  padding-top: 30px;
  padding-bottom: 29px;
}

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

.container.gradient {
  background-image: linear-gradient(to top, #fff, #fff4d4 100%, #fff4d4);
  border-radius: 40px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--gainsboro);
  padding-left: 0;
  padding-right: 48px;
}

.nav-button {
  border: 1px solid var(--tomato);
  color: var(--royal-blue);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding: 8px 15px;
  font-weight: 700;
}

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

.brand {
  padding-left: 0;
}

.hero-sec {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.comainer-small {
  width: 100%;
  max-width: 77.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.hero-wrapper {
  grid-column-gap: 40px;
  align-items: flex-start;
  display: flex;
}

.hero--colum {
  align-items: flex-start;
}

.hero-right-colum {
  width: 40%;
  position: relative;
}

.hero-top-text {
  color: var(--gainsboro);
  font-size: 26px;
  line-height: 31px;
}

.heading-h1 {
  margin-top: 56px;
  margin-bottom: 80px;
  font-size: 84px;
  line-height: 92px;
}

.hero-button {
  background-color: var(--royal-blue);
  border-radius: 8px;
  padding: 18px 41px;
  font-size: 24px;
  line-height: 32px;
}

.hero-slider {
  height: auto;
}

.slide-nav {
  display: none;
}

.left-arrow {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  display: flex;
  top: auto;
  bottom: 31px;
  left: 33px;
  right: auto;
}

.right-arrow {
  background-color: var(--royal-blue);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  display: flex;
  top: auto;
  bottom: 31px;
  left: 100px;
  right: auto;
}

.icon, .icon-2 {
  display: none;
}

.div-block-2 {
  padding-top: 100px;
}

.hero-text {
  color: #23242a;
  margin-bottom: 45px;
  font-size: 30px;
  line-height: 37px;
}

.div-block-3 {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.name {
  color: var(--black);
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.designation {
  color: var(--black);
  font-size: 24px;
  line-height: 31px;
}

.requirements--sec {
  padding-top: 150px;
  padding-bottom: 168px;
}

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

.heading-h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 60px;
  line-height: 70px;
}

.heading-h2._25 {
  text-align: center;
  margin-bottom: 40px;
}

.image {
  z-index: 1;
  position: relative;
  top: 274px;
}

.requirements-paragraph {
  font-size: 18px;
  line-height: 26px;
}

.designer-sec {
  background-color: var(--light-cyan);
  padding-bottom: 250px;
  position: relative;
}

.image-2 {
  width: 850px;
  margin-left: auto;
  display: block;
  position: relative;
  top: -100px;
}

.designer-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 120px;
  display: grid;
}

.designer-heading {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  line-height: 57px;
}

.designer-text {
  color: var(--black);
  font-size: 16px;
  line-height: 24px;
}

.designer-link {
  color: var(--royal-blue);
  margin-top: 63px;
  font-size: 21px;
  line-height: 28px;
  display: block;
}

.designer-grid-2 {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.designer-grid-2.mob-grid {
  display: none;
}

.concept-sec {
  padding-top: 250px;
  padding-bottom: 100px;
  overflow: hidden;
}

.concept-heading-wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.concept-top-text {
  margin-bottom: 43px;
  font-size: 23px;
  line-height: 27px;
}

.concept-slider-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.left-arrow-2 {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  top: auto;
  bottom: -60px;
  left: 0%;
  right: auto;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  top: auto;
  bottom: -60px;
  left: 41px;
  right: auto;
}

.concept-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.concept-slider-mask {
  width: 440px;
  overflow: visible;
}

.concept-slider-slide {
  margin-right: 30px;
}

.concept-slider-card {
  border-radius: 8px;
  padding: 51px 48px 55px 47px;
  box-shadow: 10px 0 50px 10px rgba(39, 92, 141, .1);
}

.card-name {
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
}

.card-text {
  margin-top: 44px;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 31px;
}

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

.concept-card-link {
  color: rgba(17, 19, 30, .2);
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.icon-3, .icon-4 {
  display: none;
}

.studio-sec {
  padding-top: 0;
  position: relative;
}

.studio-wrapper {
  background-image: linear-gradient(to top, #fff, #fff4d4 100%, #000 100%, #fff);
  border-radius: 40px;
  padding: 170px 60px 170px 100px;
  position: relative;
}

.studio-text {
  color: var(--black);
  font-size: 24px;
  line-height: 32px;
}

.studio-heading-wrapper {
  width: 66%;
  margin-bottom: 95px;
}

.studio-grid {
  grid-column-gap: 70px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.studio-colum {
  grid-column-gap: 32px;
  align-items: flex-start;
  display: flex;
}

.heading {
  font-size: 30px;
  line-height: 36px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.colum-text {
  color: var(--black);
  font-size: 24px;
  line-height: 31px;
}

.studio-colum-text {
  color: var(--black);
  font-size: 18px;
  line-height: 31px;
}

.image-3 {
  position: absolute;
  top: 15px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.card-sec {
  padding-bottom: 120px;
}

.card-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 70px;
  display: flex;
}

.card-heading {
  color: var(--black);
  margin-top: 0;
  font-size: 52px;
  line-height: 57px;
}

.card-heading-wrapper {
  width: 56%;
}

.card-link {
  grid-column-gap: 40px;
  color: var(--royal-blue);
  align-items: center;
  margin-top: 10px;
  font-size: 21px;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.text-block {
  border-bottom: 1px solid var(--royal-blue);
}

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

.card-top {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 100%;
  padding: 50px 47px 51px 46px;
  box-shadow: 0 -10px 50px 10px rgba(39, 92, 141, .1);
}

.heading-h4 {
  margin-top: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.text-block-2 {
  font-size: 20px;
  line-height: 31px;
}

.card-bottom {
  color: rgba(17, 19, 30, .2);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-top: 2px;
  padding: 25px 47px 25px 46px;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  box-shadow: 0 10px 50px 10px rgba(39, 92, 141, .1);
}

.leadership-sec {
  padding-bottom: 200px;
  position: relative;
}

.leadership-heading-text-wrapper {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
}

.leadership-text {
  font-size: 24px;
  line-height: 30px;
}

.leadership-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 250px;
  display: grid;
}

.leadership-name {
  color: var(--black);
  text-align: center;
  margin-top: 47px;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 36px;
}

.leadership-designation {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.leadership-review {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}

.review-text {
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 40px;
}

.text-block-3, .text-block-3-copy {
  font-size: 30px;
  line-height: 40px;
}

.heading-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.text-block-4 {
  color: var(--black);
  font-size: 16px;
  line-height: 26px;
}

.div-block-4 {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.leadership-review-copy {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
}

.leadership-pattren-1 {
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 0%;
  right: auto;
}

.leadership-pattren-2 {
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 0%;
}

.cta-sec {
  padding-bottom: 200px;
}

.cta-wrapper {
  background-color: rgba(255, 201, 40, .2);
  border-radius: 12px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 103px 100px;
  display: flex;
  position: relative;
}

.cta-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 35px;
  line-height: 48px;
}

.cta-text {
  font-size: 20px;
  line-height: 28px;
}

.div-block-5 {
  width: 58%;
}

.cta-button {
  background-color: var(--royal-blue);
  border-radius: 8px;
  padding: 18px 41px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
}

.image-4 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.fotter-sec {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 27px;
}

.fotter-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 100px;
  display: flex;
}

.fotter-colum-left {
  padding-right: 20px;
}

.fotter-colum-right {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo {
  width: 100%;
  margin-bottom: 40px;
}

.fotter-left-text {
  color: rgba(255, 255, 255, .5);
  font-size: 18px;
  line-height: 28px;
}

.fotter-link-text {
  color: rgba(255, 255, 255, .5);
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.fotter-link {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.fotter-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.fotter-bottom-text {
  color: rgba(255, 255, 255, .5);
  font-size: 16px;
  line-height: 22px;
}

.fotter-bottom-link {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}

.border {
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding-top: 30px;
}

.modal-link {
  color: #fff;
  font-family: Glory, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.icon-modal {
  width: 14px;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: auto;
  right: 25px;
}

.div-block-7 {
  border: 1px solid #5f5f5f;
  border-radius: 8px;
}

.modal-wrapper {
  background-color: #2c2c2c;
  border-radius: 10px;
  padding: 45px 30px 40px;
  position: relative;
}

.modal-image-link-wrapper {
  grid-column-gap: 16px;
  background-color: #444;
  align-items: center;
  margin-bottom: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
}

.modal-image-link-wrapper.border-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal-image-link-wrapper.border-bottom {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 0;
}

.modal {
  z-index: 99;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: flex-start;
  width: 440px;
  height: auto;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.modal-paragraph {
  color: #fff;
  margin-bottom: 30px;
  font-family: Glory, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.image-5 {
  width: 22px;
}

.image-6 {
  width: 280px;
  max-width: 320px;
  display: block;
}

.image-7 {
  width: 320px;
}

@media screen and (min-width: 1440px) {
  .hero-left-colum {
    width: 60%;
  }

  .hero-right-colum {
    width: 40%;
  }

  .designer-text {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-wrapper {
    grid-column-gap: 120px;
    width: 80%;
  }

  .hero-left-colum, .hero-right-colum {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .container.nav-containr {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-link {
    color: var(--black);
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to top, #fff, #fff4d4 100%, #fff);
    flex-direction: column;
    align-items: flex-start;
    height: 45vh;
    padding: 50px 2rem 20px;
  }

  .brand {
    margin-right: auto;
  }

  .hero-wrapper {
    width: 95%;
  }

  .hero-left-colum {
    width: 56%;
  }

  .hero-top-text {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-h1 {
    margin-top: 40px;
    margin-bottom: 45px;
    font-size: 50px;
    line-height: 64px;
  }

  .left-arrow {
    width: 41px;
    height: 41px;
    bottom: 16px;
    left: 15px;
  }

  .right-arrow {
    width: 41px;
    height: 41px;
    bottom: 16px;
    left: 75px;
  }

  .div-block-2 {
    padding-top: 70px;
  }

  .hero-text {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .div-block-3 {
    grid-column-gap: 25px;
  }

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

  .designation {
    font-size: 18px;
    line-height: 28px;
  }

  .requirements--sec {
    padding-top: 120px;
  }

  .requirements--grid {
    grid-column-gap: 35px;
    grid-template-columns: .75fr 1fr;
  }

  .heading-h2 {
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 55px;
  }

  .image {
    width: 256px;
    top: 302px;
  }

  .requirements-paragraph {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .designer-sec {
    padding-bottom: 160px;
  }

  .image-2 {
    width: 430px;
  }

  .designer-grid {
    grid-column-gap: 35px;
    margin-bottom: 100px;
  }

  .designer-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .designer-text {
    font-size: 20px;
    line-height: 28px;
  }

  .designer-link {
    margin-top: 40px;
  }

  .designer-grid-2 {
    grid-column-gap: 35px;
  }

  .concept-sec {
    padding-top: 100px;
    padding-bottom: 0;
    position: relative;
  }

  .concept-heading-wrapper {
    width: 75%;
  }

  .concept-top-text {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .concept-slider-wrapper {
    grid-template-rows: auto;
    position: relative;
  }

  .concept-slider-mask {
    width: 330px;
  }

  .concept-slider-slide {
    margin-right: 20px;
  }

  .concept-slider-card {
    width: 330px;
    padding: 42px 25px 46px;
  }

  .card-name {
    font-size: 34px;
    line-height: 44px;
  }

  .card-text {
    margin-top: 30px;
    margin-bottom: 26px;
    font-size: 18px;
    line-height: 28px;
  }

  .concept-card-link {
    font-size: 18px;
    line-height: 26px;
  }

  .studio-sec {
    padding-top: 100px;
  }

  .studio-wrapper {
    padding: 100px 10px 100px 20px;
  }

  .studio-text {
    font-size: 18px;
    line-height: 28px;
  }

  .studio-heading-wrapper {
    width: 85%;
  }

  .studio-grid {
    grid-column-gap: 35px;
  }

  .studio-colum {
    grid-column-gap: 25px;
  }

  .studio-colum-text {
    font-size: 16px;
    line-height: 26px;
  }

  .card-sec {
    padding-bottom: 120px;
  }

  .card-wrapper {
    padding-bottom: 50px;
  }

  .card-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .card-heading-wrapper {
    width: 60%;
  }

  .card-link {
    grid-column-gap: 25px;
    font-size: 18px;
  }

  .card-grid {
    grid-column-gap: 20px;
  }

  .card-top {
    padding: 42px 20px 43px;
  }

  .heading-h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-2 {
    margin-top: 30px;
    font-size: 16px;
  }

  .card-bottom {
    padding: 18px 20px;
    font-size: 16px;
  }

  .leadership-sec {
    padding-bottom: 120px;
  }

  .leadership-heading-text-wrapper {
    width: 76%;
    padding-bottom: 80px;
  }

  .leadership-text {
    font-size: 18px;
    line-height: 28px;
  }

  .leadership-grid {
    padding-bottom: 120px;
  }

  .leadership-name {
    margin-top: 30px;
    font-size: 24px;
  }

  .leadership-designation {
    font-size: 16px;
  }

  .leadership-review {
    width: 85%;
  }

  .review-text {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 30px;
  }

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

  .leadership-review-copy {
    width: 85%;
    padding-top: 70px;
  }

  .cta-sec {
    padding-bottom: 120px;
  }

  .cta-wrapper {
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .cta-text {
    font-size: 18px;
  }

  .fotter-sec {
    padding-top: 80px;
  }

  .fotter-grid {
    grid-column-gap: 40px;
    padding-bottom: 75px;
  }

  .fotter-colum-left {
    padding-right: 0;
  }

  .logo {
    margin-bottom: 28px;
  }

  .fotter-left-text {
    font-size: 16px;
  }

  .fotter-link-text {
    margin-bottom: 35px;
  }

  .fotter-link {
    font-size: 16px;
  }

  .menu-button, .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon-5 {
    color: var(--black);
  }

  .nav-button-wrapper {
    margin-top: 20px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .container, .navbar, .nav-menu {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-sec {
    padding-top: 80px;
  }

  .comainer-small {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-wrapper {
    grid-row-gap: 120px;
    flex-direction: column;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-left-colum, .hero-right-colum {
    width: 100%;
  }

  .hero-top-text {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-h1 {
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 52px;
  }

  .hero-button {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-2 {
    width: 100%;
    padding-top: 50px;
  }

  .hero-text {
    font-size: 24px;
  }

  .div-block-3 {
    grid-column-gap: 20px;
  }

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

  .designation {
    font-size: 14px;
    line-height: 24px;
  }

  .requirements--grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .heading-h2 {
    font-size: 32px;
    line-height: 42px;
  }

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

  .requirements-paragraph {
    font-size: 18px;
    line-height: 26px;
  }

  .designer-sec {
    padding-bottom: 60px;
  }

  .image-2 {
    width: auto;
  }

  .designer-grid {
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .designer-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .designer-text {
    font-size: 18px;
    line-height: 26px;
  }

  .designer-link {
    margin-top: 20px;
  }

  .designer-grid-2 {
    display: none;
  }

  .designer-grid-2.mob-grid {
    grid-column-gap: 35px;
    grid-row-gap: 45px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .concept-sec {
    padding-top: 80px;
  }

  .concept-heading-wrapper {
    width: 100%;
  }

  .concept-top-text {
    font-size: 18px;
    line-height: 24px;
  }

  .concept-slider-wrapper {
    flex-flow: column;
    display: flex;
  }

  .concept-slider-mask {
    width: 260px;
  }

  .concept-slider-slide {
    margin-right: 16px;
  }

  .concept-slider-card {
    width: auto;
    padding: 30px 10px 31px 15px;
  }

  .card-text {
    font-size: 14px;
    line-height: 24px;
  }

  .studio-wrapper {
    padding-bottom: 80px;
  }

  .studio-heading-wrapper {
    width: 100%;
  }

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

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

  .image-3 {
    width: 200px;
  }

  .card-sec {
    padding-bottom: 60px;
  }

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

  .card-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .card-heading-wrapper {
    width: 100%;
  }

  .card-link {
    grid-column-gap: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .card-grid {
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
  }

  .leadership-sec {
    padding-bottom: 100px;
  }

  .leadership-heading-text-wrapper {
    width: 100%;
  }

  .leadership-text {
    font-size: 16px;
    line-height: 26px;
  }

  .leadership-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 85px;
  }

  .leadership-name {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .leadership-designation {
    font-size: 14px;
    line-height: 26px;
  }

  .leadership-review {
    width: 100%;
  }

  .review-text {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-4 {
    font-size: 14px;
    line-height: 22px;
  }

  .leadership-review-copy {
    width: 100%;
  }

  .cta-sec {
    padding-bottom: 80px;
  }

  .cta-wrapper {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: stretch;
    padding-top: 80px;
  }

  .cta-text {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-5 {
    width: 100%;
    position: relative;
  }

  .cta-button {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .fotter-grid {
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
    padding-bottom: 60px;
  }

  .fotter-colum-right {
    grid-column-gap: 30px;
  }

  .fotter-left-text {
    font-size: 14px;
    line-height: 26px;
  }

  .fotter-link-text {
    margin-bottom: 30px;
  }

  .fotter-link {
    font-size: 14px;
  }

  .fotter-bottom-text, .fotter-bottom-link {
    font-size: 14px;
    line-height: 20px;
  }

  .modal-link, .modal-paragraph {
    font-size: 18px;
    line-height: 26px;
  }

  .image-6, .image-7 {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .container, .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu {
    height: auto;
    padding: 35px 1rem 60px;
  }

  .hero-sec {
    padding-top: 20px;
  }

  .comainer-small, .hero-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-left-colum {
    flex-direction: column;
    display: flex;
  }

  .heading-h1 {
    font-size: 32px;
    line-height: 42px;
  }

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

  .hero-text {
    font-size: 20px;
    line-height: 32px;
  }

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

  .designation {
    font-size: 12px;
    line-height: 20px;
  }

  .requirements--sec {
    padding-top: 60px;
  }

  .heading-h2 {
    margin-bottom: 26px;
    font-size: 24px;
    line-height: 34px;
  }

  .requirements-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

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

  .designer-text {
    font-size: 16px;
    line-height: 23px;
  }

  .designer-link {
    font-size: 18px;
    line-height: 26px;
  }

  .concept-sec {
    padding-top: 60px;
  }

  .concept-top-text {
    font-size: 16px;
    line-height: 22px;
  }

  .studio-sec {
    padding-top: 80px;
  }

  .studio-text {
    font-size: 16px;
    line-height: 26px;
  }

  .studio-colum {
    grid-column-gap: 20px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .studio-colum-text {
    font-size: 14px;
    line-height: 23px;
  }

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

  .leadership-sec {
    padding-bottom: 75px;
  }

  .leadership-text {
    font-size: 14px;
    line-height: 24px;
  }

  .leadership-grid {
    grid-template-columns: 1fr;
    padding-bottom: 60px;
  }

  .review-text {
    font-size: 14px;
    line-height: 24px;
  }

  .leadership-review-copy {
    padding-top: 50px;
  }

  .leadership-pattren-1, .leadership-pattren-2 {
    display: none;
  }

  .cta-wrapper {
    padding-bottom: 55px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .cta-button {
    font-size: 16px;
    line-height: 26px;
  }

  .fotter-sec {
    padding-bottom: 20px;
  }

  .fotter-colum-right {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .fotter-link-text {
    margin-bottom: 28px;
  }

  .fotter-bottom-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
  }

  .icon-modal {
    top: 20px;
    right: 20px;
  }

  .modal-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modal {
    width: auto;
    left: 10px;
    right: 10px;
  }
}

#w-node-_5ea4c62b-6b60-12b3-92f7-486b1e131b9b-9196858a, #w-node-_3a197e38-8cbf-a495-9159-9ff100b553d0-9196858a, #w-node-ded60c1c-f2e3-5358-b12c-80307352612b-9196858a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_686eed19-f0e8-547d-3bab-a3287cd076a0-9196858a, #w-node-_8eaf5cee-43e4-2448-20fb-effac14e4aca-9196858a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8eaf5cee-43e4-2448-20fb-effac14e4ac7-9196858a, #w-node-_96eef5c2-5b77-5cf2-0830-03d3efd715e4-9196858a, #w-node-_0ca0f13e-ebc0-88ad-4410-3916bb88396d-9196858a, #w-node-c1ec1635-5489-4d47-6ce4-37b31ceea52d-9196858a, #w-node-_758b52a5-126a-e96c-e3b2-3e9a4a024c54-9196858a, #w-node-b2a5240e-be5b-b347-c269-7fc259925745-9196858a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Helvetica Neue W 01 66 Medium It';
  src: url('../fonts/Helvetica-Neue-W01-66-Medium-It.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue W 01 77 Bd Cn Obl';
  src: url('../fonts/Helvetica-Neue-W01-77-Bd-Cn-Obl.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue 97 Black Condensed';
  src: url('../fonts/Helvetica-Neue-97-Black-Condensed.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}