| .nav_element-container { |
| display: flex; |
| position: relative; |
| } |
| .nav_element-text { |
| font-style: normal; |
| transition: 0.3s; |
| font-weight: 500; |
| margin-left: 72px; |
| } |
| |
| |
| .button-container { |
| display: flex; |
| position: relative; |
| align-items: flex-start; |
| flex-direction: column; |
| } |
| .button-text { |
| color: var(--dl-color-gray-white); |
| cursor: pointer; |
| align-self: center; |
| margin-top: var(--dl-space-space-halfunit); |
| transition: 0.3s; |
| margin-left: var(--dl-space-space-halfunit); |
| padding-top: var(--dl-space-space-halfunit); |
| margin-right: var(--dl-space-space-halfunit); |
| padding-left: var(--dl-space-space-oneandhalfunits); |
| border-radius: var(--dl-radius-radius-radius8); |
| margin-bottom: var(--dl-space-space-halfunit); |
| padding-right: var(--dl-space-space-oneandhalfunits); |
| padding-bottom: var(--dl-space-space-halfunit); |
| background-color: var(--dl-color-primary-300); |
| } |
| .button-text:hover { |
| color: var(--dl-color-primary-300); |
| background-color: var(--dl-color-gray-white); |
| } |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| .navbar_team-image { |
| width: 60px; |
| height: 60px; |
| } |
| .navbar_team-container { |
| flex: 0 0 auto; |
| width: auto; |
| height: auto; |
| display: flex; |
| align-items: space-between; |
| margin-right: var(--dl-space-space-oneandhalfunits); |
| flex-direction: column; |
| } |
| .navbar_team-nav-elements-desktop { |
| flex: 0 0 auto; |
| display: flex; |
| align-self: center; |
| align-items: center; |
| margin-left: 0px; |
| flex-direction: row; |
| } |
| .navbar_team-navlink { |
| display: contents; |
| } |
| .navbar_team-component { |
| text-decoration: none; |
| } |
| .navbar_team-navlink1 { |
| display: contents; |
| } |
| .navbar_team-component1 { |
| text-decoration: none; |
| } |
| .navbar_team-link { |
| display: contents; |
| } |
| .navbar_team-component2 { |
| text-decoration: none; |
| } |
| .navbar_team-link1 { |
| display: contents; |
| } |
| .navbar_team-component3 { |
| text-decoration: none; |
| } |
| .navbar_team-btn-group { |
| display: flex; |
| align-items: center; |
| flex-direction: row; |
| justify-content: space-between; |
| text-decoration: none; |
| } |
| .navbar_team-component4 { |
| text-decoration: none; |
| } |
| .navbar_team-burger-menu { |
| display: none; |
| } |
| .navbar_team-icon { |
| width: var(--dl-size-size-xsmall); |
| height: var(--dl-size-size-xsmall); |
| display: none; |
| transition: 0.3s; |
| } |
| |
| .navbar_team-nav-elements-mobile { |
| flex: 0 0 auto; |
| display: none; |
| position: absolute; |
| align-self: center; |
| align-items: center; |
| margin-left: 0px; |
| flex-direction: column; |
| } |
| .navbar_team-navlink2 { |
| font-style: normal; |
| transition: 0.3s; |
| } |
| |
| .navbar_team-navlink2:active { |
| color: var(--dl-color-primary-300); |
| } |
| .navbar_team-link3 { |
| font-style: normal; |
| transition: 0.3s; |
| } |
| |
| .navbar_team-link3:active { |
| color: var(--dl-color-primary-300); |
| } |
| .navbar_team-navlink3 { |
| font-style: normal; |
| transition: 0.3s; |
| text-decoration: none; |
| } |
| |
| .navbar_team-navlink3:active { |
| color: var(--dl-color-primary-300); |
| } |
| .navbar_team-text { |
| font-style: normal; |
| transition: 0.3s; |
| } |
| |
| .navbar_team-text:active { |
| color: var(--dl-color-primary-300); |
| } |
| .navbar_team-text1 { |
| font-style: normal; |
| transition: 0.3s; |
| } |
| |
| .navbar_team-text1:active { |
| color: var(--dl-color-primary-300); |
| } |
| .navbar_team-btn-group1 { |
| display: flex; |
| align-items: center; |
| flex-direction: row; |
| justify-content: space-between; |
| text-decoration: none; |
| } |
| .navbar_team-component5 { |
| text-decoration: none; |
| } |
| .navbar_team-container1 { |
| top: 32px; |
| width: 24px; |
| height: 24px; |
| position: absolute; |
| } |
| .navbar_team-icon2 { |
| width: 24px; |
| height: 24px; |
| } |
| |
| @media(max-width: 991px) { |
| .navbar_team-nav-elements-desktop { |
| display: none; |
| } |
| .navbar_team-btn-group { |
| display: none; |
| } |
| .navbar_team-burger-menu { |
| display: flex; |
| } |
| .navbar_team-icon { |
| fill: #D9D9D9; |
| width: var(--dl-size-size-small); |
| height: var(--dl-size-size-small); |
| display: flex; |
| } |
| .navbar_team-nav-elements-mobile { |
| top: 0px; |
| left: 0px; |
| right: 0px; |
| display: flex; |
| align-items: flex-start; |
| margin-left: 0px; |
| padding-top: var(--dl-space-space-twounits); |
| padding-left: var(--dl-space-space-twounits); |
| padding-right: var(--dl-space-space-twounits); |
| padding-bottom: var(--dl-space-space-twounits); |
| background-color: var(--dl-color-gray-black); |
| } |
| .navbar_team-btn-group1 { |
| display: none; |
| } |
| .navbar_team-container1 { |
| right: 32px; |
| } |
| } |
| @media(max-width: 767px) { |
| .navbar_team-icon { |
| fill: var(--dl-color-gray-900); |
| width: var(--dl-size-size-small); |
| height: var(--dl-size-size-small); |
| } |
| } |
| @media(max-width: 479px) { |
| .navbar_team-image { |
| width: auto; |
| height: auto; |
| } |
| .navbar_team-burger-menu { |
| display: flex; |
| } |
| .navbar_team-icon { |
| fill: var(--dl-color-gray-900); |
| width: 32px; |
| height: 32px; |
| } |
| .navbar_team-nav-elements-mobile { |
| height: 100vh; |
| flex-direction: column; |
| justify-content: center; |
| background-color: var(--dl-color-gray-white); |
| } |
| .navbar_team-navlink2 { |
| color: var(--dl-color-primary-100); |
| margin-top: var(--dl-space-space-unit); |
| text-align: left; |
| margin-bottom: var(--dl-space-space-unit); |
| } |
| .navbar_team-link3 { |
| color: var(--dl-color-primary-100); |
| margin-top: var(--dl-space-space-unit); |
| text-align: left; |
| margin-bottom: var(--dl-space-space-unit); |
| } |
| .navbar_team-navlink3 { |
| color: var(--dl-color-primary-100); |
| margin-top: var(--dl-space-space-unit); |
| text-align: left; |
| margin-bottom: var(--dl-space-space-unit); |
| } |
| .navbar_team-text { |
| color: var(--dl-color-primary-100); |
| margin-top: var(--dl-space-space-unit); |
| text-align: left; |
| margin-bottom: var(--dl-space-space-unit); |
| } |
| .navbar_team-text1 { |
| color: var(--dl-color-primary-100); |
| margin-top: var(--dl-space-space-unit); |
| text-align: left; |
| margin-bottom: var(--dl-space-space-unit); |
| } |
| .navbar_team-btn-group1 { |
| display: flex; |
| margin-top: var(--dl-space-space-halfunit); |
| margin-bottom: var(--dl-space-space-halfunit); |
| } |
| .navbar_team-icon2 { |
| fill: var(--dl-color-primary-100); |
| } |
| } |
| |
| .member-container { |
| cursor: pointer; |
| display: flex; |
| position: relative; |
| align-items: flex-start; |
| justify-content: center; |
| } |
| .member-container1 { |
| flex: 0 0 auto; |
| width: 240px; |
| height: 280px; |
| margin: var(--dl-space-space-halfunit); |
| display: flex; |
| padding: var(--dl-space-space-unit); |
| transition: 0.3s; |
| align-items: center; |
| border-radius: var(--dl-radius-radius-radius8); |
| flex-direction: column; |
| justify-content: center; |
| background-color: #121212; |
| } |
| .member-container1:hover { |
| box-shadow: 0px 2px 32px 24px #000000; |
| background-color: #181818; |
| } |
| .member-image { |
| width: 104px; |
| height: 104px; |
| min-width: var(--dl-size-size-small); |
| min-height: var(--dl-size-size-small); |
| object-fit: cover; |
| border-radius: var(--dl-radius-radius-round); |
| } |
| .member-text { |
| color: var(--dl-color-primary-300); |
| margin-top: var(--dl-space-space-unit); |
| } |
| .member-text1 { |
| color: var(--dl-color-gray-900); |
| align-self: center; |
| margin-top: var(--dl-space-space-halfunit); |
| text-align: center; |
| margin-bottom: var(--dl-space-space-halfunit); |
| } |
| .member-text2 { |
| color: var(--dl-color-gray-500); |
| width: 250px; |
| display: none; |
| text-align: center; |
| } |
| .member-icons { |
| flex: 0 0 auto; |
| display: flex; |
| flex-wrap: wrap; |
| margin-top: var(--dl-space-space-halfunit); |
| align-items: center; |
| margin-bottom: var(--dl-space-space-halfunit); |
| justify-content: center; |
| } |
| .member-icon { |
| fill: #D9D9D9; |
| width: 20px; |
| transition: 0.3s; |
| } |
| .member-icon:hover { |
| fill: var(--dl-color-primary-500); |
| } |
| .member-icon2 { |
| fill: #D9D9D9; |
| width: 20px; |
| transition: 0.3s; |
| margin-left: var(--dl-space-space-unit); |
| margin-right: var(--dl-space-space-unit); |
| } |
| .member-icon2:hover { |
| fill: var(--dl-color-primary-500); |
| } |
| .member-icon4 { |
| fill: #D9D9D9; |
| width: 20px; |
| transition: 0.3s; |
| } |
| .member-icon4:hover { |
| fill: var(--dl-color-primary-500); |
| } |
| |
| |
| |
| |
| |
| .rootClassName5 { |
| align-self: center; |
| } |
| |
| |
| |
| |
| |
| |
| |
| |
| @media(max-width: 479px) { |
| .member-container { |
| width: auto; |
| } |
| .member-container1 { |
| width: auto; |
| height: auto; |
| margin: 0px; |
| padding-top: var(--dl-space-space-unit); |
| padding-left: 24px; |
| padding-right: 24px; |
| padding-bottom: var(--dl-space-space-unit); |
| } |
| .member-image { |
| width: var(--dl-size-size-medium); |
| height: var(--dl-size-size-medium); |
| min-width: var(--dl-size-size-small); |
| min-height: var(--dl-size-size-small); |
| } |
| .member-text1 { |
| width: var(--dl-size-size-medium); |
| } |
| .member-icon { |
| width: var(--dl-size-size-xsmall); |
| } |
| .member-icon2 { |
| width: var(--dl-size-size-xsmall); |
| } |
| .member-icon4 { |
| width: var(--dl-size-size-xsmall); |
| } |
| } |
| |
| .footer-footer { |
| width: 100%; |
| display: flex; |
| max-width: 100%; |
| align-items: center; |
| padding-top: var(--dl-space-space-twounits); |
| padding-left: var(--dl-space-space-fourunits); |
| padding-right: var(--dl-space-space-fourunits); |
| flex-direction: column; |
| padding-bottom: var(--dl-space-space-twounits); |
| justify-content: space-between; |
| background-image: linear-gradient(180deg, rgb(18, 18, 18) 0.00%,rgb(35, 55, 74) 97.00%); |
| } |
| .footer-container { |
| width: 100%; |
| display: flex; |
| align-items: flex-start; |
| flex-direction: row; |
| justify-content: space-between; |
| } |
| .footer-logo { |
| display: flex; |
| max-width: var(--dl-size-size-maxwidth); |
| align-self: flex-start; |
| align-items: flex-start; |
| margin-right: 56px; |
| flex-direction: column; |
| justify-content: center; |
| } |
| .footer-logo1 { |
| display: flex; |
| align-items: center; |
| flex-direction: column; |
| } |
| .footer-image { |
| width: var(--dl-size-size-medium); |
| height: 64px; |
| } |
| .footer-text { |
| color: var(--dl-color-primary-500); |
| margin-top: var(--dl-space-space-halfunit); |
| margin-bottom: var(--dl-space-space-halfunit); |
| } |
| .footer-text02 { |
| color: var(--dl-color-gray-900); |
| width: 224px; |
| margin-top: var(--dl-space-space-unit); |
| line-height: 1.32; |
| } |
| .footer-links-container { |
| display: flex; |
| align-items: flex-start; |
| flex-direction: row; |
| justify-content: space-between; |
| } |
| .footer-container1 { |
| display: flex; |
| align-items: flex-start; |
| margin-right: var(--dl-space-space-fourunits); |
| flex-direction: row; |
| justify-content: space-between; |
| } |
| .footer-community-container { |
| flex: 0 0 auto; |
| display: flex; |
| align-items: flex-start; |
| margin-right: var(--dl-space-space-fourunits); |
| flex-direction: column; |
| justify-content: flex-start; |
| } |
| .footer-text05 { |
| color: var(--dl-color-primary-700); |
| font-weight: 700; |
| margin-bottom: var(--dl-space-space-oneandhalfunits); |
| } |
| .footer-link { |
| text-decoration: none; |
| } |
| .footer-link01 { |
| text-decoration: none; |
| } |
| .footer-link02 { |
| text-decoration: none; |
| } |
| .footer-sources-container { |
| flex: 0 0 auto; |
| display: flex; |
| align-items: flex-start; |
| flex-direction: column; |
| justify-content: flex-start; |
| } |
| .footer-text08 { |
| color: var(--dl-color-primary-700); |
| font-weight: 700; |
| margin-bottom: var(--dl-space-space-oneandhalfunits); |
| } |
| .footer-link03 { |
| text-decoration: none; |
| } |
| .footer-link04 { |
| text-decoration: none; |
| } |
| .footer-link05 { |
| text-decoration: none; |
| } |
| .footer-link06 { |
| text-decoration: none; |
| } |
| .footer-link07 { |
| text-decoration: none; |
| } |
| .footer-container2 { |
| display: flex; |
| align-items: flex-start; |
| flex-direction: column; |
| justify-content: flex-start; |
| } |
| .footer-contact { |
| display: flex; |
| align-items: flex-start; |
| margin-bottom: 40px; |
| flex-direction: column; |
| justify-content: flex-start; |
| } |
| .footer-text12 { |
| color: var(--dl-color-primary-700); |
| margin-bottom: var(--dl-space-space-oneandhalfunits); |
| } |
| .footer-link08 { |
| text-decoration: none; |
| } |
| .footer-link09 { |
| text-decoration: none; |
| } |
| .footer-link10 { |
| text-decoration: none; |
| } |
| .footer-socials { |
| display: flex; |
| align-items: flex-start; |
| flex-direction: column; |
| justify-content: flex-start; |
| } |
| .footer-text13 { |
| color: var(--dl-color-primary-700); |
| margin-bottom: var(--dl-space-space-unit); |
| } |
| .footer-icon-group { |
| display: flex; |
| align-items: center; |
| flex-direction: row; |
| justify-content: space-between; |
| } |
| .footer-link11 { |
| display: contents; |
| } |
| .footer-link12 { |
| display: contents; |
| } |
| .footer-icon02 { |
| text-decoration: none; |
| } |
| .footer-link13 { |
| display: contents; |
| } |
| .footer-icon04 { |
| text-decoration: none; |
| } |
| .footer-link14 { |
| display: contents; |
| } |
| .footer-icon06 { |
| fill: #D9D9D9; |
| text-decoration: none; |
| } |
| .footer-link15 { |
| display: contents; |
| } |
| .footer-icon08 { |
| text-decoration: none; |
| } |
| .footer-link16 { |
| display: contents; |
| } |
| .footer-separator { |
| width: 100%; |
| height: 1px; |
| margin-top: var(--dl-space-space-twounits); |
| margin-bottom: var(--dl-space-space-twounits); |
| background-color: var(--dl-color-primary-700); |
| } |
| |
| .rootClassName1 { |
| margin-top: var(--dl-space-space-oneandhalfunits); |
| background-image: linear-gradient(180deg, rgb(18, 18, 18) 0.00%,rgb(16, 44, 70) 97.00%); |
| } |
| @media(max-width: 991px) { |
| .footer-footer { |
| flex-direction: column; |
| } |
| .footer-links-container { |
| align-items: flex-start; |
| flex-direction: column; |
| } |
| .footer-container1 { |
| margin-right: var(--dl-space-space-fourunits); |
| } |
| .footer-community-container { |
| margin-right: var(--dl-space-space-fourunits); |
| } |
| } |
| @media(max-width: 767px) { |
| .footer-footer { |
| padding-left: var(--dl-space-space-twounits); |
| padding-right: var(--dl-space-space-twounits); |
| } |
| .footer-container { |
| align-items: center; |
| flex-direction: column; |
| justify-content: space-between; |
| } |
| .footer-logo { |
| align-items: center; |
| } |
| .footer-image { |
| margin-bottom: var(--dl-space-space-oneandhalfunits); |
| } |
| .footer-text02 { |
| margin-top: var(--dl-space-space-twounits); |
| text-align: center; |
| margin-bottom: var(--dl-space-space-twounits); |
| } |
| .footer-links-container { |
| width: 100%; |
| align-items: flex-start; |
| flex-direction: row; |
| justify-content: center; |
| } |
| .footer-container1 { |
| margin-right: var(--dl-space-space-fourunits); |
| } |
| .footer-community-container { |
| margin-right: var(--dl-space-space-fourunits); |
| } |
| .rootClassName { |
| width: 100%; |
| } |
| } |
| @media(max-width: 479px) { |
| .footer-footer { |
| padding: var(--dl-space-space-unit); |
| } |
| .footer-container { |
| padding: var(--dl-space-space-twounits); |
| align-self: center; |
| align-items: center; |
| flex-direction: column; |
| } |
| .footer-logo { |
| align-self: center; |
| align-items: center; |
| margin-right: 0px; |
| justify-content: center; |
| } |
| .footer-image { |
| margin-bottom: 0px; |
| } |
| .footer-text02 { |
| width: var(--dl-size-size-xxlarge); |
| align-self: center; |
| margin-top: var(--dl-space-space-unit); |
| text-align: center; |
| margin-bottom: var(--dl-space-space-unit); |
| } |
| .footer-links-container { |
| align-self: flex-start; |
| flex-direction: column; |
| } |
| .footer-container1 { |
| margin: var(--dl-space-space-unit); |
| flex-direction: column; |
| } |
| .footer-sources-container { |
| margin-top: var(--dl-space-space-twounits); |
| } |
| .footer-container2 { |
| margin: var(--dl-space-space-unit); |
| } |
| .footer-contact { |
| align-items: flex-start; |
| margin-bottom: var(--dl-space-space-unit); |
| } |
| .footer-socials { |
| margin-top: var(--dl-space-space-oneandhalfunits); |
| } |
| .footer-icon02 { |
| fill: var(--dl-color-gray-white); |
| } |
| .footer-icon04 { |
| fill: var(--dl-color-gray-white); |
| } |
| .footer-icon06 { |
| fill: var(--dl-color-gray-white); |
| } |
| .footer-icon08 { |
| fill: var(--dl-color-gray-white); |
| } |
| .footer-icon10 { |
| fill: var(--dl-color-gray-white); |
| } |
| .footer-separator { |
| margin-top: 0px; |
| margin-bottom: 0px; |
| background-color: var(--dl-color-primary-700); |
| } |
| .rootClassName { |
| width: 100%; |
| } |
| } |
| |
| .team-container { |
| height: auto; |
| display: flex; |
| min-height: 100vh; |
| align-items: center; |
| flex-direction: column; |
| justify-content: flex-start; |
| background-color: #121212; |
| } |
| .team-herosection { |
| flex: 0 0 auto; |
| height: auto; |
| display: flex; |
| align-self: center; |
| margin-top: 120px; |
| align-items: flex-start; |
| margin-left: var(--dl-space-space-oneandhalfunits); |
| padding-top: var(--dl-space-space-unit); |
| margin-right: var(--dl-space-space-oneandhalfunits); |
| padding-left: var(--dl-space-space-oneandhalfunits); |
| border-radius: var(--dl-radius-radius-radius8); |
| margin-bottom: var(--dl-space-space-oneandhalfunits); |
| padding-right: var(--dl-space-space-oneandhalfunits); |
| padding-bottom: var(--dl-space-space-unit); |
| justify-content: center; |
| } |
| .team-container01 { |
| height: 482px; |
| display: flex; |
| align-self: stretch; |
| align-items: flex-start; |
| margin-right: var(--dl-space-space-oneandhalfunits); |
| flex-direction: column; |
| justify-content: space-between; |
| } |
| .team-text { |
| color: var(--dl-color-gray-white); |
| font-size: 56px; |
| align-self: flex-start; |
| font-style: normal; |
| margin-top: var(--dl-space-space-threeunits); |
| font-weight: 500; |
| margin-left: var(--dl-space-space-threeunits); |
| } |
| .team-text04 { |
| color: #FF7437; |
| } |
| .team-text06 { |
| color: #FF7437; |
| } |
| .team-text07 { |
| color: var(--dl-color-gray-900); |
| width: 250px; |
| max-width: 260px; |
| min-width: 250px; |
| align-self: flex-start; |
| text-align: left; |
| margin-left: var(--dl-space-space-threeunits); |
| margin-right: 0px; |
| margin-bottom: var(--dl-space-space-fiveunits); |
| } |
| .team-image { |
| width: 600px; |
| align-self: flex-start; |
| object-fit: cover; |
| margin-left: var(--dl-space-space-oneandhalfunits); |
| } |
| .team-scroll-down { |
| flex: 0 0 auto; |
| width: auto; |
| height: auto; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| } |
| .team-icon { |
| fill: var(--dl-color-gray-900); |
| width: 24px; |
| height: 24px; |
| } |
| .team-container02 { |
| display: flex; |
| align-items: flex-end; |
| flex-direction: row; |
| justify-content: flex-start; |
| } |
| .team-text08 { |
| color: var(--dl-color-gray-900); |
| padding-left: var(--dl-space-space-unit); |
| } |
| .team-coremembers { |
| margin: var(--dl-space-space-threeunits); |
| display: flex; |
| align-self: center; |
| align-items: center; |
| flex-direction: column; |
| justify-content: center; |
| } |
| .team-text12 { |
| color: var(--dl-color-primary-500); |
| align-self: flex-start; |
| margin-top: var(--dl-space-space-threeunits); |
| text-align: center; |
| margin-left: var(--dl-space-space-sixunits); |
| margin-right: var(--dl-space-space-threeunits); |
| margin-bottom: var(--dl-space-space-threeunits); |
| letter-spacing: 1px; |
| } |
| .team-container03 { |
| display: flex; |
| align-items: center; |
| flex-direction: row; |
| justify-content: center; |
| } |
| .team-container04 { |
| display: flex; |
| align-items: center; |
| flex-direction: row; |
| justify-content: center; |
| } |
| .team-container05 { |
| display: flex; |
| align-items: center; |
| flex-direction: row; |
| justify-content: center; |
| } |
| .team-container06 { |
| display: flex; |
| align-items: center; |
| flex-direction: row; |
| justify-content: center; |
| } |
| .team-container07 { |
| display: flex; |
| align-items: center; |
| flex-direction: row; |
| justify-content: center; |
| } |
| .team-container08 { |
| display: flex; |
| align-items: center; |
| flex-direction: row; |
| justify-content: center; |
| } |
| .team-container09 { |
| display: flex; |
| align-self: center; |
| align-items: center; |
| flex-direction: row; |
| justify-content: center; |
| } |
| .team-container10 { |
| display: flex; |
| align-items: center; |
| flex-direction: row; |
| justify-content: center; |
| } |
| .team-container11 { |
| display: flex; |
| align-items: center; |
| flex-direction: row; |
| justify-content: center; |
| } |
| .team-container12 { |
| display: flex; |
| align-items: center; |
| flex-direction: row; |
| justify-content: center; |
| } |
| @media(max-width: 991px) { |
| .team-herosection { |
| width: 100%; |
| } |
| .team-coremembers { |
| width: 100%; |
| margin: 0px; |
| } |
| } |
| @media(max-width: 767px) { |
| .team-herosection { |
| width: auto; |
| } |
| .team-image { |
| width: 300px; |
| } |
| .team-coremembers { |
| width: auto; |
| align-self: center; |
| align-items: center; |
| } |
| .team-container03 { |
| flex-direction: column; |
| } |
| .team-container06 { |
| flex-direction: column; |
| } |
| .team-container09 { |
| flex-direction: column; |
| } |
| .team-container12 { |
| flex-direction: row; |
| } |
| } |
| @media(max-width: 479px) { |
| .team-herosection { |
| width: auto; |
| } |
| .team-image { |
| display: none; |
| } |
| .team-coremembers { |
| width: auto; |
| margin: 0px; |
| } |
| .team-container03 { |
| width: auto; |
| flex-direction: column; |
| } |
| .team-container06 { |
| width: auto; |
| flex-direction: column; |
| } |
| .team-container09 { |
| width: auto; |
| flex-direction: column; |
| } |
| .team-container12 { |
| width: auto; |
| } |
| } |