/* Text Elements */

h1.heading-impact {
  display: block;
  max-width: 75rem;
  color: #feffe0;
  text-align: center;
  word-spacing: -10px;
  letter-spacing: -6px;
  font-weight: 700;
  font-size: 125px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-property: -webkit-filter;
     -moz-transition-property:         filter;
       -o-transition-property:         filter;
          transition-property: -webkit-filter;
          transition-property:         filter;
          transition-property:         filter, -webkit-filter;
}

h1.hero-header {
  color: #feffe0;
  text-align: center;
  word-spacing: -10px;
  letter-spacing: -6px;
  font-weight: 900;
  font-size: 21.186441vw;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h1#heading-1 {
  letter-spacing: -3px;
  font-weight: 700;
  font-size: 6vmax;
  line-height: 138px;
}

h1#heading-2 {
  display: block;
  visibility: visible;
  float: none;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin-top: 44px;
  min-width: 81.74%;
  max-width: 200%;
  width: auto;
  text-indent: 0;
  white-space: normal;
  letter-spacing: -3px;
  font-weight: 700;
  font-style: normal;
  font-size: 6vmax;
  line-height: 140px;

  -webkit-text-stroke-width: 0;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
}

h1#heading-5 {
  letter-spacing: -3px;
  font-size: 6vmax;
  line-height: 140px;
}

h1#heading-6 {
  margin-top: 0;
  word-spacing: -10px;
  letter-spacing: -3px;
  font-size: 6vmax;
}

h1#heading-7 {
  letter-spacing: -5px;
  font-size: 6vmax;
}

h1.heading-impact:hover {
  -webkit-filter: blur(10px) opacity(0);
          filter: blur(10px) opacity(0);
}

h1.hero-header:hover {
  -webkit-filter: brightness(.85) invert(1);
          filter: brightness(.85) invert(1);
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;

  mix-blend-mode: soft-light;
}

h2.name-member {
  margin-top: 5rem;
  margin-bottom: 1.4rem;
  color: #141414;
  text-align: center;
  letter-spacing: -2px;
  font-weight: 700;
  font-size: 15vw;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h2.section-heading {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  letter-spacing: -2px;
  font-weight: 700;
  font-size: 1.62vmax;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h2.footer.section-heading {
  margin-top: 0;
  margin-bottom: 2.5rem;
  color: #fff;
  text-align: center;
  font-size: 26px;
}

h2.heading-1 {
  padding-top: 55px;
  padding-bottom: 0;
  letter-spacing: -2px;
  font-weight: 700;
  font-size: 28px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h2#heading-3 {
  margin-top: 15px;
  margin-bottom: 7px;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 20px;
}

h2#heading-4 {
  margin-top: 0;
  margin-bottom: 22px;
}

h2#heading-8-copy-4 {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-right: 10px;
  padding-left: 10px;
  color: #141414;
  letter-spacing: -2px;
  font-size: 3vmax;
  line-height: 73px;
}

h2#heading-8 {
  font-size: 3vmax;
}

h2#heading-8-copy-1 {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-right: 10px;
  padding-left: 10px;
  color: #141414;
  letter-spacing: -2px;
  font-size: 3vmax;
  line-height: 73px;
}

h2#heading-8-copy-2 {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-right: 10px;
  padding-left: 10px;
  color: #141414;
  letter-spacing: -2px;
  font-size: 3vmax;
  line-height: 73px;
}

h3.bullet-point {
  font-weight: 700;
  font-size: 16px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h6.grey-subtitle {
  margin-top: 2rem;
  color: #8d8d8d;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

p.paragraph.body-text {
  margin-bottom: 0;
  max-width: none;
  color: #787878;
  text-align: justify;
  text-indent: 1px;
  white-space: normal;
  letter-spacing: 1px;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  font-family: 'Archivo', sans-serif;
  line-height: 20px;
}

p.paragraph.position-employe {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  font-weight: 300;
  font-size: 20px;
  font-family: 'Archivo', sans-serif;
}

p.paragraph span.paragraph-text-1 {
  font-style: italic;
}

p.paragraph span.paragraph-text-2 {
  font-style: italic;
}

p.paragraph span.paragraph-text-3 {
  font-style: italic;
}

p.paragraph span.paragraph-text-4 {
  font-style: italic;
}

p.paragraph span.paragraph-text-5 {
  font-style: italic;
}

p.paragraph span.paragraph-text-6 {
  text-transform: capitalize;
  font-style: italic;
  line-height: 1.43;
}

p.paragraph span.paragraph-text-7 {
  font-style: italic;
}

p.paragraph span.paragraph-text-8 {
  font-style: italic;
}

p.paragraph span.paragraph-text-9 {
  font-style: italic;
}

p.paragraph span.paragraph-text-10 {
  text-transform: capitalize;
  font-style: italic;
}

p.paragraph span.paragraph-text-11 {
  font-style: italic;
}

p.paragraph span.paragraph-text-12 {
  font-style: italic;
}

p.paragraph span.paragraph-text-13 {
  font-style: italic;
}

p.paragraph span.paragraph-text-14 {
  font-style: italic;
}

p.paragraph span.paragraph-text-15 {
  font-style: italic;
}

p.paragraph span.paragraph-text-16 {
  font-style: italic;
}

p.paragraph span.paragraph-text-17 {
  font-style: italic;
}

p.paragraph span.paragraph-text-18 {
  font-style: italic;
}

p.paragraph span.paragraph-text-19 {
  font-style: italic;
}

p.paragraph span.paragraph-text-20 {
  font-style: italic;
}

p.paragraph span.paragraph-text-21 {
  font-style: italic;
}

p.paragraph span.paragraph-text-22 {
  font-style: italic;
}

p.paragraph span.paragraph-text-23 {
  font-style: italic;
}

p.paragraph span.paragraph-text-24 {
  font-style: italic;
}

p.paragraph#paragraph-2 {
  letter-spacing: 0;
  font-size: 12px;
}

p.paragraph#paragraph-3 {
  letter-spacing: 0;
  font-size: 12px;
}

p.paragraph#paragraph-4 {
  margin-top: 0;
  font-style: italic;
}

p.paragraph span.paragraph-text-28 {
  font-style: italic;
}

p.paragraph span.paragraph-text-29 {
  font-style: italic;
}

p.paragraph span.paragraph-text-30 {
  font-style: italic;
}

p.paragraph span.paragraph-text-31 {
  font-style: italic;
}

p.paragraph span.paragraph-text-32 {
  font-style: italic;
}

p.paragraph span.paragraph-text-33 {
  font-style: italic;
}

p.paragraph span.paragraph-text-36 {
  font-style: italic;
}

p.paragraph span.paragraph-text-37 {
  font-style: italic;
}

p.paragraph span.paragraph-text-38 {
  font-style: italic;
}

p.paragraph span.paragraph-text-39 {
  font-style: italic;
}

p.paragraph span.paragraph-text-40 {
  font-style: italic;
}

p.paragraph span.paragraph-text-41 {
  font-style: italic;
}

p.paragraph span.paragraph-text-58 {
  font-style: italic;
}

p.paragraph span.paragraph-text-59 {
  font-style: italic;
}

p.paragraph span.paragraph-text-60 {
  font-style: italic;
}

p.paragraph span.paragraph-text-61 {
  font-style: italic;
}

p.paragraph span.paragraph-text-62 {
  font-style: italic;
}

p.paragraph span.paragraph-text-63 {
  font-style: italic;
}

p.paragraph span.paragraph-text-64 {
  font-style: italic;
}

p.paragraph span.paragraph-text-65 {
  font-style: italic;
}

p.paragraph span.paragraph-text-66 {
  font-style: italic;
}

p.paragraph span.paragraph-text-67 {
  font-style: italic;
}

p.paragraph#paragraph-7 {
  margin-top: 0;
}

p.paragraph span.paragraph-text-42 {
  font-style: italic;
}

p.paragraph span.paragraph-text-43 {
  font-style: italic;
}

p.paragraph span.paragraph-text-44 {
  font-style: italic;
}

p.paragraph span.paragraph-text-45 {
  font-style: italic;
}

p.paragraph span.paragraph-text-46 {
  font-style: italic;
}

p.paragraph span.paragraph-text-47 {
  font-style: italic;
}

p.paragraph span.paragraph-text-48 {
  font-style: italic;
}

p.paragraph span.paragraph-text-49 {
  font-style: italic;
}

p.paragraph span.paragraph-text-50 {
  font-style: italic;
}

p.paragraph span.paragraph-text-51 {
  font-style: italic;
}

p.paragraph span.paragraph-text-52 {
  font-style: italic;
}

p.paragraph span.paragraph-text-53 {
  font-style: italic;
}

p.paragraph span.paragraph-text-54 {
  font-style: italic;
}

p.paragraph span.paragraph-text-55 {
  font-style: italic;
}

p.paragraph span.paragraph-text-56 {
  font-style: italic;
}

p.paragraph span.paragraph-text-57 {
  font-style: italic;
}

p.paragraph#paragraph-8 {
  margin-top: 0;
}

p.paragraph#paragraph-9 {
  margin-top: 0;
}

p.paragraph span.paragraph-text-68 {
  font-style: italic;
}

p.paragraph span.paragraph-text-69 {
  font-style: italic;
}

p.paragraph span.paragraph-text-70 {
  font-style: italic;
}

p.paragraph span.paragraph-text-71 {
  font-style: italic;
}

p.paragraph span.paragraph-text-72 {
  font-style: italic;
}

p.paragraph span.paragraph-text-73 {
  font-style: italic;
}

p.paragraph span.paragraph-text-74 {
  font-style: italic;
}

p.paragraph span.paragraph-text-75 {
  font-style: italic;
}

p.paragraph span.paragraph-text-76 {
  font-style: italic;
}

p.paragraph span.paragraph-text-77 {
  font-style: italic;
}

p.paragraph span.paragraph-text-78 {
  font-style: italic;
}

p.paragraph span.paragraph-text-79 {
  font-style: italic;
}

p.paragraph span.paragraph-text-80 {
  font-style: italic;
}

p.paragraph span.paragraph-text-81 {
  font-style: italic;
}

p.paragraph span.paragraph-text-82 {
  font-style: italic;
}

p.paragraph span.paragraph-text-83 {
  font-style: italic;
}

p.paragraph span.paragraph-text-84 {
  font-style: italic;
}

p.paragraph span.paragraph-text-85 {
  font-style: italic;
}

p.paragraph span.paragraph-text-86 {
  font-style: italic;
}

p.paragraph span.paragraph-text-87 {
  font-style: italic;
}

p.paragraph span.paragraph-text-88 {
  font-style: italic;
}

p.paragraph span.paragraph-text-89 {
  font-style: italic;
}

p.paragraph span.paragraph-text-90 {
  font-style: italic;
}

p.paragraph span.paragraph-text-91 {
  font-style: italic;
}

p.paragraph span.paragraph-text-92 {
  font-style: italic;
}

p.paragraph span.paragraph-text-93 {
  font-style: italic;
}

p.paragraph span.paragraph-text-94 {
  font-style: italic;
}

p.paragraph span.paragraph-text-95 {
  font-style: italic;
}

p.paragraph span.paragraph-text-96 {
  font-style: italic;
}

p.paragraph span.paragraph-text-97 {
  font-style: italic;
}

p.paragraph span.paragraph-text-98 {
  font-style: italic;
}

p.paragraph span.paragraph-text-99 {
  font-style: italic;
}

p.paragraph span.paragraph-text-100 {
  font-style: italic;
}

p.paragraph span.paragraph-text-101 {
  font-style: italic;
}

p.paragraph span.paragraph-text-102 {
  font-style: italic;
}

p.paragraph span.paragraph-text-103 {
  font-style: italic;
}

p.paragraph span.paragraph-text-104 {
  font-style: italic;
}

p.paragraph span.paragraph-text-105 {
  font-style: italic;
}

p.paragraph span.paragraph-text-106 {
  font-style: italic;
}

p.paragraph span.paragraph-text-107 {
  font-style: italic;
}

p.paragraph span.paragraph-text-108 {
  font-style: italic;
}

p.paragraph span.paragraph-text-109 {
  font-style: italic;
}

p.paragraph span.paragraph-text-110 {
  font-style: italic;
}

p.paragraph span.paragraph-text-111 {
  font-style: italic;
}

p.paragraph span.paragraph-text-112 {
  font-style: italic;
}

p.paragraph span.paragraph-text-113 {
  font-style: italic;
}

p.paragraph span.paragraph-text-114 {
  font-style: italic;
}

p.paragraph span.paragraph-text-115 {
  font-style: italic;
}

p.paragraph span.paragraph-text-116 {
  font-style: italic;
}

p.paragraph span.paragraph-text-117 {
  font-style: italic;
}

p.paragraph span.paragraph-text-118 {
  font-style: italic;
}

p.paragraph span.paragraph-text-119 {
  font-style: italic;
}

p.paragraph span.paragraph-text-120 {
  font-style: italic;
}

p.paragraph span.paragraph-text-121 {
  font-style: italic;
}

p.paragraph span.paragraph-text-122 {
  font-style: italic;
}

p.paragraph span.paragraph-text-123 {
  font-style: italic;
}

p.paragraph span.paragraph-text-124 {
  font-style: italic;
}

p.paragraph span.paragraph-text-125 {
  font-style: italic;
}

p.paragraph span.paragraph-text-126 {
  font-style: italic;
}

p.paragraph span.paragraph-text-127 {
  font-style: italic;
}

p.paragraph span.paragraph-text-128 {
  font-style: italic;
}

p.paragraph span.paragraph-text-129 {
  font-style: italic;
}

p.paragraph span.paragraph-text-130 {
  font-style: italic;
}

p.paragraph span.paragraph-text-131 {
  font-style: italic;
}

p.paragraph span.paragraph-text-132 {
  font-style: italic;
}

p.paragraph span.paragraph-text-133 {
  font-style: italic;
}

p.paragraph span.paragraph-text-134 {
  font-style: italic;
}

p.paragraph span.paragraph-text-135 {
  font-style: italic;
}

p.paragraph span.paragraph-text-137 {
  font-style: italic;
}

p.paragraph span.paragraph-text-138 {
  font-style: italic;
}

p.paragraph span.paragraph-text-139 {
  font-style: italic;
}

p.paragraph span.paragraph-text-140 {
  font-style: italic;
}

p.paragraph span.paragraph-text-141 {
  font-style: italic;
}

p.paragraph span.paragraph-text-142 {
  font-style: italic;
}

p.paragraph span.paragraph-text-143 {
  font-style: italic;
}

p.paragraph#paragraph-11 {
  margin-top: 0;
}

p.paragraph span.paragraph-text-144 {
  font-style: italic;
}

p.paragraph span.paragraph-text-145 {
  font-style: italic;
}

p.paragraph span.paragraph-text-146 {
  font-style: italic;
}

p.paragraph span.paragraph-text-147 {
  font-style: italic;
}

p.paragraph span.paragraph-text-148 {
  font-style: italic;
}

p.paragraph span.paragraph-text-149 {
  font-style: italic;
}

p.paragraph span.paragraph-text-150 {
  font-style: italic;
}

p.paragraph span.paragraph-text-151 {
  font-style: italic;
}

p.paragraph span.paragraph-text-152 {
  font-style: italic;
}

p.paragraph span.paragraph-text-153 {
  font-style: italic;
}

p.paragraph span.paragraph-text-154 {
  font-style: italic;
}

p.paragraph span.paragraph-text-155 {
  font-style: italic;
}

p.paragraph span.paragraph-text-156 {
  font-style: italic;
}

p.paragraph span.paragraph-text-157 {
  font-style: italic;
}

p.paragraph span.paragraph-text-158 {
  font-style: italic;
}

p.paragraph span.paragraph-text-159 {
  font-style: italic;
}

p.paragraph span.paragraph-text-160 {
  font-style: italic;
}

p.paragraph span.paragraph-text-161 {
  font-style: italic;
}

p.paragraph#paragraph-6-copy-1 {
  margin-top: 0;
  line-height: 21px;
}

p.paragraph#paragraph-5-copy-1 {
  margin-top: 0;
}

p.paragraph#paragraph-10-copy-1 {
  margin-top: 0;
}

p.paragraph#paragraph-10 {
  margin-top: 0;
}

p.paragraph i.paragraph-text-163 {
  font-style: normal;
}

p.paragraph span.paragraph-text-164 {
  font-style: italic;
}

p.paragraph span.paragraph-text-165 {
  font-style: italic;
}

p.paragraph span.paragraph-text-166 {
  font-style: italic;
}

p.paragraph span.paragraph-text-167 {
  font-style: italic;
}

p.paragraph span.paragraph-text-168 {
  font-style: italic;
}

p.paragraph span.paragraph-text-169 {
  font-style: italic;
}

p.paragraph span.paragraph-text-170 {
  font-style: italic;
}

p.paragraph span.paragraph-text-171 {
  font-style: italic;
}

p.paragraph span.paragraph-text-172 {
  font-style: italic;
}

p.paragraph span.paragraph-text-173 {
  font-style: italic;
}

p.paragraph span.paragraph-text-174 {
  font-style: italic;
}

p.paragraph span.paragraph-text-175 {
  font-style: italic;
}

p.paragraph#paragraph-6-copy-2 {
  margin-top: 0;
  line-height: 21px;
}

p.paragraph#paragraph-5-copy-2 {
  margin-top: 0;
}

p.paragraph span.paragraph-text-176 {
  font-style: normal;
}

p.paragraph span.paragraph-text-177 {
  font-style: normal;
}

p.paragraph span.paragraph-text-178 {
  font-style: italic;
}

p.paragraph span.paragraph-text-179 {
  font-style: italic;
}

p.paragraph span.paragraph-text-180 {
  font-style: italic;
}

p.paragraph span.paragraph-text-181 {
  font-style: italic;
}

p.paragraph span.paragraph-text-182 {
  font-style: italic;
}

p.paragraph span.paragraph-text-183 {
  font-style: italic;
}

p.paragraph span.paragraph-text-184 {
  font-style: italic;
}

p.paragraph span.paragraph-text-185 {
  font-style: italic;
}

p.paragraph#paragraph-1 {
  text-align: justify;
}

p.paragraph#paragraph-5 {
  margin-top: 0;
}

p.paragraph span.paragraph-text-186 {
  font-style: italic;
}

p.paragraph span.paragraph-text-187 {
  font-style: italic;
}

p.paragraph span.paragraph-text-188 {
  font-style: italic;
}

p.paragraph span.paragraph-text-189 {
  font-style: italic;
}

p.paragraph span.paragraph-text-190 {
  font-style: italic;
}

p.paragraph span.paragraph-text-191 {
  font-style: normal;
}

p.paragraph span.paragraph-text-35 {
  font-style: normal;
}

p.paragraph span.paragraph-text-192 {
  font-style: normal;
  font-variant: normal;
}

p.paragraph span.paragraph-text-193 {
  font-style: normal;
}

p.paragraph span.paragraph-text-194 {
  font-style: normal;
}

p.paragraph span.paragraph-text-195 {
  font-style: normal;
}

p.paragraph span.paragraph-text-196 {
  font-style: normal;
}

p.paragraph span.paragraph-text-197 {
  font-style: normal;
}

p.paragraph span.paragraph-text-198 {
  font-style: normal;
}

p.paragraph span.paragraph-text-199 {
  font-style: normal;
}

p.paragraph span.paragraph-text-200 {
  font-style: normal;
}

p.paragraph span.paragraph-text-201 {
  font-style: normal;
}

p.paragraph span.paragraph-text-202 {
  font-style: normal;
}

p.paragraph span.paragraph-text-203 {
  font-style: normal;
}

p.paragraph span.paragraph-text-204 {
  font-style: normal;
}

p.paragraph span.paragraph-text-205 {
  font-style: normal;
}

p.paragraph span.paragraph-text-206 {
  font-style: normal;
}

p.paragraph span.paragraph-text-207 {
  font-style: normal;
}

p.paragraph span.paragraph-text-208 {
  font-style: normal;
}

p.paragraph span.paragraph-text-209 {
  font-style: normal;
}

p.paragraph span.paragraph-text-210 {
  font-style: normal;
}

p.paragraph span.paragraph-text-211 {
  font-style: normal;
}

p.paragraph span.paragraph-text-212 {
  font-style: normal;
}

p.paragraph span.paragraph-text-213 {
  font-style: normal;
}

p.paragraph span.paragraph-text-214 {
  font-style: normal;
}

p.paragraph span.paragraph-text-215 {
  font-style: normal;
}

p.paragraph span.paragraph-text-216 {
  font-style: normal;
}

p.paragraph span.paragraph-text-217 {
  font-style: normal;
}

p.paragraph span.paragraph-text-218 {
  font-style: normal;
}

p.paragraph span.paragraph-text-219 {
  font-style: normal;
}

p.paragraph span.paragraph-text-221 {
  font-style: normal;
}

p.paragraph span.paragraph-text-34 {
  font-style: italic;
}

p.paragraph span.paragraph-text-220 {
  font-style: normal;
}

p.paragraph span.paragraph-text-222 {
  font-style: normal;
}

p.paragraph span.paragraph-text-223 {
  font-style: normal;
}

p.paragraph span.paragraph-text-224 {
  font-style: normal;
}

p.paragraph span.paragraph-text-225 {
  font-style: normal;
}

p.paragraph span.paragraph-text-226 {
  font-style: normal;
}

p.paragraph span.paragraph-text-227 {
  font-style: normal;
}

p.paragraph span.paragraph-text-228 {
  font-style: normal;
}

p.paragraph span.paragraph-text-229 {
  font-style: normal;
}

p.paragraph span.paragraph-text-230 {
  font-style: normal;
}

p.paragraph span.paragraph-text-231 {
  font-style: normal;
}

p.paragraph span.paragraph-text-232 {
  font-style: italic;
}

p.paragraph span.paragraph-text-233 {
  font-style: normal;
}

p.paragraph span.paragraph-text-162 {
  font-style: normal;
}

p.paragraph span.paragraph-text-234 {
  font-style: normal;
}

p.paragraph span.paragraph-text-235 {
  font-style: normal;
}

p.paragraph span.paragraph-text-236 {
  font-style: normal;
}

p.paragraph span.paragraph-text-237 {
  font-style: normal;
}

p.paragraph span.paragraph-text-238 {
  font-style: normal;
}

p.paragraph span.paragraph-text-239 {
  font-style: normal;
}

p.paragraph span.paragraph-text-240 {
  font-style: normal;
}

p.paragraph span.paragraph-text-241 {
  font-style: normal;
}

p.paragraph span.paragraph-text-242 {
  font-style: normal;
}

p.paragraph span.paragraph-text-243 {
  font-style: normal;
}

p.paragraph span.paragraph-text-244 {
  font-style: normal;
}

p.paragraph span.paragraph-text-245 {
  font-style: normal;
}

p.paragraph span.paragraph-text-246 {
  font-style: normal;
}

p.paragraph span.paragraph-text-247 {
  font-style: normal;
}

p.paragraph span.paragraph-text-248 {
  font-style: normal;
}

p.paragraph span.paragraph-text-249 {
  font-style: normal;
}

p.paragraph span.paragraph-text-250 {
  font-style: normal;
}

p.paragraph span.paragraph-text-251 {
  font-style: normal;
}

p.paragraph span.paragraph-text-252 {
  font-style: normal;
}

p.paragraph span.paragraph-text-253 {
  font-style: normal;
}

p.paragraph span.paragraph-text-254 {
  font-style: normal;
}

p.paragraph span.paragraph-text-255 {
  font-style: normal;
}

p.paragraph span.paragraph-text-256 {
  font-style: normal;
}

p.paragraph span.paragraph-text-257 {
  font-style: normal;
}

p.paragraph span.paragraph-text-258 {
  font-style: normal;
}

p.paragraph span.paragraph-text-259 {
  font-style: normal;
}

p.paragraph span.paragraph-text-260 {
  font-style: normal;
}

p.paragraph span.paragraph-text-261 {
  font-style: normal;
}

p.paragraph span.paragraph-text-262 {
  font-style: normal;
}

p.paragraph span.paragraph-text-263 {
  text-decoration: none;
  font-style: normal;
  font-variant: small-caps;
}

p.paragraph span.paragraph-text-269 {
  font-style: normal;
}

p.paragraph span.paragraph-text-271 {
  font-style: normal;
}

p.paragraph span.paragraph-text-264 {
  font-style: italic;
}

p.paragraph span.paragraph-text-272 {
  font-style: normal;
}

p.paragraph span.paragraph-text-273 {
  font-style: normal;
}

p.paragraph span.paragraph-text-274 {
  font-style: normal;
}

p.paragraph span.paragraph-text-275 {
  font-style: normal;
}

p.paragraph span.paragraph-text-276 {
  font-style: normal;
}

p.paragraph span.paragraph-text-277 {
  font-style: normal;
}

p.paragraph span.paragraph-text-278 {
  font-style: normal;
}

p.paragraph span.paragraph-text-279 {
  font-style: normal;
}

p.paragraph span.paragraph-text-280 {
  font-style: normal;
}

p.paragraph span.paragraph-text-281 {
  font-style: normal;
}

p.paragraph span.paragraph-text-282 {
  font-style: normal;
}

p.paragraph span.paragraph-text-283 {
  font-style: normal;
}

p.paragraph span.paragraph-text-284 {
  font-style: normal;
}

p.paragraph span.paragraph-text-285 {
  font-style: normal;
}

p.paragraph span.paragraph-text-286 {
  font-style: normal;
}

p.paragraph span.paragraph-text-287 {
  font-style: normal;
}

p.paragraph span.paragraph-text-288 {
  font-style: normal;
}

p.paragraph span.paragraph-text-289 {
  font-style: normal;
}

p.paragraph span.paragraph-text-290 {
  font-style: normal;
}

p.paragraph span.paragraph-text-291 {
  font-style: normal;
}

p.paragraph span.paragraph-text-292 {
  font-style: normal;
}

p.paragraph span.paragraph-text-293 {
  font-style: normal;
}

p.paragraph span.paragraph-text-294 {
  font-style: normal;
}

p.paragraph span.paragraph-text-295 {
  font-style: italic;
}

p.paragraph span.paragraph-text-136 {
  font-style: normal;
}

p.paragraph span.paragraph-text-296 {
  font-style: normal;
}

p.paragraph span.paragraph-text-297 {
  font-style: normal;
}

p.paragraph span.paragraph-text-298 {
  font-style: normal;
}

p.paragraph span.paragraph-text-299 {
  font-style: normal;
}

p.paragraph span.paragraph-text-300 {
  font-style: normal;
}

p.paragraph span.paragraph-text-301 {
  font-style: normal;
}

p.paragraph span.paragraph-text-302 {
  font-style: normal;
}

p.paragraph span.paragraph-text-303 {
  font-style: normal;
}

p.paragraph span.paragraph-text-304 {
  font-style: normal;
}

p.paragraph span.paragraph-text-305 {
  font-style: italic;
}

p.paragraph span.paragraph-text-306 {
  font-style: normal;
}

p.paragraph span.paragraph-text-307 {
  font-style: normal;
}

p.paragraph span.paragraph-text-308 {
  font-style: normal;
}

p.paragraph span.paragraph-text-309 {
  font-style: normal;
}

p.paragraph span.paragraph-text-310 {
  font-style: normal;
}

p.paragraph span.paragraph-text-311 {
  font-style: normal;
}

p.paragraph span.paragraph-text-312 {
  font-style: normal;
}

p.paragraph span.paragraph-text-313 {
  font-style: normal;
}

p.paragraph span.paragraph-text-314 {
  font-style: normal;
}

p.paragraph span.paragraph-text-315 {
  font-style: normal;
}

p.paragraph span.paragraph-text-316 {
  font-style: normal;
}

p.paragraph span.paragraph-text-317 {
  font-style: normal;
}

p.paragraph span.paragraph-text-318 {
  font-style: normal;
}

p.paragraph span.paragraph-text-319 {
  font-style: normal;
}

p.paragraph span.paragraph-text-320 {
  font-style: normal;
}

p.paragraph span.paragraph-text-321 {
  font-style: normal;
}

p.paragraph span.paragraph-text-322 {
  font-style: normal;
}

p.paragraph span.paragraph-text-323 {
  font-style: italic;
}

p.paragraph span.paragraph-text-324 {
  font-style: normal;
}

p.paragraph span.paragraph-text-325 {
  font-style: normal;
}

p.paragraph span.paragraph-text-326 {
  font-style: normal;
}

p.paragraph span.paragraph-text-327 {
  font-style: normal;
}

p.paragraph span.paragraph-text-328 {
  font-style: normal;
}

p.paragraph span.paragraph-text-329 {
  font-style: normal;
}

p.paragraph span.paragraph-text-330 {
  font-style: normal;
}

p.paragraph span.paragraph-text-331 {
  font-style: normal;
}

p.paragraph span.paragraph-text-332 {
  font-style: normal;
}

p.paragraph span.paragraph-text-333 {
  font-style: normal;
}

p.paragraph span.paragraph-text-334 {
  font-style: normal;
}

p.paragraph span.paragraph-text-335 {
  font-style: normal;
}

p.paragraph span.paragraph-text-336 {
  font-style: normal;
}

p.paragraph span.paragraph-text-337 {
  font-style: normal;
}

p.paragraph span.paragraph-text-338 {
  font-style: normal;
}

p.paragraph span.paragraph-text-339 {
  font-style: normal;
}

p.paragraph span.paragraph-text-340 {
  font-style: normal;
}

p.paragraph span.paragraph-text-341 {
  font-style: normal;
}

p.paragraph span.paragraph-text-342 {
  font-style: normal;
}

p.paragraph span.paragraph-text-343 {
  font-style: normal;
}

p.paragraph span.paragraph-text-344 {
  font-style: normal;
}

p.paragraph span.paragraph-text-345 {
  font-style: normal;
}

p.paragraph span.paragraph-text-346 {
  font-style: normal;
}

p.paragraph span.paragraph-text-347 {
  font-style: normal;
}

p.paragraph span.paragraph-text-348 {
  font-style: normal;
}

p.paragraph span.paragraph-text-349 {
  font-style: normal;
}

p.paragraph span.paragraph-text-350 {
  font-style: normal;
}

p.paragraph span.paragraph-text-351 {
  font-style: normal;
}

p.paragraph span.paragraph-text-352 {
  font-style: normal;
}

p.paragraph span.paragraph-text-353 {
  font-style: normal;
}

p.paragraph span.paragraph-text-354 {
  font-style: normal;
}

p.paragraph span.paragraph-text-355 {
  font-style: normal;
}

p.paragraph span.paragraph-text-356 {
  font-style: normal;
}

p.paragraph span.paragraph-text-357 {
  font-style: normal;
}

p.paragraph span.paragraph-text-358 {
  font-style: normal;
}

p.paragraph span.paragraph-text-359 {
  font-style: normal;
}

p.paragraph span.paragraph-text-360 {
  font-style: normal;
}

p.paragraph span.paragraph-text-361 {
  font-style: normal;
}

p.paragraph span.paragraph-text-362 {
  font-style: normal;
}

p.paragraph span.paragraph-text-363 {
  font-style: normal;
}

p.paragraph span.paragraph-text-364 {
  font-style: normal;
}

p.paragraph span.paragraph-text-365 {
  font-style: normal;
}

p.paragraph span.paragraph-text-366 {
  font-style: italic;
}

p.paragraph span.paragraph-text-367 {
  font-style: italic;
}

p.paragraph span.paragraph-text-368 {
  font-style: italic;
}

p.paragraph span.paragraph-text-369 {
  font-style: italic;
}

p.paragraph span.paragraph-text-370 {
  font-style: italic;
}

p.paragraph span.paragraph-text-371 {
  font-style: italic;
}

p.paragraph span.paragraph-text-372 {
  font-style: italic;
}

p.paragraph span.paragraph-text-373 {
  font-style: italic;
}

p.paragraph span.paragraph-text-265 {
  font-style: italic;
}

p.paragraph#paragraph-1-copy-2 {
  text-align: justify;
}

p.paragraph#paragraph-6 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  color: #141414;
}

p.paragraph#paragraph-6-copy-3 {
  margin-bottom: 14px;
  padding-right: 20px;
  padding-left: 20px;
  color: #000;
  text-indent: 1px;
  letter-spacing: 1px;
  font-size: 14px;
}

p.paragraph span.paragraph-text-26 {
  font-style: italic;
}

p.paragraph span.paragraph-text-266 {
  font-style: italic;
}

p.paragraph span.paragraph-text-267 {
  font-style: italic;
}

p.paragraph span.paragraph-text-268 {
  font-style: italic;
}

p.paragraph#paragraph-6-copy-6 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  color: #141414;
}

p.paragraph#paragraph-6-copy-7 {
  margin-bottom: 14px;
  padding-right: 20px;
  padding-left: 20px;
  color: #000;
  text-indent: 1px;
  letter-spacing: 1px;
  font-size: 14px;
}

p.paragraph#paragraph-6-copy-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  color: #141414;
}

p.paragraph#paragraph-6-copy-5 {
  margin-bottom: 14px;
  padding-right: 20px;
  padding-left: 20px;
  color: #000;
  text-indent: 1px;
  letter-spacing: 1px;
  font-size: 14px;
}

p.paragraph span.paragraph-text-25 {
  font-style: italic;
}

p.paragraph span.paragraph-text-27 {
  font-style: italic;
}

p.paragraph span.paragraph-text-374 {
  font-style: italic;
}

p.paragraph span.paragraph-text-375 {
  font-style: italic;
}

p.paragraph span.paragraph-text-376 {
  font-style: italic;
}

p.paragraph#paragraph-1-copy-1 {
  text-align: justify;
}

a.link-text.menu-item {
  margin-right: 3rem;
  margin-left: 3rem;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: 'Archivo', sans-serif;
}

a.link-text.menu-item.mobile-link {
  margin-right: 0;
  margin-left: 0;
  font-size: 18px;
}

/* Interaction Elements */

a.link-button.btn {
  margin-top: 10px;
  background-color: #dbdbdb;
  color: #141414;
  font-weight: 600;
}

/* Layout Elements */

body.index {
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

body#team {
  min-height: 100vh;
}

.container-grid.parallax-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;

  mix-blend-mode: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.component_section {
  margin-right: 10px;
  margin-bottom: 8rem;
  padding: 20px 10px 20px 20px;
  min-height: 200px;
}

.container-grid.grid-gallery {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-grid.gallery-item {
  min-height: 250px;
  background-attachment: scroll, scroll;
  background-position: center center, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: cover, auto auto;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container-grid.gallery-item.item-1 {
  background-color: transparent;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
}

.container-grid.gallery-item.item-2 {
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-position: center center, left top;
}

.container-grid.gallery-item.item-3 {
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
}

.container-grid.gallery-item.item-4 {
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
}

.container-grid.gallery-item.item-5 {
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
}

.container-grid.gallery-item.item-6 {
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
}

.container-grid.gallery-item.item-7 {
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
}

.container-grid.gallery-item.item-8 {
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
}

.container-grid.gallery-item.item-9 {
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
}

.container-grid.hero-section-team {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  max-height: none;
  height: auto;
  background-color: rgba(20, 20, 20, .6);
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: multiply;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.nav-wrapper {
  background-color: transparent;
}

a.glyph.sidenav-trigger {
  margin-right: 0;
  margin-left: 0;
  padding-right: 20px;
  padding-left: 20px;
}

.container-grid.desktop-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: center;
  float: none;
  -ms-flex-align: center;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: none;
  width: 100%;
  background-color: transparent;
  vertical-align: top;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  grid-template-columns: none;
  grid-template-rows: none;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

.container-grid.nav-extended {
  position: absolute;
  top: 0;
  background-color: transparent;
  box-shadow: none;
}

.container-grid.sidenav {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  padding-top: 40px;
  min-height: 100vh;
  width: 61.8%;
  background-color: rgba(136, 192, 187, .9);

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

div.responsive-picture.mobile-picture {
  margin-right: auto;
  margin-left: auto;
  width: 65px;
}

div.responsive-picture.mobile-picture > picture > img {
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}

.container-grid.footer {
  margin-top: 0;
  height: 250px;
  background-color: #141414;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container-grid.footer-title {
  margin-top: 0;
  padding-top: 5rem;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

a.social-image.social-icon-footer {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0;
  padding-left: 0;
  max-width: 26px;
  border: 0 solid #141414;
  border-radius: 100px;
  background-color: #141414;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container-grid.information-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  padding-top: 4rem;
  padding-bottom: 5rem;
  min-height: 70vh;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container-grid.social-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.information-content {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
}

div.responsive-picture.nav-logo {
  width: 65px;
}

div.responsive-picture.nav-logo > picture > img {
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}

.container-grid.hero-content-introduction {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 35px;
  max-width: 70%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container-grid.hero-content-impact {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  max-width: 70%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container-grid.hero-section-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 20vh;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll;
  background-position: center bottom;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.address {
  padding-top: 4rem;
}

.container-grid.hero-section-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 0;
  max-width: none;
  max-height: none;
  height: 780px;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.hero-section-publications {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  height: 80vh;
  background-image: url('../images/Atherigona%20orientalis%20pupa%20kopia.jpg');
  background-attachment: fixed;
  background-position: 1.2% center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid {
  max-height: none;
}

.container-grid.introductionn {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  max-height: 800px;
  height: 800px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  background-blend-mode: normal;
}

.container-grid.hero-section-muscidae {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  max-height: none;
  height: 600px;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: fixed;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid#publ {
  max-height: none;
  height: 450px;
  background-image: -webkit-radial-gradient(rgba(40, 40, 40, .5) 100%, rgba(29, 30, 33, .5) 23%), url('../images/papers.jpg');
  background-image:    -moz-radial-gradient(rgba(40, 40, 40, .5) 100%, rgba(29, 30, 33, .5) 23%), url('../images/papers.jpg');
  background-image:      -o-radial-gradient(rgba(40, 40, 40, .5) 100%, rgba(29, 30, 33, .5) 23%), url('../images/papers.jpg');
  background-image:         radial-gradient(rgba(40, 40, 40, .5) 100%, rgba(29, 30, 33, .5) 23%), url('../images/papers.jpg');
  background-attachment: scroll, fixed;
  background-position: left top, center top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, auto auto;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container-grid#index {
  max-height: none;
  height: 450px;
  background-image: -webkit-linear-gradient(bottom, rgba(20, 20, 20, .5) 20%, rgba(29, 30, 33, .5) 50%), url('../images/M_aut_1%20kopia.jpg');
  background-image:    -moz-linear-gradient(bottom, rgba(20, 20, 20, .5) 20%, rgba(29, 30, 33, .5) 50%), url('../images/M_aut_1%20kopia.jpg');
  background-image:      -o-linear-gradient(bottom, rgba(20, 20, 20, .5) 20%, rgba(29, 30, 33, .5) 50%), url('../images/M_aut_1%20kopia.jpg');
  background-image:         linear-gradient(0deg, rgba(20, 20, 20, .5) 20%, rgba(29, 30, 33, .5) 50%), url('../images/M_aut_1%20kopia.jpg');
  background-attachment: fixed;
  background-position: center 45%, center -8rem;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal, normal;
}

.container-grid#muscid10 {
  max-height: none;
  height: 450px;
  background-image: -webkit-linear-gradient(top, rgba(173, 167, 167, .5) 100%, rgba(29, 30, 33, .5) 100%), url('../images/2.jpg');
  background-image:    -moz-linear-gradient(top, rgba(173, 167, 167, .5) 100%, rgba(29, 30, 33, .5) 100%), url('../images/2.jpg');
  background-image:      -o-linear-gradient(top, rgba(173, 167, 167, .5) 100%, rgba(29, 30, 33, .5) 100%), url('../images/2.jpg');
  background-image:         linear-gradient(180deg, rgba(173, 167, 167, .5) 100%, rgba(29, 30, 33, .5) 100%), url('../images/2.jpg');
  background-attachment: scroll, fixed;
  background-position: left top, center -30vh;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container-grid#team11 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  max-height: none;
  height: 450px;
  background-image: -webkit-linear-gradient(top, rgba(132, 123, 123, .5) 100%, rgba(29, 30, 33, .5) 100%), url('../images/IMG_20200706_140013%20kopia.jpg');
  background-image:    -moz-linear-gradient(top, rgba(132, 123, 123, .5) 100%, rgba(29, 30, 33, .5) 100%), url('../images/IMG_20200706_140013%20kopia.jpg');
  background-image:      -o-linear-gradient(top, rgba(132, 123, 123, .5) 100%, rgba(29, 30, 33, .5) 100%), url('../images/IMG_20200706_140013%20kopia.jpg');
  background-image:         linear-gradient(180deg, rgba(132, 123, 123, .5) 100%, rgba(29, 30, 33, .5) 100%), url('../images/IMG_20200706_140013%20kopia.jpg');
  background-attachment: scroll, fixed;
  background-position: left top, center -30vh;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, auto auto;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container-grid#proj11 {
  max-height: none;
  height: 450px;
  background-image: -webkit-linear-gradient(top, rgba(139, 127, 127, .5) 100%, rgba(29, 30, 33, .5) 100%), url('../images/grafika_curved2.jpg');
  background-image:    -moz-linear-gradient(top, rgba(139, 127, 127, .5) 100%, rgba(29, 30, 33, .5) 100%), url('../images/grafika_curved2.jpg');
  background-image:      -o-linear-gradient(top, rgba(139, 127, 127, .5) 100%, rgba(29, 30, 33, .5) 100%), url('../images/grafika_curved2.jpg');
  background-image:         linear-gradient(180deg, rgba(139, 127, 127, .5) 100%, rgba(29, 30, 33, .5) 100%), url('../images/grafika_curved2.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, contain;
  background-repeat: repeat, no-repeat;
  opacity: .97;

  background-blend-mode: normal, normal;
}

.container-grid#contact11 {
  max-height: none;
  height: 450px;
  background-image: url('../images/20191129_154713%20kopia.jpg');
  background-attachment: fixed;
  background-position: center -125px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container-grid#mus22 {
  background-image: url('../images/IMG_20200609_122625%20kopia.jpg'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20200609_122625%20kopia.jpg'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20200609_122625%20kopia.jpg'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20200609_122625%20kopia.jpg'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-size: cover, auto auto;
}

.container-grid#container-111111 {
  float: none;
  margin-top: 190px;
  padding-top: 0;
  max-width: 70%;
}

.container-grid#pro111 {
  background-image: url('../images/DSC_0779%20kopia.jpg');
}

.container-grid#pro112 {
  background-image: url('../images/IMG_0326%20kopia.jpg'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_0326%20kopia.jpg'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_0326%20kopia.jpg'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_0326%20kopia.jpg'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
}

.container-grid#pro113 {
  background-image: url('../images/IMG_20200623_085035%20kopia.jpg'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20200623_085035%20kopia.jpg'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20200623_085035%20kopia.jpg'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20200623_085035%20kopia.jpg'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
}

.container-grid#pro114 {
  background-image: url('../images/IMG_20200716_165328%20kopia.jpg'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20200716_165328%20kopia.jpg'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20200716_165328%20kopia.jpg'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20200716_165328%20kopia.jpg'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
}

.container-grid#pro115 {
  background-image: url('../images/IMG_20200828_142307%20kopia.jpg'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20200828_142307%20kopia.jpg'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20200828_142307%20kopia.jpg'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20200828_142307%20kopia.jpg'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
}

.container-grid#pro116 {
  background-image: url('../images/DSC_0691%20kopia.jpg'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/DSC_0691%20kopia.jpg'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/DSC_0691%20kopia.jpg'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/DSC_0691%20kopia.jpg'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
}

.container-grid#pro117 {
  background-image: url('../images/IMG_20200717_153122%20kopia.jpg'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20200717_153122%20kopia.jpg'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20200717_153122%20kopia.jpg'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20200717_153122%20kopia.jpg'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
}

.container-grid#pro118 {
  background-image: url('../images/IMG_20191128_100635%20kopia.jpg'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20191128_100635%20kopia.jpg'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20191128_100635%20kopia.jpg'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20191128_100635%20kopia.jpg'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
}

.container-grid#pro119 {
  background-image: url('../images/IMG_20200614_132047.jpg'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20200614_132047.jpg'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20200614_132047.jpg'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20200614_132047.jpg'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
}

div.responsive-picture.picture-2 {
  max-width: 1000px;
}

.container-grid#muscid10-copy-1 {
  max-height: none;
  height: 550px;
  background-image: -webkit-linear-gradient(top, rgba(173, 167, 167, .5) 100%, rgba(29, 30, 33, .5) 100%), url('../images/Exsul.jpg');
  background-image:    -moz-linear-gradient(top, rgba(173, 167, 167, .5) 100%, rgba(29, 30, 33, .5) 100%), url('../images/Exsul.jpg');
  background-image:      -o-linear-gradient(top, rgba(173, 167, 167, .5) 100%, rgba(29, 30, 33, .5) 100%), url('../images/Exsul.jpg');
  background-image:         linear-gradient(180deg, rgba(173, 167, 167, .5) 100%, rgba(29, 30, 33, .5) 100%), url('../images/Exsul.jpg');
  background-attachment: scroll, fixed;
  background-position: left top, center 75%;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

div.responsive-picture#picture-5 {
  float: none;
  clear: none;
  max-width: none;
  width: auto;
}

div.responsive-picture#picture-6 {
  max-width: none;
  max-height: none;
  width: auto;
}

.container-grid#container-1 {
  display: block;
  font-size: 14px;
}

li.list-item.body-text {
  color: #787878;
  text-align: justify;
  text-indent: 1px;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Archivo', sans-serif;
  line-height: 20px;
}

li.list-item#list-item-3 {
  margin-top: 7px;
}

li.list-item#list-item-4 {
  margin-top: 7px;
}

li.list-item#list-item-2-copy-1 {
  margin-top: 7px;
  letter-spacing: 1px;
}

li.list-item#list-item-1-copy-1 {
  margin-top: 7px;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

li.list-item#list-item-2-copy-2 {
  margin-top: 7px;
  letter-spacing: 1px;
}

li.list-item#list-item-1-copy-2 {
  margin-top: 7px;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

dt#list-term-1 {
  color: #787878;
  text-indent: 1px;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Archivo', sans-serif;
}

dd#list-description-1 {
  color: #787878;
  text-indent: 0;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Archivo', sans-serif;
}

dd span.list-description-text-1 {
  font-style: italic;
}

dd span.list-description-text-2 {
  font-style: italic;
}

dd span.list-description-text-4 {
  font-weight: 700;
}

dd span.list-description-text-5 {
  font-style: italic;
}

dd span.list-description-text-6 {
  font-style: italic;
}

dd span.list-description-text-7 {
  font-style: italic;
}

dd span.list-description-text-8 {
  font-style: italic;
}

dd#list-description-1-copy-1 {
  color: #787878;
  text-indent: 0;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Archivo', sans-serif;
}

dd span.list-description-text-9 {
  font-style: italic;
}

dd span.list-description-text-10 {
  font-style: italic;
}

dd span.list-description-text-12 {
  font-style: normal;
}

dd span.list-description-text-13 {
  font-style: normal;
}

.container-grid#mus12 {
  background-image: url('../images/Atherigona%20orientalis%20pupa%20kopia.jpg'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/Atherigona%20orientalis%20pupa%20kopia.jpg'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/Atherigona%20orientalis%20pupa%20kopia.jpg'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/Atherigona%20orientalis%20pupa%20kopia.jpg'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
}

.container-grid#mus13 {
  background-image: url('../images/Montage%20%284%29.jpg'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/Montage%20%284%29.jpg'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/Montage%20%284%29.jpg'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/Montage%20%284%29.jpg'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-size: cover, auto auto;
}

.container-grid#mus15 {
  background-image: url('../images/IMG_20200828_160504.jpg'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20200828_160504.jpg'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20200828_160504.jpg'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/IMG_20200828_160504.jpg'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
}

.container-grid#container-2 {
  background-image: url('../images/S%20nudiseta%20pupa%20kopia.jpg'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/S%20nudiseta%20pupa%20kopia.jpg'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/S%20nudiseta%20pupa%20kopia.jpg'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/S%20nudiseta%20pupa%20kopia.jpg'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
}

.container-grid#mus14 {
  background-image: url('../images/m%20domestica%202%20kopia2%20kopia.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container-grid#mus16 {
  background-image: url('../images/Muscidae_Helina_LIII.jpg'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/Muscidae_Helina_LIII.jpg'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/Muscidae_Helina_LIII.jpg'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/Muscidae_Helina_LIII.jpg'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
}

.container-grid#mus21 {
  background-image: url('../images/2.jpg'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/2.jpg'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/2.jpg'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../images/2.jpg'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
}

.container-grid#mus17 {
  background-image: url('../images/Eudasyphora%20cyanicolor%20wing.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

a.responsive-picture.picture-link-1 {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  max-width: 26px;
  width: auto;
  border: 0 solid #141414;
  border-radius: 100px;
  background-color: #141414;
}

.container-grid#our-mission {
  padding-right: 10px;
  padding-left: 10px;
  min-width: 60%;
  max-width: 800px;
}

.container-grid#our-mission-copy-1 {
  min-width: 60%;
  max-width: none;
}

.container-grid#our-mission-copy-2 {
  padding-bottom: 2rem;
  min-width: 60%;
}

.container-grid#container-7 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  min-height: auto;
}

div.responsive-picture#picture-1 {
  margin-left: 0;
  padding-left: 0;
  max-width: 500px;
  max-height: none;
}

div.responsive-picture.picture-1 {
  display: block;
  max-height: none;

  grid-area: auto / auto / auto / auto;
}

.container-grid#container-8 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  min-height: 60vh;
}

.container-grid#container-4 {
  min-height: auto;
}

.container-grid#container-5 {
  min-height: auto;
}

.html-element#html-element-1 {
  position: static;
  float: none;
  max-width: 1000px;
  text-align: center;
}

.container-grid#container-6 {
  max-width: 1200px;
}

div.responsive-picture#picture-2-copy-1 {
  max-width: 500px;
  max-height: none;
}

.container-grid#container-9 {
  min-width: 10px;
  max-width: 70%;
}

.container-grid#history {
  padding-right: 10px;
  padding-left: 10px;
  min-width: 60%;
  max-width: 800px;
}

dd#list-description-1-copy-2 {
  color: #787878;
  text-indent: 0;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Archivo', sans-serif;
}

dd span.list-description-text-11 {
  font-style: italic;
}

dd span.list-description-text-14 {
  font-style: italic;
}

dd span.list-description-text-15 {
  font-style: italic;
}

div.responsive-picture#picture-1-copy-2 {
  margin-left: 0;
  padding-left: 0;
  max-width: 500px;
  max-height: none;
}

.container-grid#container-3 {
  min-height: 0vh;
}

.container-grid#container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  float: none;
  clear: none;
  -ms-flex-align: center;
  padding-top: 3px;
  padding-right: 20px;
  max-height: 800px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container-grid#container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  max-height: 600px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container-grid#container-12 {
  padding-top: 0;
  padding-right: .75rem;
  padding-bottom: 30px;
  min-width: 21px;
  max-height: none;
}

div.responsive-picture#picture-2 > picture > img {
  -o-object-position: 50% center;
     object-position: 50% center;
  -o-object-fit: cover;
     object-fit: cover;
}

div.responsive-picture#picture-2 {
  position: relative;
  float: left;
  clear: left;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  min-width: 200px;
  max-width: 400px;
}

.container-grid#container-12-copy-1 {
  padding-top: 0;
  padding-right: .75rem;
  padding-bottom: 30px;
  min-width: 21px;
  max-height: none;
}

.container-grid#container-11-copy-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  max-height: 600px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

div.responsive-picture#picture-2-copy-2 {
  position: relative;
  float: left;
  clear: left;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  min-width: 0;
  max-width: 400px;
  width: 100%;
}

div.responsive-picture#picture-2-copy-2 > picture > img {
  -o-object-position: 50% center;
     object-position: 50% center;
  -o-object-fit: cover;
     object-fit: cover;
}

.container-grid#container-10-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  float: none;
  clear: none;
  -ms-flex-align: center;
  padding-top: 3px;
  padding-right: 20px;
  padding-left: 0;
  max-height: 800px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

div.responsive-picture.picture-3 {
  clear: right;
  min-width: 0;
  max-width: 300px;
  width: 120%;
}

.container-grid#container-12-copy-2 {
  padding-top: 0;
  padding-right: .75rem;
  padding-bottom: 30px;
  min-width: 21px;
  max-height: none;
}

.container-grid#container-11-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  max-height: 600px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

div.responsive-picture#picture-2-copy-3 {
  position: relative;
  float: left;
  clear: left;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  min-width: 0;
  max-width: 400px;
  width: 100%;
}

div.responsive-picture#picture-2-copy-3 > picture > img {
  -o-object-position: 50% center;
     object-position: 50% center;
  -o-object-fit: cover;
     object-fit: cover;
}

.container-grid#container-10-copy-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  float: none;
  clear: none;
  -ms-flex-align: center;
  padding-top: 3px;
  padding-right: 20px;
  max-height: 800px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

div.responsive-picture.picture-4 {
  max-height: none;
}

div.responsive-picture#picture-1-copy-1 {
  margin-left: 0;
  padding-left: 0;
  max-width: 500px;
  max-height: none;
}

.container-grid.sidenav.show-menu {
  -webkit-transform: translateX(0%);
     -moz-transform: translateX(0%);
       -o-transform: translateX(0%);
          transform: translateX(0%);
}

div.responsive-picture.mobile-picture:hover {
  -webkit-filter: invert(.91);
          filter: invert(.91);
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;

  mix-blend-mode: normal;
}

a.social-image.social-icon-footer:hover {
  border-width: .0625rem;
  border-color: rgba(255, 255, 255, .42);
  -webkit-transition-delay: 0s, 0s;
     -moz-transition-delay: 0s, 0s;
       -o-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-transition-timing-function: ease, ease-out;
     -moz-transition-timing-function: ease, ease-out;
       -o-transition-timing-function: ease, ease-out;
          transition-timing-function: ease, ease-out;
  -webkit-transition-duration: 0s, .25s;
     -moz-transition-duration: 0s, .25s;
       -o-transition-duration: 0s, .25s;
          transition-duration: 0s, .25s;
  -webkit-transition-property: all, all;
     -moz-transition-property: all, all;
       -o-transition-property: all, all;
          transition-property: all, all;
}

div.responsive-picture.nav-logo:hover {
  -webkit-filter: invert(.91);
          filter: invert(.91);
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;

  mix-blend-mode: normal;
}

@supports (display: grid) {
  .container-grid.grid-gallery {
    display: grid;

    grid-auto-rows: 250px;
    grid-template-columns: repeat(4 , 1fr);
    grid-template-rows: repeat(2 , 250px);
    grid-template-areas: 'item-1 item-1 . item-2' '. item-3 item-3 item-2';
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }

  .container-grid.gallery-item {
    display: grid;
  }

  .container-grid.item-1 {
    grid-area: item-1;
  }

  .container-grid.item-2 {
    grid-area: item-2;
  }

  .container-grid.item-3 {
    grid-area: item-3;
  }
}

@media screen and (min-width: 22.5rem) {
  /* Text Elements */

  h1.heading-impact {
    font-size: 100px;
  }

  h1.hero-header {
    font-size: 100px;
  }

  p.paragraph.body-text {
    margin-bottom: 0;
  }

  .container-grid.hero-section-team {
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  }

  div.responsive-picture.mobile-picture {
    width: 65px;
  }

  div.responsive-picture.nav-logo {
    width: 65px;
  }

  .container-grid.hero-section-contact {
    min-height: 40vh;
  }
}

@media screen and (min-width: 37.5625rem) {
  /* Text Elements */

  h1 {
    font-size: 52px;
  }

  h1.heading-impact {
    font-size: 120px;
  }

  h1.hero-header {
    font-size: 120px;
  }

  h2.name-member {
    font-size: 60px;
  }

  p.paragraph.body-text {
    margin-bottom: 0;
  }

  a.link-text.menu-item {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .container-grid.hero-section-team {
    height: 100vh;
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-attachment: fixed;
  }

  div.responsive-picture.mobile-picture {
    width: 60px;
  }

  .container-grid.information-content {
    max-width: 70%;
  }

  div.responsive-picture.nav-logo {
    width: 60px;
  }

  .container-grid.hero-section-contact {
    background-attachment: fixed;
  }

  .container-grid.hero-section-projects {
    height: 80vh;
  }

  .container-grid.hero-section-publications {
    height: 80vh;
  }

  .container-grid.hero-section-muscidae {
    height: 80vh;
  }
}

@media screen and (min-width: 52.4375rem) {
  /* Text Elements */

  a.link-text.menu-item {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

@media screen and (min-width: 62.0625rem) {
  /* Text Elements */

  h1 {
    font-size: 70px;
  }

  h1.heading-impact {
    font-size: 130px;
  }

  h1.hero-header {
    font-size: 130px;
  }

  a.link-text.menu-item {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .container-grid.nav-extended {
    z-index: 1;
  }

  .container-grid.information-content {
    max-width: 60%;
  }
}

@media screen and (min-width: 75.0625rem) {
  /* Text Elements */

  h1 {
    font-size: 56px;
  }

  h1.heading-impact {
    font-size: 120px;
  }

  h1.hero-header {
    font-size: 120px;
  }

  .container-grid.hero-section-team {
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  }
}

@media screen and (min-width: 87.5rem) {
  /* Text Elements */

  h1.heading-impact {
    letter-spacing: -6px;
    font-size: 130px;
  }

  h1.hero-header {
    letter-spacing: -6px;
    font-size: 130px;
  }

  a.link-text.menu-item:hover {
    color: #feffe0;
    font-weight: 700;
  }

  .container-grid.component_section {
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
  }

  .container-grid.hero-section-team {
    height: 100vh;
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: multiply;
  }

  .container-grid.information-content {
    max-width: 55%;
  }

  .container-grid.hero-section-contact {
    background-attachment: fixed;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.hero-section-projects {
    height: 80vh;
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.hero-section-publications {
    height: 80vh;
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.hero-section-muscidae {
    height: 80vh;
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }
}

@media screen and (min-width: 108.125rem) {
  .container-grid.hero-section-team {
    height: 100vh;
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-position: center center;
  }

  .container-grid.hero-section-contact {
    background-size: cover;
  }

  .container-grid.hero-section-projects {
    height: 80vh;
    background-position: center center;
  }

  .container-grid.hero-section-publications {
    height: 80vh;
    background-position: center center;
  }

  .container-grid.hero-section-muscidae {
    height: 80vh;
    background-position: center center;
  }
}