html {
  scroll-padding-top: 99px;
}

body {
  padding-top: 99px;
  font-family: Arial;
  cursor: url('https://static.igem.wiki/teams/5742/images/cursor.webp'), default;
}

.left-aligned {
  margin-left: auto;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-hero {
  background-color: #45b06cff;
}

/* CALLOUT */
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: .25rem;
  border-radius: .25rem
}

.bd-callout h4 {
  margin-bottom: 1.25rem
}

.bd-callout p:last-child {
  margin-bottom: 0
}

.bd-callout code {
  border-radius: .25rem
}

.bd-callout+.bd-callout {
  margin-top: -.25rem
}

.bd-callout-info {
  border-left-color: #5bc0de
}

.bd-callout-warning {
  border-left-color: #f0ad4e
}

.bd-callout-danger {
  border-left-color: #d9534f
}

/* menu */
.custom-nav {
  height: 99px;
  background-image: linear-gradient(90deg, #FFA400, #FF7500);
  box-shadow: 0 0px 3px #eeea;
}

.custom-nav-container {
  margin-left: 135px;
  margin-right: 135px;
  max-width: unset;
}

.custom-nav-logo {
  width: 68px;
  height: 68px;
}

.custom-nav-link {
  margin-left: 20px;
  color: #FFFFFF;
  font-size: 24px;
}

.custom-nav-link::after {
  display: none;
}

.custom-dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 2px;
  top: 72px !important;
  background-color: #FFA400;
}

.custom-dropdown-item {
  min-width: 163px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
}

.custom-dropdown-item:hover {
  background-color: #FF7500;
  color: #FFFFFF;
}

/* layout */
.custom-container {
  max-width: unset;
  padding: 0;
}

/* footer */
footer a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

footer a:hover {
  color: white;
  text-decoration: underline;
}

.custom-footer {
  background-image: linear-gradient(90deg, #FFA400, #FF7500);
}

/* home */
.custom-home-header {
  height: 983px;
  background-image: url('https://static.igem.wiki/teams/5742/images/home-header-background.webp');
  background-position-y: -10px;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-home-header-text {
  max-width: 1170px;
  padding-top: 350px;
  margin: auto;
  font-family: Arial;
  font-weight: 900;
  font-size: 60px;
  color: #FAFCFC;
  line-height: 90px;
  text-align: center;
}

.custom-home-background {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 118px;
}

.custom-home-background-left {
  width: 625px;
  margin-right: 22px;
}

.custom-home-background-title {
  width: 365px;
  height: 76px;
  border-radius: 33px;
  margin-top: 77px;
  margin-bottom: 68px;
  box-shadow: 0 4px 7px #FF750070;
  font-family: Arial;
  font-weight: 900;
  font-size: 45px;
  background: #FF7500;
  color: #FFFFFF;
  line-height: 76px;
  text-align: center;
}

.custom-home-background-text {
  padding-left: 15px;
  padding-right: 23px;
  margin-bottom: 78px;
  font-family: Arial;
  font-weight: 400;
  font-size: 32px;
  color: #7E7C7C;
  line-height: 51px;
}

.custom-home-background-right {
  width: 780px;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
}

.custom-home-image {
  width: 233px;
  height: 236px;
  margin-right: 27px;
  margin-bottom: 20px;
  border-radius: 40px;
}

.custom-home-image-glass {
  margin-left: auto;
  background-image: url('https://static.igem.wiki/teams/5742/images/glass.webp');
  background-position: center;
  margin-right: 0px;
}

.custom-home-image-vegetable {
  background-image: url('https://static.igem.wiki/teams/5742/images/vegetable.webp');
  background-position: -20px 0;
}

.custom-home-image-grape {
  background-image: url('https://static.igem.wiki/teams/5742/images/grape.webp');
  background-position: -50px 0;
}

.custom-home-image-banana {
  background-image: url('https://static.igem.wiki/teams/5742/images/banana.webp');
  background-position: -60px 0;
}

.custom-home-image-logo {
  background: #CACDD2;
  background-image: url('https://static.igem.wiki/teams/5742/images/team-logo.webp');
  background-size: cover;
}

.custom-home-image-cauliflower {
  background-image: url('https://static.igem.wiki/teams/5742/images/cauliflower.webp');
  background-position: -70px 0;
}

.custom-home-image-bread {
  background-image: url('https://static.igem.wiki/teams/5742/images/bread.webp');
  background-position: -70px 0;
}

.custom-home-natural {
  min-height: 644px;
  padding-top: 135px;
  background-color: #F28739;
  background-image: url('https://static.igem.wiki/teams/5742/images/natural-bg.webp'), url('https://static.igem.wiki/teams/5742/images/germ.webp');
  background-size: 75% 82.5%, 94px 102px;
  background-repeat: no-repeat, no-repeat;
  background-position: center, 92.5% 322px;
}

.custom-home-natural-title {
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial;
  font-weight: 900;
  font-size: 45px;
  color: #FFFFFF;
  line-height: 45px;
  transform: translateX(-200px);
  transition: opacity 1s ease, transform 1s ease;
}

.custom-home-natural-text {
  max-width: 1208px;
  margin-top: 83px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial;
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 51px;
  transform: translateX(-200px);
  transition: opacity 1s ease, transform 1s ease;
}

.custom-home-natural-text.visible,
.custom-home-natural-title.visible {
  opacity: 1;
  transform: translateX(0);
}

.custom-home-acvantage {
  min-height: 1287px;
  background-color: #FEFBF5;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom-home-acvantage-title {
  min-height: 76px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 33px;
  margin-top: 138px;
  margin-bottom: 80px;
  box-shadow: 0 4px 7px #FF750070;
  font-family: Arial;
  font-weight: 900;
  font-size: 45px;
  background: #FF7500;
  color: #FFFFFF;
  line-height: 76px;
  text-align: center;
  opacity: 0;
  transition: opacity 2s ease;
}

.custom-home-acvantage-item {
  width: 1276px;
  min-height: 154px;
  margin-bottom: 68px;
  border-radius: 77px 50px 50px 77px;
  box-shadow: 0px 5px 4px 1px rgba(255, 117, 0, 0.11);
  background-color: #FFFFFF;
  display: flex;
  opacity: 0;
  transition: opacity 2s ease;
}

.custom-home-acvantage-title.visible,
.custom-home-acvantage-item.visible {
  opacity: 1;
}

.custom-home-acvantage-icon {
  width: 158px;
  height: 158px;
  border-radius: 50%;
  border: 4px solid #CACDD2;
  margin-right: 24px;
  box-shadow: 0 5px 10px #39787F57;
  display: flex;
  justify-content: center;
  align-items: center;
}

.background-color-1 {
  background-color: #8BD4AB;
}

.background-color-2 {
  background-color: #CDAD7C;
}

.background-color-3 {
  background-color: #89CEDE;
}

.background-color-4 {
  background-color: #E25452;
}

.custom-home-acvantage-info {
  padding-right: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-home-acvantage-item-title {
  font-family: Arial;
  font-weight: bold;
  font-size: 35px;
  line-height: 51px;
}

.custom-home-acvantage-item-text {
  font-family: Arial;
  font-weight: 400;
  font-size: 32px;
  color: #7E7C7C;
  line-height: 51px;
}

.color-1 {
  color: #8BD4AB;
}

.color-2 {
  color: #CDAD7C;
}

.color-3 {
  color: #89CEDE;
}

.color-4 {
  color: #E25452;
}

/* members */
.custom-members-header {
  height: fit-content;
  background-color: #FEFBF5;
}

.custom-members-title {
  width: 100%;
  font-family: Arial;
  font-weight: 900;
  font-size: 72px;
  color: #FAFCFC;
  text-align: center;
  line-height: 72px;
  text-shadow: 0px 8px 36px rgba(0, 44, 48, 0.67);
  position: absolute;
  top: 77%;
}

.custom-members-list {
  padding: 124px 292px 199px 291px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 98px;
  background-color: #FEFBF5;
}

.custom-members-item {
  width: 317px;
  height: 371px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.custom-members-item.move {
  transform: translateY(-80px);
  transition: all 0.6s ease-out;
}

.custom-members-item.final {
  transform: translateY(0px);
  transition: all 0.6s ease-in;
}

.custom-members-img-1 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-1.webp'), url('https://static.igem.wiki/teams/5742/images/members/member-1-a.webp');
}

.custom-members-img-1.active {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-1-a.webp');
}

.custom-members-img-2 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-2.webp'), url('https://static.igem.wiki/teams/5742/images/members/member-2-a.webp');
}

.custom-members-img-2.active {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-2-a.webp');
}

.custom-members-img-3 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-3.webp'), url('https://static.igem.wiki/teams/5742/images/members/member-3-a.webp');
}

.custom-members-img-3.active {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-3-a.webp');
}

.custom-members-img-4 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-4.webp'), url('https://static.igem.wiki/teams/5742/images/members/member-4-a.webp');
}

.custom-members-img-4.active {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-4-a.webp');
}

.custom-members-img-5 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-5.webp'), url('https://static.igem.wiki/teams/5742/images/members/member-5-a.webp');
}

.custom-members-img-5.active {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-5-a.webp');
}

.custom-members-img-6 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-6.webp'), url('https://static.igem.wiki/teams/5742/images/members/member-6-a.webp');
}

.custom-members-img-6.active {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-6-a.webp');
}

.custom-members-img-7 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-7.webp'), url('https://static.igem.wiki/teams/5742/images/members/member-7-a.webp');
}

.custom-members-img-7.active {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-7-a.webp');
}

.custom-members-img-8 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-8.webp'), url('https://static.igem.wiki/teams/5742/images/members/member-8-a.webp');
}

.custom-members-img-8.active {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-8-a.webp');
}

.custom-members-img-9 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-9.webp'), url('https://static.igem.wiki/teams/5742/images/members/member-9-a.webp');
}

.custom-members-img-9.active {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-9-a.webp');
}

.custom-members-img-10 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-10.webp'), url('https://static.igem.wiki/teams/5742/images/members/member-10-a.webp');
}

.custom-members-img-10.active {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-10-a.webp');
}

.custom-members-img-11 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-11.webp'), url('https://static.igem.wiki/teams/5742/images/members/member-11-a.webp');
}

.custom-members-img-11.active {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-11-a.webp');
}

.custom-members-img-12 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-12.webp'), url('https://static.igem.wiki/teams/5742/images/members/member-12-a.webp');
}

.custom-members-img-12.active {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/member-12-a.webp');
}

.custom-members-info {
  width: 633px;
  height: 274px;
  padding-bottom: 30px;
  background-image: url('https://static.igem.wiki/teams/5742/images/members/dialog.webp');
  background-size: 633px 274px;
  position: absolute;
  top: -274px;
  left: 29px;
  visibility: hidden;
  display: flex;
}

.active .custom-members-info {
  visibility: visible;
}

.custom-members-picture {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #EDF2FF;
  margin-left: 21px;
  margin-top: 34px;
  margin-right: 19px;
}

.custom-members-picture-1 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-1.webp');
  background-position: 280px 360px;
}

.custom-members-picture-2 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-2.webp');
  background-position: 249px 367px;
}

.custom-members-picture-3 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-3.webp');
  background-position: 293px 399px;
}

.custom-members-picture-4 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-4.webp');
  background-position: 296px 423px;
}

.custom-members-picture-5 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-5.webp');
  background-position: 286px 397px;
}

.custom-members-picture-6 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-6.webp');
  background-position: 280px 390px;
}

.custom-members-picture-7 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-7.webp');
  background-position: 283px 389px;
}

.custom-members-picture-8 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-8.webp');
  background-position: 285px 381px;
}

.custom-members-picture-9 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-9.webp');
  background-position: 290px 384px;
}

.custom-members-picture-10 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-10.webp');
  background-position: 273px 383px;
}

.custom-members-picture-11 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-11.webp');
  background-position: 297px 397px;
}

.custom-members-picture-12 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-12.webp');
  background-position: 301px 382px;
}

.custom-members-picture-13 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-13.webp');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.custom-members-picture-14 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-14.webp');
  background-position: 275px 405px;
}

.custom-members-picture-15 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-15.webp');
  background-position: -68px -83px;
  background-size: 315px;
  background-repeat: no-repeat;
}

.custom-members-picture-16 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-16.webp');
  background-position: 289px 428px;
}

.custom-members-picture-17 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-17.webp');
  background-position: 290px 419px;
}

.custom-members-picture-18 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-18.webp');
  background-position: 288px 411px;
}

.custom-members-picture-19 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-19.webp');
  background-position: 286px 387px;
}

.custom-members-picture-20 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-20.webp');
  background-position: 267px 370px;
  background-size: 350px;
}

.custom-members-picture-21 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-21.webp');
  background-position: 296px 398px;
}

.custom-members-picture-22 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-22.webp');
  background-position: 267px 376px;
  background-size: 350px;
}

.custom-members-picture-23 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-23.webp');
  background-position: 299px 431px;
}

.custom-members-picture-24 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-24.webp');
  background-position: 292px 416px;
}

.custom-members-picture-25 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-25.webp');
  background-position: 295px 388px;
}

.custom-members-picture-26 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-26.webp');
  background-position: 252px 360px;
  background-size: 350px;
}

.custom-members-picture-27 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-27.webp');
  background-position: 280px 464px;
  background-size: 350px;
}

.custom-members-picture-28 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-28.webp');
  background-position: 267px 495px;
  background-size: 330px;
}

.custom-members-picture-29 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-29.webp');
  background-position: 256px 400px;
  background-size: 330px;
}

.custom-members-picture-30 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-30.webp');
  background-position: 268px 458px;
  background-size: 330px;
}

.custom-members-picture-31 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-31.webp');
  background-position: 258px 333px;
  background-size: 330px;
}

.custom-members-picture-32 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-32.webp');
  background-position: 253px 370px;
  background-size: 330px;
}

.custom-members-picture-33 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-33.webp');
  background-position: 250px 340px;
  background-size: 330px;
}

.custom-members-picture-34 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-34.webp');
  background-position: 0px -75px;
  background-size: 200px;
  background-repeat: no-repeat;
}

.custom-members-picture-35 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-35.webp');
  background-position: 217px 307px;
  background-size: 260px;
}

.custom-members-picture-36 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-36.webp');
  background-position: 258px 311px;
  background-size: 330px;
}

.custom-members-picture-37 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-37.webp');
  background-position: 197px 391px;
  background-size: 200px;
}

.custom-members-picture-38 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-38.webp');
  background-position: 161px 260px;
  background-size: 160px;
}

.custom-members-picture-39 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-39.webp');
  background-position: 280px 330px;
}

.custom-members-picture-40 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-40.webp');
  background-position: 386px 283px;
}

.custom-members-picture-41 {
  background-image: url('https://static.igem.wiki/teams/5742/images/members/members-41.webp');
  background-position: 361px 360px;
  background-size: 180px;
}

.custom-members-introduce {
  flex: 1;
  margin-top: 34px;
  margin-right: 30px;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
}

.custom-members-name {
  font-family: Arial;
  font-weight: 900;
  font-size: 25px;
  color: #FAFCFC;
  line-height: 25px;
}

.custom-members-text {
  flex: 1;
  margin-top: 5px;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #FAFCFC;
  line-height: 26px;
  overflow: auto;
}

.custom-members-text::-webkit-scrollbar {
  width: 2px;
  background-color: #7AA9AC;
}

.custom-members-text::-webkit-scrollbar-thumb {
  background-color: #F3D322;
}

/* common */
.custom-common-header {
  height: 537px;
  background-image: url('https://static.igem.wiki/teams/5742/images/dna.webp'), url('https://static.igem.wiki/teams/5742/images/virus.webp'), linear-gradient(90deg, #FFA400, #FF7500);
  background-repeat: no-repeat;
  background-position: 19.7% 297px, 75.6% 125px, center;
}

.custom-common-header-text {
  padding-top: 244px;
  margin: auto;
  font-family: Arial;
  font-size: 72px;
  font-weight: 900;
  color: #FAFCFC;
  text-shadow: 0px 5px 32px rgba(107, 53, 3, 0.28);
  text-align: center;
  line-height: 54px;
}

.custom-common-content {
  padding-top: 119px;
  padding-bottom: 121px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* overflow: hidden; */
}

.custom-common-aside {
  padding-right: 52px;
}

.custom-common-list {
  width: 265px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  padding: 41px 0;
  border-radius: 20px;
  margin-left: auto;
  box-shadow: 0 2px 16px #33668059;
  list-style: none;
  background-color: #FCFBFB;
  position: sticky;
  top: 120px;
}

.custom-common-item {
  height: 29px;
  padding: 0 26px;
  display: flex;
  align-items: center;
}

.custom-common-item+.custom-common-item {
  margin-top: 15px;
}

.custom-common-item.active {
  background-color: #FFA400;
}

.custom-common-item-icon {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 13px;
  background-color: #070707;
}

.active .custom-common-item-icon {
  background-color: #FCFBFB;
}

.custom-common-item a {
  font-family: Arial;
  font-size: 24px;
  font-weight: 400;
  color: #070707;
  text-decoration: none;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-common-item.active a {
  color: #FCFBFB;
}

.custom-common-main {
  padding-left: 51px;
  border-left: 1px solid #FFA400;
}

.custom-common-title {
  width: fit-content;
  max-width: 900px;
  padding-left: 20px;
  padding-right: 52px;
  border-radius: 0 31px 31px 0;
  background-color: #FFA400;
  font-family: Arial;
  font-weight: 900;
  font-size: 26px;
  color: #FCFCFC;
  text-align: center;
  line-height: 62px;
}

.custom-common-text {
  width: 960px;
  margin-top: 39px;
  margin-bottom: 75px;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}

.custom-common-text p {
  text-align: justify;
  text-indent: 2em;
}

.custom-common-text pre {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-align: justify;
  line-height: 26px;
  white-space: pre-wrap;
}

.custom-common-text img {
  width: 100%;
}

.custom-common-text table {
  width: 100%;
  border: 1px solid #000;
}

.custom-common-text td {
  padding: 0 8px;
  border: 1px solid #000;
}

@media (width: 1920px) {
  .custom-nav-link {
    margin-left: 40px;
  }

  .custom-nav-ml-17 {
    margin-left: 17px;
  }

  .custom-home-background {
    padding-left: 230px;
    padding-right: 206px;
  }

  .custom-home-background-left {
    margin-left: 57px;
  }

  .custom-home-natural {
    background-size: 1444px 532px, 94px 102px;
    background-position: center, 1689px 322px;
  }

  .custom-home-natural-title {
    margin-left: 322px;
  }

  .custom-home-natural-text {
    margin-left: 321px;
  }

  .custom-home-acvantage-title {
    width: 1271px;
  }

  .custom-members-header {
    height: 983px;
  }

  .custom-common-header {
    background-position: 364px 297px, 1404px 125px, center;
  }

  .custom-common-content {
    justify-content: flex-start;
  }

  .custom-common-aside {
    margin-left: 290px;
  }
}

@media (max-width: 1600px) {
  .custom-members-list {
    padding-left: 200px;
    padding-right: 200px;
  }
}

@media (max-width: 1440px) {
  .custom-home-background-left {
    width: 467px;
    margin-right: 15px;
  }

  .custom-home-background-title {
    width: 274px;
    height: 57px;
    border-radius: 16px;
    margin-top: 57px;
    margin-bottom: 51px;
    box-shadow: 0 4px 7px #FF750070;
    font-size: 33px;
    line-height: 57px;
  }

  .custom-home-background-text {
    padding-left: 10px;
    padding-right: 16px;
    margin-bottom: 58px;
    font-size: 24px;
    line-height: 38px;
  }

  .custom-home-background-right {
    width: 622px;
  }

  .custom-home-image {
    width: 192px;
    height: 192px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 30px;
  }

  .custom-home-image-glass {
    margin-right: 0px;
    background-size: 350px;
  }

  .custom-home-image-vegetable {
    background-position: -15px 0;
    background-size: 350px;
  }

  .custom-home-image-grape {
    background-position: -38px 0;
    background-size: 350px;
  }

  .custom-home-image-banana {
    background-position: -45px 0;
    background-size: 350px;
  }

  .custom-home-image-cauliflower {
    background-position: -53px 0;
    background-size: 350px;
  }

  .custom-home-image-bread {
    background-position: -53px 0;
    background-size: 350px;
  }
}

@media (max-width: 1365px) {
  .custom-nav-container {
    margin-left: 50px;
    margin-right: 80px;
  }

  .custom-common-content {
    justify-content: flex-start;
  }

  .custom-common-aside {
    padding-left: 52px;
    padding-bottom: 52px;
  }

  .custom-common-main {
    flex: 1;
    padding-right: 51px;
  }

  .custom-common-text {
    width: 100%;
  }
}

@media (max-width: 1276px) {
  .custom-nav-container {
    margin-left: 10px;
    margin-right: 80px;
  }

  .custom-home-natural,
  .custom-home-acvantage {
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom-home-acvantage-item {
    width: 100%;
  }
}

@media (max-width: 1150px) {
  .custom-nav-link {
    margin-left: 0px;
  }
}

@media (max-width: 1100px) {
  .custom-home-image-glass {
    display: none;
  }

  .custom-members-list {
    padding-left: 100px;
    padding-right: 100px;
  }

  .custom-common-main {
    padding-left: unset;
    border-left: unset;
  }
}

@media (max-width: 991px) {
  .custom-nav-container {
    margin-left: unset;
    margin-right: unset;
    background-image: linear-gradient(90deg, #FFA400, #FF7500);
  }

  .custom-members-title {
    font-size: 36px;
  }

  .custom-common-aside {
    width: 100%;
  }

  .custom-common-list {
    width: 100%;
  }

  .custom-common-main {
    flex: unset;
    padding-left: 51px;
  }
}

@media (max-width: 833px) {
  .custom-members-list {
    justify-content: center;
  }
}

@media (max-width: 780px) {
  .custom-home-background-right {
    justify-content: center;
  }
}

@media (max-width: 750px) {
  .custom-common-header-text {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .custom-members-list {
    padding-left: unset;
    padding-right: unset;
  }

  .custom-members-info {
    width: 100vw;
    background-size: 100vw 274px;
  }
}


.second-level-icon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #070707;
}