/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

.dropdown_nav > a {
  padding-bottom:40px;
}


/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-1\/3 {
  top: 33.333333%;
}

.left-1\/2 {
  left: 50%;
}

.left-0 {
  left: 0px;
}

.top-3\/4 {
  top: 75%;
}

.-top-14 {
  top: -3.5rem;
}

.-top-48 {
  top: -12rem;
}

.top-2\/3 {
  top: 66.666667%;
}

.top-0 {
  top: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.z-50 {
  z-index: 50;
}

.float-right {
  float: right;
}

.ml-32 {
  margin-left: 8rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-32 {
  height: 8rem;
}

.h-full {
  height: 100%;
}

.h-800 {
  height: 800px;
}

.h-370 {
  height: 370px;
}

.h-1441 {
  height: 1441px;
}

.h-650 {
  height: 650px;
}

.h-255 {
  height: 255px;
}

.h-380 {
  height: 380px;
}

.h-9 {
  height: 2.25rem;
}

.h-1364 {
  height: 1364px;
}

.h-478 {
  height: 478px;
}

.h-956 {
  height: 956px;
}

.h-36 {
  height: 9rem;
}

.h-5816 {
  height: 4300px;
}

.h-4346 {
  height: 3300px;
}

.max-h-\[300px\] {
  max-height: 300px;
}

.max-h-\[10000px\] {
  max-height: 10000px;
}

.max-h-\[500px\] {
  max-height: 500px;
}

.min-h-\[6000px\] {
  min-height: 6000px;
}

.min-h-\[5900px\] {
  min-height: 5900px;
}

.min-h-\[10000px\] {
  min-height: 10000px;
}

.min-h-\[9000px\] {
  min-height: 9000px;
}

.min-h-\[7900px\] {
  min-height: 7900px;
}

.min-h-\[50px\] {
  min-height: 50px;
}

.min-h-\[3900px\] {
  min-height: 3900px;
}

.min-h-\[3100px\] {
  min-height: 3100px;
}

.min-h-\[6500px\] {
  min-height: 6500px;
}

.min-h-\[6600px\] {
  min-height: 6600px;
}

.w-full {
  width: 100%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-28 {
  width: 7rem;
}

.w-750 {
  width: 750px;
}

.w-1\/2 {
  width: 50%;
}

.w-380 {
  width: 380px;
}

.w-9 {
  width: 2.25rem;
}

.max-w-full {
  max-width: 100%;
}

.flex-auto {
  flex: 1 1 auto;
}

.-translate-x-4 {
  --tw-translate-x: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-400 {
  --tw-translate-y: -350px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-600 {
  --tw-translate-y: 600px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-8 {
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-350 {
  --tw-translate-y: -300px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[400px\] {
  --tw-translate-y: 400px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-450 {
  --tw-translate-y: -400px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-10 {
  gap: 2.5rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded {
  border-radius: 0.25rem;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-r-black {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.bg-pink-color {
  --tw-bg-opacity: 1;
  background-color: rgb(188 177 207 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}

.footer {
  height: 765px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 42px;
}

.footer_title {
    margin: 0;
    width: 465.8px;
    height: 150px;

    font-family: 'Days One';
    font-style: normal;
    font-weight: 400;
    font-size: 90px;
    text-align: center;

    color: #AB57C8;
}

.foot_sponsors {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  gap: 20px;

  width: 100%;
  height: 362.72px;
  margin-bottom: 150px;
}

.sponsors {
  display: flex;
  flex-direction: row;
  align-items:center;
  justify-content:center;
  width: 100%;
  height: 500px;
  margin-top:20px;
}

.sponsor {
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 20px 0 20px;
  width: 480px;
  height: 180px;
}
.foot_main {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 50px;
}

.footer_img {
  width: 400px;
  height: 450px;
  background-image: url("https://static.igem.wiki/teams/4521/wiki/plastikaensis-1-2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  flex: none;
  order: 0;
  flex-grow: 0;
}

.footer_line {
  width: 4px;
  height: 351px;
  
  background: url("https://static.igem.wiki/teams/4521/wiki/line-30-1.png");
  
  flex: none;
  order: 1;
  flex-grow: 0;
}

.footer_main {
  width: 639px;
  height: 317px;
  
  flex: none;
  order: 2;
  flex-grow: 0;
}

.footer_contacts {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 20px;
  
  position: relative;
  width: 639px;
  height: 317px;
}

.footer_icons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0px;
  gap: 50px;
  
  width: 38px;
  height: 285px;
  
  flex: none;
  order: 0;
  flex-grow: 0;
}

.footer_icons > div {
  background-size: cover;
  background-repeat: no-repeat;
}

.footer_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 38px;
  
  width: 557px;
  height: 294px;
  
  flex: none;
  order: 1;
  flex-grow: 0;
}

.footer_text > a {
  width: 341px;
  height: 46px;
  
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 42px;
  
  color: #000000;
}


.license_col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: left;
}

.license_row {
  width: 900px;
  height: 50px;
  margin-bottom:10px;
}

.license_row > small {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
}

.pub_heading {
  margin: 35px auto;
  width: max-content;
  height: 50px;

  font-family: 'Days One';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  
  color: #AB57C8;
  
  text-shadow: 0px 4px 40px #AB57C8;
}

.pub_text {
  width: 100%;
  height: auto;
  margin:20px 0;
  
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}

.color-text {
  font-weight: 600;
  color: #AB57C8;
}

.text-bold {
  font-weight: 600;
}

.pub_survey {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 35px;
  
  width: 100%;
}

.surv_diagram {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 70px;
  
  width: 100%;
  
  flex: none;
  order: 1;
  flex-grow: 0;
}

.surv_diagram > img {
  width: 200px;
  height: auto;

  flex: none;
  order: 0;
  flex-grow: 0;
}

.surv_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 30px;
  
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: justify;
  

  width: 385px;
  height: 100%;
  
  flex: none;
  order: 1;
  flex-grow: 0;
}

.surv_text1 {
  width: 100%; 
  
  flex: none;
  order: 0;
  flex-grow: 0;
}

.surv_text2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10 px;
  
  width: max-content;
  
  flex: none;
  order: 1;
  flex-grow: 0;
}

.diag_text {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 5px;
  
  width: max-content;

  flex: none;
  order: 0;
  flex-grow: 0;
}

.text_point_1 {
  width: 20px;
  height: 20px;
  border-radius: 50%;

  background: #D4ADD9;
  
  flex: none;
  order: 0;
  flex-grow: 0;
}

.text_point_2 {
  width: 20px;
  height: 20px;
  border-radius: 50%;

  background: #A791D1;
  
  flex: none;
  order: 0;
  flex-grow: 0;
}

.text_point_3 {
  width: 20px;
  height: 20px;
  border-radius: 50%;

  background: #FAC0DC;
  
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pub_images {
  margin: 35px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.pub_images > img {
  width:300px;
}

.wave_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 40px;
  
  width: 100%;
}

.wave_wrap > img {
  width: 155px;
  height: auto;
  
  box-shadow: 0px 4px 40px 10px rgba(0, 0, 0, 0.4);
  border-radius: 50%;

  flex: none;
  order: 0;
  flex-grow: 0;
}

.wave_images {
  position: relative;
  display: flex;
  justify-content: space-between;
  left: -10%;
  width: 120%;
}

.pub_slider {
  width: 90%;
  margin: 35px auto;
  height: min-content;
  
  border: solid #FFFFFF;
  background-color: #0000008a;
  box-shadow: 0px 0px 50px #FFF262;
}

.influ_1 {
  margin: 20px 0;
  display:flex;
  justify-content:space-between;
  gap:30px;
}

.influ_2 {
  margin: 20px 0;
  display:flex;
  justify-content:space-between;
  gap:30px;
}

.influ2_img {
  border: solid #FFFFFF;
  box-shadow: 0px 0px 40px #648BA8;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


.heading-text {
  width: 100%;
  height: 81px;
  
  font-family: 'Days One';
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 81px;
  text-align: center;
  
  color: #AA57C8;
  
  text-shadow: 0px 0px 28px #AA57C8;
}

.impl-text {
  font-family: "Montserrat";
}

.incl-img {
  margin: 30px auto;
  width: 100%;

  border: 6px solid #FFFFFF;
  box-shadow: 0px 0px 40px 1px #FFF262;
}

.bg-impl-img {
  background-image: url('https://static.igem.wiki/teams/4521/wiki/impl-bg-img.png');
}

.bg-incl {
  background-image: url('https://static.igem.wiki/teams/4521/wiki/incl-bg-img.png');
}

.bg-incl-volna {
  background-image: url('https://static.igem.wiki/teams/4521/wiki/incl-volna.png');
}

.bg-volna-com {
  background-image: url('https://static.igem.wiki/teams/4521/wiki/impl-bg.png');
}

.bg-collaboration {
  background-image: url('https://static.igem.wiki/teams/4521/wiki/image-17.png');
}

.bg-volna {
  background-image: url('https://static.igem.wiki/teams/4521/wiki/volna-or-33.svg');
}

.bg-pd {
  background-image: url('https://static.igem.wiki/teams/4521/wiki/pd-bg-img.png');
}

.bg-education {
  background-image: url('https://static.igem.wiki/teams/4521/wiki/rectangle-212.png');
}

.bg-volna32 {
  background-image: url('https://static.igem.wiki/teams/4521/wiki/volna-or-32.svg');
}
.bg-contribution {
  background-image: url('https://static.igem.wiki/teams/4521/wiki/image-8.svg');
}

.bg-lab_work {
  background-image: url('https://static.igem.wiki/teams/4521/wiki/photo1662286741-5.png');
}

.bg-volna35 {
  background-image: url('https://static.igem.wiki/teams/4521/wiki/vector-1101.svg');
}

.bg-notebook {
  background-image: url('https://static.igem.wiki/teams/4521/wiki/rectangle-250.png');
}

.bg-volna34 {
  background-image: url('https://static.igem.wiki/teams/4521/wiki/vector-110.svg');
}

.bg-safety {
  background-image: url('https://static.igem.wiki/teams/4521/wiki/rectangle-251.png');
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.-p-1\/5 {
  padding: -15%;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.px-1\/5 {
  padding-left: 15%;
  padding-right: 15%;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-1\/4 {
  padding-left: 20%;
  padding-right: 20%;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-\[1000px\] {
  padding-bottom: 1000px;
}

.pb-800 {
  padding-bottom: 800px;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

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

.font-Days {
  font-family: Days one, sans-serif;
}

.font-mons {
  font-family: Montserrat;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-pink-color {
  --tw-text-opacity: 1;
  color: rgb(171 87 200 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.opacity-40 {
  opacity: 0.4;
}

.shadow-blur {
  --tw-shadow: 0 10px 30px rgba(#AB57C8, 0.8);
  --tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-yellow-200 {
  --tw-shadow-color: #fef08a;
  --tw-shadow: var(--tw-shadow-colored);
}

.blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.before\:bg-purple-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}

.after\:content-\[\'123\'\]::after {
  --tw-content: '123';
  content: var(--tw-content);
}
