@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Platypi:ital,wght@0,300..800;1,300..800&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&family=Vollkorn+SC:wght@400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Platypi:ital,wght@0,300..800;1,300..800&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&family=Vollkorn+SC:wght@400;600;700;900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.01rem; }

header {
  padding: 50px 0;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 9;
  transition: 0.3s all ease; }
  header .header_gb {
    display: flex;
    justify-content: space-between; }
    header .header_gb a.logo {
      max-width: 220px;
      display: flex;
      align-items: center;
      height: 44px; }
      header .header_gb a.logo img {
        width: 100%; }
        @media screen and (max-width: 767px) {
          header .header_gb a.logo img {
            width: 70%; } }
    header .header_gb nav ul {
      list-style-type: none;
      padding: 0;
      display: flex; }
      header .header_gb nav ul li {
        margin-left: 24px;
        height: 44px;
        display: flex;
        align-items: center; }
        header .header_gb nav ul li a {
          color: #999999;
          text-decoration: none;
          font-weight: 400;
          transition: 0.3s ease all;
          width: auto; }
        header .header_gb nav ul li .contact {
          background: #0a0a0a;
          color: #fff;
          border-radius: 40px;
          padding: 10px 30px;
          min-width: 155px;
          font-size: 1rem; }
      header .header_gb nav ul .active {
        position: relative; }
        header .header_gb nav ul .active a {
          color: #0a0a0a; }
        header .header_gb nav ul .active::after {
          content: "";
          background: url(../img/gb-focus.svg) no-repeat;
          position: absolute;
          z-index: 1;
          width: 100%;
          height: 40px;
          background-size: contain;
          bottom: -33px; }
    @media screen and (max-width: 1280px) {
      header .header_gb nav {
        display: none; } }
    @media screen and (max-width: 1280px) {
      header .header_gb {
        justify-content: flex-start; } }
  header .menu_icon {
    display: none;
    margin-right: 15px; }
    header .menu_icon img {
      width: 32px; }
    @media screen and (max-width: 1280px) {
      header .menu_icon {
        display: flex; } }
  @media screen and (max-width: 767px) {
    header {
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
      padding: 10px 0;
      background: #fff; } }

header.sticky {
  background: #fff;
  padding: 15px 0 0;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07); }
  @media screen and (max-width: 1280px) {
    header.sticky {
      padding: 15px 0 15px;
      height: 70px; } }

section.top_section {
  background: url(../img/gb-main.svg) no-repeat top right;
  height: 100vh; }
  @media screen and (max-width: 767px) {
    section.top_section {
      background: url(../img/banner_graphic.svg) no-repeat bottom right;
      height: 56vh; } }
  section.top_section .banner_heading {
    max-width: 45%;
    display: flex;
    justify-content: center;
    height: 100vh;
    flex-flow: column; }
    section.top_section .banner_heading small {
      font-size: 2rem;
      display: block; }
      @media screen and (max-width: 767px) {
        section.top_section .banner_heading small {
          font-size: 1.2rem; } }
    @media screen and (max-width: 767px) {
      section.top_section .banner_heading {
        max-width: 100%;
        justify-content: start;
        padding-top: 35%; } }
    section.top_section .banner_heading h1 {
      font-size: 3.5rem;
      font-weight: 400;
      font-family: "Crimson Pro", serif;
      color: #4a4a4a; }
      @media screen and (max-width: 767px) {
        section.top_section .banner_heading h1 {
          font-size: 1.9rem; } }
      section.top_section .banner_heading h1 span {
        color: #0a0a0a; }
    section.top_section .banner_heading a {
      font-size: 1.125rem;
      color: #4a4a4a;
      text-decoration: none;
      margin-top: 80px; }
      @media screen and (max-width: 767px) {
        section.top_section .banner_heading a {
          display: none; } }
      section.top_section .banner_heading a img {
        max-width: 66px;
        margin-right: 30px; }

section.story_section {
  background-image: url(../img/arrow_graphics.png) no-repeat;
  background-image: url(../img/arrow_graphics.png), linear-gradient(#f5f5f5, #fff);
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 30px 0px;
  min-height: 80vh; }
  @media screen and (max-width: 767px) {
    section.story_section {
      background-image: none;
      background-image: linear-gradient(#f5f5f5, #fff);
      min-height: auto;
      padding: 30px 0px 0;
      border-bottom: 1px solid #d9d9d9; } }
  section.story_section h2.title {
    font-size: 1.6rem;
    letter-spacing: 3px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      section.story_section h2.title {
        font-size: 1rem; } }
    section.story_section h2.title::after {
      content: "";
      background: url(../img/gb-focus2.svg) no-repeat;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 40px;
      background-size: contain;
      bottom: -45px;
      left: 0; }
  section.story_section .story_text {
    width: 50%;
    float: right;
    padding: 60px 0; }
    @media screen and (max-width: 767px) {
      section.story_section .story_text {
        width: 100%;
        padding: 15px 0; } }
    section.story_section .story_text .acco_block {
      margin: 20px 0; }
      section.story_section .story_text .acco_block .acco_link {
        font-size: 2.5rem;
        font-weight: 400;
        font-family: "Crimson Pro", serif;
        color: #999999;
        display: flex;
        justify-content: space-between;
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          section.story_section .story_text .acco_block .acco_link {
            font-size: 1.5rem; } }
        section.story_section .story_text .acco_block .acco_link img {
          cursor: pointer;
          max-width: 48px;
          height: 48px;
          margin-left: 10px; }
          @media screen and (max-width: 767px) {
            section.story_section .story_text .acco_block .acco_link img {
              width: 32px;
              height: 32px; } }
      section.story_section .story_text .acco_block .acco_link.active {
        color: #0a0a0a; }
      section.story_section .story_text .acco_block .acco_tab {
        display: none;
        overflow: hidden;
        transition: 0.5s all ease; }
        section.story_section .story_text .acco_block .acco_tab p {
          font-size: 1.25rem;
          font-weight: 300;
          color: #4a4a4a;
          font-family: "Poppins", sans-serif;
          line-height: 36px;
          margin-bottom: 0; }
          @media screen and (max-width: 767px) {
            section.story_section .story_text .acco_block .acco_tab p {
              font-size: 0.88rem;
              line-height: 26px; } }
      section.story_section .story_text .acco_block .acco_tab.active {
        display: block; }

section.feature_section {
  overflow: hidden;
  padding: 50px 0px; }
  @media screen and (max-width: 767px) {
    section.feature_section {
      padding: 30px 0px;
      border-bottom: 1px solid #d9d9d9; } }
  section.feature_section h2 {
    font-size: 3.5rem;
    text-align: center;
    font-family: "Crimson Pro", serif;
    font-weight: 400;
    color: #0a0a0a;
    max-width: 800px;
    margin: 20px auto; }
    @media screen and (max-width: 767px) {
      section.feature_section h2 {
        font-size: 2rem;
        margin-bottom: 40px;
        margin-top: 0; } }
    section.feature_section h2 small {
      font-size: 1.25rem;
      font-family: "Poppins", sans-serif;
      line-height: 30px;
      display: block;
      color: #4a4a4a;
      font-weight: 300;
      margin-top: 15px; }
      @media screen and (max-width: 767px) {
        section.feature_section h2 small {
          font-size: 0.88rem;
          line-height: 24px;
          margin-bottom: 15px; } }
  section.feature_section .feature_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    section.feature_section .feature_box h5 {
      color: #0a0a0a;
      font-family: "Crimson Pro", serif;
      font-size: 3.5rem;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        section.feature_section .feature_box h5 {
          font-size: 2rem; } }
      section.feature_section .feature_box h5 span {
        position: absolute;
        left: 0;
        font-size: 8rem;
        bottom: 0;
        color: #f2f2f2;
        z-index: -1;
        font-weight: 600; }
        @media screen and (max-width: 767px) {
          section.feature_section .feature_box h5 span {
            font-size: 5rem;
            bottom: -15px; } }
    section.feature_section .feature_box p {
      color: #4a4a4a;
      font-size: 1.5rem;
      font-weight: 300;
      font-family: "Poppins", sans-serif; }
      @media screen and (max-width: 767px) {
        section.feature_section .feature_box p {
          font-size: 0.8rem;
          line-height: 21px; } }
  section.feature_section .img_container {
    padding: 30px 0;
    align-items: end;
    justify-content: end;
    display: flex; }
    @media screen and (max-width: 767px) {
      section.feature_section .img_container {
        height: 100%;
        align-items: center;
        justify-content: left; }
        section.feature_section .img_container .sustainability-image {
          display: none; } }
    @media screen and (max-width: 1280px) {
      section.feature_section .img_container img {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      section.feature_section .img_container img {
        width: 50%; } }

.section_heading {
  font-size: 1.6rem;
  position: relative;
  text-transform: uppercase;
  color: #0a0a0a;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 600;
  padding: 40px 0; }
  @media screen and (max-width: 767px) {
    .section_heading {
      font-size: 1rem;
      padding: 0; } }
  .section_heading span {
    font-size: 7.5rem;
    color: #f2f2f2;
    position: absolute;
    top: -20px;
    display: block;
    width: 100%;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .section_heading span {
        display: none; } }

section.brands {
  padding: 30px 0; }
  section.brands .brand-section {
    position: relative;
    padding: 0px 60px; }
    section.brands .brand-section .scroll-button-left {
      position: absolute;
      background: transparent;
      border: 0;
      font-size: 40px;
      top: calc(50% - 42px);
      left: 10px; }
      @media screen and (max-width: 767px) {
        section.brands .brand-section .scroll-button-left {
          display: none !important; } }
    section.brands .brand-section .scroll-button-right {
      position: absolute;
      background: transparent;
      border: 0;
      font-size: 40px;
      top: calc(50% - 42px);
      right: 10px; }
      @media screen and (max-width: 767px) {
        section.brands .brand-section .scroll-button-right {
          display: none !important; } }
    @media screen and (max-width: 767px) {
      section.brands .brand-section {
        padding: 0px; } }
  @media screen and (max-width: 767px) {
    section.brands {
      border-bottom: 1px solid #d9d9d9;
      padding: 30px 0 30px; } }
  section.brands .brands-section-container {
    overflow-x: auto;
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      section.brands .brands-section-container {
        margin-top: 0; } }
  section.brands .brand_details {
    display: flex;
    justify-content: space-between; }
    section.brands .brand_details .brand_detail_mob {
      background: #0a0a0a;
      color: #fff;
      padding: 20px;
      transition: 0.3s ease all;
      -webkit-border-radius: 20px 20px 20px 20px;
      -moz-border-radius: 20px 20px 20px 20px;
      -ms-border-radius: 20px 20px 20px 20px;
      border-radius: 20px 20px 20px 20px;
      flex-direction: column;
      margin-bottom: 20px; }
      section.brands .brand_details .brand_detail_mob h4 {
        font-size: 0.75rem;
        font-weight: 600;
        color: #999999; }
        section.brands .brand_details .brand_detail_mob h4 small {
          display: block;
          font-weight: 300;
          font-size: 1rem;
          margin-top: 15px;
          color: #fff;
          line-height: 1.5rem; }
      section.brands .brand_details .brand_detail_mob a {
        display: block;
        margin-top: 20px;
        color: #fff;
        font-size: 0.75rem; }
    section.brands .brand_details .brand_detail_mob.active {
      display: flex; }
    @media screen and (max-width: 767px) {
      section.brands .brand_details {
        display: flex;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        flex-wrap: initial; } }
    section.brands .brand_details .brand_details_item {
      width: auto;
      margin-bottom: 20px;
      border: 1px solid #d9d9d9;
      padding: 10px;
      justify-content: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      -webkit-border-radius: 12px 12px 12px 12px;
      -moz-border-radius: 12px 12px 12px 12px;
      -ms-border-radius: 12px 12px 12px 12px;
      border-radius: 12px 12px 12px 12px;
      margin-left: 20px;
      min-width: 250px;
      position: relative;
      position: relative; }
      @media screen and (max-width: 767px) {
        section.brands .brand_details .brand_details_item {
          min-width: 145px;
          margin-left: 10px;
          margin-bottom: 10px; } }
      section.brands .brand_details .brand_details_item .web_link {
        position: absolute;
        bottom: -19px;
        left: calc(50% - 18px);
        z-index: 1; }
      section.brands .brand_details .brand_details_item img {
        margin: 5px auto 0;
        height: 64px;
        width: auto;
        max-width: 100%; }
        @media screen and (max-width: 767px) {
          section.brands .brand_details .brand_details_item img {
            height: 44px;
            max-width: 100%; } }
      section.brands .brand_details .brand_details_item h5 {
        font-size: 0.82rem;
        color: #0a0a0a;
        margin-top: 15px; }
        section.brands .brand_details .brand_details_item h5 small {
          font-size: 0.7rem;
          color: #999999;
          font-weight: 400;
          display: block;
          margin-top: 5px; }
    section.brands .brand_details .brand_details_item.active {
      border: 1px solid #999999;
      position: relative; }
      section.brands .brand_details .brand_details_item.active:before {
        content: "";
        background: url(../img/tab_arrow.png) no-repeat;
        position: absolute;
        bottom: -8px;
        width: 16px;
        height: 16px;
        z-index: 1;
        background-size: contain; }
  section.brands h3 {
    font-family: "Crimson Pro", serif;
    font-size: 3.5rem;
    font-weight: 400;
    color: #0a0a0a;
    text-align: center;
    margin: 20px 0; }
    @media screen and (max-width: 767px) {
      section.brands h3 {
        font-size: 2rem; } }
  section.brands .brand_slide {
    display: flex;
    justify-content: center;
    margin: 70px 0;
    padding: 0 120px; }
    @media screen and (max-width: 767px) {
      section.brands .brand_slide {
        display: none; } }
    section.brands .brand_slide .item {
      margin: 0 30px; }
      section.brands .brand_slide .item .brand_item {
        padding: 20px;
        border: 1px solid #f2f2f2;
        height: 120px;
        min-width: 270px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-border-radius: 20px 20px 0px 20px;
        -moz-border-radius: 20px 20px 0px 20px;
        -ms-border-radius: 20px 20px 0px 20px;
        border-radius: 20px 20px 0px 20px; }
        section.brands .brand_slide .item .brand_item img {
          width: 80%; }
      section.brands .brand_slide .item .item_detail {
        width: 100%;
        max-width: fit-content;
        text-align: center;
        display: none; }
        section.brands .brand_slide .item .item_detail span {
          color: #999999; }
        section.brands .brand_slide .item .item_detail h5 {
          color: #0a0a0a;
          font-size: 1.6rem; }
        section.brands .brand_slide .item .item_detail p {
          color: #4a4a4a;
          font-size: 1.5rem; }
    section.brands .brand_slide .owl-item.active.center .brand_item {
      border: 2px solid #0a0a0a; }
    section.brands .brand_slide .owl-item.active.center .item_detail {
      display: block; }
  section.brands .brand_detail_desk {
    display: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px 0; }
    @media screen and (max-width: 767px) {
      section.brands .brand_detail_desk {
        display: none; } }
    section.brands .brand_detail_desk span {
      display: block;
      font-size: 1rem;
      color: #999999; }
    section.brands .brand_detail_desk h4 {
      font-size: 1.5rem;
      text-align: center;
      color: #0a0a0a;
      margin: 20px 0; }
      section.brands .brand_detail_desk h4 small {
        display: block;
        font-weight: 300;
        color: #4a4a4a;
        margin-top: 20px; }
    section.brands .brand_detail_desk a {
      display: inline-block;
      text-decoration: underline;
      color: #4a4a4a;
      font-size: 1rem;
      font-weight: 400; }
  section.brands .brand_detail_desk.active {
    display: flex; }
    @media screen and (max-width: 767px) {
      section.brands .brand_detail_desk.active {
        display: none; } }

.owl-carousel button.owl-prev {
  position: absolute;
  left: 5%;
  font-size: 5rem !important;
  height: 100%;
  color: #0a0a0a; }

.owl-carousel button.owl-next {
  position: absolute;
  right: 5%;
  font-size: 4rem !important;
  height: 100%;
  color: #0a0a0a; }

.owl-carousel .owl-dots {
  position: absolute;
  bottom: -60px; }

.owl-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 4px;
  background: #f2f2f2;
  margin: 0 5px;
  border-radius: 2px; }

.owl-carousel .owl-dots .owl-dot.active {
  background: #0a0a0a; }

section.partner-with-us {
  margin-bottom: 400px; }
  @media screen and (max-width: 767px) {
    section.partner-with-us {
      margin-bottom: 500px; } }

.feature_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; }
  .feature_box h5 {
    color: #0a0a0a;
    font-family: "Crimson Pro", serif;
    font-size: 3.5rem;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .feature_box h5 {
        font-size: 2rem; } }
    .feature_box h5 span {
      position: absolute;
      left: 0;
      font-size: 8rem;
      top: -96px;
      color: #f2f2f2;
      z-index: -1;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .feature_box h5 span {
          font-size: 5rem;
          top: unset;
          bottom: -15px; } }

section.partner {
  padding: 30px 0 90px;
  background: #f2f2f2;
  position: relative; }
  @media screen and (max-width: 767px) {
    section.partner {
      background: #fff;
      padding: 30px 0 60px; } }
  section.partner .people_text {
    padding: 50px 0; }
    section.partner .people_text h4 {
      color: #0a0a0a;
      font-size: 1.5rem; }
      @media screen and (max-width: 767px) {
        section.partner .people_text h4 {
          font-size: 1rem;
          text-align: center; } }
    section.partner .people_text h3 {
      color: #0a0a0a;
      font-size: 3.5rem;
      font-family: "Crimson Pro", serif; }
      @media screen and (max-width: 767px) {
        section.partner .people_text h3 {
          font-size: 2rem;
          text-align: center;
          margin: 15px 0; } }
    section.partner .people_text h6 {
      display: none;
      font-size: 0.88rem;
      color: #4a4a4a;
      text-align: center;
      font-weight: 400;
      padding: 0 15px;
      line-height: 21px; }
      @media screen and (max-width: 767px) {
        section.partner .people_text h6 a {
          color: #4a4a4a; } }
      @media screen and (max-width: 767px) {
        section.partner .people_text h6 {
          display: block; } }
  section.partner .img_contain {
    float: right;
    margin-right: 100px; }
    @media screen and (max-width: 767px) {
      section.partner .img_contain {
        float: none;
        margin-right: 0px;
        text-align: center; } }
    section.partner .img_contain img {
      width: 100%;
      position: relative;
      z-index: 2;
      max-width: 240px; }
      @media screen and (max-width: 767px) {
        section.partner .img_contain img {
          float: none;
          max-width: 70%; } }
  section.partner .form_contain {
    background: #fff;
    box-shadow: 10px 24px 44px rgba(0, 0, 0, 0.15);
    padding: 30px 22% 30px 30px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -ms-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    position: absolute;
    width: 100%;
    bottom: -260px;
    z-index: 1;
    max-width: 1265px; }
    @media screen and (max-width: 767px) {
      section.partner .form_contain {
        max-width: calc(100% - 30px);
        left: 15px;
        right: 15px;
        bottom: -445px;
        padding: 20px;
        box-shadow: none;
        border: 1px solid #999999;
        width: 100%; } }
    section.partner .form_contain h5 {
      color: #4a4a4a;
      font-size: 1rem;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        section.partner .form_contain h5 {
          font-size: 0.88rem; } }
      section.partner .form_contain h5 img {
        margin-right: 10px; }
    section.partner .form_contain .form_box .form-floating .form-control {
      border: 0;
      border-bottom: 1px solid #f2f2f2;
      border-radius: 0;
      margin-bottom: 20px;
      outline: none;
      padding-left: 0; }
      section.partner .form_contain .form_box .form-floating .form-control:focus {
        outline: none;
        box-shadow: none; }
      @media screen and (max-width: 767px) {
        section.partner .form_contain .form_box .form-floating .form-control {
          font-size: 0.88rem; } }
    section.partner .form_contain .form_box .form-floating label {
      font-size: 0.825rem;
      color: #999999;
      padding-left: 0; }
      @media screen and (max-width: 767px) {
        section.partner .form_contain .form_box .form-floating label {
          font-size: 0.75rem; } }
    section.partner .form_contain .form_box button.send_btn {
      position: absolute;
      right: 0;
      top: 67px;
      border: 0;
      height: 56px;
      width: 56px;
      border-radius: 30px;
      background: #0a0a0a; }
    section.partner .form_contain .cont_detail {
      background: #0a0a0a url(../img/send-g.svg) no-repeat right bottom;
      -webkit-border-radius: 20px 20px 0px 20px;
      -moz-border-radius: 20px 20px 0px 20px;
      -ms-border-radius: 20px 20px 0px 20px;
      border-radius: 20px 20px 0px 20px;
      height: 280px;
      width: 250px;
      position: absolute;
      top: 50px;
      right: -30px;
      padding: 35px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-position: 90% 210px;
      background-size: 70px; }
      @media screen and (max-width: 767px) {
        section.partner .form_contain .cont_detail {
          display: none; } }
      section.partner .form_contain .cont_detail h5 {
        color: #fff;
        font-size: 0.85rem;
        display: flex;
        align-items: center; }
        section.partner .form_contain .cont_detail h5 a {
          color: #fff; }
        section.partner .form_contain .cont_detail h5 img {
          margin-right: 10px;
          filter: brightness(0) invert(1);
          max-width: 32px; }
      section.partner .form_contain .cont_detail h4 {
        color: #fff;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 30px; }

section.news {
  padding: 360px 0 30px;
  position: relative; }
  @media screen and (max-width: 767px) {
    section.news {
      padding: 480px 0 30px;
      overflow: hidden; } }
  @media screen and (max-width: 767px) {
    section.news .owl-dots {
      bottom: -30px; } }
  section.news h3 {
    font-family: "Crimson Pro", serif;
    font-size: 3.5rem;
    font-weight: 400;
    color: #0a0a0a;
    text-align: center;
    margin: 20px 0; }
    @media screen and (max-width: 767px) {
      section.news h3 {
        font-size: 2rem; } }
  section.news .news_slide {
    position: relative;
    margin: 50px 0; }
    @media screen and (max-width: 767px) {
      section.news .news_slide {
        margin: 0px 0 20px; } }
    @media screen and (max-width: 767px) {
      section.news .news_slide .owl-stage-outer {
        padding: 0; } }
    section.news .news_slide .radius6 {
      -webkit-border-radius: 6px 6px 6px 6px;
      -moz-border-radius: 6px 6px 6px 6px;
      -ms-border-radius: 6px 6px 6px 6px;
      border-radius: 6px 6px 6px 6px; }
    section.news .news_slide .news_item {
      max-width: 300px;
      border: 1px solid #f2f2f2;
      -webkit-border-radius: 20px 20px 0px 20px;
      -moz-border-radius: 20px 20px 0px 20px;
      -ms-border-radius: 20px 20px 0px 20px;
      border-radius: 20px 20px 0px 20px;
      padding: 10px; }
      @media screen and (max-width: 767px) {
        section.news .news_slide .news_item {
          max-width: 195px;
          margin-bottom: 1px;
          -webkit-border-radius: 20px 20px 20px 20px;
          -moz-border-radius: 20px 20px 20px 20px;
          -ms-border-radius: 20px 20px 20px 20px;
          border-radius: 20px 20px 20px 20px; } }
      section.news .news_slide .news_item:hover {
        border: 1px solid #0a0a0a; }
      section.news .news_slide .news_item .news_img_contain {
        height: 150px;
        width: 100%; }
        @media screen and (max-width: 767px) {
          section.news .news_slide .news_item .news_img_contain {
            height: 90px; } }
        section.news .news_slide .news_item .news_img_contain img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          border-radius: 12px; }
      section.news .news_slide .news_item span {
        font-size: 0.85rem;
        color: #999999;
        display: block;
        margin: 10px 0 0; }
        @media screen and (max-width: 767px) {
          section.news .news_slide .news_item span {
            font-size: 0.62rem; } }
      section.news .news_slide .news_item p {
        font-size: 1.25rem;
        font-weight: 400;
        color: #0a0a0a;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
        @media screen and (max-width: 767px) {
          section.news .news_slide .news_item p {
            font-size: 0.75rem; } }
      section.news .news_slide .news_item label {
        color: #999999;
        font-size: 0.85rem;
        min-height: 38px; }
        @media screen and (max-width: 767px) {
          section.news .news_slide .news_item label {
            font-size: 0.62rem; } }
        section.news .news_slide .news_item label img {
          max-width: 38px;
          display: inline; }
          @media screen and (max-width: 767px) {
            section.news .news_slide .news_item label img {
              font-size: 0.75rem;
              max-width: 24px; } }
      section.news .news_slide .news_item a {
        display: block;
        text-decoration: none; }
  section.news .owl-carousel button.owl-prev {
    top: 0;
    left: -35px; }
  section.news .owl-carousel button.owl-next {
    top: 0;
    right: -35px; }
  section.news .owl-carousel .owl-dots {
    width: 100%;
    text-align: center; }

section.d2c {
  padding: 50px 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    section.d2c {
      padding: 30px 0; } }
  @media screen and (max-width: 767px) {
    section.d2c .d2cd {
      display: none; } }
  section.d2c .d2cm {
    display: none; }
    @media screen and (max-width: 767px) {
      section.d2c .d2cm {
        display: block;
        margin: 0 auto; } }
  section.d2c .subscribe_gray {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      section.d2c .subscribe_gray {
        background: linear-gradient(180deg, #e9e9e9 0%, #fff 100%); } }
  @media screen and (max-width: 767px) {
    section.d2c .form-control {
      background: transparent; } }
  section.d2c h3 {
    font-family: "Crimson Pro", serif;
    font-size: 3.5rem;
    font-weight: 400;
    color: #0a0a0a;
    text-align: left;
    margin: 20px 0; }
    @media screen and (max-width: 767px) {
      section.d2c h3 {
        font-size: 1.5rem;
        margin: 30px 0; } }
    section.d2c h3 small {
      display: block;
      color: #999999;
      font-size: 1rem;
      font-family: "Poppins", sans-serif; }
      @media screen and (max-width: 767px) {
        section.d2c h3 small {
          font-size: 0.88rem;
          margin-top: 10px; } }
  section.d2c .form-floating input:focus {
    outline: none;
    box-shadow: none; }
  section.d2c .send_btn {
    background: #0a0a0a;
    color: #fff;
    padding: 10px 30px;
    border: 0;
    border-radius: 25px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 30px; }
  section.d2c a.send_btn {
    margin-top: 5px;
    display: inline-block;
    max-width: 160px;
    text-align: center; }
  section.d2c .later {
    color: #999999;
    font-size: 1rem;
    margin-top: 20px;
    display: block;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      section.d2c .later {
        margin-top: 30px;
        font-size: 0.88rem; } }
    section.d2c .later img {
      margin-left: 10px; }

footer {
  position: relative;
  padding-top: 250px; }
  @media screen and (max-width: 767px) {
    footer {
      padding-top: 0; } }
  footer::before {
    content: "";
    background: url(../img/footer_vector.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    width: 100%;
    height: 188px;
    height: 252px;
    background-position: bottom; }
    @media screen and (max-width: 767px) {
      footer::before {
        display: none; } }
  footer .brand_strip {
    border-bottom: 1px solid rgba(73, 73, 73, 0.1);
    padding: 50px 0; }
    @media screen and (max-width: 767px) {
      footer .brand_strip {
        padding: 35px 0px; } }
    footer .brand_strip .top_branding {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        footer .brand_strip .top_branding {
          justify-content: center; } }
      footer .brand_strip .top_branding .logo_footer {
        max-width: 210px; }
        @media screen and (max-width: 767px) {
          footer .brand_strip .top_branding .logo_footer {
            max-width: 180px; } }
        footer .brand_strip .top_branding .logo_footer img {
          width: 100%; }
      footer .brand_strip .top_branding .sm_right {
        display: flex;
        justify-content: end;
        width: calc(100% - 210px);
        margin: 10px auto;
        align-items: center; }
        @media screen and (max-width: 767px) {
          footer .brand_strip .top_branding .sm_right {
            display: none; } }
        footer .brand_strip .top_branding .sm_right label {
          font-size: 0.85rem;
          margin-right: 30px;
          color: #4a4a4a;
          font-weight: 600; }
        footer .brand_strip .top_branding .sm_right a {
          margin-right: 15px;
          width: 25px;
          height: 25px;
          text-decoration: none; }
          footer .brand_strip .top_branding .sm_right a img {
            max-width: 25px; }
  footer .footer_details {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 50px auto;
    gap: 16px; }
    @media screen and (max-width: 767px) {
      footer .footer_details {
        margin: 35px 0px;
        max-width: 100%;
        justify-content: center;
        flex-direction: column; } }
    footer .footer_details .box {
      align-items: center;
      display: flex;
      flex-direction: column;
      text-align: right;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        footer .footer_details .box {
          margin-bottom: 25px; } }
      footer .footer_details .box img {
        height: 20px; }
      footer .footer_details .box h5 {
        color: #0a0a0a;
        font-weight: 600;
        font-size: 0.85rem;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0; }
        footer .footer_details .box h5 small {
          color: #4a4a4a;
          font-weight: 400;
          display: block;
          margin-top: 5px; }
          footer .footer_details .box h5 small a {
            color: #4a4a4a; }
  footer .footer_menu {
    border-top: 1px solid rgba(73, 73, 73, 0.1);
    border-bottom: 1px solid rgba(73, 73, 73, 0.1);
    padding: 25px 0; }
    footer .footer_menu .link_conainers {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        footer .footer_menu .link_conainers {
          display: none; } }
      footer .footer_menu .link_conainers a {
        text-decoration: none;
        color: #0a0a0a;
        margin: 0 10px;
        font-size: 0.85rem;
        font-weight: 600; }
    @media screen and (max-width: 767px) {
      footer .footer_menu .social_second {
        display: flex;
        justify-content: center; } }
    footer .footer_menu .social_second label {
      font-size: 0.85rem;
      margin-right: 30px;
      color: #4a4a4a;
      font-weight: 600;
      line-height: 26px; }
    footer .footer_menu .social_second a {
      margin-right: 15px;
      width: 25px;
      height: 25px;
      text-decoration: none; }
      footer .footer_menu .social_second a img {
        max-width: 24px; }
  footer .copy_right {
    text-align: center;
    font-size: 0.85rem;
    color: #4a4a4a;
    font-weight: 400;
    padding: 25px 0; }

section.culture_top_section {
  padding-top: 150px; }
  section.culture_top_section img.float-end {
    max-width: 460px; }
  @media screen and (max-width: 767px) {
    section.culture_top_section img.flip_img {
      max-width: 140px;
      transform: rotateY(180deg);
      position: relative;
      bottom: -50px; } }
  @media screen and (max-width: 767px) {
    section.culture_top_section {
      padding-top: 30px; } }
  section.culture_top_section .heading_culture {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    section.culture_top_section .heading_culture h2 {
      font-size: 4rem;
      font-weight: 400;
      font-family: "Crimson Pro", serif; }
      @media screen and (max-width: 767px) {
        section.culture_top_section .heading_culture h2 {
          font-size: 2rem; } }
    section.culture_top_section .heading_culture p {
      font-size: 1.5rem;
      font-weight: 300;
      font-family: "Poppins", sans-serif;
      line-height: 2.25rem;
      color: #4a4a4a; }
      @media screen and (max-width: 767px) {
        section.culture_top_section .heading_culture p {
          font-size: 0.88rem;
          line-height: 1.5rem; } }

section.culture_tab {
  padding: 30px 0; }
  section.culture_tab .tab_container {
    display: flex; }
    section.culture_tab .tab_container .culture_left_item {
      display: flex;
      flex-direction: column;
      min-width: 360px;
      justify-content: center;
      min-height: 480px; }
      @media screen and (max-width: 767px) {
        section.culture_tab .tab_container .culture_left_item {
          display: none; } }
      section.culture_tab .tab_container .culture_left_item a {
        color: #999999;
        font-size: 2.124rem;
        text-decoration: none;
        line-height: 3.1rem;
        margin-bottom: 25px;
        display: block; }
        section.culture_tab .tab_container .culture_left_item a img {
          display: none;
          margin-right: 10px;
          position: relative;
          top: -3px; }
      section.culture_tab .tab_container .culture_left_item a.active {
        color: #0a0a0a;
        font-weight: 600;
        background: url(../img/arrow-right.png) no-repeat right;
        background-position: 90% 12px;
        background-size: 12px; }
        section.culture_tab .tab_container .culture_left_item a.active img {
          display: none; }
    section.culture_tab .tab_container .culture_right_item .culture_tab_content {
      font-size: 1.5rem;
      background: #0a0a0a;
      color: #fff;
      -webkit-border-radius: 30px 30px 0px 30px;
      -moz-border-radius: 30px 30px 0px 30px;
      -ms-border-radius: 30px 30px 0px 30px;
      border-radius: 30px 30px 0px 30px;
      padding: 40px 40px 150px;
      margin: 40px;
      line-height: 2.5rem;
      position: relative;
      display: none; }
      section.culture_tab .tab_container .culture_right_item .culture_tab_content:before {
        content: "";
        width: 100%;
        height: 100%;
        border: 1px solid #999999;
        -webkit-border-radius: 30px 30px 0px 30px;
        -moz-border-radius: 30px 30px 0px 30px;
        -ms-border-radius: 30px 30px 0px 30px;
        border-radius: 30px 30px 0px 30px;
        position: absolute;
        left: -30px;
        top: -30px;
        z-index: -1; }
        @media screen and (max-width: 767px) {
          section.culture_tab .tab_container .culture_right_item .culture_tab_content:before {
            display: none; } }
      @media screen and (max-width: 767px) {
        section.culture_tab .tab_container .culture_right_item .culture_tab_content {
          display: flex;
          margin-bottom: 90px !important;
          margin: 0px;
          font-size: 0.88rem;
          line-height: 1.5rem;
          background: #fff;
          color: #4a4a4a;
          border: 1px solid #d9d9d9;
          padding: 15px 15px 60px;
          width: 92%;
          flex-direction: column; } }
      section.culture_tab .tab_container .culture_right_item .culture_tab_content .culture_small {
        position: absolute;
        background: #fff;
        color: #0a0a0a;
        -webkit-border-radius: 30px 30px 0px 30px;
        -moz-border-radius: 30px 30px 0px 30px;
        -ms-border-radius: 30px 30px 0px 30px;
        border-radius: 30px 30px 0px 30px;
        padding: 40px;
        border: 1px solid #0a0a0a;
        margin-right: 40px;
        bottom: -70px;
        left: 40px; }
        @media screen and (max-width: 767px) {
          section.culture_tab .tab_container .culture_right_item .culture_tab_content .culture_small {
            background: #0a0a0a;
            color: #fff;
            padding: 15px;
            left: 15px;
            width: 100%;
            margin-right: 0;
            min-height: 128px; } }
      section.culture_tab .tab_container .culture_right_item .culture_tab_content .tab_title {
        display: none; }
        section.culture_tab .tab_container .culture_right_item .culture_tab_content .tab_title img {
          width: 24px;
          margin-right: 10px; }
        @media screen and (max-width: 767px) {
          section.culture_tab .tab_container .culture_right_item .culture_tab_content .tab_title {
            font-size: 1rem;
            color: #0a0a0a;
            display: flex;
            line-height: 2.5rem;
            border-bottom: 1px solid #f2f2f2;
            padding-bottom: 10px; } }
    section.culture_tab .tab_container .culture_right_item .culture_tab_content.active {
      display: flex; }

section.career_section {
  background: url(../img/logo-watermark.svg) no-repeat;
  background-position: 72% 120px; }
  @media screen and (max-width: 767px) {
    section.career_section {
      background-position: 110% 90px;
      background-size: 150px;
      padding-top: 100px; } }
  section.career_section h4 {
    font-size: 2.124rem;
    color: #0a0a0a; }
    @media screen and (max-width: 767px) {
      section.career_section h4 {
        font-size: 1rem; } }
  section.career_section .cont_detail_career {
    background: #0a0a0a url(../img/send-g.svg) no-repeat right bottom;
    -webkit-border-radius: 20px 20px 0px 20px;
    -moz-border-radius: 20px 20px 0px 20px;
    -ms-border-radius: 20px 20px 0px 20px;
    border-radius: 20px 20px 0px 20px;
    height: 280px;
    width: 300px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: 90% 210px;
    background-size: 70px;
    float: right; }
    @media screen and (max-width: 767px) {
      section.career_section .cont_detail_career {
        width: 100%;
        margin-top: 10px;
        height: auto; } }
    section.career_section .cont_detail_career h5 {
      color: #fff;
      font-size: 0.85rem;
      display: flex;
      align-items: center; }
      section.career_section .cont_detail_career h5 a {
        color: #fff; }
      section.career_section .cont_detail_career h5 img {
        margin-right: 10px;
        filter: brightness(0) invert(1);
        max-width: 32px; }
    section.career_section .cont_detail_career h4 {
      color: #fff;
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 30px;
      border-bottom: 1px solid #4a4a4a;
      padding-bottom: 10px; }
      @media screen and (max-width: 767px) {
        section.career_section .cont_detail_career h4 {
          font-size: 1rem; } }
      section.career_section .cont_detail_career h4 small {
        display: block;
        font-size: 1rem;
        font-weight: 300;
        line-height: 24px; }
        @media screen and (max-width: 767px) {
          section.career_section .cont_detail_career h4 small {
            font-size: 0.88rem; } }

section.work_with_us {
  padding: 70px 0 0; }
  @media screen and (max-width: 767px) {
    section.work_with_us {
      padding: 30px 0 0; } }
  section.work_with_us h2 {
    font-size: 2.125rem;
    color: #0a0a0a;
    text-align: center;
    margin-bottom: 35px; }
    @media screen and (max-width: 767px) {
      section.work_with_us h2 {
        font-size: 1.125rem;
        text-align: left;
        margin-bottom: 15px; } }
  section.work_with_us .wws_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    section.work_with_us .wws_box .wws_item {
      -webkit-border-radius: 30px 30px 0px 30px;
      -moz-border-radius: 30px 30px 0px 30px;
      -ms-border-radius: 30px 30px 0px 30px;
      border-radius: 30px 30px 0px 30px;
      border: 1px solid #d9d9d9;
      padding: 25px;
      width: 31%;
      margin-bottom: 25px; }
      @media screen and (max-width: 767px) {
        section.work_with_us .wws_box .wws_item {
          width: 100%;
          margin-bottom: 15px;
          min-height: 200px; } }
      section.work_with_us .wws_box .wws_item img {
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          section.work_with_us .wws_box .wws_item img {
            width: 32px; } }
      section.work_with_us .wws_box .wws_item h5 {
        color: #0a0a0a;
        font-size: 1.25rem; }
        @media screen and (max-width: 767px) {
          section.work_with_us .wws_box .wws_item h5 {
            font-size: 0.88rem; } }
      section.work_with_us .wws_box .wws_item p {
        color: #4a4a4a;
        font-size: 1.25rem; }
        @media screen and (max-width: 767px) {
          section.work_with_us .wws_box .wws_item p {
            font-size: 0.88rem; } }
  @media screen and (max-width: 767px) {
    section.work_with_us #wwsBoxd {
      display: none; } }
  section.work_with_us #wwsBox {
    display: none; }
    @media screen and (max-width: 767px) {
      section.work_with_us #wwsBox {
        display: block; } }
    section.work_with_us #wwsBox .wws_item {
      width: 100%;
      padding: 15px;
      margin-bottom: 0px; }

section.open_positions .wws_item {
  background: #f2f2f2;
  border: 0 !important; }
  section.open_positions .wws_item p {
    margin-bottom: 5px; }
  section.open_positions .wws_item a {
    color: #0a0a0a;
    text-decoration: none;
    display: block;
    font-size: 1.25rem;
    margin-top: 30px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      section.open_positions .wws_item a {
        font-size: 0.88rem; } }

section.help_support {
  padding: 30px 0 380px;
  margin-top: 70px;
  background: linear-gradient(180deg, #f2f2f2 0%, #fff 100%); }
  @media screen and (max-width: 767px) {
    section.help_support {
      margin-top: 20px;
      padding-bottom: 480px;
      overflow: hidden; } }
  section.help_support .form_contain {
    bottom: 0px; }
    @media screen and (max-width: 767px) {
      section.help_support .form_contain {
        bottom: 30px; } }
  section.help_support .people_text {
    padding: 10px 0; }
    @media screen and (max-width: 767px) {
      section.help_support .people_text h3 {
        text-align: left; } }
    @media screen and (max-width: 767px) {
      section.help_support .people_text h4 {
        text-align: left; } }
  section.help_support .cont_form_img {
    position: absolute;
    right: -70px;
    bottom: 0;
    max-width: 300px; }
    @media screen and (max-width: 767px) {
      section.help_support .cont_form_img {
        right: 10px;
        top: -110px;
        bottom: auto;
        max-width: 120px; } }
  section.help_support .file_upload {
    width: 56px;
    height: 56px;
    background: url(../img/file.svg) no-repeat;
    position: absolute;
    right: 80px;
    top: 67px; }
    section.help_support .file_upload input {
      opacity: 0;
      height: 56px; }

section.about_section {
  padding: 70px 0 70px;
  background: #f2f2f2 url(../img/logo_watermark_dark.svg) no-repeat;
  background-position: 95% 120px;
  background-size: 210px; }
  @media screen and (max-width: 767px) {
    section.about_section {
      background-position: 95% 100px;
      background-size: 135px;
      padding: 30px 0 30px; } }
  @media screen and (max-width: 767px) {
    section.about_section .about-image {
      display: none; } }
  section.about_section .about-image-mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      section.about_section .about-image-mobile {
        display: flex; } }
  section.about_section h2 {
    font-size: 4rem;
    font-weight: 400;
    font-family: "Crimson Pro", serif; }
    @media screen and (max-width: 767px) {
      section.about_section h2 {
        font-size: 2.6rem; } }
    section.about_section h2 small {
      display: block;
      font-size: 2.125rem;
      font-family: "Poppins", sans-serif;
      margin-top: 15px; }
      @media screen and (max-width: 767px) {
        section.about_section h2 small {
          font-size: 1rem; } }
  section.about_section .video_slide {
    background: url(../img/Video-button.svg) no-repeat;
    background-position: 0;
    position: relative;
    bottom: -70px; }
    @media screen and (max-width: 767px) {
      section.about_section .video_slide {
        background: none; } }
    section.about_section .video_slide .video_item {
      -webkit-border-radius: 30px 30px 0px 30px;
      -moz-border-radius: 30px 30px 0px 30px;
      -ms-border-radius: 30px 30px 0px 30px;
      border-radius: 30px 30px 0px 30px;
      overflow: hidden;
      position: relative;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        section.about_section .video_slide .video_item {
          max-width: 270px;
          max-height: 161px; } }
      section.about_section .video_slide .video_item .play {
        position: absolute;
        width: 116px;
        height: 116px;
        z-index: 1;
        left: 40%;
        left: calc(50% - 56px);
        top: calc(50% - 56px);
        min-height: auto; }
        @media screen and (max-width: 767px) {
          section.about_section .video_slide .video_item .play {
            width: 56px;
            height: 56px;
            left: calc(50% - 28px);
            top: calc(50% - 28px); } }
      section.about_section .video_slide .video_item img {
        max-height: 262px;
        min-height: 262px; }
        @media screen and (max-width: 767px) {
          section.about_section .video_slide .video_item img {
            min-height: auto; } }
    section.about_section .video_slide .blank_item {
      padding-left: 40%;
      width: 440px;
      min-height: 262px; }
      @media screen and (max-width: 767px) {
        section.about_section .video_slide .blank_item {
          display: none; } }

section.our_team {
  padding: 50px 0 0; }
  @media screen and (max-width: 767px) {
    section.our_team {
      padding: 30px 0 0; } }
  section.our_team .join_team {
    background: #0a0a0a;
    color: #fff;
    border-radius: 40px;
    padding: 15px 50px;
    min-width: 155px;
    font-size: 1rem;
    margin: 0 auto;
    display: block;
    max-width: 250px;
    text-align: center;
    transition: 0.3s ease all; }
    @media screen and (max-width: 767px) {
      section.our_team .join_team {
        margin-bottom: 20px; } }
    section.our_team .join_team:hover {
      transform: scale(1.04); }
  section.our_team h3 {
    font-size: 3.5rem;
    font-weight: 400;
    font-family: "Crimson Pro", serif; }
    @media screen and (max-width: 767px) {
      section.our_team h3 {
        font-size: 2rem; } }
    section.our_team h3 small {
      font-size: 1.5rem;
      font-weight: 400;
      font-family: "Poppins", sans-serif;
      display: block;
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        section.our_team h3 small {
          font-size: 0.88rem;
          margin-top: 0;
          width: 100%;
          line-height: 22px;
          letter-spacing: 0.03rem; } }
  section.our_team .team_contain {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding: 30px 0 0;
    gap: 24px; }
    @media screen and (max-width: 767px) {
      section.our_team .team_contain {
        padding: 20px 0 0;
        gap: 4%; } }
    section.our_team .team_contain .team_item {
      width: 15%;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 40px;
      cursor: pointer;
      transition: 0.3s ease all; }
      section.our_team .team_contain .team_item:hover {
        transform: scale(1.03); }
      @media screen and (max-width: 1280px) {
        section.our_team .team_contain .team_item {
          width: 30%; } }
      @media screen and (max-width: 767px) {
        section.our_team .team_contain .team_item {
          width: 48%;
          margin-bottom: 30px; } }
      section.our_team .team_contain .team_item img.team_img {
        width: 100%; }
        @media screen and (max-width: 767px) {
          section.our_team .team_contain .team_item img.team_img {
            width: 100%;
            min-width: 100%; } }
      section.our_team .team_contain .team_item h5 {
        font-size: 1rem;
        color: #0a0a0a;
        text-align: center;
        margin: 20px 0 15px; }
        @media screen and (max-width: 767px) {
          section.our_team .team_contain .team_item h5 {
            font-size: 1rem;
            margin: 15px 0 10px; } }
        section.our_team .team_contain .team_item h5 small {
          font-size: 0.75rem;
          color: #4a4a4a;
          display: block;
          font-weight: 400;
          margin-top: 5px;
          min-height: 47px;
          display: flex;
          padding: 5px 10px 0;
          line-height: 21px;
          display: flex;
          justify-content: center; }
          @media screen and (max-width: 767px) {
            section.our_team .team_contain .team_item h5 small {
              font-size: 0.75rem;
              justify-content: center;
              padding: 0 16px;
              line-height: 19px;
              min-height: 40px; } }
    section.our_team .team_contain .social_icon {
      display: flex;
      justify-content: center; }
      section.our_team .team_contain .social_icon a {
        text-decoration: none;
        margin: 0 5px; }

#videoModal .modal-content {
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #fff;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -ms-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px; }
  #videoModal .modal-content .modal-body {
    padding: 0; }
#videoModal .modal-dialog {
  max-width: 680px;
  margin: 11.75rem auto; }

.mobile_menu {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 90%;
  background: #0a0a0a url(../img/logo_watermarkmenu.svg);
  z-index: 91;
  background-repeat: no-repeat;
  display: none;
  left: -200%;
  transition: 0.3s ease all;
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 1280px) {
    .mobile_menu {
      display: block; } }
  .mobile_menu .cross_menu {
    position: absolute;
    left: 20px;
    top: 40px;
    width: 16px;
    cursor: pointer; }
  .mobile_menu .copy_rt {
    font-size: 0.75rem;
    color: #4a4a4a;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    border-top: 1px solid #4a4a4a;
    padding: 15px 0; }
  .mobile_menu nav {
    padding: 34px 40px 60px 60px !important; }
    @media screen and (max-height: 868px) {
      .mobile_menu nav {
        padding: 34px 40px 0px 60px !important;
        height: calc(100% - 49px);
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between; } }
    @media screen and (max-height: 868px) {
      .mobile_menu nav .menu_logo {
        margin: 0px; } }
  .mobile_menu ul {
    list-style-type: none;
    padding: 0;
    padding-top: 16px;
    overflow-y: auto; }
    .mobile_menu ul li {
      padding: 12px 0; }
      @media screen and (max-height: 868px) {
        .mobile_menu ul li {
          padding: 10px 0; } }
      .mobile_menu ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 0.88rem;
        display: flex;
        justify-content: start;
        align-items: flex-start; }
        .mobile_menu ul li a span {
          width: 32px;
          min-width: 32px;
          display: flex;
          justify-content: center;
          margin: 0;
          padding: 0;
          align-items: center;
          text-align: center;
          margin: 0;
          padding: 0;
          margin-right: 10px; }
        .mobile_menu ul li a img {
          position: relative;
          top: -1px; }

.mobile_menu.open {
  left: 0; }

a {
  text-decoration: none; }

.owl-carousel .owl-stage-outer {
  padding: 10px 0; }

.owl-item.active.center {
  transform: scale(1.3) !important; }

.owl-item {
  transform: scale(0.7);
  padding: 10px 0px;
  transition: all 0.5s; }

#fileText {
  font-size: 12px;
  color: green; }

#thankyouModal .modal-dialog {
  margin: 12rem auto;
  max-width: 680px; }
  @media screen and (max-width: 767px) {
    #thankyouModal .modal-dialog {
      max-width: 90%; } }
  #thankyouModal .modal-dialog .close_btn {
    position: absolute;
    max-width: 24px;
    right: 15px;
    top: 10px;
    cursor: pointer;
    z-index: 9; }
  #thankyouModal .modal-dialog .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #thankyouModal .modal-dialog .modal-body img {
      max-width: 200px;
      margin: 35px auto; }
      @media screen and (max-width: 767px) {
        #thankyouModal .modal-dialog .modal-body img {
          max-width: 100px;
          margin: 20px auto; } }
    #thankyouModal .modal-dialog .modal-body h2 {
      font-size: 2rem;
      font-family: "Crimson Pro", serif;
      color: #0a0a0a;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #thankyouModal .modal-dialog .modal-body h2 {
          font-size: 1.5rem; } }
      #thankyouModal .modal-dialog .modal-body h2 small {
        color: #4a4a4a;
        font-family: "Poppins", sans-serif;
        display: block;
        font-size: 1rem;
        font-weight: 300;
        padding: 10px 22%; }
        @media screen and (max-width: 767px) {
          #thankyouModal .modal-dialog .modal-body h2 small {
            font-size: 0.88rem;
            padding: 10px 15px; } }

.mobile_hidden {
  display: none; }
  @media screen and (max-width: 767px) {
    .mobile_hidden {
      display: block; } }

section.investors {
  padding: 70px 0 0; }
  @media screen and (max-width: 767px) {
    section.investors {
      padding: 30px 0 0; } }
  section.investors h5 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #0a0a0a;
    text-align: center;
    margin: 30px 0 0; }
  section.investors .investor_logo_container {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px; }
    @media screen and (max-width: 767px) {
      section.investors .investor_logo_container {
        flex-wrap: wrap;
        padding: 10px 10px 5px; } }
    section.investors .investor_logo_container .logo_item {
      max-width: 12%;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        section.investors .investor_logo_container .logo_item {
          max-width: 28%;
          max-height: 70px; } }
      section.investors .investor_logo_container .logo_item img {
        max-width: 100%;
        filter: grayscale(1); }
        @media screen and (max-width: 767px) {
          section.investors .investor_logo_container .logo_item img {
            filter: grayscale(0); } }
        section.investors .investor_logo_container .logo_item img:hover {
          filter: grayscale(0); }

.strauss {
  width: 170px !important; }

.mush {
  width: 120px !important; }

.tbc {
  width: 180px !important; }

.text_banner {
  background: #ffc803;
  padding: 32px;
  text-align: center;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .text_banner {
      padding: 16px 8px; } }
  .text_banner h4 {
    font-weight: 300;
    font-size: 24px;
    color: #000;
    line-height: 36px; }
    @media screen and (max-width: 767px) {
      .text_banner h4 {
        font-size: 10px;
        color: #000;
        line-height: 21px; } }
    .text_banner h4 strong {
      font-size: 28px;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .text_banner h4 strong {
          font-size: 18px; } }

.about_section strong {
  font-weight: 600; }
.about_section p {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 36px;
  font-family: "Poppins", sans-serif; }
  @media screen and (max-width: 767px) {
    .about_section p {
      font-size: 0.8rem;
      line-height: 21px; } }

.button_black {
  background: #0a0a0a;
  color: #fff;
  padding: 10px 30px;
  border: 0;
  border-radius: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  max-width: 200px;
  text-align: center; }
  .button_black:hover {
    color: #fff;
    opacity: 0.9; }

.card_section h3 {
  font-size: 3.5rem;
  text-align: center;
  margin: 20px 0;
  color: #0a0a0a;
  margin-bottom: 32px;
  font-family: "Crimson Pro", serif; }
  @media screen and (max-width: 767px) {
    .card_section h3 {
      font-size: 1.75rem; } }
@media screen and (max-width: 767px) {
  .card_section .row {
    padding: 0 !important; }
    .card_section .row h4 {
      font-size: 1.1rem; } }
.card_section p {
  color: #4a4a4a;
  font-family: "Poppins", sans-serif; }
  @media screen and (max-width: 767px) {
    .card_section p {
      font-size: 0.8rem;
      line-height: 21px; } }

.card_box {
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative; }
  .card_box a {
    color: #0a0a0a;
    font-weight: 400;
    text-decoration: underline; }

.card1 {
  background: #f2f2f2;
  background-position: 114% 130px;
  background-size: 130px; }
  @media screen and (max-width: 767px) {
    .card1 {
      background-position: 113% 98px; } }

.card2 {
  background: #f2f2f2;
  background-position: 105% 130px;
  background-size: 130px; }
  @media screen and (max-width: 767px) {
    .card2 {
      background-position: 114% 133%; } }

.cat_icon {
  position: absolute;
  right: 16px;
  bottom: 4px;
  max-width: 54px;
  max-height: 54px;
  object-fit: contain; }

.tech_section {
  background: #f2f2f2; }
  .tech_section .card_box {
    background: #fff;
    background-position: 108% 125px;
    min-height: 200px;
    background-size: 110px; }
    @media screen and (max-width: 767px) {
      .tech_section .card_box {
        background-position: 112% 162%;
        min-height: 155px; } }
  .tech_section .button_black {
    margin: 16px auto;
    display: block; }
  @media screen and (max-width: 767px) {
    .tech_section h3 {
      font-size: 2rem;
      margin-bottom: 1rem; } }
  .tech_section .sub_title {
    text-align: center;
    margin-bottom: 3rem;
    font-style: italic; }
    @media screen and (max-width: 767px) {
      .tech_section .sub_title {
        margin-bottom: 2rem;
        font-size: 0.75rem; } }

.about-page-container {
  padding: 40px 0px !important; }
  @media screen and (max-width: 767px) {
    .about-page-container {
      padding: 30px 0px !important; } }

.about-section-heading {
  margin: 0 !important;
  padding: 170px 0 70px !important; }
  @media screen and (max-width: 767px) {
    .about-section-heading {
      padding-top: 96px !important; } }

.container .header_gb .dropdown-hover {
  position: relative; }
.container .header_gb .dropdown-content {
  position: absolute; }
.container .header_gb .dropdown-hover:hover .dropdown-content {
  display: block; }

.corporate-citizen {
  margin-top: 40px; }

.about-us .history-card {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.our_team {
  padding: 40px 0px !important; }
  @media screen and (max-width: 767px) {
    .our_team {
      padding: 40px 0px !important; } }
  .our_team .text-center {
    text-align: center; }

.history-container {
  padding-bottom: 40px !important; }
  @media screen and (max-width: 767px) {
    .history-container {
      padding-bottom: 20px !important; } }

#category {
  height: 64px; }
  @media screen and (max-width: 767px) {
    #category {
      height: 0px; } }

.container .heading {
  color: #0a0a0a;
  font-family: "Crimson Pro", serif;
  font-size: 3.5rem; }
  @media screen and (max-width: 767px) {
    .container .heading {
      font-size: 2rem; } }
.container .about-us-section {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .container .about-us-section {
      flex-direction: column-reverse;
      gap: 20px; } }
  .container .about-us-section .content-section {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .container .about-us-section .content-section {
        width: 100%; } }
    .container .about-us-section .content-section p {
      color: #4a4a4a;
      font-size: 1.25rem;
      font-weight: 300;
      line-height: 36px;
      font-family: "Poppins", sans-serif; }
      @media screen and (max-width: 767px) {
        .container .about-us-section .content-section p {
          font-size: 0.8rem;
          line-height: 21px; } }
  .container .about-us-section .video-section {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .container .about-us-section .video-section {
        width: 100%; } }
    .container .about-us-section .video-section .video-container {
      max-width: 100%;
      display: flex;
      justify-content: flex-end; }
      .container .about-us-section .video-section .video-container img {
        max-width: 100%;
        margin-bottom: 32px; }
.container .history-card {
  border: 1px solid #cdcdcd;
  padding: 28px;
  border-radius: 24px;
  padding-bottom: 0px;
  margin: 36px 0px; }
  @media screen and (max-width: 767px) {
    .container .history-card {
      padding: 24px;
      border-radius: 16px; } }
  .container .history-card h5 {
    color: #0a0a0a;
    font-family: "Crimson Pro", serif;
    font-size: 3.5rem; }
    @media screen and (max-width: 767px) {
      .container .history-card h5 {
        font-size: 1.5rem; } }
  .container .history-card .history-card-container {
    display: flex;
    align-items: end; }
    @media screen and (max-width: 992px) {
      .container .history-card .history-card-container {
        flex-direction: column; } }
    .container .history-card .history-card-container .image-section {
      width: 50%; }
      .container .history-card .history-card-container .image-section img {
        width: 600px; }
        @media screen and (max-width: 992px) {
          .container .history-card .history-card-container .image-section img {
            max-width: 100%;
            width: unset;
            margin-bottom: 10px; } }
      @media screen and (max-width: 992px) {
        .container .history-card .history-card-container .image-section {
          width: 100%; } }
    .container .history-card .history-card-container .content-section {
      width: 50%;
      padding: 0; }
      @media screen and (max-width: 992px) {
        .container .history-card .history-card-container .content-section {
          width: 100%; } }
      .container .history-card .history-card-container .content-section p {
        color: #4a4a4a;
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 36px;
        font-family: "Poppins", sans-serif; }
        @media screen and (max-width: 767px) {
          .container .history-card .history-card-container .content-section p {
            font-size: 0.8rem;
            line-height: 21px; } }
.container .diverse-category .left-shift {
  margin-top: 48px; }
.container .diverse-category h5 {
  color: #0a0a0a;
  font-family: "Crimson Pro", serif;
  font-size: 2.8rem;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .container .diverse-category h5 {
      font-size: 1.5rem; } }
.container .diverse-category .right-shift {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px; }
  @media screen and (max-width: 767px) {
    .container .diverse-category .right-shift {
      margin-top: 16px; } }
.container .diverse-category .image-section {
  width: 30%;
  display: flex;
  justify-content: center; }
  .container .diverse-category .image-section img {
    height: 300px; }
  @media screen and (max-width: 767px) {
    .container .diverse-category .image-section {
      width: 0;
      display: none; } }
.container .diverse-category .content-section {
  width: 70%;
  padding: 24px; }
  @media screen and (max-width: 767px) {
    .container .diverse-category .content-section {
      border-bottom: 1px solid #f5f5f5;
      padding: 12px;
      width: 100%; } }
  .container .diverse-category .content-section .mobile-image-section {
    max-width: 100%;
    display: flex;
    justify-content: center;
    display: none; }
    .container .diverse-category .content-section .mobile-image-section img {
      height: 300px; }
    @media screen and (max-width: 767px) {
      .container .diverse-category .content-section .mobile-image-section {
        display: flex; } }
  .container .diverse-category .content-section h4 {
    color: #0a0a0a;
    font-size: 2rem;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .container .diverse-category .content-section h4 {
        font-size: 1.1rem;
        margin: 0; } }
  .container .diverse-category .content-section h5 {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 36px;
    font-family: "Poppins", sans-serif;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .container .diverse-category .content-section h5 {
        font-size: 0.8rem;
        line-height: unset; } }
@media screen and (max-width: 767px) {
  .container .ethics-compliance .product-heading-container .product-heading-image {
    width: 50%; } }
.container .ethics-compliance p {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 36px;
  font-family: "Poppins", sans-serif; }
  @media screen and (max-width: 767px) {
    .container .ethics-compliance p {
      font-size: 0.8rem;
      line-height: 21px; } }
.container .ethics-compliance .division-heading {
  display: flex;
  gap: 10%; }
  @media screen and (max-width: 767px) {
    .container .ethics-compliance .division-heading {
      flex-direction: column;
      gap: unset; } }
  .container .ethics-compliance .division-heading .section {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 36px; }
    @media screen and (max-width: 767px) {
      .container .ethics-compliance .division-heading .section {
        width: 100%;
        gap: unset; } }
    .container .ethics-compliance .division-heading .section .sub-section .section-heading {
      font-size: 1.8rem;
      margin-top: 1rem;
      margin-bottom: 1rem; }
      @media screen and (max-width: 767px) {
        .container .ethics-compliance .division-heading .section .sub-section .section-heading {
          font-size: 1rem;
          margin-top: 0px; } }
    .container .ethics-compliance .division-heading .section .sub-section p {
      font-size: 1.25rem;
      line-height: 36px; }
      .container .ethics-compliance .division-heading .section .sub-section p .pdf-image {
        width: 30px;
        margin-left: 8px; }
        @media screen and (max-width: 767px) {
          .container .ethics-compliance .division-heading .section .sub-section p .pdf-image {
            width: 20px; } }
      @media screen and (max-width: 767px) {
        .container .ethics-compliance .division-heading .section .sub-section p {
          font-size: 0.8rem;
          line-height: 21px; } }

.sub-para {
  font-size: 1.25rem !important;
  line-height: 36px !important; }
  @media screen and (max-width: 767px) {
    .sub-para {
      font-size: 0.8rem !important;
      line-height: 21px !important; } }

.margin-0 {
  margin: 0 !important; }

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

.grey-bg {
  background-color: #f5f5f5; }

.technology .container {
  padding-top: 160px; }
  @media screen and (max-width: 767px) {
    .technology .container {
      padding-top: 80px; } }
  .technology .container .technology-heading-image {
    display: flex;
    justify-content: center;
    max-width: 100%; }
    .technology .container .technology-heading-image img {
      max-width: 100%; }
  .technology .container p {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 36px;
    font-family: "Poppins", sans-serif; }
    @media screen and (max-width: 767px) {
      .technology .container p {
        font-size: 0.8rem;
        line-height: 21px; } }
  .technology .container .mobile-heading {
    display: none; }
    @media screen and (max-width: 992px) {
      .technology .container .mobile-heading {
        display: block; } }
  .technology .container .heading-image-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
    .technology .container .heading-image-container .desktop-heading {
      display: block; }
      @media screen and (max-width: 992px) {
        .technology .container .heading-image-container .desktop-heading {
          display: none; } }
    .technology .container .heading-image-container .desktop-container {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    @media screen and (max-width: 992px) {
      .technology .container .heading-image-container {
        flex-direction: column;
        gap: 30px; }
        .technology .container .heading-image-container .heading-image {
          width: 80%; } }
    @media screen and (max-width: 992px) {
      .technology .container .heading-image-container .heading-image {
        width: 50%; } }
    .technology .container .heading-image-container p {
      width: 100%; }

@media screen and (max-width: 767px) {
  .technology-type {
    padding: 0px 12px; } }
.technology-type .technology-container {
  padding: 60px 0px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .technology-type .technology-container {
      padding: 30px 0px;
      border-bottom: 1px solid rgba(73, 73, 73, 0.1); } }
  .technology-type .technology-container .heading {
    font-size: 3rem; }
    @media screen and (max-width: 767px) {
      .technology-type .technology-container .heading {
        font-size: 1.5rem;
        margin-bottom: 0px !important; } }
  .technology-type .technology-container .sub-heading {
    font-size: 20px !important;
    color: #777777 !important;
    font-weight: 300 !important; }
    @media screen and (max-width: 767px) {
      .technology-type .technology-container .sub-heading {
        font-size: 14px !important; } }
  .technology-type .technology-container .image-section {
    width: 50%;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .technology-type .technology-container .image-section {
        width: 0;
        display: none; } }
    .technology-type .technology-container .image-section img {
      max-width: 100%; }
  .technology-type .technology-container .content-section {
    width: 50%;
    position: relative; }
    .technology-type .technology-container .content-section .index-image {
      position: absolute;
      top: -62px;
      left: 0px;
      z-index: -1;
      height: 113px;
      width: 127px; }
      @media screen and (max-width: 767px) {
        .technology-type .technology-container .content-section .index-image {
          top: -35px;
          height: 60px;
          width: 60px; } }
    @media screen and (max-width: 767px) {
      .technology-type .technology-container .content-section {
        width: 100%; } }
    .technology-type .technology-container .content-section .content-section-image {
      display: none; }
      @media screen and (max-width: 767px) {
        .technology-type .technology-container .content-section .content-section-image {
          display: flex;
          justify-content: center; }
          .technology-type .technology-container .content-section .content-section-image img {
            width: 240px; } }
    .technology-type .technology-container .content-section p {
      color: #4a4a4a;
      font-size: 1.25rem;
      font-weight: 300;
      line-height: 36px;
      font-family: "Poppins", sans-serif; }
      @media screen and (max-width: 767px) {
        .technology-type .technology-container .content-section p {
          font-size: 0.8rem;
          line-height: 21px; } }
    .technology-type .technology-container .content-section ul li {
      margin-bottom: 12px; }
      .technology-type .technology-container .content-section ul li p {
        margin-bottom: 0px; }
      @media screen and (max-width: 767px) {
        .technology-type .technology-container .content-section ul li {
          margin-bottom: 4px; } }

.dropdown .dropdown-toggle:hover {
  color: black; }
.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  min-width: max-content;
  padding: 12px; }
  .dropdown .dropdown-menu .color-black {
    color: #212529;
    height: 36px;
    display: flex;
    align-items: center; }
    .dropdown .dropdown-menu .color-black :hover {
      text-decoration: underline; }
  .dropdown .dropdown-menu p {
    margin: 0; }
  .dropdown .dropdown-menu ul {
    flex-direction: column; }
    .dropdown .dropdown-menu ul :hover {
      color: black;
      /* text-decoration: underline; */ }
    .dropdown .dropdown-menu ul li {
      margin: 0 !important;
      height: 40px; }

.dropdown:hover .dropdown-menu {
  display: block; }

.sub-section-sidenav {
  padding-top: 13px;
  padding-left: 15px; }

.bg-white {
  background: #fff !important; }

.bg-gray {
  background: #f2f2f2; }

.corporate-citizenship-container {
  padding-top: 180px !important; }
  .corporate-citizenship-container .mobile-heading {
    display: none; }
    @media screen and (max-width: 1280px) {
      .corporate-citizenship-container .mobile-heading {
        display: block; } }
  .corporate-citizenship-container .heading-image-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
    .corporate-citizenship-container .heading-image-container .desktop-heading {
      display: block; }
      @media screen and (max-width: 1280px) {
        .corporate-citizenship-container .heading-image-container .desktop-heading {
          display: none; } }
    .corporate-citizenship-container .heading-image-container .desktop-container {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    @media screen and (max-width: 1280px) {
      .corporate-citizenship-container .heading-image-container {
        flex-direction: column;
        gap: 30px; } }
    .corporate-citizenship-container .heading-image-container p {
      width: 100%; }
  @media screen and (max-width: 1280px) {
    .corporate-citizenship-container {
      padding-top: 100px !important; }
      .corporate-citizenship-container .heading-image {
        width: 80%; } }

.brands-section p {
  color: #4a4a4a;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  line-height: 36px;
  font-family: "Poppins", sans-serif; }
.brands-section .brand-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }
  .brands-section .brand-container div {
    display: flex;
    justify-content: center;
    height: 150px; }
    .brands-section .brand-container div img {
      width: 150px;
      object-fit: contain; }
  @media screen and (max-width: 767px) {
    .brands-section .brand-container {
      grid-template-columns: repeat(2, 1fr); } }

.executive_committee .team_contain {
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center !important; }
  .executive_committee .team_contain .team_item {
    min-width: 190px; }

.footer_menu_contain {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .footer_menu_contain .logo_footer {
    max-width: 180px; }
    .footer_menu_contain .logo_footer img {
      width: 100%; }
  @media screen and (max-width: 767px) {
    .footer_menu_contain {
      flex-direction: column; }
      .footer_menu_contain .logo_footer {
        max-width: 220px;
        margin-bottom: 16px; }
        .footer_menu_contain .logo_footer img {
          width: 100%; } }

/*# sourceMappingURL=custom.css.map */
