/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */
[type="search"]::-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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Lato Hairline';
  src: url("../assets/fonts/Lato-HairlineItalic.woff2") format("woff2"), url("../assets/fonts/Lato-HairlineItalic.woff") format("woff"), url("../assets/fonts/Lato-HairlineItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../assets/fonts/Lato-Bold.woff2") format("woff2"), url("../assets/fonts/Lato-Bold.woff") format("woff"), url("../assets/fonts/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../assets/fonts/Lato-Regular.woff2") format("woff2"), url("../assets/fonts/Lato-Regular.woff") format("woff"), url("../assets/fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato Hairline';
  src: url("../assets/fonts/Lato-Hairline.woff2") format("woff2"), url("../assets/fonts/Lato-Hairline.woff") format("woff"), url("../assets/fonts/Lato-Hairline.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../assets/fonts/Lato-Light.woff2") format("woff2"), url("../assets/fonts/Lato-Light.woff") format("woff"), url("../assets/fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../assets/fonts/Lato-LightItalic.woff2") format("woff2"), url("../assets/fonts/Lato-LightItalic.woff") format("woff"), url("../assets/fonts/Lato-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../assets/fonts/Lato-Black.woff2") format("woff2"), url("../assets/fonts/Lato-Black.woff") format("woff"), url("../assets/fonts/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../assets/fonts/Lato-Italic.woff2") format("woff2"), url("../assets/fonts/Lato-Italic.woff") format("woff"), url("../assets/fonts/Lato-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../assets/fonts/Lato-BlackItalic.woff2") format("woff2"), url("../assets/fonts/Lato-BlackItalic.woff") format("woff"), url("../assets/fonts/Lato-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../assets/fonts/Lato-BoldItalic.woff2") format("woff2"), url("../assets/fonts/Lato-BoldItalic.woff") format("woff"), url("../assets/fonts/Lato-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

h1,
.title {
  font-family: 'Lato';
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.38;
  color: #ffffff; }

h2,
.h2 {
  font-family: 'Lato';
  font-size: 1.375rem;
  line-height: 1.27;
  font-weight: 900;
  letter-spacing: 0.7px; }

h3,
.h3 {
  font-family: 'Lato';
  font-size: 1.375rem;
  font-weight: 900;
  letter-spacing: 0.044rem;
  color: #1d1d1b; }

p,
li,
span,
a,
div,
.p {
  font-family: 'Lato';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5; }
  p--home,
  li--home,
  span--home,
  a--home,
  div--home,
  .p--home {
    color: #ffffff; }

p,
.p {
  margin-top: 1.375rem; }

.button {
  font-family: 'Lato';
  font-size: .75rem;
  text-transform: uppercase; }

@media screen and (min-width: 768px) {
  h1,
  .title {
    font-size: 3.375rem;
    line-height: 1.2;
    letter-spacing: normal; }
  h2,
  .h2 {
    font-size: 2rem;
    margin-bottom: 1.375rem;
    letter-spacing: 1.02px;
    line-height: 1; }
  p,
  li,
  div,
  .p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: normal;
    margin-top: 0; } }

* {
  box-sizing: border-box; }

html {
  font-size: 16px; }

body {
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

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

a,
.a {
  text-decoration: none;
  cursor: pointer; }

button {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.content {
  display: flex;
  flex-direction: column;
  align-items: center; }

.section {
  width: 100%; }
  .section__container {
    position: relative;
    margin: 2.375rem 1.688rem; }
  .section--grey {
    background-color: #eaeaea; }
  .section__layout {
    display: flex;
    flex-direction: column; }
  .section__title {
	/*width: 65%;*/
    text-transform: uppercase; }
    .section__title--center {
      text-align: center; }

@media screen and (min-width: 768px) {
  .section {
    width: 100%;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .section--grey {
      padding-top: 3rem; }
    .section__container {
      width: 100%;
      margin: 0;
      padding: 0 1.688rem;
      max-width: calc(62rem + 2 * 1.688rem); }
    .section__layout {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start; } }

.header {
  width: 100%;
  height: 3.5rem;
  padding: .5rem 1.5rem 1rem;
  background: #ffffff;
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 5000; }
  .header__clearfix {
    height: 3.5rem;
    width: 100%; }

.logo {
  height: 100%;
  width: calc(3 * 3.5rem); }
  .logo__link {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../assets/img/logo-black.svg) no-repeat left bottom;
    background-size: contain; }

.menu {
  height: 100%; }
  .menu__button {
    width: 40px;
    height: 100%; }
  .menu__container {
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 3.5rem);
    padding: 1rem;
    background-color: #00a59b;
    position: fixed;
    top: 3.5rem;
    right: -100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: right 0.4s ease-in; }
    .menu__container--open {
      right: 0; }
  .menu__list,
  .menu {
    display: flex;
    flex-direction: column; }
  .menu__item,
  .menu-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .menu__link,
  .menu-item > a {
    font-size: 1.625rem;
    font-weight: 900;
    color: #ffffff;
    display: flex;
    padding: 2rem; }
    .menu__link:hover,
    .menu-item > a:hover{
      color: #1d1d1b; }
    .menu__link--selected{
      color: #1d1d1b; }
  .menu__img {
    max-width: 30%;
    width: 150px; }

.hamburger {
  stroke-width: 5;
  stroke: #1d1d1b; }
  .hamburger .line1, .hamburger .line2, .hamburger .line3 {
    transition: all 0.4s ease-out; }
  .hamburger--close .line1 {
    transform: rotate(45deg) translate(19px, -19px); }
  .hamburger--close .line2 {
    opacity: 0; }
  .hamburger--close .line3 {
    transform: rotate(-45deg) translate(-45px, -7px); }

.header--home {
  background: none; }
  .header--home .logo__link {
    background: url(../assets/img/WEP.svg) no-repeat left bottom;
    background-size: contain; }
  .header--home .hamburger {
    stroke: #ffffff; }

@media screen and (min-width: 768px) {
  .menu__button {
    display: none; }
  .menu__container {
    height: 100%;
    padding: 0;
    background: none;
    position: static;
    display: block; }
  .menu__list,
  .menu {
    height: 100%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end; }
  .menu__item,
  .menu-item {
    width: auto; }
  .menu__link,
  .menu-item > a{
    padding: 0;
    padding-left: 2rem;
    color: #1d1d1b;
    font-size: 1rem;
    line-height: 1; }
    .menu__link:hover,
    .menu-item > a:hover{
      color: #00a59b;
      text-decoration: underline; }
    .menu__link:active,
    .menu-item > a:active{
      color: #00a59b; }
    .menu__link--selected {
      color: #ffffff; }
  .menu__img {
    display: none; }
  .header--home .menu__link {
    color: #ffffff;
    opacity: 0.5; }
    .header--home .menu__link:hover {
      color: #ffffff;
      opacity: 1; }
    .header--home .menu__link:active {
      color: #ffffff;
      opacity: 0.84; } }

.footer {
  z-index: 4500;
  background: #1d1d1b;
  color: #ffffff;
  display: flex;
  justify-content: center; }
  .footer__container {
    padding: 2rem;
    width: 100%;
    max-width: 50rem; }
  .footer__top {
    display: none; }
  .footer__content {
    margin-bottom: 1rem;
    display: flex; }
    .footer__content--column {
      flex-direction: column;
      align-items: center; }
  .footer__logo {
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center; }
  .footer__location {
    margin: 0; }
  .footer__question {
    max-width: 18rem;
    margin-bottom: 1rem;
    text-align: center;
    color: #00a59b;
    font-size: 1.4rem;
    font-weight: 900; }
  .footer__copyright {
    font-size: 0.8rem;
    color: #ffffff; }
  .footer__icon {
    height: 1.25rem;
    width: 1.25rem;
    margin: 0.25rem 1rem;
    fill: #ffffff; }
  .footer__contact {
    margin-bottom: 2rem;
    flex-direction: column;
    justify-content: flex-start; }
    .footer__contact .contact__item {
      margin-bottom: 0.5rem;
      display: flex;
      align-items: center;
      color: #ffffff;
      text-decoration: underline; }
      .footer__contact .contact__item:hover {
        color: #00a59b; }
        .footer__contact .contact__item:hover .footer__icon {
          fill: #00a59b; }

@media screen and (min-width: 1440px) {
  .footer__container {
    max-width: 90rem; }
  .footer__top {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem; }
  .footer__title {
    font-size: 1.5rem;
    font-weight: 900; }
  .footer__bottom {
    display: flex;
    justify-content: space-around; }
  .footer__content:not(:first-child) {
    margin-top: 1rem; }
  .footer__content--column {
    align-items: flex-start; }
  .footer__logo {
    display: block; }
  .footer__question {
    text-align: start; }
  .footer__contact {
    margin-left: 0; } }

.button {
  height: 2.5rem;
  width: max-content;
  padding: 0.75rem 1.2rem;
  background: #ffffff;
  border-radius: 20px;
  color: #00a59b;
  line-height: 1.25;
  font-size: .75rem; }
  .button__text {
    font-size: .75rem; }
  .button:hover {
    border: none;
    color: #00a59b;
    background-color: #d9f1f0;
    cursor: pointer; }
  .button:active {
    border: none;
    color: #00a59b;
    background-color: #b1e3e0; }
  .button--secondary {
    background-color: #00a59b;
    border: solid 1px #ffffff;
    color: #ffffff; }
  .button--tertiary {
    background-color: #00a59b;
    border: none;
    color: #1d1d1b; }
    .button--tertiary:hover {
      background-color: #ffffff;
      color: #00a59b; }
  .button--quadiary {
    background-color: #1d1d1b;
    border: none;
    color: #ffffff; }
    .button--quadiary:hover {
      color: #ffffff;
      background-color: #00a59b; }
    .button--quadiary:active {
      color: #ffffff;
      background-color: #048f86; }

.button--scroll {
  cursor: pointer; }
  .button--scroll .scroll--previous {
    transform: rotate(180deg); }
  .button--scroll .scroll__ellipse {
    stroke: #ffffff;
    fill: none; }
  .button--scroll .scroll__arrow {
    stroke: #ffffff;
    stroke-width: 1;
    fill: none; }
  .button--scroll:hover .scroll__ellipse {
    fill: #d9f1f0; }
  .button--scroll:hover .scroll__arrow {
    stroke: #00a59b; }
  .button--scroll:active .scroll__ellipse {
    fill: #b1e3e0; }
  .button--scroll:active .scroll__arrow {
    stroke: #00a59b; }

.ornament {
  width: 2.5rem;
  height: 1.5rem; }
  .ornament--big {
    width: 3.375rem; }
  .ornament--green {
    fill: #00a59b; }

.cta {
  max-width: 100%;
  margin-bottom: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .cta__media {
    height: 100%;
    width: calc(100vw - 2 * 1.688rem);
    position: absolute;
    top: 0;
    z-index: -1;
    clip-path: url(#svgPathMobile);
    -webkit-clip-path: url(#svgPathMobile); }
  .cta__img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .cta__clip {
    width: 0;
    height: 0; }
  .cta__fill {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #00a59b;
    opacity: 0.82; }
  .cta__text {
    margin-top: 3rem;
    padding: 3.75rem 1.625rem 6rem;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .cta__title {
    margin-top: 0.5rem;
    font-weight: 900; }
  .cta__super {
    font-size: 1.375rem;
    color: #ffffff;
	visibility: hidden; }
  .cta__sub {
    margin-top: 1.5rem;
    font-size: 1.375rem; }

@media screen and (min-width: 768px) {
  .cta {
    min-height: 35rem;
    height: 45rem;
    max-width: 90%; }
    .cta__media {
      height: 100%; }
    .cta__text {
      max-width: 80%;
      justify-content: space-between; }
    .cta__super {
      font-size: 2rem; } }

@media screen and (min-width: 1440px) {
  .cta__title {
    width: 70%; }
  .cta__media {
    -webkit-clip-path: url(#svgPathDesktop);
    clip-path: url(#svgPathDesktop); } }

.accent {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center; }
  .accent__container {
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .accent__text {
    margin-bottom: 1rem; }
  .accent__circle {
    position: absolute;
    display: none;
    pointer-events: none; }
    .accent__circle--small {
      display: block;
      right: 102%; }
  .accent--right .accent__text {
    text-align: right; }
  .accent--right .accent__circle {
    left: 102%;
    right: initial; }

@media screen and (min-width: 768px) {
  .accent {
    position: relative; }
    .accent__text {
      width: 17.8rem; }
    .accent--right .accent__text {
      text-align: left; }
    .accent--right .accent__container {
      justify-content: start;
      align-items: flex-start; }
    .accent__container {
      margin: 0; }
    .accent__circle {
      height: 34rem;
      position: absolute;
      left: -2rem;
      display: block; }
      .accent__circle--small {
        display: none; }
    .accent--right .accent__circle {
      left: initial;
      right: 0rem; } }

.paragraph__text {
  margin-left: 0.8rem; }

@media screen and (min-width: 768px) {
  .paragraph__text {
    margin-left: 1.5rem; } }

.case-tile {
  width: 19.375rem;
  height: 19.375rem;
  margin: 0.75rem 0;
  padding: 3.4rem 0 1.688rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2; }
  .case-tile__link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
  .case-tile:hover .case-tile__background {
    align-items: flex-start; }
    .case-tile:hover .case-tile__background .background__color {
      filter: saturate(70%); }
  .case-tile__background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0; }
    .case-tile__background .background__color {
      width: 100%;
      height: 100%;
      opacity: 0.9;
      z-index: 1;
      position: absolute;
      bottom: 0;
      background-color: #00a59b; }
    .case-tile__background .background__img {
      max-width: 100%;
      max-height: 100%;
      object-fit: cover; }
  .case-tile__icon {
    margin-bottom: 1.25rem; }
  .case-tile__title {
    line-height: 1;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 900;
    max-width: 80%;
    color: #ffffff; }
  .case-tile__tag {
    margin-top: auto; }

@media screen and (min-width: 768px) {
  .case-tile:first-child {
    margin-left: 0; }
  .case-tile:last-child {
    margin-right: 0; }
  .case-tile .accent {
    position: static; }
    .case-tile .accent__text {
      margin-left: 2rem; }
    .case-tile .accent__circle {
      left: 0; } }

.tag {
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 0 0.75rem; }
  .tag__text {
    color: #00a59b;
    font-size: 0.8rem; /*1rem;*/
    text-transform: uppercase; }

.hero {
  height: 30.75rem;
  position: relative;
  z-index: 450; }
  .hero__symbol {
    height: 4.25rem;
    margin-bottom: 2rem; }
  .hero__media {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1; }
  .hero__img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .hero__fill {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #00a59b;
    opacity: 0.82; }
  .hero__text {
    height: 100%;
    padding: 7.75rem 1.625rem 3rem;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .hero__title {
    margin-top: 0.5rem;
    font-weight: 900; }
  .hero__super {
    font-size: 1.375rem;
    color: #ffffff; }
  .hero__sub {
    margin-top: 1.5rem;
    font-size: 1.375rem; }
  .hero__tag {
    margin-top: auto; }

@media screen and (min-width: 768px) {
  .hero {
    min-height: 35rem;
    max-width: 90rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .hero__text {
      max-width: 50%;
      justify-content: space-between; } }

.case-carousel {
  margin-top: 2.5rem;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .case-carousel__mask {
    display: none; }
  .case-carousel__cases {
    width: 100%;
    height: 19.375rem;
    position: relative; }
    .case-carousel__cases .case-tile {
      margin-top: 0;
      position: absolute;
      top: 0;
      transition-property: left, transform;
      transition: 0.4s linear;
      display: none; }
      .case-carousel__cases .case-tile--current {
        left: 50%;
        transform: translateX(-50%);
        display: flex; }
      .case-carousel__cases .case-tile--previous {
        left: -100vw;
        transform: none;
        display: flex; }
      .case-carousel__cases .case-tile--next {
        left: 100vw;
        display: flex; }
  .case-carousel__previous, .case-carousel__next {
    cursor: pointer; }
  .case-carousel__controls {
    width: 19.375rem;
    max-width: 100vw;
    margin: 2.5rem 1rem 4.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .case-carousel__btn {
    stroke: #1d1d1b; }
    .case-carousel__btn:hover {
      stroke: #00a59b; }

@media screen and (min-width: 768px) {
  .case-carousel__mask {
    height: 19.375rem;
    width: 50%;
    position: absolute;
    background-color: #eaeaea;
    z-index: 10;
    display: block; }
    .case-carousel__mask--left {
      left: calc(50% - 0.84rem - 19.375rem);
      transform: translateX(-100%); }
    .case-carousel__mask--right {
      right: calc(50% - 0.84rem - 19.375rem);
      transform: translateX(100%); }
  .case-carousel__cases .case-tile--nextIntermediate {
    left: calc(100% + 1.5rem);
    display: flex; }
  .case-carousel__cases .case-tile--previousIntermediate {
    left: 0;
    transform: translateX(-100%);
    display: flex; }
  .case-carousel__cases .case-tile--current {
    left: calc(50% - 0.84rem);
    transform: translateX(-100%); }
  .case-carousel__cases .case-tile--previous {
    left: 0;
    transform: translateX(-100%); }
  .case-carousel__cases .case-tile--next {
    left: calc(50% + 0.84rem);
    transform: none; }
  .case-carousel__previous {
    position: absolute;
    left: calc(50% - 0.84rem - 19.375rem - 2rem);
    top: calc(19.375rem * 0.5);
    transform: translateY(-50%);
    z-index: 12; }
  .case-carousel__next {
    position: absolute;
    right: calc(50% - 0.84rem - 19.375rem - 2rem);
    top: calc(19.375rem * 0.5);
    transform: translateY(-50%);
    z-index: 12; }
  .case-carousel__btn {
    stroke: #1d1d1b; }
    .case-carousel__btn:hover {
      stroke: #00a59b; }
  .case-carousel__controls {
    justify-content: center; } }

@media screen and (min-width: 1440px) {
  .case-carousel__mask--left {
    left: 0;
    transform: translateX(-100%); }
  .case-carousel__mask--right {
    right: 0; }
  .case-carousel__cases .case-tile--nextIntermediate {
    left: calc(100% + 1.5rem);
    display: flex; }
  .case-carousel__cases .case-tile--previousIntermediate {
    left: -1.5rem;
    transform: translateX(-100%);
    display: flex; }
  .case-carousel__cases .case-tile--current {
    left: 50%;
    transform: translateX(-50%);
    display: flex; }
  .case-carousel__cases .case-tile--previous {
    left: 0;
    transform: none; }
  .case-carousel__cases .case-tile--next {
    left: 100%;
    transform: translateX(-100%); }
  .case-carousel__previous {
    left: -2rem; }
  .case-carousel__next {
    right: -2rem; } }

.collaborate {
  display: flex;
  flex-direction: column; }
  .collaborate .accent {
    order: 1; }
  .collaborate__title {
    order: 2; }
  .collaborate__paragraph {
    order: 3; }
  .collaborate__text,
.collaborate__paragraph .textwidget {
    margin-left: 1rem; }

@media screen and (min-width: 768px) {
  .collaborate {
    display: grid;
    margin-top: 1rem; }
    .collaborate__title {
      grid-area: 1 / 2 / 2 / 3;
      padding-left: 2.5rem; }
    .collaborate .accent {
      grid-area: 2 / 1 / 3 / 2; }
    .collaborate__paragraph {
      grid-area: 2 / 2 / 3 / 3;
      padding-left: 1.5rem; }
    .collaborate__section {
      margin-bottom: 0;
      padding-bottom: 3rem; } }

.descripted-picture {
  width: 100%;
  background-color: #eaeaea;
  margin-bottom: 1.5rem; }
  .descripted-picture__picture {
    width: 100%;
    object-fit: contain; }
  .descripted-picture__text {
    padding: 0.5rem;
    margin-left: 1rem;
    font-style: italic; }

@media screen and (min-width: 768px) {
  .descripted-picture {
    margin-bottom: 1.5rem; } }

.form {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .form__container {
    width: 100%;
    padding: 2rem 1rem;
    background: #eaeaea; }
  .form__group {
    width: 100%; }
  .form__field {
    width: 100%;
    position: relative;
    margin-bottom: 1rem; }
  .form input,
  .form textarea {
    border: none;
    border-bottom: solid 1px #00a59b;
    width: 100%;
    font-family: 'Lato'; }
    .form input:active,
    .form textarea:active {
      border-color: #1d1d1b; }
  .form input {
    height: 2.5rem;
    padding-left: 1rem;
    padding-top: 0.2rem; }
  .form textarea {
    padding: 0.6rem 1rem;
    height: 13rem; }
  .form__submit {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem; }
  .form__label {
    position: absolute;
    color: #00a59b;
    top: calc(2.5rem / 2);
    left: 1rem;
    transform: translateY(-50%);
    line-height: 1;
    font-family: 'Lato';
    transition: all 0.4s linear; }
    .form__label--active {
      font-size: 0.75rem;
      top: 0;
      transform: none; }

@media screen and (min-width: 1440px) {
  .form__group {
    display: flex;
    justify-content: space-between; }
    .form__group .form__field:first-child {
      margin-right: 0.5rem; }
    .form__group .form__field:last-child {
      margin-left: 0.5rem; }
  .form__field {
    width: 100%; } }

.start {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 130; }
  .start ~ .home {
    opacity: 0; }
  .start__left, .start__right {
    display: none;
    height: calc(100% + 1rem);
    pointer-events: none;
    position: absolute;
    top: -0.5rem; }
  .start__left {
    left: -0.75rem; }
  .start__right {
    right: 5%; }
  .start__center {
    height: 100%;
    margin-top: 25vh;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .start__logo {
    height: 13.5rem; }
  .start__text {
    max-width: 75vw;
    margin-top: 1rem;
    text-align: center; }
  .start__scroll {
    margin-bottom: 1.5rem;
    margin-top: auto;
    position: absolute;
    bottom: 2rem;
    right: 3rem;
    display: flex;
    align-items: center; }
    .start__scroll .scroll {
      height: 2.6rem; }
      .start__scroll .scroll--hidden {
        visibility: hidden; }
      .start__scroll .scroll__text {
        margin: 1rem;
        color: #ffffff;
        text-transform: uppercase; }
        .start__scroll .scroll__text--desktop {
          display: none; }
  .start--transition .start__logo {
    transition: all 1.5s linear;
    scale: 1.6 !important;
    opacity: 0; }
  .start--transition .start__text {
    transition: opacity 0.5s linear;
    opacity: 0; }
  .start--transition .start__scroll {
    opacity: 0;
    transition: opacity 0.5s linear; }

.home {
  height: calc(100vh - 3.5rem);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity .4s linear; }
  .home__background {
    background: #00a59b;
    position: fixed;
    top: calc(0rem - 3.5rem);
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.75;
    z-index: 0; }
  .home__content-background {
    min-width: 100%;
    min-height: 100vh;
    object-fit: cover;
    opacity: 0;
    filter: blur(2px);
    transition: opacity 0.4s ease;
    position: fixed;
    top: 0rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; }
    .home__content-background--active {
      opacity: 1; }
  .home__content {
    height: calc(100vh - 3.5rem - 18.5rem);
    width: 100%;
    padding: 0 1rem;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1; }
    .home__content--current {
      display: flex;
      left: 0;
      transition: left 0.4s linear;
      opacity: 1; }
      .home__content--current .home__content-background {
        opacity: 1; }
    .home__content--prev {
      left: -100%;
      transition: left 0.4s linear;
      opacity: 1; }
    .home__content--next {
      left: 100%;
      transition: left 0.4s linear;
      opacity: 1; }
  .home__image {
    height: 5rem; }
  .home__ornament {
    width: 2.5rem;
    height: 1.5rem;
    margin-bottom: 1rem; }
  .home__title {
    text-align: center;
    color: #ffffff; }
  .home__paragraph {
    max-height: 30%;
    overflow: hidden;
    text-align: center; 
	color: #ffffff;	
	}
  .home__navigation {
    height: 5.5rem;
    width: 100%;
    margin: 2rem 0 1rem;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-evenly;
	}

.ring {
  height: 100%; }
  .ring__container {
    height: 100%; }
  .ring__segment {
    stroke-width: 10;
    stroke: #80d2cd;
    fill: none;
    transition: stroke .4s ease; }
    .ring__segment--active {
      stroke: #ffffff; }
  .ring__circle {
    fill: #80d2cd;
    stroke-width: 2;
    stroke: #00a59b;
    transition: fill .4s ease; }
    .ring__circle:hover {
      fill: #ffffff;
      cursor: pointer; }
    .ring__circle--active {
      fill: #ffffff; }
  .ring__inner {
    stroke: none;
    fill: none; }

@media screen and (min-width: 768px) {
  .home__content {
    opacity: 0;
    transform: translate(-50%, -50%);
    overflow: visible;
    pointer-events: none;
    top: 45%;
    left: 50%; }
    .home__content--current {
      opacity: 1;
      transition: opacity 1.5s ease;
      pointer-events: all; }
    .home__content--next, .home__content--prev {
      opacity: 0;
      pointer-events: none; }
    .home__content--next {
      left: 100vw; }
    .home__content--prev {
      left: -100%; }
  .home__image {
    height: 7rem;
    margin: 1rem; }
  .home__title {
    margin: 1rem; }
  .home__paragraph {
    height: unset;
    overflow: hidden; }
  .home__navigation {
    height: 2.5rem;
    justify-content: center;
    margin-bottom: 1.25vh; }
    .home__navigation .button--previous {
      display: none; }
    .home__navigation .button--next {
      transform: rotate(90deg); }
  .ring {
    width: 100%;
    height: 100%; }
    .ring__container {
      height: unset;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0.5rem; }
    .ring__segment {
      stroke-width: 2; }
    .ring__circle {
      stroke-width: 0.5; }
    .ring__inner {
      fill: #00a59b;
      opacity: 0.4; }
  .start__left, .start__right {
    display: none;
    height: calc(100%);
    top: 0;
    pointer-events: none; }
  .start__left {
    left: -3rem; }
  .start__right {
    right: -10rem; }
  .start__scroll {
    margin-top: auto;
    margin-bottom: 2rem;
    position: static;
    flex-direction: column;
    align-items: center; }
    .start__scroll .scroll {
      margin: 0 auto; }
  .start__text {
    max-width: 60vw; }
  .start--transition .start__left {
    transition: all 1s linear;
    left: 0;
    transform: translateX(-100%); }
  .start--transition .start__right {
    transition: all 1s linear;
    right: 0;
    transform: translateX(100%); }
  .start--transition .start__logo {
    transition: all 1.5s linear;
    scale: 1.6 !important;
    opacity: 0; }
  .start--transition .start__text {
    transition: opacity 0.5s linear;
    opacity: 0 !important; } }

@media screen and (min-width: 1440px) {
  .start__left, .start__right {
    display: block; }
  .start__left {
    height: calc(100% + 1rem);
    position: absolute;
    top: -0.5rem;
    left: -0.75rem; }
  .start__right {
    height: calc(100% + 1rem);
    right: 5%; }
  .start__text {
    max-width: 45vw; }
  .home__navigation {
    margin-bottom: 1rem; } }

.content {
  margin-bottom: auto;
  overflow: hidden; }

.services {
  margin-bottom: 0; }
  .services__container {
    padding-bottom: 5rem;
    border-bottom: 1px #1d1d1b solid;
    margin-top: 4rem; }
  .services__menu {
    width: 100%;
    padding: 1rem 0;
    background: #ffffff; }
  .services__buttons {
    display: flex;
    justify-content: space-around;
    align-items: center; }
  .services__icon {
    height: 5rem;
    stroke: #1d1d1b;
    stroke-width: 1.25;
    fill: none; }
    .services__icon:hover {
      stroke: #00a59b; }
    .services__icon--active {
      stroke: #00a59b; }
  .services__current {
    text-align: center;
    margin-top: 1rem; }
  .services__selection {
    display: none;
    font-weight: 900; }
    .services__selection--active {
      color: #00a59b;
      display: block; }
  .services__info {
    padding: 0 1.5rem; }

.service {
  transition: opacity 1.4s linear; }
  .service__title {
    margin-top: 2.7rem; }
  .service__image {
    max-width: 100%;
    object-fit: cover; }
  .service--next {
    opacity: 0;
    height: 0;
    overflow: hidden; }
  .service--current {
    opacity: 1; }
  .service--previous {
    opacity: 0;
    height: 0;
    overflow: hidden; }

@media screen and (min-width: 768px) {
  .services__container {
    margin-top: 0; }
  .services__menu {
    width: 100%;
    height: 5rem;
    margin-top: 1.8rem;
    margin-bottom: 0;
    padding: 0.5rem 1.5rem;
    display: flex; }
  .services__current {
    display: flex;
    margin-top: 0; }
  .services__selection {
    display: block;
    margin-left: 0.75rem;
    margin-right: 1.25rem;
    color: #1d1d1b; }
    .services__selection--active, .services__selection:hover {
      color: #00a59b;
      cursor: pointer; }
  .services__icon {
    display: none; }
    .services__icon--active {
      display: block;
      stroke: #00a59b; }
  .paragraph {
    max-width: 65%;
    margin-right: 4rem; } }

@media screen and (min-width: 1440px) {
  .services__menu {
    width: calc( 0.5 * (100vw - 90rem) + 90rem); }
  .services__info {
    position: relative; }
  .service__container {
    display: flex; }
  .service__text {
    width: 70%;
    max-width: 39rem;
    margin-right: 1.5rem; }
  .service__image {
    margin-right: -15rem;
    max-height: 20.25rem;
    object-fit: cover;
    width: 55%; } }

.cases__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }

.cases__filter {
  width: 19.375rem;
  background: #eaeaea;
  padding: 1rem;
  margin: 1.25rem 0; }

.cases__cases {
  display: flex;
  flex-direction: column;
  align-items: center; }

.cases__more {
  margin-top: 2rem;
  display: none;
  justify-content: center; }

.cases .case-tile:nth-child(3) {
  z-index: -1; }

.filter__button a,
.filter__button a:visited {
	text-decoration: none;
	color: #000000;
}

.filter__button a,
.filter__button {
  font-weight: 900;
  cursor: pointer;
color: #000000;  }
  .filter__button a:hover,
  .filter__button:hover, .filter__button--active {
    color: #00a59b; }

@media screen and (min-width: 768px) {
  .cases__container {
    width: calc(19.375rem * 2 + 1.5rem + 2 * 1.688rem);
    display: flex;
    flex-direction: column;
    align-items: center; }
  .cases__filter {
    width: 100%; }
  .cases__cases {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .cases__cases .case-tile {
      margin: 0.75rem 0; }
      .cases__cases .case-tile:nth-child(-n + 4) {
        order: -1; }
      .cases__cases .case-tile:nth-child(3) {
        order: 0; } }

@media screen and (min-width: 1440px) {
  .filter__list {
    display: flex; }
  .filter__item {
    margin-right: 1.5rem; }
  .cases__container {
    width: 100%; }
  .cases .case-tile:nth-child(-n + 6) {
    order: -1; }
  .cases .case-tile:nth-child(3) {
    order: 0; } }

.image-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .image-carousel__container {
    width: 100%;
    height: 20.5rem;
    position: relative; }
  .image-carousel__image {
    max-width: 100%;
    object-fit: cover; }
  .image-carousel__item {
    width: 100%;
    height: 20.5rem;
    margin-top: 0;
    overflow: hidden;
    transition-property: left, transform;
    position: absolute;
    left: 100vw;
    display: none; }
    .image-carousel__item--current {
      transform: translateX(-50%);
      left: 50%;
      transition-property: left, transform;
      transition: 0.4s linear;
      display: flex; }
    .image-carousel__item--previous {
      transform: translateX(-50%);
      left: -100vw;
      transition-property: left, transform;
      transition: 0.4s linear;
      display: flex; }
    .image-carousel__item--next {
      left: 100vw;
      transition-property: left, transform;
      transition: 0.4s linear;
      display: flex; }
  .image-carousel__dots {
    display: flex;
    justify-content: center;
    align-items: center; }
  .image-carousel__dot {
    padding: 0 0.5rem;
    cursor: pointer;
    font-size: 2rem;
    line-height: 2;
    color: #eaeaea; }
    .image-carousel__dot:hover {
      color: #00a59b; }
    .image-carousel__dot--active {
      color: #00a59b; }
  .image-carousel__controls {
    width: 100%;
    max-width: 100%;
    margin: 0.5rem 0 4.5rem;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .image-carousel__btn {
    stroke: #1d1d1b; }
    .image-carousel__btn:hover {
      stroke: #00a59b; }

.navigation {
  height: 3.9rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .navigation__overview {
    height: 3.0rem;
    width: 3.0rem; }
    .navigation__overview .overview__icon {
      height: 100%;
      fill: #1d1d1b;
      stroke: #1d1d1b; }
    .navigation__overview:hover .overview__icon {
      fill: #00a59b;
      stroke: #00a59b; }
  .navigation__next, .navigation__previous {
    display: flex;
    align-items: center; }
    .navigation__next:hover .navigation__fill, .navigation__previous:hover .navigation__fill {
      opacity: 0.8; }
    .navigation__next:hover .navigation__text, .navigation__previous:hover .navigation__text {
      color: #00a59b; }
  .navigation__button {
    width: 3.9rem;
    height: 3.9rem;
    position: relative; }
  .navigation__background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0; }
  .navigation__image {
    stroke: #ffffff;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 500;
    transform: translate(-50%, -50%); }
  .navigation__fill {
    height: 100%;
    width: 100%;
    background-color: #00a59b;
    opacity: 0.5; }
  .navigation__text {
    margin: 1rem;
    display: none; }

.collaboration__container {
  margin-top: 2rem;
  position: relative;
  display: flex; }

.collaboration__title {
  margin-right: 1.5rem;
  text-align: right; }

.collaboration__logos {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap; }

.collaboration--desktop-only {
  display: none; }

.collaboration .logos__logo {
  width: 9rem;
  height: 4.25rem;
  margin: 1rem 1rem;
  object-fit: contain; }

@media screen and (min-width: 768px) {
  .project {
    display: flex;
    flex-direction: column; }
  .collaboration--mobile-only {
    display: none; }
  .collaboration--desktop-only {
    display: flex; }
  .collaboration__circle {
    left: 102%;
    top: -10rem; }
  .collaboration__container {
    margin-top: 0;
    padding-left: 0;
    flex-direction: column; }
  .collaboration__title {
    margin-top: 0; }
  .collaboration__paragraph {
    margin-right: 1rem;
    margin-bottom: 3rem; }
  .image-carousel__container {
	/*background-color: #ffffff; /* background */
    height: 32rem; }
  .image-carousel__mask {
    height: 32rem;
    width: 10%;
    position: absolute;
    z-index: 10;
    display: block;
    top: 0; }
    .image-carousel__mask--left {
      background: linear-gradient(to right, #ffffff 20%, rgba(255, 255, 255, 0));
      left: 0; }
    .image-carousel__mask--right {
      background: linear-gradient(to left, #ffffff 20%, rgba(255, 255, 255, 0));
      right: 0; }
  .image-carousel__item {
    height: 32rem;
    width: 80%;
    max-width: 61rem;
    overflow: hidden; }
    .image-carousel__item--nextIntermediate {
      left: 94%;
      z-index: -1; }
    .image-carousel__item--previousIntermediate {
      transform: translateX(-100%);
      left: 0;
      z-index: -1;
      display: flex; }
    .image-carousel__item--current {
      left: calc(50%);
      transform: translateX(-50%);
      z-index: 0; }
    .image-carousel__item--previous {
      left: 6%;
      transform: translateX(-100%);
      display: flex; }
    .image-carousel__item--next {
      left: 94%; }
  .image-carousel__previous {
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: calc(50% - 3rem);
    z-index: 12; }
  .image-carousel__next {
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: calc(50% - 3rem);
    z-index: 12; }
  .image-carousel__btn {
    stroke: #1d1d1b; }
    .image-carousel__btn:hover {
      stroke: #00a59b; }
  .image-carousel__dot {
    line-height: 1; }
  .image-carousel__controls {
    justify-content: center; }
  .related {
    padding-bottom: 3rem; }
    .related__flex {
      display: flex;
      justify-content: space-between; }
      .related__flex > .case-tile {
        width: calc((100vw / 3) - (1.688rem * 2 + 1rem * 2) / 3);
        height: calc((100vw / 3) - (1.688rem * 2 + 1rem * 2) / 3);
        max-width: calc((63rem / 3) - (1.688rem * 2 + 1rem * 2) / 3);
        max-height: calc((63rem / 3) - (1.688rem * 2 + 1rem * 2) / 3);
        transform: none;
        position: relative;
        top: unset;
        left: unset; }
      .related__flex ~ .case-carousel__controls {
        margin: 2rem; }
        .related__flex ~ .case-carousel__controls .case-carousel__previous,
        .related__flex ~ .case-carousel__controls .case-carousel__next {
          display: none; }
  .navigation__text {
    display: block; } }

@media screen and (min-width: 1440px) {
  .collaboration__circle {
    height: 45rem;
    top: -17.5rem;
    left: 0;
    z-index: -1; }
  .collaboration__logos {
    flex-direction: row; }
  .collaboration .logos__logo {
    width: 6rem; }
  .image-carousel__mask--left {
    left: 0; }
  .image-carousel__mask--right {
    right: 0; }
  .image-carousel__item--nextIntermediate {
    left: calc(90% + 1.5rem);
    display: flex; }
  .image-carousel__item--previousIntermediate {
    transform: translateX(-100%);
    left: calc(10% - 1.5rem);
    display: flex; }
  .image-carousel__item--current {
    transform: translateX(-50%);
    left: 50%;
    display: flex; }
  .image-carousel__item--previous {
    transform: translateX(-100%);
    left: calc(10% - 1.5rem); }
  .image-carousel__item--next {
    left: calc(90% + 1.5rem); }
  .image-carousel__previous {
    left: 1rem; }
  .image-carousel__next {
    right: 1rem; } }

.contact {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .contact__left {
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .contact__text {
    margin-bottom: 2rem;
    text-align: center; }
  .contact__title {
    color: #1d1d1b;
    text-transform: uppercase;
    text-align: center; }
  .contact__ornament {
    height: 1.5rem;
    width: 3.4rem;
    fill: #00a59b;
    margin-bottom: 1.5rem; }
  .contact__right {
    height: 35rem;
    width: 100%;
    padding: 0 1.688rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0;
    overflow: hidden; }
    .contact__right .map {
      z-index: 0;
      -webkit-clip-path: url("#circleClipDesktop");
      clip-path: url("#circleClipDesktop"); }
    .contact__right .circle {
      fill: none;
      stroke: #1d1d1b;
      stroke-width: 4;
      z-index: 20;
      pointer-events: none; }
    .contact__right .map,
    .contact__right .circle {
      width: 70rem;
      height: 70rem;
      max-height: 70rem;
      max-width: 70rem;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
  .contact__map {
    margin-top: 2rem;
    position: relative; }
  .contact__address {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-height: 10rem; }
  .contact .address {
    display: flex;
    line-height: 1; }
    .contact .address__icon {
      width: 1.25rem;
      height: 1.25rem;
      margin: 0.2rem 0.5rem;
      align-items: flex-start;
      fill: #1d1d1b; }
    .contact .address__text {
      line-height: 1.2;
      text-align: left; }
    .contact .address:last-child {
      text-align: right;
      margin-left: auto; }
    .contact .address:hover {
      color: #00a59b;
      cursor: pointer; }
      .contact .address:hover .address__icon {
        fill: #00a59b; }

@media screen and (min-width: 768px) {
  .contact {
    flex-direction: row;
    justify-content: flex-start;
    overflow: hidden; }
    .contact__left {
      max-width: 50%; }
    .contact__right {
      position: relative;
      width: 40%;
      min-height: 60rem;
      overflow: visible; }
      .contact__right .map,
      .contact__right .circle {
        max-width: 45rem;
        max-height: 45rem;
        left: 0;
        transform: none;
        position: absolute; }
    .contact__map {
      margin-top: 3rem; }
  .address:last-child {
    /* margin-top: 0.5rem; } */ }
	
	.extra-margin{
		margin-right: 1.5rem !important;
	}
	
	}

@media screen and (min-width: 1440px) {
  .contact {
    justify-content: center; }
    .contact__left {
      width: 60%;
      max-width: 45rem; }
    .contact__right {
      position: relative;
      width: 40%;
      height: 50rem;
      flex-wrap: nowrap; }
      .contact__right .map,
      .contact__right .circle {
        max-width: none;
        max-height: none;
        height: 60vw;
        width: 60vw;
        top: 0;
        right: -20%; }
    .contact__address {
      margin-top: 2rem; }
    .contact__map {
      margin-top: 1rem; } 
}

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

.services__button > svg > g > path,
.services__button--active > svg > g > path {
   stroke: #00a59b;
}

.case-item-bg{
    width: 100%;
    height: 100%;
    
    top: 0;
    overflow: hidden;
    position: absolute;
}

.case-item-bg img {
	height: 310px;
}

.service__button{
	margin-top: 20px;
}