@font-face {
  font-family: 'NewYork';
  src: url(../fonts/NEWYORK.OTF);
}

.about-founders {
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 500px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F2F1ED;
  padding-top: 40px;
  box-sizing: border-box;
}

@media only screen and (max-width: 750px) {
  .about-founders {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 570px) {
  .about-founders {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .about-founders {
    padding-top: 0px;
  }
}

.about-founders .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

@media only screen and (max-width: 750px) {
  .about-founders .center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-founders .center .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #F2F1ED;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}

.about-founders .center .left .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 280px;
  max-width: 100%;
}

@media only screen and (max-width: 400px) {
  .about-founders .center .left .inner-box {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 100%;
  }
}

.about-founders .center .left .header {
  font-size: 39px;
  font-weight: 400;
  line-height: 62px;
  -webkit-transition: 400ms;
  transition: 400ms;
  font-family: "NewYork";
  color: #555962;
  margin-bottom: 13px;
}

@media only screen and (max-width: 750px) {
  .about-founders .center .left .header {
    font-size: 35px;
    font-weight: 400;
    line-height: 50px;
  }
}

@media only screen and (max-width: 570px) {
  .about-founders .center .left .header {
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
  }
}

@media only screen and (max-width: 400px) {
  .about-founders .center .left .header {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
  }
}

@media only screen and (max-width: 750px) {
  .about-founders .center .left .header {
    margin-top: 45px;
  }
}

.about-founders .center .left .txt {
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  -webkit-transition: 400ms;
  transition: 400ms;
  color: rgba(85, 89, 98, 0.8);
}

@media only screen and (max-width: 750px) {
  .about-founders .center .left .txt {
    font-size: 13px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 570px) {
  .about-founders .center .left .txt {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .about-founders .center .left .txt {
    font-size: 12px;
    line-height: 20px;
  }
}

.about-founders .center .left .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

@media only screen and (max-width: 750px) {
  .about-founders .center .left .right {
    max-width: 100%;
  }
}

.about-founders .center .left .right .box-container {
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.about-founders .center .left .right .box-container .box {
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about-founders .center .left .right .box-container .box .elem {
  background-color: #FFFFFF;
  padding: 0px 0px 20px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 0px 10px 4px rgba(51, 51, 51, 0.2);
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #555962;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.about-founders .center .left .right .box-container .box .elem img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about-founders .center .left .right .box-container .box .elem .txt {
  margin-top: 15px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333333;
}

.about-founders .center .left .right .box-container .box .elem .txt2 {
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about-founders .center .left .right .box-container .box .elem .btn-container {
  width: 100%;
  padding: 7px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.about-founders .center .left .right .box-container .box .elem .btn {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  background-color: rgba(196, 167, 118, 0.75);
  color: #333333;
  padding: 9px 20px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  width: 30px;
  max-height: 30px;
  max-width: 30px;
  padding: 0px !important;
  -webkit-transition: 400ms;
  transition: 400ms;
  background-image: url("");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
}

@media only screen and (max-width: 750px) {
  .about-founders .center .left .right .box-container .box .elem .btn {
    font-size: 12px;
    padding: 8px 19px;
  }
}

@media only screen and (max-width: 570px) {
  .about-founders .center .left .right .box-container .box .elem .btn {
    font-size: 11px;
    padding: 8px 18px;
  }
}

@media only screen and (max-width: 400px) {
  .about-founders .center .left .right .box-container .box .elem .btn {
    font-size: 11px;
    padding: 7px 16px;
  }
}

.about-founders .center .left .right .box-container .box .elem .btn.facebook {
  background-image: url(../assets/social/facebook_black.svg);
}

.about-founders .center .left .right .box-container .box .elem .btn.instagram {
  background-image: url(../assets/social/instagram_black.svg);
  background-size: 15px;
}

.about-founders .center .left .right .box-container .box .elem .btn.whatsapp {
  background-size: 15px;
  background-image: url(../assets/social/whatsapp_black.svg);
}

.about-founders .center .left .right .box-container .box .elem .btn:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.about-founders .center .left .handler-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 270px;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.about-founders .center .left .handler-container::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #dbc9ab;
  z-index: 1;
}

.about-founders .center .left .handler-container .button-container {
  background-color: #F2F1ED;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

.about-founders .center .left .handler-container .button-container .button {
  height: 30px;
  width: 30px;
  min-height: 30px;
  min-width: 30px;
  border-radius: 5px;
  background-image: url("../assets/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  background-color: #dbc9ab;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.about-founders .center .left .handler-container .button-container .button.icon-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.about-founders .center .left .handler-container .button-container .button.icon-left:hover {
  -webkit-transform: rotate(180deg) scale(1.1);
          transform: rotate(180deg) scale(1.1);
}

.about-founders .center .left .handler-container .button-container .button:hover {
  -webkit-box-shadow: 0px 0px 4px 1px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 0px 4px 1px rgba(51, 51, 51, 0.2);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.about-timeline {
  background-color: #f2f1ed;
  margin-bottom: 40px;
}

.about-timeline .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-timeline .center .header {
  font-size: 75px;
  font-weight: 800;
  line-height: 80px;
  -webkit-transition: 400ms;
  transition: 400ms;
  margin-top: 30px;
  color: #C4A776;
}

@media only screen and (max-width: 750px) {
  .about-timeline .center .header {
    font-size: 70px;
    font-weight: 800;
    line-height: 75px;
  }
}

@media only screen and (max-width: 570px) {
  .about-timeline .center .header {
    font-size: 35px;
    font-weight: 700;
    line-height: 39px;
  }
}

@media only screen and (max-width: 400px) {
  .about-timeline .center .header {
    font-size: 34px;
    line-height: 35px;
    font-weight: 700;
  }
}

.about-timeline .center .sub-head {
  font-size: 39px;
  font-weight: 400;
  line-height: 62px;
  -webkit-transition: 400ms;
  transition: 400ms;
  margin-bottom: 15px;
  margin-top: 10px;
  color: #555555;
  font-family: 'NewYork';
}

@media only screen and (max-width: 750px) {
  .about-timeline .center .sub-head {
    font-size: 35px;
    font-weight: 400;
    line-height: 50px;
  }
}

@media only screen and (max-width: 570px) {
  .about-timeline .center .sub-head {
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
  }
}

@media only screen and (max-width: 400px) {
  .about-timeline .center .sub-head {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
  }
}

.about-timeline .center .track-main-container {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  margin-bottom: 70px;
}

.about-timeline .center .track-main-container .track-section {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: auto;
}

.about-timeline .center .track-main-container .track-section .year {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
  -webkit-transition: 400ms;
  transition: 400ms;
  color: #333333;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 5px 25px 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}

@media only screen and (max-width: 750px) {
  .about-timeline .center .track-main-container .track-section .year {
    font-size: 13px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 570px) {
  .about-timeline .center .track-main-container .track-section .year {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .about-timeline .center .track-main-container .track-section .year {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 570px) {
  .about-timeline .center .track-main-container .track-section .year {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .about-timeline .center .track-main-container .track-section .year {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    padding-right: 15px;
  }
}

.about-timeline .center .track-main-container .track-section .track {
  background-color: #dbc9ab;
  height: auto;
  width: 2.5px;
  position: relative;
}

.about-timeline .center .track-main-container .track-section .track::after {
  content: "";
  height: 9px;
  width: 9px;
  background-color: #dbc9ab;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.about-timeline .center .track-main-container .track-section .content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 15px 15px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  -webkit-transition: 400ms;
  transition: 400ms;
}

@media only screen and (max-width: 750px) {
  .about-timeline .center .track-main-container .track-section .content {
    font-size: 13px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 570px) {
  .about-timeline .center .track-main-container .track-section .content {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .about-timeline .center .track-main-container .track-section .content {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 570px) {
  .about-timeline .center .track-main-container .track-section .content {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .about-timeline .center .track-main-container .track-section .content {
    padding-left: 15px;
  }
}

.about-founders-message {
  margin-bottom: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  position: relative;
}

.about-founders-message .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 75%;
  background-color: #f2f1ed;
  z-index: -1;
}

@media only screen and (max-width: 400px) {
  .about-founders-message .overlay {
    width: 100%;
  }
}

.about-founders-message .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

.about-founders-message .center .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 50px 40px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
}

@media only screen and (max-width: 570px) {
  .about-founders-message .center .left {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (max-width: 400px) {
  .about-founders-message .center .left {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.about-founders-message .center .left .header {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  -webkit-transition: 400ms;
  transition: 400ms;
  text-transform: uppercase;
}

@media only screen and (max-width: 750px) {
  .about-founders-message .center .left .header {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 570px) {
  .about-founders-message .center .left .header {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 400px) {
  .about-founders-message .center .left .header {
    font-size: 18px;
    line-height: 25px;
  }
}

.about-founders-message .center .left .position {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  -webkit-transition: 400ms;
  transition: 400ms;
}

@media only screen and (max-width: 750px) {
  .about-founders-message .center .left .position {
    font-size: 16px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 570px) {
  .about-founders-message .center .left .position {
    font-size: 15px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 400px) {
  .about-founders-message .center .left .position {
    font-size: 15px;
    line-height: 26px;
  }
}

.about-founders-message .center .left .content {
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  -webkit-transition: 400ms;
  transition: 400ms;
}

@media only screen and (max-width: 750px) {
  .about-founders-message .center .left .content {
    font-size: 13px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 570px) {
  .about-founders-message .center .left .content {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .about-founders-message .center .left .content {
    font-size: 12px;
    line-height: 20px;
  }
}

.about-founders-message .center .left .icon {
  height: 50px;
  width: 50px;
  background-image: url("../assets/common/quote.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

@media only screen and (max-width: 570px) {
  .about-founders-message .center .left .icon {
    height: 45px;
    width: 45px;
  }
}

@media only screen and (max-width: 400px) {
  .about-founders-message .center .left .icon {
    height: 40px;
    width: 40px;
  }
}

.about-founders-message .center .left .icon.open {
  margin-top: 20px;
  -webkit-transform: rotate(180deg) translateX(100%);
          transform: rotate(180deg) translateX(100%);
}

.about-founders-message .center .left .icon.close {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.about-founders-message .center .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 450px;
}

@media only screen and (max-width: 570px) {
  .about-founders-message .center .right {
    max-width: unset;
    min-width: 100%;
  }
}

.about-founders-message .center .right img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
}
/*# sourceMappingURL=about.css.map */