/*=============================*\
TOOLS
\*=============================*/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 20, 2021 */
@font-face {
  font-family: "lorabold";
  src: url("../fonts/lora-bold-webfont.woff2") format("woff2"), url("../fonts/lora-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "lorabold_italic";
  src: url("../fonts/lora-bolditalic-webfont.woff2") format("woff2"), url("../fonts/lora-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "loraitalic";
  src: url("../fonts/lora-italic-webfont.woff2") format("woff2"), url("../fonts/lora-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "loraregular";
  src: url("../fonts/lora-regular-webfont.woff2") format("woff2"), url("../fonts/lora-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*=============================*\
SETTINGS
\*=============================*/
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/*---------------------------*\
  GENERAL--RESET
\*---------------------------*/
/*general reset that sets things to a better default*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

body,
h1, h2, h3, h4, h5, h6,
p, blockquote,
ol, ul, li,
form, fieldset, th, td, table {
  margin: 0;
  padding: 0;
}

/*quick table reset*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body, p {
  font-family: "loraregular", Georgia, serif;
  font-size: 18px;
  color: #999999;
}
@media all and (min-width: 50em) {
  html, body, p {
    font-size: 20px;
  }
}

h1, h2, h3, h4, h5, h6, b {
  font-family: "lorabold", Georgia, serif;
}

h1, h2, h3, h4, h5, h6 {
  color: white;
  margin-bottom: 20px;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.1666;
}

h2 {
  font-size: 2rem;
  line-height: 1.15;
}

h3 {
  font-size: 1.65rem;
  line-height: 1.3333;
}

h4 {
  font-size: 1.45rem;
  line-height: 1.3684;
}

h5 {
  font-size: 1.4rem;
  line-height: 1.375;
}

h6 {
  font-size: 1.2rem;
  line-height: 1.4;
}

p {
  line-height: 1.5;
  margin-bottom: 2rem;
}

em, i {
  font-family: "loraitalic", Georgia, serif;
}

a {
  color: #dead7c;
}

b {
  font-size: inherit;
  font-family: "lorabold", Georgia, serif;
}

em {
  font-size: inherit;
  font-family: "loraitalic", Georgia, serif;
}

.o-layouts-container {
  max-width: 1100px;
  width: 100%;
  padding-right: 1em;
  padding-left: 1em;
  margin: 0 auto;
}

.o-layouts-main-grid {
  display: -ms-grid;
  display: grid;
}

.o-layouts-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-layouts-flex-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 50em) {
  .o-layouts-flex-col2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.o-layouts-flex-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 50em) {
  .o-layouts-flex-col3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.o-layouts-flex-stack {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.o-layouts-flex-centering {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.o-layouts-main-lead {
  height: max(100vh, 620px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-layouts-lead {
  padding-top: calc(120px + 1em);
  padding-bottom: 6em;
}

.o-layouts-sublead {
  padding-top: 4em;
}

.o-layouts-footer-br {
  padding-top: 4em;
  padding-bottom: 4em;
}

.o-layouts-alt-footer {
  padding-top: 2em;
  padding-bottom: 2em;
}

.o-layouts-vbreaks-sm {
  margin-bottom: 1em;
}

.o-layouts-img-space {
  margin-bottom: 2.5em;
}

.email-whole {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 0.5rem;
}

.email-lg,
.email-mobile {
  grid-column: 1/-1;
}

.email-mobile {
  -ms-grid-row: 2;
  grid-row: 2;
}

.email-mobile2 {
  grid-column: 2/auto;
}

@media all and (min-width: 50em) {
  .email-whole {
    grid-row-gap: 1rem;
  }

  .email-mobile2 {
    grid-column: -1/-2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
    -webkit-transform: translateY(600px);
        -ms-transform: translateY(600px);
            transform: translateY(600px);
  }
}

.o-layouts-text-maxwith {
  max-width: 800px;
}

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



.o-layouts-stroke {
  color: #141414;
  text-shadow: 1px 0 0 #dead7c, 0 1px 0 #dead7c, -1px 0 0 #dead7c, 0 -1px 0 #dead7c;
}

.o-layouts-stroke-size {
  font-size: 8rem;
}

@media all and (min-width: 50em) {
  .o-layouts-stroke-size{
    font-size: 15rem;
  }
}

.o-layouts-text-maxwith {
  max-width: 800px;
}

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

.o-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.o-color-manipulator-bg-dark {
  background: #141414;
}

.o-color-manipulator-bg-light {
  background: white;
}
.o-color-manipulator-bg-light h1, .o-color-manipulator-bg-light h2, .o-color-manipulator-bg-light h3, .o-color-manipulator-bg-light h4, .o-color-manipulator-bg-light h5, .o-color-manipulator-bg-light h6 {
  color: #141414;
}

.o-color-manipulator-text-dark {
  color: #141414;
}

.o-color-manipulator-text-light {
  color: white;
}

.o-color-manipulator-text-neutral {
  color: #999999;
}

.o-list-type-no-list-list {
  list-style: none;
  text-decoration: none;
}

.o-no-links-links {
  text-decoration: none;
}

.o-listapart-sm {
  margin-bottom: 0.35rem;
}

.o-listapart-projects {
  margin-bottom: 0.35rem;
}

@media all and (min-width: 50em) {
  .o-listapart-projects {
    display: inline-block;
    margin: 0 1em 0;
  }

  .o-listapart-projects-alt {
    margin-left: 0;
  }
}

.o-img-contain {
  max: 100%;
}

.c-navigation-nav {
  position: fixed;
  z-index: 99999999;
}

.c-navigation-header {
  max-width: calc(100vw - 40px);
  height: calc(80px + 40px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
}

.c-navigation-placement {
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  position: fixed;
  -webkit-transition: visibility 800ms ease-in-out;
  -o-transition: visibility 800ms ease-in-out;
  transition: visibility 800ms ease-in-out;
}
.c-navigation-placement.open {
  visibility: visible;
}

.c-navigation-holder {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.c-navigation-holder.open {
  opacity: 1;
  -webkit-transition: opacity 800ms ease-in-out;
  -o-transition: opacity 800ms ease-in-out;
  transition: opacity 800ms ease-in-out;
}

.c-navigation-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.c-navigation-content .c-navigation-link-list {
  margin-bottom: 6em;
}
.c-navigation-content .c-navigation-email {
  margin-bottom: 2em;
}

.c-navigation-social-media {
  gap: 1em;
}

.c-navigation-bg {
  width: 250vw;
  height: 250vw;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: calc(60.5px - 125vw);
  right: calc(40.5px - 125vw);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 500ms ease-out;
  transition: -webkit-transform 500ms ease-out;
  -o-transition: transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
  -webkit-transition-delay: 10ms;
       -o-transition-delay: 10ms;
          transition-delay: 10ms;
  z-index: -7;
}
.c-navigation-bg.open {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  -webkit-transition: -webkit-transform 500ms ease-out;
  transition: -webkit-transform 500ms ease-out;
  -o-transition: transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
  -webkit-transition-delay: 10ms;
       -o-transition-delay: 10ms;
          transition-delay: 10ms;
}

.c-navigation-links {
  font-family: "lorabold", Georgia, serif;
  font-size: 2.5rem;
  text-decoration: none;
}

.c-navigation-social-icon {
  width: 1.5em;
  height: 1.5em;
}

.c-navigation-links,
.c-navigation-social-icon {
  color: #c7c7c7;
  fill: #c7c7c7;
  -webkit-transition: color 200ms cubic-bezier(0.67, 1.66, 1, -0.07), fill 200ms cubic-bezier(0.67, 1.66, 1, -0.07);
  -o-transition: color 200ms cubic-bezier(0.67, 1.66, 1, -0.07), fill 200ms cubic-bezier(0.67, 1.66, 1, -0.07);
  transition: color 200ms cubic-bezier(0.67, 1.66, 1, -0.07), fill 200ms cubic-bezier(0.67, 1.66, 1, -0.07);
}

.c-navigation-links:hover,
.c-navigation-social-icon:hover {
  color: #141414;
  fill: #141414;
}

.c-main-logo-wrap {
  max-width: 60px;
  width: 100%;
  margin: 0;
}

.c-main-logo {
  background: url("../img/logos/logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 30px;
  text-indent: -9999px;
  display: block;
  margin: 0;
}

.c-burgermenu-btn {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.c-burgermenu-bar1,
.c-burgermenu-bar2,
.c-burgermenu-bar3 {
  width: 20px;
  height: 2.5px;
  background: #141414;
  display: block;
  z-index: 1;
}

.c-burgermenu-bar1 {
  -webkit-transform: translateY(-3.5px);
      -ms-transform: translateY(-3.5px);
          transform: translateY(-3.5px);
}

.c-burgermenu-bar3 {
  -webkit-transform: translateY(3.5px);
      -ms-transform: translateY(3.5px);
          transform: translateY(3.5px);
}

.c-burgermenu-bubble {
  width: 100%;
  height: 100%;
  background: #141414;
  position: absolute;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.c-burgermenu-bar1,
.c-burgermenu-bar2,
.c-burgermenu-bar3,
.c-burgermenu-bubble {
  -webkit-transition: background 200ms ease, -webkit-transform 200ms ease;
  transition: background 200ms ease, -webkit-transform 200ms ease;
  -o-transition: transform 200ms ease, background 200ms ease;
  transition: transform 200ms ease, background 200ms ease;
  transition: transform 200ms ease, background 200ms ease, -webkit-transform 200ms ease;
}

.c-burgermenu-btn.open .c-burgermenu-bar1,
.c-burgermenu-btn.open .c-burgermenu-bar2,
.c-burgermenu-btn.open .c-burgermenu-bar3 {
  background: white;
}

.c-burgermenu-btn.open .c-burgermenu-bar1 {
  -webkit-transform: translateY(2.5px) rotate(45deg);
      -ms-transform: translateY(2.5px) rotate(45deg);
          transform: translateY(2.5px) rotate(45deg);
}

.c-burgermenu-btn.open .c-burgermenu-bar2 {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.c-burgermenu-btn.open .c-burgermenu-bar3 {
  -webkit-transform: translateY(-2.5px) rotate(-45deg);
      -ms-transform: translateY(-2.5px) rotate(-45deg);
          transform: translateY(-2.5px) rotate(-45deg);
}

.c-burgermenu-btn.open .c-burgermenu-bubble {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.c-headers-grand-into {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 50em) {
  .c-headers-grand-into {
    text-align: center;
  }
}

.c-headers-grand-into h2 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #999999;
}

.c-headers-grand-into span {
  color: white;
  font-family: "lorabold", Georgia, serif;
}

.c-headers-grand-into h2 span {
  display: block;
}

.o-btn-primary {
  color: #dead7c;
  font-family: "loraregular", Georgia, serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  padding: 1em 2em;
  border: 1px solid #dead7c;
  display: inline-block;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.o-btn-primary:hover {
  color: #f2f2f2;
  background: #dead7c;
}

.c-quotes-quote {
  background: white;
  padding-top: 6em;
  padding-bottom: 6em;
}

.c-quotes-quote p {
  font-family: "lorabold", Georgia, serif;
  font-size: 1.2rem;
  color: #141414;
  margin-bottom: 0;
}

.c-bannerlinks.--list,
.c-bannerlinks .--sublist {
  list-style: none;
}

.c-bannerlinks .--link {
  text-decoration: none;
  display: block;
  position: relative;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
}
@media all and (min-width: 50em) {
  .c-bannerlinks .--link {
    height: 400px;
  }
}

.c-bannerlinks .--link,
.c-bannerlinks .--category-title {
  color: white;
}

.c-bannerlinks .--content,
.c-bannerlinks .--picture {
  position: absolute;
}

.c-bannerlinks .--content {
  padding-top: 50px;
  z-index: 1;
}
@media all and (min-width: 50em) {
  .c-bannerlinks .--content {
    padding-left: 60px;
  }
}

.c-bannerlinks .--category-title {
  margin-bottom: calc(1em / 2);
}

.c-bannerlinks--img {
  display: block;
  width: 100%;
}

@media all and (min-width: 50em) {
  .c-bannerlinks .--links-holder {
    border-top: 1.5px solid #999999;
  }

  .c-bannerlinks .--content {
    padding-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .c-bannerlinks .--link::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition: opacity 250ms cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -o-transition: opacity 250ms cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: opacity 250ms cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -webkit-transition-delay: 0ms;
         -o-transition-delay: 0ms;
            transition-delay: 0ms;
  }

  .c-bannerlinks .--link,
.c-bannerlinks .--title,
.c-bannerlinks .--category-title {
    color: #141414;
    -webkit-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
  }

  .c-bannerlinks .c-bannerlinks--img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 1;
    -webkit-transform: translateY(-40px) scale(1.3);
        -ms-transform: translateY(-40px) scale(1.3);
            transform: translateY(-40px) scale(1.3);
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: -webkit-transform 250ms cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -o-transition: transform 250ms cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: transform 250ms cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: transform 250ms cubic-bezier(0.55, 0.06, 0.68, 0.19), -webkit-transform 250ms cubic-bezier(0.55, 0.06, 0.68, 0.19);
  }

  .c-bannerlinks .--links-holder:hover .--link::after {
    opacity: 0;
    -webkit-transition-delay: 150ms;
         -o-transition-delay: 150ms;
            transition-delay: 150ms;
  }

  .c-bannerlinks .--links-holder:hover .--link,
.c-bannerlinks .--links-holder:hover .--title,
.c-bannerlinks .--links-holder:hover .--category-title {
    color: white;
  }

  .c-bannerlinks .--links-holder:hover .c-bannerlinks--img {
    -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
.c-prj-brand .--content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-prj-brand .--content .c-prj-brand-img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}
.c-prj-brand .--content .c-prj-brand-img img {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 45px;
}
@media all and (min-width: 50em) {
  .c-prj-brand .--content {
    margin-bottom: 2em;
  }
  .c-prj-brand .--content .c-prj-brand-img img {
    margin: 0;
  }
  .c-prj-brand .o-layouts-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-prj-brand .c-prj-brand-img,
.c-prj-brand .c-prj-brand-info {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.o-ezzies-flavors-layout {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.o-ezzies-flavors-layout.--watermelon {
  background: #ed4d3b;
}
.o-ezzies-flavors-layout.--kiwi {
  background: #d4de63;
}
.o-ezzies-flavors-layout.--orange {
  background: #ef8a25;
}
.o-ezzies-flavors-layout.--watermelon, .o-ezzies-flavors-layout.--kiwi, .o-ezzies-flavors-layout.--orange {
  padding: 1em;
}
@media all and (min-width: 50em) {
  .o-ezzies-flavors-layout.--watermelon, .o-ezzies-flavors-layout.--kiwi, .o-ezzies-flavors-layout.--orange {
    padding: 2em;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.o-ezzies-flavors-layout p {
  text-align: center;
  margin-top: 1em;
  color: white;
}

.c-prj-footer {
  text-align: center;
}
.c-prj-footer .--selected {
  color: #141414;
  text-decoration: underline;
}
.c-prj-footer h2 {
  font-size: 1.45rem;
  color: #141414;
}
.c-prj-footer li {
  padding: 8px 0;
}
.c-prj-footer li a:hover {
  font-family: "lorabold", Georgia, serif;
  color: #141414;
}
.c-prj-footer a {
  font-family: "lorabold", Georgia, serif;
  text-decoration: none;
}
/*# sourceMappingURL=main.css.map */
